html,body {
    height: 100%;
    width: 100%;
    font-family: Alegreya;
    color: #133C82;
    scroll-behavior: smooth;
}

/*h4 {
    text-align: center;
    color: #133C82;}
*/

/*Light Gray section*/
.bg-gray {
    background-color: #F0F0F0;
}

/*Top Bar */
.top-bar {
    background-color: rgba(19,60,130,.80); /* #18840d; = #4069AF; #133C82;*/
    font-size: 1rem;
    color: #FFFFFF !important;
    text-decoration: none;
}
.top-bar a {
    background-color: transparent;
}
.top-bar a:hover {
    color:#FFFFFF;
    background-color: red;
    text-decoration:none;
}
/*Section Head Style*/
.section-head {
    width: 100%;
    text-align: center;
    color: #133C82;
    font-size: 3rem;
    text-transform: capitalize;
}
/*Main Navbar */
.main-nav {
    font-family: Lato;
}
.main-nav .nav-link {
    color: #133C82;
    font-size: 1.25rem;
    font-weight: bold;
}
.main-nav .nav-link:hover {
    color: #2553A2;
}
.navbar-toggler-icon {
    color: #133C82;
}
/*Home / Landing*/
#home {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    align-items: center;
    justify-content: center;
}
#home::before {
        content: "";
        background-image: url(images/beach-bg.jpg);
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
}

.landing {
    position: absolute;
    top: 39%;
    text-align: center;
    width: 100%;
    color: #133C82;
}
.landing-head {
    font-size: 2.75rem;
    text-transform: capitalize;
    text-shadow: -1px -1px  #ffffff;
}
.landing-tag {
    font-size: 2rem;
    text-transform: capitalize;
    text-shadow: 1px 1px  #ffffff;
}
/*We Buy Section */
.webuy-card1,.webuy-card2,.webuy-card3 {
    text-align: center;
    border: none;
    border-radius: 0px 30px 0px 30px;
    box-shadow: -webkit-box-shadow: -19px 19px 43px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: -19px 19px 43px 0px rgba(0,0,0,0.61);
    box-shadow: -19px 19px 43px 0px rgba(0,0,0,0.61);
    background-color: rgba(0,0,0,0.1);
    transition: 1s;
}
.card i {
    color: #4069AF;
    font-size: 3.75rem;
    margin-top: 1.56rem;
}
.card .webuy-card-title {
    font-weight: bold;
    font-size: 1.56rem;
    color: #4069AF;
}
.card .webuy-card-text {
    color: #2D0631;
    font-weight: 600;
}
/*Key Features Section*/
.services {
    /*background: url(images/desert-bg.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.services p {
    color: #4069AF;
    font-weight: 400;
}

.services-card {
    background-color: transparent;
    border: none;
}
.card .services-card-title {
    color: #4069AF;
    font-weight: bold;
    font-size: 1.56rem;
}
.card .services-card-text p {
    color: #2D0631;                  /*#F0F8FF;*/
    font-size: 1.12rem;
}
/*Lets Talk / paralalx effect start*/
.lets-talk {
    background-image: url(images/woman-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.lets-talk-h {
    color: antiquewhite;
    font-size: 3rem;
}
/*Lets Talk / paralalx effect end*/

/*Estate Section*/
.estate-sub-head {
    color: #034078;
    font-size: 1.75rem;
    text-align: center;
}
.estate-content {
    color: #767676;
    font-size: 1.13rem;
    text-align: justify;
}
.estate-img {
    border-radius: 0px 30px 0px 30px;
}

/*FAQ Page and Accordion */
.gap {
    padding: 50px 25px;
}
.faq-card {
    color: #4069AF;
    border:2px solid #fff;
    box-shadow:5px 5px 10px #222;
}
.faq-card .btn {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    border: transparent !important;
}
.faq-card .card-body {
    color:  #4069AF;
    font-size: 1.25rem;
    font-weight: 400;
}
.btn-link {
    color: #4069AF;
    font-size: 1.25rem;
}
.btn-link i {
    font-size: 1.125rem;
    margin-right:10px;
    color:#4069AF;
}
.btn-link:focus, .btn-link:hover {
    color: #4069AF;
    text-decoration: none !important;
    border: transparent !important;
}
/*footer Section*/
footer {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    width: 100%;
    background-color: #737373;
    color: #034078;
    font-size: 0.88rem;
}
footer a {
    color: #034078;
}
footer a:hover {
    color: #4069AF;
}
.social i {
    color: #4069AF;
}

/*back to top*/
#b2tBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 1.25rem; /* Place the button at the bottom of the page */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(37,83,162,0.70); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 0.94rem; /* Some padding */
    border-radius: 0.63rem; /* Rounded corners */
    font-size: 1.13rem; /* Increase font size */
    left: 50%;
    transform: translateX(-50%);
}

#b2tBtn:hover {
    background-color: rgba(143,188,223,100); /* Add a dark-grey background on hover */
}

/*Error Page*/
.error-head p {
    font-family: 'Bookman Old Style';
    color: #191970;
    font-size: 350%;
    font-weight: bold;
    Text-align: center;
    letter-spacing: 20%;
    padding: 1% 0 0 0;
    margin: 0;
}
.error-title p {
    font-family: 'Arial';
    color: #191970;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 15%;
    padding: 1% 0 1% 0;
    margin: 0;
}
.error-slogan p {
    font-family: 'Verdana';
    color: #FF0000;
    font-size: 136%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2.07px;
    padding: 0 0 1% 0;
    margin: 0;
}
.error  {
    color: #FF0000;
    font-size: 126%;
    text-align: center;
}
/*Legal & Privacy*/
.lp-container{
    margin: 1rem auto;
    width: 96%;
    max-width: 900px;
    color: #034078;
}
.lp-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 96%;
    margin: 1% 0;
    min-height: 1.50rem;
}
.lp-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 96%;
    margin: 1% 0;
    min-height: 1rem;
    font-size: 1.25rem;
    font-weight: bolder;
}
.lp-section-head {
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    align-items: left;
    width: 96%;
    margin: 1% 0;
    min-height: 1.50rem;
    font-size: 1.15rem;
    font-weight: bold;
    background-color: transparent;
    padding-top: 1rem;
}
.lp-text {
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: justify;
    align-items: left;
    width: 96%;
    margin: 1% 0;
    min-height: 1.15rem;
    font-size: 1rem;
}
.lp-copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 96%;
    margin: 1% 0;
    min-height: 1rem;
    font-size: 1rem;
    color: #737373;
}
/*--- Media Queries!--*/

/* xs Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/

@media screen and (max-width: 576px) {
.navbar {
    padding: 0 0 0 0;
}
.landing {
    top: 28%;
}

