.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;}
@media screen and (max-width:1199px){
    .banner-props{height: 440px;}
    .banner-content{padding-top:60px;padding-bottom:52px;}
    .title-captions{font-size:50px;}
}
@media screen and (max-width:767px){
    .title-captions{font-size:40px;}
    .banner-content{padding-bottom:64px;}
}
/* 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 */
.container-infos.pdt-50{padding-top:50px;}
.section-props.pt-100{padding-top:100px;} 
.section-props.pb-100{padding-bottom:100px;} 
.grid-3-props{width:100%;display: grid;grid-template-columns: repeat(3,minmax(0,1fr));}
.gap-120{gap:120px;}
.video-caption{height:400px;}
.video-title{font-size:30px;margin:20px auto;}
.bd-left-design::before{height:100%;}
.bd-left-design.b-l-shift:before{top:-50px;left:-40px;z-index: -1;}
.bd-left-design.w-40::before{width:calc(50% + 40px);}
.view-caption{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: var(--cta-color);padding: 8px 24px;font-weight: 500;font-size: 20px;color: #fff;border-radius: 4px;}
.view-caption.btn-props{height:40px;min-width:auto;line-height:1;}
@media screen and (max-width:1500px){
    .grid-3-props.gap-120{gap:100px;}
}
@media screen and (max-width:1199px){
    .container-infos{padding-left:15px;padding-right:15px;}
    .container-infos.pdt-50{padding-top:0px;}
    .grid-2-props.gap-150{gap: 60px;}
    .grid-3-props.gap-120{column-gap:30px;row-gap:60px;}
    .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;}
    .video-title{font-size:24px;}
}
@media screen and (max-width:991px){
    .grid-3-props{grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media screen and (max-width:767px){
    .grid-3-props{grid-template-columns: repeat(1, minmax(0, 1fr));}
    .grid-3-props.gap-120{row-gap:40px;}
}
/* Gallery css */
.modal-gallery{position: fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.6);display: none;z-index: 12;}
.modal-gallery.show-gallery{display: flex;align-items: center;justify-content: center;padding:24px 15px;}
.close-gallery{position: absolute;top: 20px;z-index: 13;right: 20px;cursor: pointer;}
.close-gallery .icon-close{font-size:36px;color:#fff;}
.zoom-cursor-black{display:block;cursor: url('https://www.jashnrealty.com/assets/v1/images/group-housing-info/hovericon-black.png'), auto !important;}
.events-props .lg-container .lg-toolbar .lg-close:after,.events-props .lg-container .lg-next:before, .events-props .lg-container .lg-prev:after {font-family: FontAwesome;color: #fff;}
.events-props .lg-toolbar .lg-download {display:none;}
.events-props .lg-container .lg-toolbar .lg-close:after {content: '\f00d';-webkit-text-stroke: 2px #000;}
.events-props .lg-container .lg-next:before {content: '\f178';}
.events-props .lg-container .lg-prev:after {content: '\f177';}