.banner-infos{width: 100%;max-width:1920px;margin:0 auto;position: relative;display: block;}
.banner-props{position: relative;background:url('https://cdn.jashnrealty.com/assets/v2/images/about/awards/award-banner.png') center center no-repeat;background-size:cover;height:556px;}
.banner-content{position: relative;height:100%;background:rgba(46,44,117,0.2);padding-top: 72px;z-index: 1;display: flex;flex-direction: column;align-items: center;justify-content:center;padding-left:15px;padding-right:15px;}
.title-captions{font-size:70px;text-transform: uppercase;line-height: 1;}
.project-subtitle{font-size:50px;color:#fff;font-family: "URW Classico", sans-serif;}
@media screen and (max-width:1199px){
    .banner-props{height: 440px;}
    .banner-content{padding-top:60px;padding-bottom:52px;}
    .title-captions{font-size:50px;}
    .project-subtitle{font-size:40px;}
}
@media screen and (max-width:1024px){
    .project-subtitle{font-size:32px;}
}
@media screen and (max-width:767px){
    .title-captions{font-size:40px;}
    .project-subtitle{font-size:26px;}
    .banner-content{padding-bottom:64px;}
}
/* Tab design css start */
.tab-props{display: inline-flex;border:var(--cta-color) solid 2px;border-radius:8px;overflow: hidden;}
.tab-props > div{width:145px;height:48px;color:var(--cta-color);font-weight:500;z-index: 2;}
.hv-center{display: inline-flex;align-items: center;justify-content: center;}
.tab-props > div.tab-glider{z-index:1;height: 100%;display: inline-block;position: absolute;left: 0;top: 0;transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55);background: var(--cta-color);transition: all 0.3s;}
.tab-props > div.active{color:#fff;}
/* Seperator css */ 
.seperator{border-bottom:var(--cta-color) solid 1px;}
.seperator:before{position: absolute;content: "";background:#fff url('https://cdn.jashnrealty.com/assets/v2/images/home/j-icon.svg') center center no-repeat;left:50%;right:0;bottom:-40px;width:80px;height:80px;transform: translateX(-50%);}

/* Team Member css */
.project-status{position: absolute;top:30px;left:30px;border-radius:8px;background:var(--project-status);padding:8px 10px;font-size:14px;min-width:114px;display: inline-flex;justify-content: center;}
.section-props.pt-100{padding-top:100px;} 
.section-props.pb-100{padding-bottom:100px;}
.project-wrapper{display: none;}
.project-wrapper.active{display: block;}
.grid-2-props{width:100%;display: grid;grid-template-columns: repeat(2,minmax(0,1fr));}
.gap-150{gap:150px;}
.project-title{font-size:30px;margin:40px auto 20px;color:var(--cta-color);}
.blog-links{margin-top:20px;display: inline-flex;}
.project-lists{padding-bottom:40px;}
.bd-left-design.b-l-shift:before{top:auto;bottom:0px;left:-40px;z-index: -1;}
.bd-left-design.w-40::before{width:calc(40% + 40px);}
.project-address .line-break{margin-top:6px;}
.project-info-detail .section-props.pdb-100{padding-bottom:0;}
.project-info-detail .contact-details{margin-bottom: 10px;}
@media screen and (max-width:1199px){
    .grid-2-props.gap-150{gap: 60px;}
    .project-lists{padding-bottom: 0;}
    .project-title{margin: 20px auto;}
    .bd-left-design::before,
    .bd-left-design.b-l-shift:before{left:0;bottom:0;width:0;height: 0;border:none;}
    .section-props.pt-100{padding-top:60px;}
    .section-props.pb-100{padding-bottom:60px;}
}
@media screen and (max-width:991px){
    .project-title{font-size:24px;}
}
@media screen and (max-width:767px){
    .grid-2-props{grid-template-columns: repeat(1, minmax(0, 1fr));}
    .grid-2-props.gap-150{gap:50px;}
}