/*
Theme Name: provident-realty
Theme URI: https://criterionb.com
Author: Team CriterionB.
Author URI: https://criterionb.com
Description: Gutenberg Compatible theme for PixelKiosk
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
template: streamline

*/

@import url("https://use.typekit.net/wnt4ssm.css");


:root {
    --light-color: #fff;
    --blue-color: #1F3E82;
    --light-bg-color: #69758C12;
    --light-blue-color: #69758C;
    --body-font: 'proxima-nova', sans-serif;
    --industrial-color: #008297;
    --multifamily-color: #454985;
    --masterplanned-color: #CDBEA0;
    --hospitality-color: #0070A0;
    --data-centers-color: #589BB5;
    --others-color: #878787;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    color: var(--dark-text-color);
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

header,
footer,
main,
section,
article {
    container-type: inline-size;
}

p,
li {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    color: var(--dark-text-color);
    font-family: var(--body-font);
    text-wrap: pretty;
}

p:empty {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    text-wrap: balance;
}

.ptb-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.ptb-l {
    padding: 150px 0;
}

.pt-l {
    padding-top: 150px;
}

.pb-l {
    padding-bottom: 150px;
}

.ptb-m {
    padding: 100px 0;
}

.pt-m {
    padding-top: 100px;
}

.pb-m {
    padding-bottom: 100px;
}

.ptb-s {
    padding: 50px 0;
}

.pt-s {
    padding-top: 50px;
}

.pb-s {
    padding-bottom: 50px;
}

.mtb-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.container {
    max-width: 1256px;
    margin: 0 auto;
}

.light-bg {
    background-color: var(--light-bg-color);
}

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


/* COLORS
	----------------------------- */
.text-color-light{
    color: var(--light-color);
}

a{
    color: var(--secondary-color);
    text-decoration: underline;
}


/* ANIMATIONS
	----------------------------- */


/* SHAPES
	----------------------------- */
.shapes-wrap .container {
    position: relative;
}



/* COMMON STYLE
	----------------------------- */
.section-heading,
.section-heading h3 {
    font-family: var(--heading-font);
    color: var(--primary-color);
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.sub-heading,
.sub-heading h4 {
    font-family: var(--body-font);
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 4px;
    margin-top: 0;
    text-transform: uppercase;
}

.section-left {
    width: calc(100% - 12vw);
    margin-right: 12vw;
}

.section-right {
    width: calc(100% - 80px);
    margin-left: 80px;
}

.header-cta a.streamline-button {
    background: var(--secondary-color);
}

.image-border {
    border: 1px solid #69758C !important;
}

.image-border.img-left {
    border-left: 0 !important;
}

a.streamline-button,
.forminator-ui.forminator-design--default .forminator-button-submit {
    background: var(--secondary-color) !important;
    font-family: var(--body-font);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 58px !important;
    box-shadow: none !important;
    transition: all 0.5s ease;
}

a.streamline-button:hover,
.forminator-ui.forminator-design--default .forminator-button-submit:hover{
    background: var(--primary-color) !important;
}

.outline a.streamline-button{
    background: transparent !important;
    border: 2px solid var(--secondary-color) !important;
}

.outline a.streamline-button span.streamline-button__inner-text{
    color: var(--secondary-color) !important;
}

.outline a.streamline-button:hover{
    background: var(--secondary-color) !important;
}

.outline a.streamline-button:hover span.streamline-button__inner-text{
    color: #fff !important;
}

.bottom-contact .section-heading {
    margin-top: 50px;
}

.bottom-contact .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 20px;
}

.streamline-block.bottom-contact.pattern-right:before{
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
    background-position: center left;
    background-size: cover;
}

.forminator-ui.forminator-design--default .forminator-input,
.forminator-row .forminator-field-select .forminator-select .selection .select2-selection--single{
    height: 64px !important;
}

.container.bottom-contact {
    max-width: 1350px;
}

.bottom-contact p.contact-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}




/* HEADER
	----------------------------- */
header.header {
    position: relative;
    z-index: 9999;
    /* height: 148px; */
}

header.header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header .main-header {
    margin-bottom: 0;
    background-color: var(--primary-color);
    padding-top: 0;
    padding-bottom: 0;
}

.header .main-header .streamline-row {
    width: -webkit-fill-available;
    max-width: 94%;
}

header figure.wp-block-image.header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 80px;
}

header figure.wp-block-image.header-logo img {
    max-height: 80px; 
    width: auto;
    height: auto;
    object-fit: contain;
}

.header .header-cta {
    background-color: var(--secondary-color);
}

.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container li a {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--body-font);
    letter-spacing: 1px;
    position: relative;
    text-align: left;
}

/* .main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container li.current-menu-item a::after {
    content: "";
    width: 70%;
    height: 1px;
    border-bottom: 2px solid var(--secondary-color);
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
} */

.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container>li a,
.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container>li button.wp-block-navigation__submenu-icon {
    color: #fff;
}

.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container>li:hover a,
.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container>li:hover button.wp-block-navigation__submenu-icon {
    color: var(--secondary-color);
}

.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container li ul.wp-block-navigation-submenu li a {
    color: var(--primary-color);
}

.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container li ul.wp-block-navigation-submenu li a:hover {
    color: var(--secondary-color);
}

.main-menu .wp-block-navigation__responsive-container-content ul {
    display: flex;
    flex-flow: nowrap;
    width: max-content;
    text-align: center;
    align-items: stretch;
    justify-content: end;
}

.main-menu .wp-block-navigation__responsive-container-content ul>li {
    width: 22%;
}

.main-menu .wp-block-navigation__responsive-container-content ul>li ul {
    width: 100% !important;
    transition: opacity 0.5s linear !important;
    padding: 15px 0;
}

.main-menu .wp-block-navigation__responsive-container-content ul>li ul li {
    width: 100%;
    transition: all 0.5s ease;
}

.main-menu .wp-block-navigation__responsive-container-content ul>li ul li:hover{
    background-color: #f5f5f5;
}

.main-menu .wp-block-navigation__responsive-container-content ul>li ul li a{
    padding: 8px 20px;
}

.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container li.has-child ul.wp-block-navigation-submenu li.wp-block-navigation-link a::after{
    display: none;
}

.header .main-header .streamline-row .logo {
    max-width: 320px;
    padding: 0;
    margin-right: 20px;
}

.header .main-header .streamline-row .logo .streamline-container {
    margin: 0;
}

.header .main-header .streamline-row .logo .streamline-container figure a {
    display: block;
}

.header .main-header .streamline-row .main-menu {
    height: 100%;
    display: flex;
}

.header .main-header .streamline-row .main-menu nav {
    width: 100%;
}

.header .main-header .streamline-row .header-cta-wrap>.streamline-column-wrapper {
    margin-left: 10px;
    margin-right: 0;
}

.header .main-header .streamline-row .header-cta-wrap {
    max-width: 270px;
}

.header .main-header .streamline-row .main-menu .streamline-column-wrapper {
    height: 100%;
    max-width: 850px;
    padding: 0;
    margin: 0 0 0 auto;
}


.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container>li {
    padding: 42px 14px;
    transition: all 0.5s ease;
}

header.header.fixed-header .main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container>li {
    padding: 32px 14px;
}

.main-menu .streamline--column-flex .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container>li.product-types{
    padding-right: 25px !important;
    width: 25%;
    max-width: 215px;
}


header.header .wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: #fff;
}

header.header .mobile-menu {
    top: 40px;
    width: 32px;
    display: none;
}

header.header .mobile-menu span{
    height: 2px;
}

header.header .mobile-menu-wrapper{
    background-color: var(--primary-color);
    padding: 19px 22px;
    z-index: 9999;
    min-height: 100vh;
}

header.header .mobile-menu-wrapper ul.menu > li a{
    color: #fff;
}

header.header .mobile-menu-wrapper{
    right: -100%;
    width: 100%;
}

header.header .mobile-menu-wrapper.active {
    right: 0;
}

header.header .mobile-menu-wrapper .menu-close{
    font-size: 60px;
    font-weight: 400;
    text-decoration: none;
}

header.header .mobile-menu-wrapper .modile-menu {
    padding: 20px 0;
}

header.header .mobile-menu-wrapper ul.menu > li{
    border: 0;
}

header.header .mobile-menu-wrapper ul.menu > li.mobile-only {
    display: inline-block !important;
}

.mobile-only {
    display: none !important;
}

/* MOBILE MENU
	----------------------------- */

header.header .mobile-menu-wrapper{
    background-image: url('/wp-content/uploads/2024/12/p-symbol-grey.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80px;
    overflow-x: hidden;
}

.mobile-menu-wrapper ul.menu {
    list-style-type: none;
    padding: 0 30px 0 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    /* min-width: 270px; */
    position: relative;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    z-index: 20;
    transition: all 0.6s ease;
    text-align: left;
    width: 100%;
}

.mobile-menu-wrapper ul.menu>li {
    padding: 0;
    position: relative;
    border: 0;
}

.mobile-menu-wrapper .modile-menu {
    padding-top: 50px;
    min-height: 50vh;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-menu-wrapper ul.sub-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    padding: 10px 20px;
    width: 100%;
    min-width: 200px;
    transition: all 0.5s ease 0s;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    transition: all 0.7s ease
}

.mobile-menu-wrapper ul.menu>li ul.sub-menu {
    opacity: 1;
    position: relative;
    padding: 0;
    transition: all 0.7s ease
}

.mobile-menu-wrapper ul.menu > li.submenu-active ul.sub-menu li a{
    opacity: 0.61;
}


span.sub-menu-trigger {
    position: absolute;
    color: #fff;
    width: 50px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 24px;
    line-height: 43px;
    transition: all 0.5s ease 0s;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.menu-item-has-children i.fa {
    transition: all 0.5s ease 0s;
}

.submenu-active i.fa {
    transform: rotate(90deg);
}

.mobile-menu-wrapper ul.menu>li.menu-item-has-children>a {
    position: relative;
}

/* .mobile-menu-wrapper ul.menu>li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 16px;
    width: 23px;
    height: 23px;
    background: url('images/Forward.svg') no-repeat;
    transition: all 0.5s ease;
} */
.mobile-menu-wrapper ul.menu>li.menu-item-has-children.submenu-active>a::after{
    -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
}

header.header .mobile-menu-wrapper ul.menu > li a{
    font-family: var(--heading-font);
    font-size: 25px;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    margin-bottom: 10px;
}

.mobile-menu-wrapper ul.menu>li.submenu-active ul.sub-menu li a {
    padding: 0;
    font-size: 20px;
}

header.header .mobile-menu-wrapper ul.menu > li.streamline-button a{
    background: var(--secondary-color) !important;
    font-family: var(--body-font);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: none !important;
    padding: 6px 22px !important;
}

header.header .mobile-menu-wrapper ul.menu > li.streamline-button {
    margin-top: 20px;
}

header.header .mobile-menu-wrapper .wp-block-streamline-columns.property-info {
    border-top: 1px solid #fff;
    padding: 40px 0;
}

header.header .mobile-menu-wrapper .wp-block-streamline-columns.property-info .menu-address p{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #fff;
    opacity: 0.61;
}

header.header .mobile-menu-wrapper .wp-block-streamline-columns.property-info .menu-address p a{
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    display: block;
}

header.header .mobile-menu-wrapper .wp-block-streamline-columns.property-info .streamline-row {
    display: flex;
    flex-flow: nowrap;
}

header.header .mobile-menu-wrapper .wp-block-streamline-columns.property-info .streamline-row .icon-wrap {
    flex-basis: 70px !important;
}

header.header .mobile-menu-wrapper .sub-menu-trigger {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
    display: block;
}

header.header .mobile-menu-wrapper .sub-menu-trigger::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 14px;
    width: 23px;
    height: 23px;
    background: url('images/Forward.svg') no-repeat;
    transition: all 0.5s ease;
}

header.header .mobile-menu-wrapper li.menu-item-has-children.submenu-active .sub-menu-trigger::after {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}


/* FOOTER
	----------------------------- */

footer .main-footer {
    padding: 0 24px !important;
    margin-bottom: 0;
}

.footer .main-footer .streamline-row {
    width: -webkit-fill-available;
    max-width: 94%;
}

.main-footer .footer-left {
    max-width: 400px;
    border-right: 1px solid rgb(255 255 255 / 60%) !important;
    padding: 35px 30px 30px 0;
}

.footer .main-footer .footer-left .streamline-column-wrapper {
    margin-left: 0;
}

.footer .main-footer .footer-left figure.wp-block-image.footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 120px;
}

.footer .main-footer .footer-left figure.wp-block-image.footer-logo img {
    max-height: 120px; 
    width: auto;
    height: auto;
    object-fit: contain;
}

.main-footer .footer-right {
    padding: 50px 0 24px 0;
}

.main-footer .footer-right .streamline-column-wrapper {
    margin: 0 !important;
}

.main-footer .footer-right nav.footer-links {
    padding: 0 40px 40px 60px;
}

.main-footer .footer-right nav.footer-links ul.footer-links {
    align-items: start;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: nowrap;
}

.main-footer .footer-right ul.footer-links>li {
    flex-direction: column;
    align-items: start;
    width: 20%;
    max-width: 200px;
}

.main-footer .footer-right ul.footer-links>li:hover ul.wp-block-navigation-submenu {
    min-width: auto !important;
}

.main-footer .footer-right ul.footer-links>li a.wp-block-navigation-item__content {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
}

.main-footer .footer-right ul.footer-links>li ul.footer-parent-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    position: relative;
    width: auto;
    background: transparent;
    border: 0;
}

.main-footer .footer-right ul.footer-links>li ul.footer-parent-menu li {
    opacity: 0.61;
    transition: all 0.5s ease;
}

.main-footer .footer-right ul.footer-links>li ul.footer-parent-menu li:hover {
    opacity: 1;
}

.main-footer .footer-right ul.footer-links>li ul.footer-parent-menu li a.wp-block-navigation-item__content {
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0;
}

.main-footer .footer-left p.footer-address {
    font-weight: 500;
    color: #fff;

}

.main-footer .footer-left p.footer-address {
    font-size: 18px;
    margin: 20px 0;
    opacity: 0.61;
    letter-spacing: 1px;
}

.main-footer .footer-left p.footer-address a {
    display: block;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}

.main-footer .footer-left p.footer-address a:hover {
    opacity: 1;
}

footer .copy-right-wrap {
    padding: 40px 40px 20px 50px;
    border-top: 1px solid rgb(255 255 255 / 60%);
    display: flex;
    justify-content: space-between;
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
    background: transparent;
    width: 37px;
}

.wp-block-social-links .wp-block-social-link.wp-social-link svg {
    width: 37px;
    height: 37px;
}

footer .copy-right-wrap {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

footer .copy-right-wrap .bottom-links a {
    padding: 5px 10px;
    letter-spacing: 1px;
    text-decoration: underline;
}

footer .copy-right-wrap .bottom-links a,
footer .copy-right-wrap .copy-right {
    opacity: 0.61;
    letter-spacing: 0.5px;
    color: #fff;
}

footer .copy-right-wrap .bottom-links a:hover {
    opacity: 1;
}

footer .copy-right-wrap .copy-right {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.main-footer .footer-left .social-icons {
    margin: 0;
}

.main-footer .footer-left .social-icons li.linkedin-icon a.wp-block-social-link-anchor {
    padding: 0;
}

.contact-info .streamline-column-wrapper p {
    color: var(--primary-color);
}



/* HOME HERO
	----------------------------- */
.hero-banner {
    height: 90Vh;
    max-height: 950px;
    background-size: 122%;
    background-position: center right;
}

.hero-banner>.streamline-row {
    height: 100%;
}

.hero-banner .hero-container {
    border: 1px solid #fff !important;
    margin-top: -30px;
    padding-top: 30px;
}

.hero-slider .streamline-block-carousel__content-wrapper {
    position: relative;
}

.streamline-block-carousel__content-wrapper .streamline-block-carousel__dots {
    margin-top: 40px !important;
}

.testimonials-wrap .streamline-block-carousel__content-wrapper .streamline-block-carousel__dots {
    margin-top: 0px !important;
}

.hero-slider .streamline-block-carousel__content-wrapper .streamline-block-carousel__dots {
    top: auto;
    bottom: 100px;
    margin-top: 20px !important;
}

.streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot,
.streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot--active{
    width: 24px !important;
    height: 24px;
    margin: 5px !important;
}

.streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot:before,
.streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot:hover:before{
    background-color: #E5E5E5;
    width: 15px;
    height: 15px;
}

.streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot--active:before,
.streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot--active:hover:before{
    background-color: #878787;
    width: 15px;
    height: 15px;
}

.white-nav .streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot:before,
.white-nav .streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot:hover:before{
    background-color: #FFFFFF69;
}

.white-nav .streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot--active:before,
.white-nav .streamline-block-carousel__content-wrapper .streamline-block-carousel__dots button.streamline-block-carousel__dot--active:hover:before{
    background-color: #FFFFFF;
}


.hero-slider-content .streamline-block-content {
    max-width: 745px;
    justify-content: center;
    padding-bottom: 50px;
}

.hero-slider-content .streamline-block-content h1 {
    font-size: 60px;
    font-family: var(--heading-font);
}

.hero-slider-content .streamline-block-content h2,
.hero-slider-content .streamline-block-content p {
    color: var(--light-color);
}

.hero-slider .wp-block-streamline-hero .streamline-block-hero__content {
    justify-content: end;
}

.hero-banner::after {
    content: "" !important;
    background-image: url('/wp-content/uploads/2024/12/p-word.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: 40px;
    font-size: 700px;
    display: block !important;
    mix-blend-mode: overlay;
    height: calc(100% + 20px);
    width: 100%;
    max-width: 812px;
    max-height: 970px;
}

.hero-banner .hero-container .hero-slider-content {
    position: relative;
    max-width: 100%;
    padding: 50px 150px;
}

.hero-banner .hero-container .hero-slider-content .streamline-block-hero__content {
    max-width: 100% !important;
}

.hero-slider-content .streamline-block-content h1.inner-hero .streamline-container.streamline-block-heading__text {
    font-size: 60px;
}

.hero-banner .hero-container .hero-slider-content p {
    font-size: 20px;
}

.hero-banner .hero-container .streamline-column-wrapper,
.hero-banner .hero-container .streamline-column-wrapper .streamline-block-content,
.hero-banner .hero-container .streamline-column-wrapper .streamline-block-content .streamline-block-carousel__slider,
.hero-banner .hero-container .streamline-column-wrapper .streamline-block-content .hero-slider,
.hero-banner .hero-container .streamline-column-wrapper .streamline-block-content .hero-slider .streamline-block-carousel__content-wrapper,
.hero-banner .hero-container .streamline-column-wrapper .streamline-block-content .streamline-block-carousel__slider .streamline-column,
.hero-banner .hero-container .streamline-column-wrapper .streamline-block-content .hero-slider-content,
.hero-banner .hero-container .streamline-column-wrapper .streamline-block-content .hero-slider-content .streamline-block-hero__content {
    height: 100%;
}


/* INNER HERO
	----------------------------- */
.streamline-block.inner-banner {
    height: 56vh;
    min-height: 600px;
    max-height: 600px;
    margin-bottom: 0 !important;
}

.inner-hero-container .streamline-block-hero {
    max-width: 100% !important;
}

.streamline-block.inner-hero {
    position: relative;
    max-width: 100%;
}

.streamline-block.inner-hero:after {
    content: "" !important;
    width: calc(100% - 61px);
    height: calc(100% - 30px);
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: -4px;
    transform: translateX(-50%);
    z-index: 2;
}

.inner-hero .streamline-container {
    max-width: 100% !important;
    align-items: flex-end !important;
    padding-bottom: 50px;
    padding-left: 160px;
}

.inner-hero .streamline-container .streamline-block-content {
    max-width: 950px;
    justify-content: end;
    padding-bottom: 50px;
}

.inner-hero .streamline-container h1 {
    font-size: 60px;
    font-weight: 500;
    font-family: var(--heading-font);
    text-transform: capitalize;
}

.streamline-e6a27f8 .streamline-block-hero__content .streamline-block-content {
    max-width: 550px;
}

.streamline-block.inner-hero .streamline-block-hero__content {
    position: relative;
    z-index: 3;
}

.streamline-inner-blocks .inner-hero-subtitle {
    margin-bottom: 20px;
}

.streamline-inner-blocks .inner-hero-subtitle h4 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.streamline-block-columns.content-wrapper {
    padding: 100px 0px;
}

.streamline-block.inner-banner .streamline-row,
.streamline-block.inner-banner .streamline-row .inner-hero-container,
.streamline-block.inner-banner .streamline-row .inner-hero-container .streamline-block-content {
    height: 100%;
    min-height: 600px;
}

.streamline-block.inner-banner .streamline-row .inner-hero-container .streamline-block-content .streamline-container {
    height: 100%;
    min-height: 500px;
}

.streamline-block.inner-banner .wp-block-streamline-hero {
    background-position: top;
    background-repeat: no-repeat;
}

.streamline-block.our-team-banner .wp-block-streamline-hero,
.streamline-block.center-banner .wp-block-streamline-hero {
    background-position: center;
}

.streamline-block .private-equity-hero.wp-block-streamline-hero {
    background-position: center 70%;
}

.streamline-block.contact-banner .wp-block-streamline-hero {
    background-position: 8% 20%;
    background-size: 120%;
}

.main-footer .footer-left p.footer-address a:hover {
    opacity: 1;
}

.streamline-inner-blocks p.contact-address {
    line-height: normal;
}

p.contact-address a:hover {
    color: var(--secondary-color);
}


.intro-img {
    height: 50vh;
    max-height: 550px;
    overflow: hidden;
}

.intro-img .streamline-row {
    border: 1px solid #69758C;
    border-left: 0;
}

.intro-img div,
.intro-img figure,
.intro-img figure span {
    width: 100%;
    height: 100%;
}

.intro-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/* TRACK ROCORD
	----------------------------- */

.track-record-section {
    padding: 100px 50px;
    margin-bottom: 20px;
}

.track-record-section .container {
    max-width: 1300px;
}

.track-record-section .wp-block-streamline-columns .stats-number-block {
    border-left: 2px solid var(--primary-color) !important;
    padding-left: 20px;
}

.track-record-section .section-heading {
    margin-bottom: 50px;
}

.track-record-section .wp-block-streamline-columns .stats-number-block .streamline-column-wrapper {
    padding-right: 20px;
}

.track-record-section .track-record-col .streamline-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.track-record-section .track-record-col .wp-block-streamline-column {
    flex: 1 1 calc(33.333% - 20px) !important;
    box-sizing: border-box;
}

.stats-number-block .number-count,
.stats-number-block .number-count p {
    font-family: var(--body-font);
    color: var(--accent-color);
    font-weight: 700;
    font-size: 95px;
    line-height: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}

.stats-number-block .number-title {
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 277px;
}


/* TESTIMONIALS
	----------------------------- */
.streamline-block-columns.testimonials-slider {
    margin-bottom: 0;
}
.testimonials-slider .testimonials-wrap {
    margin: 0 auto;
    padding: 100px 0 70px;
    justify-content: center;
    align-items: center;
}

.testimonials-slider .streamline-block-carousel__slider {
    background: transparent;
}

.testimonials-slider .streamline-block-carousel__slider .streamline-block-testimonial__content {
    background: transparent;
    position: relative;
}

/* .testimonials-slider .streamline-block-carousel__slider .streamline-block-testimonial__content::after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/quote-symbol.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 32px;
    top: 0;
    opacity: 1;
} */

.testimonials-slide .streamline-block-testimonial__content {
    padding: 40px 30px 40px;
}

.testimonials-slider .testimonials-wrap .streamline-container .streamline-block-content .streamline-block-carousel__button,
.streamline-container .image-gallery .streamline-block-content button.streamline-block-carousel__button,
.wp-block-streamline-carousel.partner-slider button.streamline-block-carousel__button {
    background: transparent !important;
}

.testimonials-slider .testimonials-wrap .streamline-container .streamline-block-content .streamline-block-carousel__button svg.svg-inline--fa {
    fill: #fff;
    width: 40px;
    height: 40px;
}

.streamline-container .image-gallery .streamline-block-content button.streamline-block-carousel__button svg,
.wp-block-streamline-carousel.partner-slider button.streamline-block-carousel__button svg {
    width: 40px;
    height: 40px;
}

.wp-block-streamline-columns.partners-heading {
    max-width: 810px;
    margin: 0 auto 30px;
}


.testimonials-slider .testimonials-wrap .streamline-container {
    max-width: 90%;
    text-align: left;
    margin: 0 auto !important;
}

.testimonials-slider .testimonials-wrap .streamline-container .streamline-block-content {
    text-align: left;
}


.testimonials-slider .streamline-block-carousel__slider .streamline-block-testimonial__content p {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
}

.testimonials-slider .streamline-block-carousel__slider .streamline-block-testimonial__content p.name {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 1px;
}


.contact-info {
    position: relative;
}

.contact-info::after {
    content: "" !important;
    background-image: url('/wp-content/uploads/2024/12/p-symbol-grey.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    max-width: 615px;
    height: 100%;
    max-height: 739px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
}

.contact-info > .streamline-column-wrapper {
    padding: 0;
}

.bottom-contact .contact-form {
    padding-left: 50px;
}

.contact-info .streamline-column-wrapper {
    position: relative;
    z-index: 1;
    background: transparent;
}

.contact-info .streamline-column-wrapper {
    box-shadow: none;
}

.forminator-ui.forminator-design--default .forminator-button-submit {
    border-radius: 0 !important;
    font-family: var(--body-font);
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

.forminator-ui.forminator-design--default .forminator-label {
    display: none !important;
}

.img-text-section.image-left .text-left {
    padding-left: 3vw;
    padding-right: 12vw;
}

.img-text-section.image-right .text-right {
    padding-right: 3vw;
    padding-left: 9.6vw;
}

.philanthropy-section.img-text-section.image-right .text-right{
    padding-left: 0;
}

.img-text-section.image-right .image-border.img-right {
    border-right: 0 !important;
}

.img-text-section.image-left .inside-the-container .text-left,
.creativity-section.img-text-section.image-left .text-left {
    padding-right: 0;
}

.img-text-section.image-left.philanthropy-section .text-left {
    padding-right: 0;
}

.section-with-img .streamline-block-column figure {
    width: 100%; 
    max-width: 483px; 
    aspect-ratio: 1 / 1; 
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-with-img .streamline-block-column figure span{
    width: 100%;
    height: 100%;
}

.section-with-img .streamline-block-column figure span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-text-section.image-right.philanthropy-section .text-right {
    padding-right: 0;
    width: 100%;
    max-width: 635px;
}

.section-with-img.philanthropy-section .streamline-block-column .philanthropy-img .streamline-block-image {
    display: flex;
    justify-content: start;
}

.img-text-section.image-left.culture-section .text-left {
    padding-left: 3vw;
    padding-right: 5vw;
}



.intro-img-wrap {
    padding: 20px;
    padding-left: 0;
    border-left: 0;
}


/* OUR TEAM
	----------------------------- */

.search-bar-container form.wp-block-search .wp-block-search__inside-wrapper,
.search-bar-container .team-categories select.postform {
    border: 0;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 8px;
}

.search-bar-container form.wp-block-search .wp-block-search__inside-wrapper{
    padding-bottom: 11px;
}

.search-bar-container form.wp-block-search label.wp-block-search__label {
    display: none;
}

.search-bar-container .team-categories select.postform {
    font-size: 18px;
    color: var(--primary-color);
    width: 100%;
}

.search-bar-container>.streamline-row {
    max-width: 80%;
    margin-left: 0 !important;
}


/* Placeholder text color */
.wp-block-search__input::placeholder {
    color: var(--primary-color);
    opacity: 1; /* Ensures full color visibility */
}

/* For cross-browser compatibility */
.wp-block-search__input::-webkit-input-placeholder {
    color: var(--primary-color);
}

.wp-block-search__input:-moz-placeholder {
    color: var(--primary-color);
    opacity: 1;
}

.wp-block-search__input::-moz-placeholder {
    color: var(--primary-color);
    opacity: 1;
}

.wp-block-search__input:-ms-input-placeholder {
    color: var(--primary-color);
}


/* Dropdown container */
.search-bar-container {
    position: relative;
    z-index: 2;
}

.team-categories {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.team-categories .dropdown-toggle {
    background-color: #fff;
    padding: 7px 15px 10px 15px;
    border: 0;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 8px;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
    color: var(--primary-color);
    width: 100%;
    text-align: left;
    font-family: var(--body-font);
    position: relative;
    transition: all 0.3s ease;
}

.team-categories .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center;
    border-width: 6px;
    border-style: solid;
    border-color: var(--primary-color) transparent transparent transparent;
    transition: transform 0.3s ease;
}

.team-categories.active .dropdown-toggle::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Dropdown menu */
.team-categories .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    min-width: 250px;
    border-radius: 0;
    z-index: 1;
    padding: 0;
    margin-top: 0px;
    font-size: 18px;
    border: 1px solid #00000026;
}

/* Dropdown items */
.team-categories .dropdown-menu li {
    padding: 8px 15px;
    cursor: pointer;
    list-style: none;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}

/* Hover effect */
.team-categories .dropdown-menu li:hover {
    color: var(--secondary-color);
    background-color: #f5f5f5;
}

/* Show menu on active */
.team-categories.active .dropdown-menu {
    display: block;
}


.team-members-list {
    padding: 50px 0 100px;
}

.team-members-list .streamline-block-posts__item .streamline-container {
    flex-direction: column;
    margin: 0;
    position: relative;
}

/* .team-members-list .streamline-block-posts__item .streamline-container a.streamline-block-posts__image-link::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */

.team-members-list .streamline-block-posts__item figure.streamline-img-wrapper img {
    transition: all 0.5s ease;
    height: 200px !important;
    max-height: 200px;
    object-fit: cover;
    object-position: top center;
}

.team-members-section .team-members-list .streamline-block-posts__item figure.streamline-img-wrapper img{
    height: 260px !important;
    max-height: 260px;
}

.team-members-list .streamline-block-posts__item:hover figure.streamline-img-wrapper img{
    scale: 1.1;
}

.team-members-list .streamline-block-posts__item .streamline-container article {
    width: 100%;
    padding-left: 0;
    position: relative;
}

.team-members-list .streamline-block-posts__item .streamline-container article h3.streamline-block-posts__title {
    position: relative;
    margin-bottom: 10px;
}

.team-members-list .streamline-block-posts__item .streamline-container article h3.streamline-block-posts__title a {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent-color);
    font-family: var(--body-font);
    width: auto;
    min-height: 51px;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    word-break: keep-all;
    display: table-caption;
}

.team-members-list .streamline-block-posts__item .streamline-container article h3.streamline-block-posts__title a:hover {
    color: var(--secondary-color);
}

.team-members-list .streamline-block-posts__item .streamline-container article div.position,
.team-members-list .streamline-block-posts__item .streamline-container article div.role {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 4px;
}

/* .team-members-list .streamline-block-posts__item .streamline-container article div.role{
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.6;
    margin-bottom: 10px;
    /* color: var(--accent-color); */
} */

.team-members-list .team-col-4 .streamline-block-posts__item .streamline-container article h3.streamline-block-posts__title a {
    width: 120px;
}

/* .team-members-list .executive-team .streamline-block-posts__item .streamline-container article h3.streamline-block-posts__title a::after {
    content: "" !important;
    background-image: url('/wp-content/uploads/2024/12/arrow-team.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 49px;
    height: 49px;
    transform: translateY(-10px);
} */

.team-members-list .streamline-block-posts__item .streamline-container article .email {
    display: none;
}

.team-members-list .streamline-block-posts__item .streamline-container article .email a{
    color: var(--accent-color);
    opacity: 0.6;
    transition: all 0.5s ease;
}

.team-members-list .streamline-block-posts__item .streamline-container article .email a:hover{
    opacity: 1;
}

body.single-products .team-members-list .streamline-block-posts__item .streamline-container article .email {
    display: block;
}

.members-col .streamline-block-posts__items {
    gap: 30px;
    justify-content: unset;
}

.members-col .streamline-block-posts__items .streamline-block-posts__item {
    max-width: calc(25% - 30px);
    flex: 1 1 calc(25% - 30px) !important;
    box-sizing: border-box;
}

/* .members-col .streamline-block-posts__items .streamline-block-posts__item .role{
    display: none;
} */

.team-members-wrap .streamline-column-wrapper {
    box-shadow: none;
}

.team-members-wrap .streamline-column-wrapper .wp-block-streamline-posts {
    margin: 0;
    width: 100%;
}

.team-members-wrap .streamline-column-wrapper .is-style-list .alignwide {
    max-width: 100%;
}

.container-full .streamline-row .img-left {
    border-left: 0;
}

.container-full .streamline-row .img-left .streamline-column-wrapper {
    margin-left: 0;
}

.container-full .streamline-row .img-left .streamline-column-wrapper {
    max-height: 700px;
    height: 80vw;
}

.container-full .streamline-row .img-left .streamline-column-wrapper div,
.container-full .streamline-row .img-left .streamline-column-wrapper figure,
.container-full .streamline-row .img-left .streamline-column-wrapper .streamline-img-wrapper {
    height: 100%;
} 

.container-full .streamline-row .img-left .streamline-column-wrapper .streamline-img-wrapper {
    background-color: #69758C;
} 

.container-full .streamline-row .img-left .streamline-column-wrapper .streamline-img-wrapper img {
    /* mix-blend-mode: overlay; */
}

.gallery-section {
    margin-bottom: 0;
}

.image-gallery .streamline-block-carousel__slider .streamline-column .streamline-inner-blocks .streamline-block-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-height: 271px;
}

.image-gallery .streamline-block-carousel__slider .streamline-column .streamline-inner-blocks {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 6px;
}

.image-gallery .streamline-block-carousel__slider .streamline-column .streamline-inner-blocks .streamline-block-image.image1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
}

.image-gallery .streamline-block-carousel__slider .streamline-column .streamline-inner-blocks .streamline-block-image {
    margin-bottom: 0;
}

.image-gallery .streamline-block-carousel__slider .streamline-column .streamline-inner-blocks .streamline-block-image.image2 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

.image-gallery .streamline-block-carousel__slider .streamline-column .streamline-inner-blocks .streamline-block-image.image3 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

.image-gallery .streamline-block-carousel__slider .streamline-column .streamline-inner-blocks .streamline-block-image.image4 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 5;
    max-height: 100%;
}

.image-gallery .streamline-block-carousel__slider .streamline-column .streamline-inner-blocks .streamline-block-image figure,
.image-gallery .streamline-block-carousel__slider .streamline-column .streamline-inner-blocks .streamline-block-image span.streamline-img-wrapper {
    height: 100%;
}

.gallery-container div#gallery {
    margin-bottom: 40px;
}

.image-gallery .streamline-block-carousel__buttons {
    inset: 0 !important;
    --gap: 0px !important;
}

.streamline-block-carousel.streamline--is-slide.image-gallery .streamline-block-carousel__slider:not(.streamline--snapping-deactivated) {
    width: calc(100% - var(--button-width)* 2 - var(--button-offset)* 2);
}


.mission-section>.streamline-row .mission-blocks>.streamline-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.mission-section>.streamline-row .mission-blocks>.streamline-row>.streamline-block-column {
    max-width: calc(33.333% - 20px);
    flex: 1 1 calc(33.333% - 20px) !important;
    box-sizing: border-box;
}

.mission-section>.streamline-row .mission-blocks .streamline-column>.streamline-container {
    background: #f5f5f5;
    padding: 30px;
    display: flex;
    align-items: self-start;
    min-height: 260px;
    color: #000000;
    margin: 0;
}

.mission-section .streamline-row .mission-blocks {
    margin-bottom: 0;
    padding: 0;
}

.mission-section>.streamline-row .mission-blocks .streamline-column>.streamline-container h4 {
    color: var(--blue-color);
    font-family: var(--body-font) !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mission-section .streamline-row .streamline-block p {
    padding-left: 0;
    padding-top: 20px;
    padding-left: 0;
}

.intro-section h4.sub-heading {
    max-width: 450px;
}

.intro-section.mission {
    padding-top: 70px;
}

.intro-section.mission h3.section-heading {
    margin-top: 90px;
}

.intro-section .quote-wrap {
    padding: 0;
    width: 100%;
    margin: 0;
}

.intro-section .quote-wrap .streamline-block-blockquote__content .streamline-inner-blocks {
    display: block;
    padding: 0;
}

.inner-banner .streamline-block-hero.streamline--has-background-overlay::before {
    background: rgb(105, 117, 140);
    background: linear-gradient(90deg, rgba(105, 117, 140, 1) 0%, rgba(219, 219, 219, 0) 100%) !important;
}

.streamline-block.inner-banner,
.streamline-block.pattern-right,
.streamline-block.pattern-left {
    position: relative;
    overflow: visible;
}

.streamline-block.inner-banner:before,
.streamline-block.pattern-right:before,
.streamline-block.pattern-left:before,
.streamline-block.inner-banner:after {
    content: "" !important;
    width: 166px;
    height: 1024px;
    background-image: url('images/square-pattern.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    top: 54%;
    right: 0;
    z-index: 2;
}

.streamline-block.inner-banner:before,
.streamline-block.inner-banner:after{
    z-index: 5;
}

.streamline-block.inner-banner:before {
    height: 494px;
    top: calc(55% + 270px);
    background-position: left bottom;
    background-size: cover;
}

.streamline-block.inner-banner:after{
    background-image: url('images/square-pattern-white.svg');
    height: 276px;
    background-size: cover;
    background-position: left top;
}

.streamline-block.pattern-left:before {
    right: auto;
    left: 0;
    background-position: right top;
}

.streamline-block.pattern-left.culture-section:before{
    top: 150px;
    transform: scaleX(-1);
}

.track-record-section.pattern-right:before {
    background-image: url('images/square-pattern-2.svg');
    top: -170px;
    width: 220px;
    height: 803px;
}

.creativity-section.pattern-right:before {
    top: -450px;
}

.intro-section .quote-wrap .streamline-block-blockquote__content {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.intro-section.mission .section-heading h3.streamline-block-heading__text {
    margin-top: 50px !important;
    display: block;
}

.intro-section.mission blockquote.wp-block-streamline-blockquote .streamline-block-icon {
    margin-bottom: 10px;
}

.what-we-do>.streamline-row {
    position: relative;
}

.what-we-do>.streamline-row .streamline-block,
.what-we-do>.streamline-row .streamline-block-content {
    position: inherit;
}



.partner-slider .streamline-block-carousel__slider .streamline-block-content {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    margin: 0 auto;
    gap: 15px;
    align-items: center;
}

.partner-slider .streamline-block-carousel__slider .streamline-block-content .streamline-block {
    flex: 0 0 auto;
    width: 18.66666667%;
    margin: 0;
}

.accordion-container > .streamline-column-wrapper {
    margin-left: 0 !important;
}

.what-we-do-accordion {
    position: relative;
    width: 100%; 
    margin: 0 auto; 
    padding-left: calc((100% - 1256px) / 2);  
    box-sizing: border-box;
}

.what-we-do-accordion>.streamline-row,
.what-we-do-accordion>.streamline-row>.streamline-block,
.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion,
.what-we-do-accordion>.streamline-row>.streamline-block-column div {
    position: unset !important;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.what-we-do-accordion>.streamline-row .streamline--is-open .accordion-title {
    pointer-events: none;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-column {
    overflow: visible;
    transform: none;
    width: calc(44% - 50px);
    background-color: #fff;
    transition: all 0.5s ease;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-image {
    position: absolute !important;
    right: 0;
    top: -100px;
    width: 50%;
    height: 100%;
    max-width: 906px;
    max-height: 761px;
    border: 1px solid var(--light-blue-color);
    border-right: 0;
    padding: 10px;
    padding-right: 0;
}
.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-image figure span.streamline-img-wrapper img{
    scale: 1;
    transition: all 0.5s ease;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.streamline--single-open .streamline-block-image figure span.streamline-img-wrapper img{
    scale: 1.1;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-image figure,
.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-image figure span.streamline-img-wrapper {
    height: 100%;
    /* background-color: #69758C; */
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-image figure span.streamline-img-wrapper img.streamline-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* mix-blend-mode: overlay; */
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-image figure span.streamline-img-wrapper:before,
.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-image figure span.streamline-img-wrapper::after{
    display: none;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion summary.wp-block-streamline-column {
    max-width: calc(50% - 50px);
    border-bottom: 1px solid var(--light-blue-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-column.accordion-content {
    border-bottom: 1px solid var(--light-blue-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline--single-open summary.wp-block-streamline-column.accordion-title {
    border-bottom: 0;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .streamline-block-column .streamline-column-wrapper {
    padding: 5px 0;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.streamline--single-open .accordion-content .streamline-column-wrapper {
    padding-top: 0;
    padding-bottom: 5px;
    margin-top: 0;
}

.what-we-do-accordion > .streamline-row > .streamline-block-column div.streamline-block-content p:only-child,
.what-we-do-accordion > .streamline-row > .streamline-block-column div.streamline-block-content p:last-of-type {
    margin-bottom: 0;
}


.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .accordion-title .streamline-inner-blocks .streamline-block {
    flex-grow: 1;
    display: flex;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion summary.streamline-block-accordion__heading .streamline-column-wrapper .product-icon {
    width: 50px;
    float: left;
    max-width: 50px;
    margin-right: 10px;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .accordion-title .streamline-inner-blocks {
    display: flex;
    flex-direction: row;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .accordion-title .streamline-inner-blocks .streamline-block-icon .streamline--svg-wrapper {
    width: 42px;
    height: 42px;
    border: 2px solid #878787;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .accordion-title .streamline-inner-blocks .streamline-block h4.streamline-block-heading__text {
    font-size: 20px;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    width: max-content;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion:not(.streamline--single-open) .accordion-title .streamline-inner-blocks .streamline-block h4.streamline-block-heading__text {
    color: #878787;
    /* Default color */
}


.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion .accordion-title .product-icon span.streamline--svg-wrapper,
.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.streamline--is-open .accordion-title .product-icon span.streamline--svg-wrapper {
    transform: none !important;
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.industrial.streamline--single-open .accordion-title .streamline-inner-blocks .streamline-block-icon .streamline--svg-wrapper {
    border: 2px solid var(--industrial-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.industrial.streamline--single-open .streamline-block-accordion__heading .streamline-block-icon-label .streamline-block-icon .streamline--inner-svg svg path {
    fill: var(--industrial-color);
}


.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.multifamily.streamline--single-open .accordion-title .streamline-inner-blocks .streamline-block-icon .streamline--svg-wrapper {
    border: 2px solid var(--multifamily-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.multifamily.streamline--single-open .streamline-block-accordion__heading .streamline-block-icon-label .streamline-block-icon .streamline--inner-svg svg path {
    fill: var(--multifamily-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.masterplanned.streamline--single-open .accordion-title .streamline-inner-blocks .streamline-block-icon .streamline--svg-wrapper {
    border: 2px solid var(--masterplanned-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.masterplanned.streamline--single-open .streamline-block-accordion__heading .streamline-block-icon-label .streamline-block-icon .streamline--inner-svg svg path {
    fill: var(--masterplanned-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.hospitality.streamline--single-open .accordion-title .streamline-inner-blocks .streamline-block-icon .streamline--svg-wrapper {
    border: 2px solid var(--hospitality-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.hospitality.streamline--single-open .streamline-block-accordion__heading .streamline-block-icon-label .streamline-block-icon .streamline--inner-svg svg path {
    fill: var(--hospitality-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.data-centers.streamline--single-open .accordion-title .streamline-inner-blocks .streamline-block-icon .streamline--svg-wrapper {
    border: 2px solid var(--data-centers-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.data-centers.streamline--single-open .streamline-block-accordion__heading .streamline-block-icon-label .streamline-block-icon .streamline--inner-svg svg path {
    fill: var(--data-centers-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.others.streamline--single-open .accordion-title .streamline-inner-blocks .streamline-block-icon .streamline--svg-wrapper {
    border: 2px solid var(--others-color);
}

.what-we-do-accordion>.streamline-row>.streamline-block-column details.streamline-block-accordion.others.streamline--single-open .streamline-block-accordion__heading .streamline-block-icon-label .streamline-block-icon .streamline--inner-svg svg path {
    fill: var(--others-color);
}


.why-provident-img .streamline-block-image figure {
    width: 40vw;
    max-width: 550px;
    height: 550px;
    overflow: hidden;
}

.why-provident-img .streamline-block-image figure span.streamline-img-wrapper {
    width: 100%;
    height: 100%;
}

.why-provident-img .streamline-block-image figure img.streamline-img {
    object-fit: cover;
    object-position: center right;
    scale: 1.4;
}

.team-members-wrap .streamline-column-wrapper {
    background-color: transparent;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.affiliates-container {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}

.affiliates-wrap .streamline-row .streamline-column .streamline-column-wrapper {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.affiliates-wrap .streamline-row .streamline-column .streamline-column-wrapper figure {
    max-width: 200px;
    margin: 0 auto;
}


.affiliates-link a.streamline-link {
    padding: 0 !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent !important;
    color: #69758C;
    text-decoration: underline;
    transition: all 0.5s ease;
}

.affiliates-link a.streamline-link:hover {
    color: var(--secondary-color);
}


.affiliates-logo .wp-block-streamline-image figure span {
    background-color: #f4f5f7;
}

.affiliates-logo .wp-block-streamline-image figure img {
    mix-blend-mode: darken;
}



/* HOME MAP SECTION */
.home-map-section {
    padding: 100px 0;
}

.home-map-section .container {
    max-width: 92%;
}

.home-map-section .fliters-left {
    width: calc(65% - 50px);
    padding-right: 50px;
}

.home-map-section .fliters-map-container .fliters-right {
    position: relative;
}

.home-map-section .fliters-map-container .fliters-right .pt-description {
    line-height: 1.5;
}

.home-map-section .fliters-map-container .section-heading {
    display: flex;
    flex-flow: row;
    gap: 30px;
    margin-bottom: 40px;
    align-items: center;
}

.home-map-section .fliters-map-container .section-heading h3.block-title {
    margin: 0;
}

.home-map-section .fliters-map-container .fliters-right .pt-descriptions {
    width: 40%;
    float: right;
    margin-top: -220px;
    margin-bottom: 40px;
}


.home-map-section .fliters-map-container .fliters-right .properties-info {
    padding-top: 0px;
    padding-bottom: 50px;
}

.home-map-section .fliters-map-container {
    position: relative;
}


/*============= Prasad Styles =================*/
.provident-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

}

.provident-popup::before{
    content: "";
    background: rgba(17, 51, 86, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
}

.provident-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.provident-popup-inner {
    background: #fff;
    width: 90%;
    max-width: 1340px;
    height: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    position: relative;
}

.streamline-block-posts__item .wp-block-search__input,
.search-member .wp-block-search__input {
    padding-left: 40px;
    color: var(--primary-color);
    background-color: #fff;
}

.search-member button.wp-block-search__button svg.search-icon{
    fill: var(--primary-color) !important;
}

.search-member button.wp-block-search__button {
    position: absolute;
    background: transparent;
    transform: scaleX(-1);
    border: 0;
    width: 24px;
    padding: 0;
    left: 0;
}

.streamline-block-posts__item.no-search{
    display: none;
}

.provident-popup-body {
    display: none;
}

.provident-popup-body .member-info .member-img {
    width: 100%;
    height: auto;
    max-width: 570px;
    max-height: 593px;
}

.provident-popup-body .member-info .member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.provident-popup-body .member-info {
    display: flex;
    flex-flow: row;
}

.provident-popup-body .member-info .member-meta {
    padding-left: 70px;
}

.provident-popup-body .member-info h3.popup-member-name {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--body-font);
    color: var(--accent-color);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.provident-popup-body .member-info h4.popup-member-position {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.provident-popup-body .member-info h4.popup-member-role {
    font-size: 16px;
    font-weight: 400;
    color: var(--accent-color);
    margin: 10px 0 20px;
    padding: 0;
    text-transform: none;
    letter-spacing: 2px;
}

.provident-popup-body .member-info .member-meta .popup-member-email {
    margin: 25px 0;
}

.provident-popup-body .member-info .member-meta .popup-member-email a {
    font-size: 20px;
    color: var(--secondary-color);
    text-decoration: underline;
}

.provident-popup-body .member-info .member-meta {
    padding-left: 70px;
    padding-right: 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.provident-popup-inner .memeber-desc {
    max-width: 540px;
    height: 254px;
    overflow: auto;
    padding-right: 20px;
    padding-top: 20px;
}

.provident-popup-inner a.pro-popup-close {
    font-size: 70px;
    width: 70px;
    height: 70px;
    color: #999999;
    text-align: center;
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
}

.provident-popup-inner a.pro-popup-close span {
    transform: rotate(45deg);
}

.partner-slider .streamline-block-carousel__slider figure span {
    background: #69758C12;
}

.partner-slider .streamline-block-carousel__slider figure img {
    mix-blend-mode: darken;
}

.provident-popup .provident-popup-inner img.popup-loading {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: block;
}

.creativity-img .streamline-block-image figure span img,
.culture-img .streamline-block-image figure span img,
.philanthropy-img .streamline-block-image figure span img {
    max-width: 483px;
    max-height: 483px;
}

.streamline-block .carousel-mobile {
    display: none;
}

.scroll-down {
    position: relative;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    width: 22px;
    height: 22px;
    transform: translateX(-50%);
}

.scroll-down:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(/wp-content/uploads/2024/12/banner-arrow-down.png) no-repeat;
    color: #fff;
    width: 22px;
    height: 22px;
    background-size: contain;
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.partners-section .container.ptb-m {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-section.contact-wrap {
    max-width: 1530px;
}

.contact-section.contact-wrap .streamline-row .contact-form {
    max-width: 650px;
    margin-right: 8vw;
}

.contact-wrap .contact-info .streamline-column-wrapper {
    margin: 0 !important;
}

.mobile-gallery{
    display: none;
}

.mission-quote .streamline--inner-svg {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mission-quote .streamline--inner-svg svg{
    scale: 1.4;
    opacity: 0.5;
}
.mission-icons .wp-block-streamline-icon {
    margin-right: 10px;
}


.term-para {
    margin-bottom: 10px;
}
.pt-list-wrap{
    margin-bottom: 20px;
}

ul.pt-list {
    margin: 0;
    padding: 0 0 20px 30px;
    list-style: disc;
}

ul li.pt-list  ol{
    padding: 0 0 0 30px;
}

/* .inner-team-container a {
    pointer-events: none !important;
} */

.inner-team-container .email a {
    pointer-events: all !important;
}

.single-products .team-members-list .streamline-block-posts__item .streamline-container article div.role.manager {
    display: none;
}