/*
Theme Name: Perfect Property Solutions
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/
body {
    --primary: #c51b1b;
    --tertiary: #ff8f00;
    --other: #ff5f00;
}

@font-face {
    font-family: poppins-black;
    src: url(../../assets/fonts/Poppins-Black.ttf);
    font-display: swap;
}

@font-face {
    font-family: poppins-eb;
    src: url(../../assets/fonts//Poppins-ExtraBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: poppins-bold;
    src: url(../../assets/fonts/Poppins-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: poppins-semibold;
    src: url(../../assets/fonts/Poppins-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: poppins-m;
    src: url(../../assets/fonts/Poppins-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url(../../assets/fonts/Poppins-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: poppins-light;
    src: url(../../assets/fonts/Poppins-Light.ttf);
    font-display: swap;
}

/* Montserrat */
@font-face {
    font-family: montserrat-black;
    src: url(../../assets/fonts/Montserrat-Black.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-eb;
    src: url(../../assets/fonts/Montserrat-ExtraBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-bold;
    src: url(../../assets/fonts/Montserrat-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-semibold;
    src: url(../../assets/fonts/Montserrat-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-m;
    src: url(../../assets/fonts/Montserrat-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat;
    src: url(../../assets/fonts/Montserrat-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-light;
    src: url(../../assets/fonts/Montserrat-Light.ttf);
    font-display: swap;
}

/* source serif 4*/

@font-face {
    font-family: sourceserif4-black;
    src: url(../../assets/fonts/SourceSerif4-Black.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourceserif4-eb;
    src: url(../../assets/fonts/SourceSerif4-ExtraBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourceserif4-bold;
    src: url(../../assets/fonts/SourceSerif4-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourceserif4-semibold;
    src: url(../../assets/fonts/SourceSerif4-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourceserif4-m;
    src: url(../../assets/fonts/SourceSerif4-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourceserif4;
    src: url(../../assets/fonts/SourceSerif4-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourceserif4-light;
    src: url(../../assets/fonts/SourceSerif4-Light.ttf);
    font-display: swap;
}


/*----------------- Top Bar -----------------*/
.topbar img {
    height: 85px;
}

.cont p {
    /* border: solid 1px #e53935; */
    width: fit-content;
    padding: 2px 14px;
    border-radius: 30px;
    background: var(--tertiary);
    text-transform: lowercase;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); */
    color: black;
    font-family: sourceserif4;

}

.topbar .social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    height: 40px;
    width: 40px;
    background: #c51b1b;
    border-radius: 30px;
}

.topbar .social .fb {
    padding: 3px 10px;
}

.topbar .social .ins {
    padding: 4px 10px;
}

.topbar .social .lnkd {
    padding: 4px 10px;
}

.heda {
    font-size: 1.8rem;
    font-family: poppins-eb;
}

.topbar a {
    text-decoration: none;
    color: black;
    display: block;
    width: fit-content;

}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #c51b1b;
}

.dropdown-item {
    font-family: 'poppins-m';
}

/* ----------------- Top Bar ----------------*/
/* ----------------- Navbar -----------------*/


.bg-light {
    --bs-bg-opacity: 1;
    background-color: #c51b1b !important;
}

.navbar .nav-link {
    display: block;
    padding: 4px 0;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: rgb(255 255 255);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-family: 'poppins-m';
    /* background: #ffffffba; */
    margin-right: 5px;
    /* border-radius: 5px; */
    /* border: solid 1px #ffffff; */
    /* border-bottom: solid 2px #ffffff; */
}

.navbar .active .nav-link,
.navbar .nav-link:hover {
    border-bottom: solid 2px;
}

/* ----------------- Navbar -----------------*/
/* ----------------- Carousel ---------------*/
.superslide .carousel,
.superslide .carousel-inner,
.superslide .carousel-item {
    min-height: 450px;
}

.superslide .carousel-inner .carousel-item:nth-child(1) {
    background: url(../../assets/c1.jpg);
    background-size: cover;
    background-position: center;
}

.superslide .carousel-inner .carousel-item:nth-child(2) {
    background: url(../../assets/c2.jpg);
    background-size: cover;
    background-position: top;
}

.superslide .carousel-inner .carousel-item:nth-child(3) {
    background: url(../../assets/c3.jpg);
    background-size: cover;
    background-position: center;
}

.superslide .carousel-item .jumbotron {
    height: 400px;
    /* width: 400px; */
    /* background-color: rgb(224 224 224 / 87%); */
    border-radius: 10px 10px 40px 10px;
}

.cname {
    border-bottom: solid 1px;
    position: relative;
    /* width: fit-content; */
    padding: 1px 22px;
    font-family: sourceserif4-bold;
    color: #c51b1b;
    /* margin-left: 10px;
    margin-right: 10px; */
    background: rgb(224 224 224 / 89%);
    border-radius: 20px 20px 0 0;
    font-size: 1.8rem;
}

.car-text {
    font-family: poppins-eb;
    font-size: calc(2.1rem + .6vw);
    background: rgb(197 27 27 / 87%);
    color: #ffffff;
    padding: 20px;
    border-radius: 0 0 40px 40px;
    /* text-transform: capitalize; */
}

.special {
    color: #FF9800;
}

.car-extra {
    margin-top: 7rem;
    margin-bottom: 2rem;
}

.acw-link {
    display: block;
    margin-bottom: 10px;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #FF9800;
    border-radius: 30px;
    font-family: poppins-m;
    width: fit-content;
    color: black;
    font-size: 20px;
}


.wave {
    height: 5px;
    width: 280px;
    background: url(../../assets/wave.svg);
    background-size: contain;
    background-repeat: repeat-x;
    margin-left: 5px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 45%;
    /* bottom: 0; */
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity .15s ease;
    border-radius: 50px;
    background: #c51b1b;
    font-size: 34px;
}

.carousel-control-prev {
    left: 5%;
    /* background: url(../../assets/prev.gif); */
    background-size: contain;

}

.carousel-control-next {
    right: 5%;
    /* background: url(../../assets/next.gif); */
    background-size: contain;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 40px;
    transform: rotate(0deg);
    background-color: #c51b1b;
    transition: background .6s ease, width 1.2s;
    border-radius: 20px;
}

.carousel-indicators .active {
    background: #c51b1b;
    width: 30px;
    transform: rotate(1080deg);
}

/* ----------------- Carousel ---------------*/
/* -------- section / Section Title ---------*/
.section,
.section-x {
    padding-top: 40px;
    padding-bottom: 20px;
}

.section-x {
    background-color: #e0e0e0;
}

.section-title p {
    font-size: 14px;
    font-family: poppins-eb;
    color: #BDBDBD;
}



.section-title h2,
.section-title p {
    padding-left: 16px;
}

.section-title {
    text-align: center;
}

.section-title .hr {
    position: relative;
    border-bottom: solid 1px #c51b1b;
    width: 50%;
    margin: auto;
}



.section-title .hr::after,
.section-title .hr::before {
    position: absolute;
    content: "";
    top: -8px;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 5px;
    border: solid 2px #c51b1b;
}

.section-x .section-title .hr::after,
.section-x .section-title .hr::before {
    background-color: #e0e0e0;
}

.section-title .hr::before {
    left: -9px;
}

.section-title .hr::after {
    right: -9px;
}

.section-title h2 {
    font-family: poppins-eb;
}

.section h2 span,
.section-x h2 span {
    /* font-family: poppins-light; */
    color: var(--primary);
}

/* -------- section / Section Title ---------*/
/* ----------- About Us Section    ----------*/
.about .jumbotron {
    position: relative;
    font-size: 2.1rem;
    font-family: poppins-black;
    border: solid 10px #c51b1b;
    padding-left: 25px;
}

.about .jumbotron::after {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    height: 10px;
    width: 80%;
    margin-left: 14%;
    background-color: #ffffff;
}

.about .jumbotron::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: -10px;
    height: 10px;
    width: 80%;
    margin-left: 14%;
    background-color: #ffffff;
}

.about .lead {
    font-family: sourceserif4-m;
}

/* ----------- About Us Section    ----------*/
/* --------- Our Services Section -----------*/
.ser-inner {

    position: relative;
    margin-bottom: 11px;
    overflow: hidden;
    border-radius: 12px;
}

.ser-inner span {
    position: absolute;
    top: 0;
    right: -40px;
    width: 100px;
    height: 40px;
    background-color: #c51b1b;
    transform: rotate(45deg);
    text-align: center;
}

.ser-inner a {
    position: absolute;
    top: 0;
    right: 30px;
    text-decoration: none;
    color: white;
}

.ser-inner a {
    position: absolute;
    top: 1px;
    right: 3px;
    text-decoration: none;
    color: white;
    font-size: 24px;
}

.ser-inner .pic {
    height: 250px;
    width: 100%;
    border-radius: 10px;
}

.ser-inner p {
    padding-inline: 5px;
    font-family: 'sourceserif4';
}

.ser-inner h3 {
    font-family: poppins-bold;
    color: white;
    min-height: 50px;
    padding-top: 10px;
    background-color: #c51b1bd6;
    margin-bottom: 0;
    padding-bottom: 5px;
    position: ABSOLUTE;
    bottom: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    border-radius: 0 0 10px 10px;
}

.row .col-lg-4:nth-child(1) .ser-inner .pic {
    background: url(../../assets/s12.jpg);
    background-size: cover;
    background-position: center;
}

.row .col-lg-4:nth-child(2) .ser-inner .pic {
    background: url(../../assets/d3.jpg);
    background-size: cover;
    background-position: center;
}

.row .col-lg-4:nth-child(3) .ser-inner .pic {
    background: url(../../assets/d2.jpg);
    background-size: cover;
    background-position: center;
}

.row .col-lg-4:nth-child(4) .ser-inner .pic {
    background: url(../../assets/s0.jpg);
    background-size: cover;
    background-position: center;
}

.row .col-lg-4:nth-child(5) .ser-inner .pic {
    background: url(../../assets/s5.jpeg);
    background-size: cover;
    background-position: center;
}

.row .col-lg-4:nth-child(6) .ser-inner .pic {
    background: url(../../assets/s6.jpg);
    background-size: cover;
    background-position: center;
}

/* --------- Our Services Section -----------*/
/* ---------- Experience Section ------------*/
.experience {
    background: var(--tertiary);

}

.experience h3 {
    font-family: poppins-eb;
}

.experience h3 {
    font-family: poppins-eb;
    text-transform: capitalize;
}

.stats p {
    font-family: sourceserif4-eb;
    font-size: 1.25rem;
    text-transform: capitalize;
    background: white;
    padding: 8px 4px;
    border-radius: 40px;
}

.experience .stats {
    position: relative;
    text-align: center;
    /* background: white; */
    /* padding-top: 20px; */
    /* min-height: 150px; */
    padding: 10px 5px;
    text-align: center;
}

.experience hr {
    width: 60%;
    margin: AUTO;
    border: solid 1px;
    opacity: 1;
    border-color: white;
}


.experience .stats h3 {
    font-family: poppins-eb;
    text-transform: capitalize;
    font-size: 2.5rem;
}

/* ---------- Experience Section ------------*/



section.section.cta {
    background: #C62828;
    font-family: 'sourceserif4-eb';
    text-transform: capitalize;
    color: white;

}


.cta-link {
    padding: 5px 20px;
    color: #c51b1b;
    text-decoration: none;
    background-color: white;
    border-radius: 40px;
    font-size: 22px;
}

/* --------- Our Clientele Section ----------*/
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--primary);
    opacity: 0.5;
    display: block;
    transition: opacity 200ms ease, width 1200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
    opacity: 1;
    width: 15px;
}

/* --------- Our Clientele Section ----------*/
/* ----------------- Footer -----------------*/
.footer {
    padding-top: 30px;
    padding-bottom: 10px;
    background: #B71C1C;
    color: white;
}

.footer h3 {
    font-family: 'poppins-eb';
    border-bottom: solid 1px;
}

.footer .ftr-inner {
    position: relative;
}

/* .ftr-inner .hr{
    width: 70%;
    height: 2px;
    margin: auto;
    background: white;
} */
.footer p {
    font-family: 'sourceserif4-m';
}

.footer ul {
    font-family: sourceserif4-m;
    list-style-type: circle;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.dev {

    font-family: poppins-light;
}

.dev a {
    color: inherit;
    text-decoration: none;

}

/* ----------------- Footer -----------------*/
/* ----------------- Breadcroumbs -----------------*/
.bread {
    background: url(../../assets/b2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.bread::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #e0e0e0d4;
}



.bread::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -4px;
    background: url(../../assets/b-down.svg);
    height: 50px;
    z-index: 3;
}

.bread .container {
    position: relative;
    z-index: 10;
}

.services .container {
    position: relative;
}

.crumb {
    font-family: sourceserif4-m;
    font-size: 20px;
}

.crumb a {
    color: inherit;
    text-decoration: none;
}

.bread h1 {
    font-family: 'poppins-eb';
}

/* ----------------- Breadcroumbs -----------------*/
/* ------------------- About-Us -------------------*/
.about-us {
    padding-top: 40px;
    padding-bottom: 20px;
}

.aus-section {
    padding-top: 10px;

}

.aus-section .title {
    text-align: center;
}

.aus-section .title .hr {
    position: relative;
    border-bottom: solid 1px #c51b1b;
    width: 50%;
    margin: auto;
}


.aus-section .title .hr::after {
    position: absolute;
    content: "";
    top: -8px;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 5px;
    border: solid 2px #c51b1b;
}


.aus-section .title .hr::before {
    position: absolute;
    content: "";
    top: -8px;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 5px;
    border: solid 2px #c51b1b;
}

.aus-section .title .hr::before {
    left: -9px;
}

.aus-section .title .hr::after {
    right: -9px;
}

.aus-section .title h3 {
    font-family: poppins-eb;
}

.aus-section .title h3 span {
    /* font-family: poppins-light; */
    color: var(--primary);
}

.aus-section p {
    font-family: sourceserif4-m;
}

.aus-section p b {
    font-family: 'sourceserif4-semibold';
    color: var(--primary);
}

.aus-section hr {
    opacity: 1;
    border-color: #c51b1b;
}

.mvee {
    position: relative;
    min-height: 150px;
    padding: 20px;
    background: #E0E0E0;
}

.mvee .col-lg-4 {
    position: relative;
}


.aus-section .jumbotron {
    position: relative;
    font-size: 2.1rem;
    font-family: poppins-black;
    border-bottom: dotted 7px #c51b1b;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    /* color: #c51b1b; */
}

.mvee span {
    display: inline-block;
    font-family: sourceserif4-m;
    border: solid 1px;
    padding: 4px 8px;
    margin: 2px 4px 5px 0;
    border-color: #c51b1b;
    border-radius: 5px;
    background: white;
    text-transform: capitalize;
}

.mvee span i {
    color: #c51b1b;
}

.mvee::before {
    position: absolute;
    content: "";
    /* top: 0; */
    bottom: 0px;
    right: 0;
    left: 0;
    background: url(../../assets/t0.svg);
    /* background-size: cover; */
    height: 40px;
    width: 100%;
}

/* ------------------ About-Us -------------------*/
/* ---------------- Services page ----------------*/
.ser-section {
    border-left: solid 1px #c51b1b;
    border-right: solid 1px #c51b1b;
    border-bottom: solid 1px #c51b1b;
    border-radius: 7px 7px 20px 20px;
}

.ser-title h3 {
    position: relative;
    font-family: 'poppins-eb';
    background: var(--primary);
    padding-top: 10px;
    height: 50px;
    color: white;
    padding-left: 10px;
    border-radius: 5px 5px 0 0;
}


.ser-section p {
    font-family: sourceserif4-m;

}

.ser-section p b {
    font-weight: 900;
}

.ser-pic {
    width: 280px;
    height: 280px;
    border-radius: 150px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.par-ser .ser-section:nth-child(1) .ser-pic {
    background: url("../../assets/s12.jpg");
    background-position: center;
    background-size: cover;
}

.par-ser .ser-section:nth-child(2) .ser-pic {
    background: url("../../assets/d3.jpg");
    background-position: center;
    background-size: cover;
}

.par-ser .ser-section:nth-child(3) .ser-pic {
    background: url("../../assets/d2.jpg");
    background-position: center;
    background-size: cover;
}

.par-ser .ser-section:nth-child(4) .ser-pic {
    background: url("../../assets/s0.jpg");
    background-position: center;
    background-size: cover;
}

.par-ser .ser-section:nth-child(5) .ser-pic {
    background: url(../../assets/s5.jpeg);
    background-position: -170px center;
    background-size: cover;
}

.par-ser .ser-section:nth-child(6) .ser-pic {
    background: url(../../assets/s6.jpg);
    background-position: -130px center;
    background-size: cover;
}

.services .intro {
    font-family: poppins-light;
}

.services {
    padding-top: 20px;
    padding-bottom: -10px;
}

.services hr {
    border-width: 1px;
    border-color: var(--primary);
    width: 90%;
    margin: auto;
    opacity: 1;
}

/*---------------- Services page ----------------*/
/*---------------- Contac us page ----------------*/

.c-inner h3 {
    font-family: 'poppins-eb';
    color: #c51b1b;
    border-bottom: solid 2px;
    padding-left: 10px;
    min-height: 40px;
    padding-top: 4px;

}
.numpy {
    border-top: solid 1px var(--primary);
}

.c-inner p {
    font-family: 'poppins-light', 'segoe ui light';
    /* border-bottom: solid 1px; */
    /* background: #e0e0e0; */
    margin-bottom: 7px;
    padding-left: 10px;
    border-radius: 20px;
}

.c-inner p i {
    color: #c51b1b;
}

/*---------------- Contac us page ----------------*/
/*---------------- Blog page ----------------*/
.blog {
    padding-top: 20px;
    padding-bottom: 10px;
}

.blog-inner h3 {
    font-family: 'poppins-eb', 'segoe ui black';
    border-bottom: solid 2px;
}

.side-blog h4 {
    font-family: 'poppins-semibold', 'segoe ui bold';
    border-bottom: solid 1px var(--primary);
}

.blog-inner .pic {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
}

.side-blog .pic {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.read-more {
    background: var(--tertiary);
    border-radius: 5px;
    color: black;
    padding: 7px 14px;
    font-size: 18px;
    font-family: 'poppins-m';
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.read-more:hover {
    background: var(--primary);
    color: white;
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width)* -1);
}

.page-link {
    position: relative;
    display: block;
    font-family: poppins-m;
    padding: 5px 15px;
    font-size: 20px;
    color: var(--primary);
    text-decoration: none;
    background-color: none;
    border: 0;
    transition: color .15s ease -in-out, background-color .15s ease -in-out, border-color .15s ease -in-out, box-shadow .15s ease -in-out;
    margin: 0 3px;
    border-radius: 20px 20px 9px 9px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 9px;

    border-bottom-left-radius: 9px;
}

.active>.page-link,
.page-link.active,
.page-link:hover {
    z-index: 3;
    color: #c51b1b;
    background-color: #fafafa;
    /* background-color: #ff5f00; */
    border-bottom: solid 2px;
    /* border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px; */

}

.author {
    font-family: poppins;
    font-size: 18px;
    color: #616161;

}

/* Single */
h1.entry-title {
    font-family: 'poppins-eb';
    font-size: 2.25rem;
    border-bottom: solid 2px #c51b1b;
}

/*---------------- Blog page ----------------*/



.super-search {

    padding: 3px;

}

.super-search .input-field {
    font-size: 20px;
    padding: 8px 8px 8px 20px;
    border: none;
    border-radius: 20px 0 0 20px;
    background: #E0E0E0;
    font-family: poppins-light;
}

.super-search .submit {
    border: none;
    padding: 5px 18px;
    background: var(--primary);
    color: white;
    border-radius: 0 20px 20px 0;
}

.input-field:focus {
    outline: none;
}

.border-bar {
    border-left: 1px var(--bs-border-style) #c51b1b !important;
}

.entry-content {
    font-family: sourceserif4-m;
    font-size: 18px;
}

h2.entry-title {
    font-family: 'poppins-eb';
    color: black;
    border-bottom: solid 2px var(--primary);
}

h2.entry-title a {
    text-decoration: none;
    color: inherit;
}

.comments-link a,
.edit-link a {
    text-decoration: none;
    color: var(--primary);
    margin: 3px;
    font-size: 18px;
}

.comments-link,
.edit-link {
    text-decoration: none;
    font-family: poppins-m;
    margin: 2px;
    color: var(--primary);
}

#error-404-wrapper {
    font-family: 'poppins-eb';
}


#error-404-wrapper .super-search {
    width: 70%;
    margin: auto;

}

#error-404-wrapper .super-search .input-field {
    width: 90%;


}

.blog-inner article {
    font-family: 'sourceserif4-m';
    font-size: 20px;
}

.nav-links {
    font-size: 20px;
    font-family: 'poppins-eb';
}

.nav-links a {
    display: block;
    text-decoration: none;
    color: black;
}

.nav-links hr {
    opacity: 1;
    border-color: var(--primary);
}

h3#reply-title {
    font-family: 'poppins-eb';
    border-bottom: solid 1px var(--primary);
}

span#email-notes {
    font-size: 20px;
    font-family: 'poppins-light';
}

h2.comments-title {
    margin-top: 23px;
    font-family: 'poppins-semibold';
    text-transform: capitalize;
    border-bottom: dashed 2px;
}

.comment-metadata a {
    text-decoration: none;
    font-family: 'sourceserif4-m';
}

/*---------------- Blog page ----------------*/
/*------------- Downlaods page --------------*/
.downloads .row {
    font-family: poppins-m;
}


.downloads .ico {
    display: inline-block;
    padding: 3px 8px;
    background-color: #c51b1b;
    color: white;
    border-radius: 40px;
    border: solid 1px;
    font-size: 24px;
}

.downloads .title {
    font-size: 24px;
    font-family: poppins-eb;
}

.downloads .row:nth-child(even) {
    background-color: #e0e0e0;
    border-radius: 40px;
}

.ext {
    display: none;
}

.dd-link {
    padding: 4px 12px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #FF9800;
    border-radius: 30px;
    font-family: poppins-m;
    color: black;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}

/*------------- Downlaods page --------------*/
/*--------------- Team page -----------------*/
.team-inner .pic {
    height: 300px;
    width: 100%;
    border-radius: 7px 7px 0 0;
}

.team,
.property {
    padding-top: 20px;
    padding-bottom: 10px;
}

.row .col-lg-4:nth-child(1) .team-inner .pic {
    background: url(../../assets/team-precious-chisi.jpg);
    background-position: center;
    background-size: cover;
}

.row .col-lg-4:nth-child(2) .team-inner .pic {
    background: url(../../assets/team-tiwonge.jpg);
    background-position: 0 -41px;
    background-size: cover;
}

/* Tiwonge Mughogho 2 */
.row .col-lg-4:nth-child(3) .team-inner .pic {
    background: url(../../assets/team-hope-masumba.jpg);
    background-position: center;
    background-size: cover;
}

.row .col-lg-4:nth-child(4) .team-inner .pic {
    background: url(../../assets/team-willi-mwawa.jpg);
    background-position: center -15px;
    background-size: cover;
}

.row .col-lg-4:nth-child(5) .team-inner .pic {
    background: url(../../assets/team-chikondi-chapweteka.jpg);
    background-position: center top;
    background-size: cover;
}

.row .col-lg-4:nth-child(6) .team-inner .pic {
    background: url(../../assets/team-mcdavies-chiluzi.jpg);
    background-position: top;
    background-size: cover;
}


.row .col-lg-4:nth-child(7) .team-inner .pic {
    background: url(../../assets/team-eliza-mwikho.jpg);
    background-position: center;
    background-size: cover;
}

.row .col-lg-4:nth-child(8) .team-inner .pic {
    background: url(../../assets/team-chisomo-maganga.jpg);
    background-position: top;
    background-size: cover;
}

.row .col-lg-4:nth-child(9) .team-inner .pic {
    background: url(../../assets/team-clement-gonani.jpg);
    background-position: center;
    background-size: cover;
}

.row .col-lg-4:nth-child(10) .team-inner .pic {
    background: url(../../assets/team-sakala.jpg);
    background-position: center;
    background-size: 101%;
}

/* wongani */
.row .col-lg-4:nth-child(11) .team-inner .pic {
    background: url(../../assets/team-pempho-chisambo.jpg);
    background-position: center;
    background-size: 129%;
}

.row .col-lg-4:nth-child(12) .team-inner .pic {
    background: url(../../assets/team-constance-kalikwemba.jpg);
    background-position: center;
    background-size: cover;
}

.row .col-lg-4:nth-child(13) .team-inner .pic {
    background: url(../../assets/team-temwani-waloyi.jpg);
    background-position: center;
    background-size: cover;
}

.row .col-lg-4:nth-child(14) .team-inner .pic {
    background: url(../../assets/team-yohane-mweta.jpg);
    background-position: center;
    background-size: cover;
}



.row .col-lg-4:nth-child(15) .team-inner .pic {
    background: url(../../assets/team-victoria-chimbiya.jpg);
    background-position: center;
    background-size: cover;
}

.row .col-lg-4:nth-child(16) .team-inner .pic {
    background: url(../../assets/team-anastasia-mkandawire.jpg);
    background-position: center top;
    background-size: cover;
}

.row .col-lg-4:nth-child(17) .team-inner .pic {
    background: url(../../assets/team-edina-simon.jpg);
    background-position: center top;
    background-size: cover;
}


.row .col-lg-4:nth-child(18) .team-inner .pic {
    background: url(../../assets/team-mphatso-odala.jpg);
    background-position: center -38px;
    background-size: cover;
}

.row .col-lg-4:nth-child(19) .team-inner .pic {
    background: url(../../assets/team-phyllis-khonde.jpg);
    background-position: center;
    background-size: cover;
}

.row .col-lg-4:nth-child(20) .team-inner .pic {
    background: url(../../assets/team-sophie-mthawanji.jpg);
    background-position: center;
    background-size: cover;
}



.team-inner {
    border: solid 1px var(--primary);
    margin-bottom: 20px;

}

.team-inner .h3 {
    min-height: 50px;
    padding-top: 10px;
    background-color: var(--primary);
    color: white;
    text-align: center;
    font-family: poppins-eb;
    margin-bottom: 0;
}

.team-inner p {
    font-family: sourceserif4-m;
    font-size: 24px;

}

.team-inner .spr-lead {
    font-size: 20px;
    border-top: solid 1px var(--primary);
    font-family: poppins-light;
    text-align: center;
    margin-bottom: 0px;

}

/*--------------- Team page -----------------*/
/*------------ Properties page --------------*/
.prop-inner .pic {
    height: 200px;
    border-radius: 5px 5px 0 0;
}

.pty {

    font-family: 'montserrat-eb';

    padding-left: 7px;
    color: #c51b1b;


    border-top: solid 1px;

}

.prop-inner h3 {
    font-family: montserrat-eb;
    text-transform: capitalize;
    background: var(--primary);
    color: white;
    min-height: 45px;
    padding-top: 5px;
    text-align: center;
    font-size: 1.5rem;
}

.prop-inner {
    position: relative;
    border: 1px solid #ff8f00;
}

.prop-inner .price {
    font-family: montserrat;
    font-size: 20px;
}

.cloc,
.tloc {
    font-size: 20px;
    padding: 0px 0 0 8px;
}

.cloc {
    font-size: 19px;
    font-family: 'montserrat-eb';
}

.tloc {

    font-family: 'montserrat';
    font-size: 20px;
}


.status {
    position: absolute;
    top: 17px;
    left: 3px;
    color: white;
    background: #c51b1b;
    padding: 1px 19px;
    border-radius: 20px;
    text-transform: capitalize;
    border: solid white 1px;
    font-family: 'poppins-m';
}

.puse {
    position: absolute;
    top: 50px;
    left: -1px;
    color: black;
    background: #ff8f00;
    padding: 1px 19px;
    border-radius: 0 20px 20px 0;
    text-transform: capitalize;
    /* border: solid white 1px; */
    font-family: 'poppins-m';
}

.zoom {
    position: absolute;
    right: 8px;
    top: 9px;
    color: white;
    font-size: 20px;
    /* border-bottom: solid 1px #9E9E9E; */
    /* border-right: solid 1px #9E9E9E; */
    padding: 2px 9px;
    background: #00000066;
    border-radius: 10px 5px 10px 5px;
    cursor: pointer;
    text-decoration: none;
}

.prop-inner hr {
    opacity: 1;
    border-color: var(--primary);


}

.bb {
    background: #e0e0e0;
    font-family: 'poppins-light';
    font-size: 18px;
}

.sze {
    position: relative;
    font-family: 'poppins-m';
    padding-left: 8px;

}

/* .sze::after {
    position: absolute;
    content: "";
    top: 40%;
    right: 0px;
    width: 100px;
    height: 1px;
    background: #c51b1b;

}


.sze span{
    background: white;
} */
.property_search .form-select {
    display: inline !important;
}

.property_search .qq {
    width: 50%;
    border-radius: 30px;
    font-family: poppins;

}

.property_search .qq {
    width: 75%;
    font-family: poppins;
    border: navajowhite;
}

.property_search .qq:focus-within {
    outline: none;
}

.property_search {
    border: solid 1px;
    padding: 6px 4px;
    border-radius: 8px;
    width: fit-content;
    font-size: 20px;
    font-family: poppins;
    margin: auto;
}

.p_btn {
    border: 0;
    font-family: 'poppins-m';
    border-radius: 0 20px 20px 0;
    padding: 4px 20px;

}

.pt {
    width: 279px;
    border-radius: 10px 0 0 10px;
}

.ps {
    width: auto;
}

.st {
    width: auto;
}

.mmx,
.mmn {
    position: absolute;
    top: -5px;
    left: 3px;
    font-size: 14px;
}



.pt,
.mip,
.map,
.st,
.ps,
.pse {

    border-right: solid 1px var(--primary);
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0;
}

.mip.form-control:focus,
.map.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0 #fafafa;
}

.single-property .carousel-item .img-fluid {
    height: 250px;
}

.single-property h3 {
    font-family: 'poppins-eb';
    font-size: 1.5rem;
}

.single-property .pp {
    /* font-family: 'poppins-eb'; */
    font-size: 1.5rem;
    text-align: center;
    border-bottom: solid 1px var(--primary);
}

.single-property.title {
    font-family: montserrat-eb;
    color: #c51b1b;
}

.single-property .pr {
    /* color: var(--other); */
    font-family: 'sourceserif4-semibold';
}

.single-property .pdesc {
    font-family: sourceserif4;

}

.single-property .leadd {
    font-size: 1.25rem;
    font-weight: 300;
    font-family: montserrat-light;
}

.property-images {
    min-height: 300px;
}

.property-images .img-fluid {
    height: 280px;
    /* border: solid 1px #c51b1b8c; */
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

form h3 {
    border-bottom: solid 1px var(--primary);
}

/* label {
    font-family: 'poppins-m';
} */

.single-property form input:placeholder-shown {
    font-family: poppins-m;
}

/*------------ Properties page --------------*/

section.property h1 {
    border-bottom: solid 1px var(--primary);
    font-family: poppins-light;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(255 255 255);
    background-color: transparent;
    border: var(--bs-border-width) solid rgb(255 255 255);
    border-radius: var(--bs-navbar-toggler-border-radius);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../../assets/nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.05rem;
}

/*############################*/
/*######### DELIMETER ########*/
/*############################*/
@media (max-width: 768px) {
    .about .jumbotron {
        position: relative;
        font-size: 2.1rem;
        font-family: poppins-black;
        border: solid 10px #c51b1b;
        padding-left: 20px;
    }

    .downloads .title {
        font-size: 20px;
        font-family: poppins-eb;
    }

    .downloads .row:nth-child(even) {
        background-color: #e0e0e0;
        border-radius: 24px;
    }
}

@media (max-width: 576px) {
    .aus-section .title .hr {
        position: relative;
        border-bottom: solid 1px #c51b1b;
        width: 95%;
        margin: auto;
    }

    .pt {
        width: 100%;
        border-radius: 10px 0 0 10px;
    }

    .ps {
        width: 100%;
    }

    .st {
        width: 100%;
        border: 0 !important;
    }


    .heda {
        font-size: 1.5rem;
    }

    .mip,
    .map,
    .pt,
    .ps,
    .pse {

        border-right: 0;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        border-radius: 0;
    }

    .property_search .form-select {
        display: block !important;
    }

    .property_search {
        border: solid 1px;
        padding: 6px 4px;
        border-radius: 8px;
        width: 100%;
        font-size: 20px;
        font-family: poppins;
    }

    .downloads .row:nth-child(even) {
        background-color: #e0e0e0;
        border-radius: 18px;
    }

    .downloads .ico {
        display: none;
        padding: 3px 8px;
        background-color: #c51b1b;
        color: white;
        border-radius: 40px;
        border: solid 1px;
        font-size: 24px;
    }

    .downloads .title {
        font-size: 18px;
        font-family: poppins-eb;
        display: inline;
    }

    .ext {
        display: inline;
    }

    /*  */

    .car-text {
        font-size: calc(1.5rem + .6vw);
    }

    .cname {
        font-size: 1.4rem;
    }

    .car-extra {
        margin-top: -8rem;
        margin-bottom: 2rem;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .aus-section .jumbotron {
        font-size: calc(1.9rem + .6vw);
    }
}