/*************** Import Css **************/

/*@import "common.css";*/
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*   font-family: 'Playfair Display'; */

/*  font-family: 'Montserrat'; */

.header-area {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 10px 0px;
	z-index: 99;
	background-color: #2D4D5A;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	min-height: 104px;
	display: flex;
	align-items: center;
}

.header-area.fixed_header {
	position: fixed;
	top: -100%;
	left: 0px;
	background: #2D4D5A;
	padding: 11px 0px;
}

.header-area.fixed_header.stky {
	top: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.header-left-part ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}

.header-left-part ul li {
	display: inline-block;
	margin-right: 55px;
}

.header-left-part ul li a {
	font-size: 18px;
	line-height: 31px;
	font-weight: 500;
	color: #fff;
	font-family: 'Montserrat';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-left-part ul.sub-menu li a {

	color: #2D4D5A;
}

.header-left-part ul li a:hover,
.header-right-part ul li a:hover {
	color: #E8D8AF;
}

.header-right-part {
	display: flex;
	align-items: center;
}

.header-right-part ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.header-right-part ul li {
	display: inline-block;
	margin-left: 43px;
}

.header-right-part ul li a {
	font-size: 18px;
	line-height: 31px;
	font-weight: 500;
	color: #fff;
	font-family: 'Montserrat';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header-right-part .common-button {
	border: 1px solid #D5BEAF;
	margin-left: 43px;
	font-size: 18px;
	line-height: 31px;
	font-weight: 500;
	color: #fff;
}

.header-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 8px;
}

.banner-area {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* .banner-area::after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/banner-overlay.png);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
} */
.banner-wrapper {
	text-align: center;
	max-width: 1237px;
	margin: 0 auto;
}

.banner-wrapper h1 {
	margin-bottom: 20px;
}

.banner-wrapper h1 strong {
	font-weight: 400;
	font-style: italic;
}

.banner-wrapper h3 {
	font-family: 'Montserrat';
	font-size: 29px;
	line-height: 42px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.home-about-us-wrapper {
	margin-top: 70px;
	margin-bottom: 70px;
}

.home-about-image {
	position: relative;
}

.home-about-image::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	background-color: #876140;
	width: calc(100% - 100px);
	height: calc(100% + 66px);
	right: -34px;
	z-index: -1;
}

.home-about-us-service-area .home-about-image::after {
	background-color: #2D4D5A;
	left: -34px;
}

.home-about-us-text {
	padding-right: 120px;
}

.home-about-us-service-area .home-about-us-text {
	padding-right: 0px;
	padding-left: 120px;
}

.home-about-us-text p {
	margin-bottom: 45px;
}
.akam-number-area {
	margin-top: 120px;
	margin-bottom: 120px;
}

.akam-number-wrapper {
	padding: 84px 163px 133px;
	background-color: #fff;
	text-align: center;
}

.akam-number-wrapper h2 {
	margin-bottom: 50px;
}

.akam-number-wrapper h2::after {
	display: none;
}

.akam-number-each-area {
	display: flex;
	justify-content: space-between;
}

.akam-number-each {
	text-align: center;
    /* max-width: 276px; */
    margin: 0 auto;
    position: relative;
    min-width: 276px;
    width: 25%;
}

.akam-number-each::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #D5BEAF;
	right: 0px;
	top: 0px;
}

.akam-number-each:last-child:after {
	display: none;
}

.akam-number-each h2 {
	font-weight: 600;
	font-size: 120px;
	line-height: 80px;
	color: #876140;
}

.akam-number-each p {
	font-family: 'Montserrat';
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #2D4D5A;
	text-transform: uppercase;
}

.testmonial-area {
	padding: 105px 0px;
	background: #2D4D5A;
	margin-top: 120px;
}

.testimonial-content h4 {
	font-family: 'Montserrat';
	font-size: 28px;
	color: #D5BEAF;
	line-height: 34px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.testimonial-content p {
	color: #fff;
	margin-bottom: 50px;
}

.testmonial-area .row .col-lg-4 {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
}

.testmonial-area .row .col-lg-8 {
	-ms-flex: 0 0 68%;
	flex: 0 0 68%;
	max-width: 68%;
}

.author-image-wrapper {
	background: #F3F0ED;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.author-line-wrapper{
}

.author-line-wrapper span{
	    font-size: 2.5em ;
    color: #2D4D5A ;
}

.each-testimonial {
	background: #fff;
	padding: 40px 45px;
	border-radius: 5px;
}

.tesimonial-slider-wrapper {
	width: calc(100% + 140px);
	padding-left: 40px;
}

.each-testimonial p {
	font-size: 13px;
	line-height: 24px;
	color: #707070;
	min-height: 195px; /*130 before*/
	margin-bottom: 30px;
}

.authore-content p {
	min-height: auto;
	margin-bottom: 0px;
}

.authore-content h4 {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #2D4D5A;
	line-height: 35px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
    margin-left: -15px;
}

.author-area {
	gap: 30px;
}

.testimonial-content .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	background: #D5BEAF;
	opacity: 1;
	border: 4px solid #2d4d5a;
	margin: 0px 6px;
}

.testimonial-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
	border: 4px solid #D5BEAF;
}

.testimonial-content {
	padding-left: 40px;
}

.media-center {
	background: #F3F0ED;
	margin: 120px 0px 80px;
}

.media-content p:last-child {
	margin-bottom: 0px;
}

.media-content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 35px 45px;
	width: 100%;
	height: 100%;
}

.media-content h5 {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.media-bottom-content h3 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 50px;
}

.media-bottom-content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 45px 50px;
}

.media-date-andauthor h5 {
	font-size: 20px;
	line-height: 32px;
}

.media-date-andauthor h6 {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
}

.each-media-area>a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.media-content-part .row {
	margin: 0px -9px;
}

.media-content-part .row .col-lg-4 {
	padding: 0px 9px;
}

.media-heading-part {
	margin-bottom: 45px;
}

.read-more-button-area {
	margin-top: 80px;
}

.gravity-form-area {
	margin: 90px 0px;
}

.footer-area {
	background: #2D4D5A;
	padding-top: 90px;
	padding-bottom: 50px;
}

.footer-logo {
	margin-bottom: 60px;
}

.each-footer-address h6 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.each-address-location p a {
	color: #fff;
}

.each-address-phone-number p a {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

.each-address-location p a:hover,
.each-address-phone-number p a:hover {
	color: #E8D8AF;
}

.footer-quick-links ul {
	padding: 0px;
	margin: 0px;
	list-style: none
}

.footer-quick-links ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-quick-links ul li a {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 400;
}

.footer-quick-links ul li a:hover {
	color: #E8D8AF;
}

.footer-bottom-social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	gap: 10px;
}

.footer-bottom-social ul li a {
	font-size: 25px;
	color: #E5DBD2;
}

.footer-bottom-social ul li a:hover {
	color: #fff;
}

.footer-bottom-area-left p {
	color: #fff;
	margin: 0px;
}

.footer-bottom-area {
	margin-top: 60px;
}

.inner-banner-area:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(112, 112, 112, 0.6);
	top: 0px;
	left: 0px;
	content: '';
	mix-blend-mode: multiply;
}

.inner-banner-wrapper {
	z-index: 1;
}

.story-area {
	background-color: #E5DBD2;
	position: relative;
	padding-top: 180px;
	padding-bottom: 180px;
	margin-bottom: 96px;
}

.story-area::after {
	content: '';
	height: 100%;
	width: 64%;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}

.story-content {
	padding: 78px 138px 120px;
	background-color: #2D4D5A;
	position: relative;
	z-index: 1;
}

.story-content h1 {
	font-size: 72px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 20px;
}

.story-content h2:after {
	display: none;
}

.story-content p {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.leadership-each {
	text-align: center;
	margin-bottom: 69px;
}

.leadership-each-image {
	margin-bottom: 20px;
}

.leadership-each-image-wrapper {
	overflow: hidden;
	border-radius: 8px;
}

.leadership-each-image-wrapper img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.leadership-each-image-wrapper:hover img {
	transform: scale(1.15);
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.leadership-each h4 {
	font-family: 'Montserrat';
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
}

.leadership-each p {
	color: #fff;
	padding: 0px 10px;
}

.leadership-area {
	padding-top: 115px;
	padding-bottom: 50px;
	background-color: #2D4D5A;
	margin-bottom: 143px;
	margin-top: 120px;
}

.leadership-head h2 {
	font-size: 72px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 30px;
}

.leadership-head {
	max-width: 1110px;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: center;
}

.leadership-head h2:after {
	display: none;
}

.leadership-head p {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.leadership-wrapper .row {
	margin-left: -10px;
	margin-right: -10px;
}

.leadership-wrapper .row .col-xl-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.home-about-us-text ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.home-about-us-text ul li {
	font-family: 'Montserrat';
	font-size: 20px;
	line-height: 31px;
	font-weight: 400;
	color: #333333;
}

.home-about-us-text ul li strong {
	font-weight: 700;
}

.career-area {
	margin-top: 176px;
}

.career-wrapper {
	position: relative;
}

.career-image {
	width: calc(100% + 260px);
}

.career-content {
	padding: 102px 138px 117px;
	background-color: #2D4D5A;
	position: relative;
	z-index: 1;
}

.career-content h2 {
	font-size: 72px;
	line-height: 80px;
	color: #fff;
}

.career-content p {
	color: #fff;
	margin-bottom: 40px;
}

.career-content .common-button {
	border: 1px solid #D5BEAF;
	font-size: 20px;
	line-height: 34px;
	font-weight: 600;
	color: #fff;
}

.career-wrapper {
	position: relative;
}

.career-button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	z-index: 1;
}

.inner-banner-area {
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-banner-wrapper {
	text-align: center;
}

.inner-banner-wrapper h1 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 56px;
	line-height: 70px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.across-right-area {
	padding: 70px 60px;
	background-color: #2D4D5A;
	height: 100%;
}

.across-right-area h3 {
	font-family: 'Montserrat';
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.across-right-area ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.across-right-area ul li {
	width: 48%;
	margin-bottom: 20px;
	border-bottom: 1px solid #D5BEAF;
}
.template-template-poperty-management .across-right-area ul li, .page-template-template-brokerage .across-right-area ul li{
    font-size: 15px;
}
.template-template-poperty-management .across-right-area ul li a, .page-template-template-brokerage .across-right-area ul li a{
    font-size: 15px;
}
.page-template-template-brokerage .across-right-area ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.across-right-area ul li {
	font-family: 'Montserrat';
	line-height: 36px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 10px;
	display: inline-block;
}

.across-right-area ul li a {
	font-family: 'Montserrat';
	font-size: 22px;
	line-height: 36px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 10px;
	display: inline-block;
}

.across-area {
	padding-top: 108px;
	background-color: #fff;
}

.across-text h2 {
	/*padding-bottom: 28px;
	margin-bottom: 40px;*/
}

.across-text p {
	margin-bottom: 45px;
}

.across-text {
	padding-right: 104px;
	padding-bottom: 71px;
}

.full-management-area {
	padding-top: 118px;
	background-color: #F3F0ED;
}

.full-management-head {
	max-width: 1129px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

.full-management-head h2 {
	color: #2D4D5A;
	padding-bottom: 0px;
	margin-bottom: 25px;
}

.full-management-head h2:after {
	display: none;
}

.management-each-image img {
	width: 100%;
}

.management-each {
	height: 100%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
}

.management-each-text {
	padding: 38px 36px 40px;
	background-color: #fff;
	height: 100%;
}

.management-each-text h2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #2D4D5A;
	font-family: 'Montserrat';
	margin-bottom: 22px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

.management-each-text h2:after {
	display: none;
}

.management-each-text ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.management-each-text ul li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #707070;
	font-family: 'Montserrat';
	margin-bottom: 10px;
}

.full-management-wrapper .row {
	margin-left: -8px;
	margin-right: -8px;
}

.full-management-wrapper .row .col-lg-4 {
	padding-left: 8px;
	padding-right: 8px;
}

.full-management-wrapper {
	margin-bottom: 160px;
}

.case-studies-slider {
	height: 100%;
}

.case-studies-slider .swiper-container {
	height: 100%;
}

.case-studies-each {
	height: 100%;
}

.case-studies-each img {
	width: 100%;
	height: 100%;
	border-radius: 7px;
	overflow: hidden;
}

.case-studies-control .swiper-button-next {
	right: 55px;
}

.case-studies-control .swiper-button-prev {
	left: 55px;
}

.case-studies-text {
	padding: 0px 130px 0px;
	background-color: #2D4D5A;
	height: 100%;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case-studies-text h2 {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 130px;
}

.case-studies-left>h2 {
	padding-bottom: 0px;
}

.case-studies-text h2:after {
	display: none;
}

.case-studies-text .common-button {
	border: 1px solid #F3F0ED;
	width: fit-content;
}

.case-studies-text .nyc h6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
	font-family: 'Montserrat';
	text-transform: uppercase;
}

.case-studies-text .nyc {
	margin-bottom: 40px;
}

.case-studies-area {
	margin-bottom: 93px;
	margin-top: 160px;
}

.case-studies-head {
	margin-bottom: 40px;
}

.case-studies-head h2:after {
	display: none;
}

.our-service-repet-area .home-about-us-wrapper:nth-child(odd) .home-about-us-text {
	padding-right: 0px;
	padding-left: 120px;
}

.our-service-repet-area .home-about-us-wrapper:nth-child(odd) .home-about-image:after {
	background-color: #2D4D5A;
	left: -34px;
}

.our-service-repet-area .home-about-us-wrapper:nth-child(even) .row {
	flex-direction: row-reverse;
}


.project-manager-repet-area {
	margin-top: 129px;
}

.project-manager-repet-area .home-about-us-wrapper:nth-child(enen) .home-about-us-text {
	padding-right: 0px;
	padding-left: 120px;
}

.project-manager-repet-area .home-about-us-wrapper:nth-child(even) .home-about-image:after {
	background-color: #2D4D5A;
	left: -34px;
}

.project-manager-repet-area .home-about-us-wrapper:nth-child(odd) .row {
	flex-direction: row-reverse;
}

.project-manager-repet-area .home-about-us-wrapper:nth-child(even) .row {
	flex-direction: row;
}

.project-manager-repet-area .home-about-us-text {
	padding-right: 0px;
	padding-left: 120px;
}

.project-manager-repet-area .home-about-us-wrapper:nth-child(odd) .home-about-us-text {
	padding-right: 120px;
	padding-left: 0px;
}

.project-manager-repet-area .home-about-us-wrapper:nth-child(odd) .home-about-image:after {
	background-color: #876140;
	right: -34px;
	left: inherit;
}

.our-service-area .home-about-us-wrapper {
	margin-top: 150px;
	margin-bottom: 150px;
}

.case-studies-small-area {
	background-color: #fff;
	padding-top: 118px;
	padding-bottom: 148px;
	margin-bottom: 0px;
}

.case-studies-small-area .case-studies-text {
	padding: 112px 138px 98px;
}

.case-studies-small-area .case-studies-text h6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	margin-bottom: 30px;
}

.case-studies-small-area .case-studies-text h2 {
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 45px;
}

.procurement-repeat-area .home-about-us-wrapper {
	margin-top: 110px;
	margin-bottom: 110px;
}

.brokerage-repeat-area .home-about-us-wrapper {
	margin-top: 170px;
	margin-bottom: 170px;
}

.brokerage-akam-number-area {
	margin-top: 40px;
	margin-bottom: 10px;
}

.brokerage-akam-number-area .akam-number-wrapper {
	background-color: #F3F0ED;
}

.brokerage-akam-number-area .akam-number-each:after {
	display: none;
}

.meet-our-brokerage-area .leadership-head h2 {
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.meet-our-brokerage-area {
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 0px;
}

.meet-our-brokerage-area .leadership-head {
	margin-bottom: 60px;
}

.welcom-wrapper {
	max-width: 967px;
	margin: 0 auto;
	text-align: center;
	margin-top: 97px;
	margin-bottom: 133px;
}

.welcom-wrapper h2 {
	margin-bottom: 40px;
	padding-bottom: 0px;
}

.welcom-wrapper h2:after {
	display: none;
}

.welcom-wrapper p {
	margin-bottom: 54px;
}

.customar-tools-wrapper {
	max-width: 1115px;
	margin: 0 auto;
}

.customar-tools-head h2 {
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 0px;
}

.customar-tools-head h2:after {
	display: none;
}

.customar-tools-area {
	margin-top: 111px;
	margin-bottom: 100px;
}

.custom-tools-each {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
	text-align: center;
}

.custom-tools-each h2::after {
	display: none;
}

.custom-tools-each {
	margin-bottom: 40px;
}

.customar-tools-wrapper .nav-tabs {
	width: 822px;
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 60px;
	border: none;
}

.custom-tools-each h2 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 24px;
	padding-bottom: 0px;
}

.custom-tools-each a {
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	color: #2D4D5A;
	text-decoration: underline;
}

.col-lg-12 .custom-tools-each {
	background-color: #2D4D5A;
}
.col-lg-12 .custom-tools-each h2 {
	color: #fff;
}
.col-lg-12 .custom-tools-each a {
	color: #fff;
}
.customar-tools-wrapper .nav-tabs .nav-link {
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #2D4D5A;
	border: none;
	text-transform: uppercase;
	background-color: transparent;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 10px;
}
.customar-tools-wrapper .nav-tabs .nav-link.active {
	outline: none;
}
.blog-page .customar-tools-wrapper {
	max-width: 100%;
	margin: 0 auto;
}
.media-bottom-content h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 40px;
}
.media-content h5 {
	font-size: 20px;
	line-height: 31px;
	font-weight: 300;
}
.media-bottom-content p {
	color: #fff;
}
.blog-page .each-media-area {
	margin-bottom: 20px;
}
.blogs-content .row {
	margin-left: -10px;
	margin-right: -10px;
}
.blogs-content .row .col-lg-4 {
	padding-left: 10px;
	padding-right: 10px;
}
.blog-page .customar-tools-wrapper .nav-tabs {
	width: 100%;
	margin-bottom: 50px;
}
.blog-page .customar-tools-wrapper .nav-tabs .nav-link.active {
	border-bottom: 2px solid #333333;
}
.blog-page .customar-tools-wrapper .nav-tabs .nav-link {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 20px;
}
.customar-tools-area.blog-page {
	margin-top: 85px;
	margin-bottom: 85px;
}
.customar-tools-wrapper .nav-tabs .nav-link:focus-visible {
	outline: none;
	border: none;
}
.careers-banner-bottom-area {
	margin-top: -170px;
}
.careers-banner-bottom-wrapper {
	padding: 83px 156px;
	background-color: #2D4D5A;
	position: relative;
}
.careers-banner-bottom-wrapper p {
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
.careers-banner-area h1 {
	font-size: 72px;
	line-height: 80px;
}
.banner-wrapper h3 {
	font-size: 20px;
	line-height: 31px;
	font-weight: 600;
}
.careers-banner-area {
	position: relative;
}
.careers-banner-area::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #707070;
	opacity: .42;
	mix-blend-mode: multiply;
}
.banner-wrapper {
	position: relative;
	z-index: 1;
}
.home-about-image-up-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home-about-image-up-text h2 {
	font-size: 121px;
	line-height: 70px;
	color: #fff;
	padding-bottom: 0px;
}
/*.home-about-image-up-text h2::after {
	display: none;
}*/
.careers-area {
	margin-bottom: 160px;
}
.home-about-us-text .ma-list ul {
	padding-left: 18px;
	margin-bottom: 50px;
	list-style: inherit;
}
.home-about-us-text .ma-list ul li {
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #333333;
}
.home-about-us-text .ma-list ul li::marker {
	font-size: 35px;
	color: #876140;
}
.ma-repet-area .home-about-us-wrapper {
	margin-top: 110px;
	margin-bottom: 110px;
}
.case-studies-area {
	margin-top: 116px;
}
.case-studies-wrapper {
	/* max-width: 1088px; */
	margin: 0 auto;
}
.case-studies-one-wrapper {
	max-width: 1088px;
}
.case-studies-area h2 {
	/* margin-bottom: 40px;
	padding-bottom:0px; */
}
.case-studies-area h2:after {
	display: none;
}
.case-studies-area h3 {
	font-family: 'Montserrat';
	font-size: 20px;
	line-height: 31px;
	font-weight: 600;
	color: #2D4D5A;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.case-studies-area .case-studies-one-wrapper p {
	margin-bottom: 58px;
}
.case-studies-area .case-studies-one-wrapper .case-study-social p {
	margin-bottom: 0px;
}
.case-study-social {
	display: flex;
	align-items: center;
}
.case-study-social p {
	margin-right: 40px;
	margin-bottom: 0px;
}
.case-study-social ul li a {
	font-size: 25px;
	color: #876140;
}
.divider {
	width: 100%;
	border-bottom: 1px solid #E5DBD2;
	margin-top: 90px;
	margin-bottom: 90px;
}
.case-studies-tow-area h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.case-studies-tow-area h4 {
	font-family: 'Montserrat';
	font-size: 20px;
	line-height: 31px;
	font-weight: 600;
	color: #876140;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.case-studies-tow-area p {
	margin-bottom: 30px;
}
.case-studies-tow-area .case-study-social p {
	margin-bottom: 0px;
}
.case-studies-tow-area .divider {
	margin-top: 70px;
	margin-bottom: 50px;
}
.case-study-social ul li a:hover {
	color: #2D4D5A;
}
.our-business-area {
	padding-top: 91px;
	padding-bottom: 63px;
	background-color: #2D4D5A;
}
.our-business-text {
	padding-right: 90px;
}
.our-business-text h2 {
	color: #fff;
	margin-bottom: 40px;
}
.our-business-text p {
	color: #fff;
}
.our-business-head h2 {
	font-size: 72px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 90px;
	text-align: center;
}
.our-business-head h2:after {
	display: none;
}
.our-business-image {
	position: relative;
}
.our-business-image:after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	background-color: #876140;
	width: calc(100% - 236px);
	height: calc(100% + 66px);
	right: -34px;
	z-index: 0;
}
.our-business-image img {
	position: relative;
	z-index: 1;
}

.our-business-list-area {
	margin-top: 130px;
}

.our-business-each {
	margin-bottom: 55px;
}

.our-business-each h3 {
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #E5DBD2;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #D5BEAF;
	padding-bottom: 18px;
	margin-bottom: 28px;
}

.our-business-each p {
	color: #fff;/*
	text-transform: capitalize;*/
}

.our-business-list-area .row {
	margin-left: -50px;
	margin-right: -50px;
}

.our-business-list-area .row .col-lg-3 {
	padding-left: 50px;
	padding-right: 50px;
}

.project-management-area .home-about-us-wrapper {
	margin-top: 100px;
	margin-bottom: 100px;
}

.project-management-area .testmonial-area {
	margin-top: 74px;
}

.project-management-area .case-studies-area {
	margin-bottom: 74px;
}

.emargency-service-area {
	margin-top: 110px;
}

.emargency-service-area .home-about-us-wrapper {
	margin-top: 110px;
	margin-bottom: 110px;
}

.emargency-service-area .testmonial-area {
	margin-top: 0px;
}

.case-studies-banner {
	min-height: 100% !important;
	padding-top: 80px;
	padding-bottom: 110px;
}

.procurement-area .home-about-us-wrapper {
	margin-top: 140px;
	margin-bottom: 140px;
}

.procurement-area {
	margin-top: 120px;
}

.careers-area .home-about-us-wrapper {
	margin-top: 110px;
	margin-bottom: 110px;
}

.careers-area .project-manager-repet-area {
	margin-top: 110px;
}

.south-florida-area .home-about-us-wrapper {
	margin-top: 100px;
	margin-bottom: 100px;
}

.south-florida-area .leadership-area {
	margin-top: 132px;
}

.south-florida-area .meet-our-brokerage-area {
	padding-bottom: 30px;
}

.ma-page-area .home-about-us-wrapper {
	margin-top: 160px;
	margin-bottom: 160px;
}

.ma-page-area .home-about-us-wrapper:first-child {
	margin-top: 130px;
}

.ma-page-area .home-about-us-wrapper:last-child {
	margin-bottom: 140px;
}

.brokerage-akam-number-area .akam-number-wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}

.leadership-each-image img {
	border-radius: 5px;
}

.testmonial-area.transparent-bg {
	background: #f3f0ed;
	margin-top: 0px;
}

.transparent-bg .testimonial-content h4 {
	font-family: "Playfair Display", serif;
	font-size: 40px;
	color: #2D4D5A;
	line-height: 48px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.transparent-bg .testimonial-content p {
	color: #333;
}
.nav-link:focus{
	outline:none
}
.blog-page .media-bottom-content h3 {
    text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
}
.inner-banner-wrapper h1{
	/*max-width:545px;*/
	margin-left:auto;
	margin-right:auto;
}
.case-studies-slider {
    position: relative;
}
.case-studies-control{
	position: absolute;
    width: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.case-slider-image{
	height: 100%;
}
.case-slider-image img{
	width: 100%;
	border-radius: 8px;
	height: 100%;
	object-fit: cover;
}
.inner-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.blog-post-wrap {
    margin-bottom: 77px;
    margin-top: 77px;
}
.blog-post-img {
    max-width: 500px;
    width: 100%;
    margin: -140px auto 99px;
    position: relative;
    z-index: 1;
}
div.akam-number-each h2 span.symbol-fast{
	display:none;
}/* activate if lastone convert to price symbol
div.akam-number-each:last-child h2 span.symbol-fast{
	display:inline-block;
}
div.akam-number-each:last-child h2 span.symbol-last{
	display:none;
}*/

/*------submenu----*/
.header-left-part > ul > li > a, .header-right-part > ul > li > a {
padding-bottom:10px;
}
.header-left-part > ul > li > ul, .header-right-part > ul > li > ul {
display: none;
background:#fff;
padding: 0px;
padding-bottom:10px;
white-space: nowrap; position: absolute;
top: 100%;
left: 0px;
border-top: 0px solid #001bc9;
opacity: 0;
width: auto;
transform: translate(0, 10px);
transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
z-index:-1;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
}
.header-left-part > ul > li:hover > ul, .header-right-part > ul > li:hover > ul {
display: flex; flex-direction: column;
opacity: 1;
transform: translate(0, 0);
z-index: 1;
}
.header-left-part>ul>li, .header-right-part>ul>li {
position: relative;
}
.header-left-part > ul > li > ul > li > ul, .header-right-part > ul > li > ul > li > ul{
display: none;
background: #333333;
padding: 0px;
padding-bottom:10px;
white-space: nowrap;
position: absolute;
top: 0%;
left: 100%;
border-top: 0px solid #001bc9;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
opacity: 0;
transform: translate(0, 10px);
transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
z-index:-1;
width: 188px;
}
.header-left-part > ul > li > ul > li, .header-right-part > ul > li > ul > li{
position:relative;
padding: 10px 25px 0px 30px;
padding-right: 0px;
margin-left: 0px;
width:100%;
}
.header-left-part > ul > li > ul > li > ul > li, .header-right-part > ul > li > ul > li > ul > li{
position:relative;
padding: 5px 30px;
margin-left: 0px;
}
.header-left-part > ul > li > ul > li > ul > li > ul > li, .header-right-part > ul > li > ul > li > ul > li > ul > li{
position:relative;
padding: 5px 30px;
margin-left: 0px;
}
.header-left-part > ul > li > ul > li:hover ul, .header-right-part > ul > li > ul > li:hover ul{
display: flex;
flex-direction: column;
opacity: 1;
transform: translate(0, 0);
z-index: 1;
}
.header-left-part > ul > li.menu-item-has-children > a:after, .header-right-part > ul > li.menu-item-has-children > a:after {
content: url(../images/banner-arrow-dropdown.png);
margin-left: 5px;
display: inline-block;
position: absolute;
filter: brightness(10);
transform: rotate(0deg);
margin-top: -2px;
}

/*
.pentagon-slider-area{
	margin:100px 0px;
}
.pentagon-slider-heading-area{
	margin-bottom:85px;
}
.pentagon-slider-heading-left h2{
	padding:0px;
	margin:0px;
}
.pentagon-slider-heading-left h2:after{
	display:none;
}
.pentagon-slider-heading-right{
	padding-left:50px;
	border-left:2px solid #876140;
}
.pentagon-slider-heading-right p:last-child{
	margin:0px;
}
.pentagon-slider-wrapper{
	background:#fff;
	padding:80px 0px;
}
.triangle{
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	width:385px;
	height:270px;
	background:red;
}
.pentagon-area{
	min-height:642px;
	max-width:674px;
}
.active-image-wrapper, .each-active-image{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.each-active-image{
	opacity:0;
}
.each-active-image.active{
	opacity:1;
}
.each-block-text-area h3{
	font-family: "Playfair Display", serif;
	font-weight: 400;
	color:#D5BEAF;
	font-size:30px;
	line-height:32px;
	text-align:center
}
.block1{
	top: 155px;
	left: 145px;
}
.block2{
	top: 155px;
	right: 145px;
}
.block3{
	bottom: 210px;
	right: 55px;
}
.block4{
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
}
.block5{
	bottom: 210px;
	left: 90px;
}
.block1,.block2,.block3,.block4,.block5{
	cursor: pointer;
}
.each-pentagon-service img{
	margin-bottom:20px;
}
.each-pentagon-service p{
	font-size:24px;
	line-height:32px;
	max-width:472px;
	font-weight: 300;
}
.pentagon-slider-right-part{
	padding-bottom:100px;
	padding-right:50px;
}
.pentagon-slider-right-part .swiper-pagination{
	bottom:0px;
}
.pentagon-slider-area .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	background: #876140;
	opacity: 1;
	border: 4px solid #fff;
	margin: 0px 6px;
}

.pentagon-slider-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
	border: 4px solid #2D4D5A;
}
.pentagon-slider-area .swiper-slide {
	opacity:0 !important;
	transform: translate3d(0px, 0px, 0px) !important;
	display:none;
}
.pentagon-slider-area .swiper-slide.swiper-slide-active{
	opacity:1 !important;
	display:block;
}
.pentagon-slider-area .swiper-wrapper{
	display:block;
}


.customar-tools-wrapper .nav-item{
	position:relative;
}
.customar-tools-wrapper .nav-item:after{
	width:100%;
	height:3px;
	background:#876140;
	content:'';
	position:absolute;
	bottom:10px;
	left:0px;
	display:none;
}
.customar-tools-wrapper .nav-item.active:after, .customar-tools-wrapper .nav-item.all:after {
	display:block;
}

*/



.pentagon-slider-area{
	margin:100px 0px;
}
.pentagon-slider-heading-area{
	margin-bottom:85px;
}
.pentagon-slider-heading-left h2{
	padding:0px;
	margin:0px;
}
.pentagon-slider-heading-left h2:after{
	display:none;
}
.pentagon-slider-heading-right{
	padding-left:50px;
	border-left:2px solid #876140;
}
.pentagon-slider-heading-right p:last-child{
	margin:0px;
}
.pentagon-slider-wrapper{
	background:#fff;
	padding:80px 0px;
}
/*.triangle{
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	width:385px;
	height:270px;
	background:red;
}*/
.pentagon-area{
	min-height:642px;
	max-width:674px;
}
.active-image-wrapper, .each-active-image{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.each-active-image{
	opacity:0;
}
.each-active-image.active{
	opacity:1;
}
.each-block-text-area h3{
	font-family: "Playfair Display", serif;
	font-weight: 400;
	color:#D5BEAF;
	font-size:1.4em;
	line-height:32px;
	text-align:center
}
.block1{/* 155 145 */
	top: 140px; 
	left: 160px;
}
.block2{
	top: 140px;
	right: 160px;
}
.block3{ /*210 55*/
	bottom: 210px;
	right: 75px;
}
.block4{/**/
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
}
.block5{ /*210 90*/
	bottom: 210px;
	left: 100px;
}
.each-pentagon-service img{
	margin-bottom:20px;
}
.each-pentagon-service p{
	font-size:24px;
	line-height:32px;
	max-width:472px;
}
.pentagon-slider-right-part{
	padding-bottom:100px;
	padding-right:50px;
}
.pentagon-slider-right-part .swiper-pagination{
	bottom:0px;
}
.pentagon-slider-area .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	background: #876140;
	opacity: 1;
	border: 4px solid #fff;
	margin: 0px 6px;
}

.pentagon-slider-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
	border: 4px solid #2D4D5A;
}
.pentagon-slider-area .swiper-slide {
	opacity:0 !important;
	/*transform: translate3d(0px, 0px, 0px) !important;*/
	/*display:none;*/
}
.pentagon-slider-area .swiper-slide.swiper-slide-active{
	opacity:1 !important;
	/*display:block;*/
}
.pentagon-slider-area .swiper-wrapper{
	/*display:block;*/
}
.customar-tools-wrapper .nav-item{
	position:relative;
}
.customar-tools-wrapper .nav-item:after{
	width:100%;
	height:3px;
	background:#876140;
	content:'';
	position:absolute;
	bottom:10px;
	left:0px;
	display:none;
}
.customar-tools-wrapper .nav-item.active:after, .customar-tools-wrapper .nav-item.all:after {
	display:block;
}
.each-block-text-area.active h3{
	color:#fff;
}

.each-block-text-area h3{
	cursor: pointer;
}
.each-address-location p{
    color: #fff;
}
.page-template-template-about .home-about-us-text .divider{

    margin-top: 20px;
    margin-bottom: 20px;
}
.page-template-template-about .home-about-us-text .sub-awards{

    font-size: 15px;
}
.management-each-text ul li::marker {
  color: #D5BEAF;
}
.management-each-text ul {
	    list-style: disc;
}
