/* GENERAL CSS */
body {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.uppercase {
    text-transform: uppercase;
}
.medium {
    font-weight: 500;
}
.bold {
    font-weight: 600;
}
.text-blue {
    color: #0b0b45;
}
.bg-blue {
    background-color: #0b0b45;
}
h2, h2.sec-title {
    font-family: "Inter Tight", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 200;
}
h3 {
    font-family: "Inter Tight", sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 200;
}
h4 {
    font-family: "Inter Tight", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
}
a.border-btn {
    color: #0b0b45;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0b0b45;
    transition: 1s ease all;
    padding: 10px 20px;
    font-weight: 500;
}
a.border-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0b0b45;
    border: 1px solid #0b0b45;
}
.bg-grey {
    background-color: #f1f1f4;
}
.home h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
}
#hero img {
    box-shadow: 7px 7px 15px rgba(0,0,0,.3);
}
#hero p.medium {
    font-size: 20px;
    line-height: 30px;
}
#mission {
    background-image: linear-gradient(to right, #0b0b45 90%, #fff 10%);
}
#services .col-md-3.first {
    border-left: 1px solid #0b0b45;
    padding-left: 50px;
}
#services .col-md-3.bg {
    background-image: url(../images/Property-Management-Houston.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#services .col-md-3 p {
    color: #22303d;
}
#why-us .col-md-7 {
    position: relative;
}
#why-us .col-md-7 .bg {
    background-color: #f2f2f6;
    position: absolute;
    width: 100%;
    top: 75px;
    height: 225px;
    z-index: -1;
    right: 0;
}#projects .row:nth-child(2) {
    padding-left: 125px;
    padding-right: 125px;
}
#projects img {
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,.3);
}
/* TESTIMONIAL SECTION CSS START */
#testim {
    background-image: url(../images/What-People-Say-About-Crescere-Capital.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial{
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 30px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial .rating i {
    color: #ffbb2a;
}
.testimonial .description{
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .left {
    display: flex;
    align-items:center;
    width: 75%;
}
.testimonial .left img {
    width: auto;
    display: inline-flex;
}
.testimonial .title{
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-style:italic;
}
.testimonial .right {
    display: flex;
    justify-content: flex-end;
    width: 25%;
}
.testimonial .right img {
    width: auto !important;
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #2A3D7D;
    background: #fff !important;
    border-radius:0 !important;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #29D18B !important;
    border-color:#29D18B;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #d6d6d6;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 !important;
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
/* TESTIMONIAL SECTION CSS END */        
#Mailbox-Money-Mindset li {
    list-style-type: circle;
}
/* FOOTER CSS START */
#footer, #copy-right {
    background-color: #0b0b45;
}
#footer .row {
    padding-left: 75px;
    padding-right: 75px;
    border-bottom: 1px solid #fff;
}
#footer .one {
    text-align: right;
}
#footer .two {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#footer .footer-links {
    padding-inline-start: 0;
    list-style: none;
}
#footer .footer-links li a {
    color: #fff;
    text-decoration: none;
    transition: 1s ease all;
}
#footer .footer-links li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
#footer .three ul {
    padding-inline-start: 0;
}
#footer .three ul i {
    display: inline-block;
    float: left;
    padding-top: 5px;
}
#footer .three ul li {
    padding-inline-start: 20px;
    list-style: none;
    padding-bottom: 10px;
}
#footer .three ul li a {
    color: inherit;
    text-decoration: none;
}
#footer .three ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
/* FOOTER CSS END */
/* BREADCRUMBS AREA CSS */
#breadcrumbs {
    background-color: #f2f2f6;
}
#breadcrumbs .col-md-10 {
    text-align: right;
}
#breadcrumbs p, #breadcrumbs ul {
    margin-bottom: 0;
}
#breadcrumbs ul {
    padding-inline-start: 0;
}
#breadcrumbs li {
    list-style: none;
    display: inline-block;
    color: #636466;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
}
#breadcrumbs li a {
    color: #636466;
    text-decoration: none;
}
#breadcrumbs li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.inner-pg-title-1 {
    font-family: "Inter Tight", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 200;
}
#who-we-are {
    background-image: url(../images/Real-Estate-Investment-Company-Houston-TX.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#who-we-are .container-fluid {
    position: relative;
}
#who-we-are .overlay {
    background-color: rgba(11,11,69,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
}
#who-we-are .container-fluid .row {
    position: relative;
    z-index: 1;
}
#our-approach .col-md-10 {
    background-color: #f1f1f4;
}
/* ACCORDION CSS */
.accordion-container {
    width: 100%;
    margin: 0 auto;
}
.accordion-item {
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #262262;
    border-radius: 0 !important;
    box-shadow: none;
    background-color: inherit;
}
.accordion-header {
    padding: 15px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: transparent;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    color: #0b0b45;
    font-weight: 600;
}
.accordion-content {
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}
.icon {
    transition: transform 0.3s ease;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    font-size: 25px;
}
.active .icon {
    transform: rotate(45deg);
}
#contact-us ul.contact-details {
    padding-inline-start: 0;
}
#contact-us .contact-details img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
#contact-us .contact-details li {
    padding-inline-start: 30px;
    list-style: none;
    margin-bottom: 30px;
}
#contact-us .contact-details li p {
    margin-bottom: 0;
}
#contact-us .contact-details li a {
    text-decoration: none;
}
#contact-us .contact-details li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
/* CONTACT PAGE MAILCHIMP FORM */
input {
    width: 100%;
    padding: 7.5px;
    border: none;
    margin-bottom: 10px;
}
.contact-form #mce-MESSAGE {
    padding-bottom: 50px;
}
#mc-embedded-subscribe.border-btn {
    color: #0b0b45;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #0b0b45;
    transition: 1s ease all;
    padding: 10px 30px;
    font-weight: 500;
    width: max-content;
}