.office-agent-header-pro-5 {
	background-color: unset;
    position: relative;
	height: calc(75vh);
	overflow: hidden;
}

.office-agent-header-pro-5 .left-block {
    align-items: center;
    display: flex;
}

.office-agent-header-pro-5 .left-block > .row {
    transform: translateX( 592px);
    z-index: 1;
}

@media (max-width: 1210px) {
    .office-agent-header-pro-5 .left-block > .row {
        transform: translateX( 440px);
        min-width: 510px;
    }
}

.btn-theme-blue {
    background-color: #001f49;
    color: #fff;     
}

.btn-theme-blue i.fas {
    margin-right: 12px;  
}

.btn-theme-blue:hover {
    position: static;
    background-color: #093d83;
    color: #fff;     
}


.btn-theme-white:hover {
    background-color: #dadbdb;
}

.btn-theme-white i, .btn-theme-white span {
    color: #001f49;
    font-size: 18px!important;
}

.btn-theme-white i {
    margin-right: 12px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 {
		height: 649px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 {
		height: 100%;
	}
    .office-agent-header-pro-5 .left-block > .row {
        transform: unset;
        min-width: unset;
    }    
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.office-agent-header-pro-5 .container {
		max-width: 92%;
	}
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block {
		position: absolute;
		bottom: 22px;
		left: 0;
		z-index: 9;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block {
	padding-top: 0;
    width: 644px;
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
        width: 100%;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block h1 {
	color: white;
	font-size: 60px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: normal;
	margin-bottom: 26px;
	display: block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
    word-break: break-all;
}



.office-agent-header-pro-5 .container > .row .left-block .d-block h2 {
    color: white;
    font-size: 38px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

.office-agent-header-pro-5 .container > .row .left-block .d-block h3 {
	color: white;
	font-size: 38px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: 300;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block h1 {
		font-size: 3.35rem;
		margin-bottom: 29px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block h1 {
		font-size: 40px;
		line-height: 49px;
		max-width: unset;
		margin-bottom: 12px;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block h1:before {
	display: none;
}

.office-agent-header-pro-5 .container > .row .left-block .d-block h1 i {
	color: #00ADEF;
	font-style: normal;
	transform: rotate(-10.84deg) translateX(-5px);
	display: inline-block;
	font-size: 84.3506px;
	font-family: HarcourtsScript;
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block h1 em {
		font-size: 66px;
		padding-left: 10px;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
    line-height: 1.3em;
	margin-bottom: 32px;
    text-shadow: 0px 0px 6px rgb(0 0 0);
}

.office-agent-header-pro-5 .container > .row .left-block .d-block p > em{
    font-size: 32px;
    font-style: normal;
    padding: 0 7px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block p {
		margin-bottom: 46px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block p {
		font-size: 22px;
		line-height: 28.8px;
		margin-bottom: 20px;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons {
	width: 459px;
	margin: 0;
}

@media only screen and (min-width: 992px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 6px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons {
		width: 100%;
	}

	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 15px !important;
	}

	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .py-3 .btn {
		padding: 11px 5px 11px 5px;
	}
}

@media (max-width: 400px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .row {
		flex-direction: column;
	}

	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .row .col {
		margin: 0 !important;
		padding: 0 !important;
	}

	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .row .col:not(:last-child) {
		margin-bottom: 10px !important;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
	font-size: 18px;
	padding: 14px 22px 14px 22px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
		padding: 15px 10px 16px 10px;
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 16px !important;
		padding: 12px 5px 12px 5px;
	}
}

@media only screen and (max-width: 667px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
		font-weight: 400;
	}

    .office-agent-header-pro-5 .container > .row .left-block .d-block h2 {
        font-size: 25px;
    }
    
    .office-agent-header-pro-5 .container > .row .left-block .d-block h3 {
        font-size: 25px;
    }

    .office-agent-header-pro-5 .container > .row .left-block .d-block p {
        font-size: 18px;
    }        
}

@media only screen and (max-width: 320px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 14px !important;
	}
}

.office-agent-header-pro-5 .container > .row .right-block > .row {
	margin-top: 0;
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row {
		margin-top: -31px;
	}
}

.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block {
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
    z-index: 0;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block {
		width: 100vw;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block {
		padding-top: 0;
		padding-bottom: 0;
		height: 94.4vh;
		overflow: hidden;
		position: initial;
		width: initial;
		left: initial;
		z-index: initial;
	}
}

.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block img {
	height: auto;
	object-fit: cover;
	width: 100%;
	margin-left: 0;
}

.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block:after {
	width: 100vw;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to left, rgb(0 0 0 / 67%) 0%,rgba(255,255,255,0) 49%);
	pointer-events: none;
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block img {
        padding-left: 0;
        padding-top: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: 34% 50%;        
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block:after {
		background: linear-gradient(to left, rgb(0 0 0 / 67%) 0%,rgba(255,255,255,0) 49%);
	}

	.property-search-container {
		border: 0;
	}

	.property-search-container.office-landing-pro4-level {
		padding-bottom: 25px;
	}
}
.people-detail-about {
	padding: 20px 0 20px 0;
}

@media (max-width: 991px) {
	.people-detail-about {
		padding: 0 0 39px 0;
	}
}

.people-detail-about .about-video {
	width: 558px;
	height: 371px;
	position: relative;
}

@media (max-width: 1200px) {
	.people-detail-about .about-video {
		width: 100%;
		margin-bottom: 39px;
	}
}

@media (max-width: 414px) {
	.people-detail-about .about-video {
		max-height: 235px;
	}
}

.people-detail-about .about-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 414px) {
	.people-detail-about .about-video img {
		max-height: 235px;
	}
}

.people-detail-about .about-video .btn-article-play {
	position: absolute;
	height: 58px;
	width: 58px;
	border-radius: 100%;
	background-color: rgba(8, 30, 59, 0.9);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
}

@media (max-width: 414px) {
	.people-detail-about .about-video .btn-article-play {
		top: 43%;
	}
}

.people-detail-about .about-video .btn-article-play i.mini-icn {
	height: 20.11px;
	width: 16.71px;
	position: relative;
	top: 9px;
	left: 7px;
}

.people-detail-about .about-video .btn-article-play:hover {
	background-color: rgba(0, 173, 239, 0.9);
}

.people-detail-about .about-content {
	margin-top: 3px;
    color: #6C6C6C!important;
}

.people-detail-about .about-content h5 {
	margin-bottom: 16px;
}

.people-detail-about .about-content .description p {
	line-height: 25.6px;
	color: #6C6C6C;
	max-height: 999px;
	transition: max-height 0.25s ease-in;
}

.people-detail-about .about-content .description div.readmore {
	max-height: 225px;
	overflow: hidden;
	mask-image: linear-gradient(180deg, #6C6C6C 80%, transparent);
	-webkit-mask-image: linear-gradient(180deg, #6C6C6C 80%, transparent);
	transition: max-height 0.15s ease-out;
}

@media (max-width: 414px) {
	.people-detail-about .about-content .description div.readmore {
		max-height: 273px;
	}
}

.people-detail-about .about-content .description .btn-readmore {
	font-size: 16px;
	margin-top: 16px;
	padding: 11px 0.85rem;
}

@media (max-width: 414px) {
	.people-detail-about .about-content .description .btn-readmore {
		width: 100%;
	}
}

.people-detail-about.people-basic-tier-variation {
	padding: 90px 0 99px 0;
}

@media (max-width: 575px) {
	.people-detail-about.people-basic-tier-variation {
		padding: 39px 0;
	}
}

@media all and (min-width: 1400px) {
	.people-detail-about .container {
		max-width: 1285px;
	}

	.people-detail-about .about-content {
		margin-left: -20px;
	}

	.people-detail-about .about-content p {
		max-width: 592px;
	}
}

@media all and (max-width: 991px) {
	.people-detail-about .about-video {
		width: 100%;
		height: 100%;
		max-height: 532px;
		padding-bottom: 20px;
	}
}

@media (max-width: 414px) {
	.people-detail-about .about-video {
        padding-bottom: 11px;
        padding-top: 18px;
        height: 59vw;
	}
}
._content-card-stats-counter {position: relative;padding: 80px 0 0 0;}@media (max-width: 575px) {._content-card-stats-counter {padding: 30px 0 0 0;}._content-card-stats-counter .container {background-color: #fafafa;display: inline-block;}}@media only screen and (min-width: 576px) and (max-width: 991px) {._content-card-stats-counter .row {margin-left: -24px;margin-right: -24px;}}@media only screen and (max-width: 575px) {._content-card-stats-counter .row:first-child {flex-direction: column;margin: 0;}._content-card-stats-counter .row:last-child {width: fit-content;padding: 0;margin: 0;}._content-card-stats-counter .row [class*=col-] {width: 100%;}}._content-card-stats-counter .row.bg-secondary {background-color: #fafafa !important;}._content-card-stats-counter .row.bg-secondary:first-child {padding-top: 68px;padding-bottom: 28.5px;}._content-card-stats-counter .row.bg-secondary:nth-child(2) {padding-top: 28.5px;padding-bottom: 52px;}._content-card-stats-counter .row:last-child {padding-bottom: 13px;}@media (max-width: 575px) {._content-card-stats-counter .row .position-relative {margin-bottom: 23px;}}._content-card-stats-counter h2 {font-size: 3.75rem;font-weight: 400;margin-bottom: 13px;}@media only screen and (max-width: 991px) {._content-card-stats-counter h2 {font-size: 2.125em;}}@media (max-width: 575px) {._content-card-stats-counter h2 {font-size: 34px;line-height: 44.2px;}}._content-card-stats-counter p {font-size: 0.875rem;}._content-card-stats-counter .text-muted {color: #6C6C6C !important;}._content-card-stats-counter .text-muted p {margin-top: 26px;margin-bottom: 70px;font-size: 1rem;}@media (max-width: 575px) {._content-card-stats-counter .text-muted p {margin-bottom: 30px;}}._content-card-stats-counter .grid-divider {overflow-x: hidden;position: relative;}._content-card-stats-counter .grid-divider > [class*=col-]:nth-child(n+2):after {content: "";background-color: #e1e1e1;position: absolute;top: 24px;bottom: 0;}@media (max-width: 992px) {._content-card-stats-counter .grid-divider > [class*=col-]:nth-child(n+2):after {top: 6px;}}@media (max-width: 767px) {._content-card-stats-counter .grid-divider > [class*=col-]:nth-child(n+2):after {width: 100%;height: 5px;left: 0;top: -4px;}}@media (min-width: 768px) {._content-card-stats-counter .grid-divider > [class*=col-]:nth-child(n+2):after {width: 2px;height: 106px;left: 5px;}}@media (max-width: 992px) {._content-card-stats-counter .grid-divider > [class*=col-]:after {display: none;}}
@charset "UTF-8";.people-detail-reviews{padding:45px 0}@media (max-width:414px){.people-detail-reviews{padding:43px 0 0 0}}.people-detail-reviews .heading{margin-bottom:59px}@media (max-width:414px){.people-detail-reviews .heading{align-items:center!important}}.people-detail-reviews .heading .heading-title{margin-bottom:13.1px}@media (max-width:414px){.people-detail-reviews .heading .heading-title{font-size:34px;line-height:44.2px}}@media (max-width:414px){.people-detail-reviews .heading .heading-title::before{display:none}}@media (max-width:414px){.people-detail-reviews .heading .d-block .text-end u{text-decoration:none}}@media (max-width:414px){.people-detail-reviews .heading .d-block .text-end u small{font-size:14px;line-height:25.2px}}.people-detail-reviews .heading .mini-icn.icon-star-blue{margin-right:3px}.people-detail-reviews .row.review-list .col>.review-item{padding:27px 24px 29px 29px;margin-bottom:34px}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item{padding:0 8px 0 8px;margin-bottom:36px}}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item:last-child{margin-bottom:30px}}.people-detail-reviews .row.review-list .col>.review-item.border-dark{border:1px #ebebed solid!important}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item.border-dark{border:none!important}}.people-detail-reviews .row.review-list .col>.review-item .position-relative{margin-bottom:0!important}.people-detail-reviews .row.review-list .col>.review-item .position-relative .agent-name{display:block;text-align:left;font-size:18px;color:#001f49;padding-bottom:9px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container{display:flex;justify-content:flex-start;width:100%;padding-bottom:12px}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container{margin-bottom:14px}}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container .star{display:inline-block}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container .rate-origin{color:#b8b8b8;font-size:14px;padding-left:9px;margin-top:2px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container .rate-origin:before{content:" ";background-image:url("https://resources.cloudhi.io/images/icon-google.png");width:33px;height:21px;display:inline-block;vertical-align:middle;background-color:transparent;background-position:top center;background-size:contain;background-repeat:no-repeat;position:relative;top:-1px;left:-2px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .comment{text-align:left;width:100%;display:inline-block;font-size:16px;color:#6c6c6c;padding-right:10px}@media (min-width:768px){.people-detail-reviews .row.review-list .col>.review-item .position-relative .comment{padding-right:30px}}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item .position-relative .comment{display:block}}.people-detail-reviews .row.review-list .col>.review-item .position-relative a.read-more{white-space:nowrap;color:#102e54;text-decoration:none;font-weight:600;font-size:16px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .buyer-location{text-align:left;width:100%;display:inline-block;color:#b8b8b8;padding-top:10px;padding-left:3px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .buyer-location:before{content:"—";margin-right:2px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .quotes{background-image:url("https://resources.cloudhi.io/images/quote_big.png");width:35px;height:30px;display:inline-block;vertical-align:middle;background-color:transparent;background-position:top center;background-size:contain;background-repeat:no-repeat;position:absolute;bottom:-8px;right:5px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn{padding-left:0;padding-right:0}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn.btn-cyan{color:#fff;font-weight:400;font-size:16px!important}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn.btn-light{font-weight:600;font-size:16px!important;color:#00adef}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn.btn-theme-gray{font-weight:600;font-size:16px!important;color:#001f49}.people-detail-reviews .mini-icn.icon-star-blue,.people-detail-reviews .mini-icn.icon-star-blue-fade{height:16px;width:16px;margin-right:3px}@media (max-width:414px){.people-detail-reviews .mini-icn.icon-star-blue,.people-detail-reviews .mini-icn.icon-star-blue-fade{width:18px;height:18px}}.people-detail-reviews .review-show-more{margin-top:15px;margin-bottom:75px}@media (max-width:414px){.people-detail-reviews .review-show-more{margin-bottom:38px}}.people-detail-reviews .review-show-more .btn{font-size:18px;padding:10px 16px;color:#001f49}h3.review-item-heading{display:none}@media (max-width:414px){h3.review-item-heading{display:block;font-size:18px!important;line-height:25.92px!important;color:#001f49;font-weight:400;margin-bottom:6px;text-align:left}}.people-detail-reviews .total-reviews{position: relative;top: 5px;}
.people-detail-resources {
	padding: 47px 0;
}

.people-detail-resources .resource-carousel.owl-carousel {
    justify-content: flex-start;
}

.people-detail-resources .title-block {
	margin-bottom: 24px;
}

@media (max-width: 414px) {
	.people-detail-resources .title-block h3 {
		font-size: 28px;
		line-height: 36.4px;
	}
}

.people-detail-resources .title-block .col.text-end a.btn {
	position: relative;
	top: -14px;
}

@media (max-width: 414px) {
	.people-detail-resources .title-block .col.text-end a.btn {
		padding: 6px 12px;
		top: 0;
	}
}
.people-detail-cta {padding: 92px 0 122px 0;background-color: #F5F4F4;}@media (max-width: 414px) {.people-detail-cta {padding: 76px 0 75px 0;}}.people-detail-cta .cta-content {max-width: 430px;padding-right: 12px;}.people-detail-cta .cta-content h2 {line-height: 52px;margin-bottom: 36px;}@media (max-width: 414px) {.people-detail-cta .cta-content h2 {font-size: 28px;line-height: 36.4px;margin-bottom: 31px;}}.people-detail-cta .cta-content .btn {padding: 14px 63px 15px 63px;}
