/*
Theme Name:  BMC
Version:     1.0.0
Description: Custom WordPress Responsive Multi-Purpose Theme.
Theme URI:   #
Author:      EVIP
Author URI:  #
License:     Custom license
License URI: #
Text Domain: evip
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: "Heebo", sans-serif;
	font-weight:400;
}
.wpcf7-form {direction: rtl;}
ul, ol, li { list-style: none; }
img, fieldset { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
figure {
	margin: 0;
	padding: 0;
}
.clearfix {
	clear: both;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.wp-caption { max-width: 100%; }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; }
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
embed, iframe, object, video { max-width: 100%; }
html { -webkit-text-size-adjust: none; }
.entry-content img {
	max-width: 100%;
	height: auto;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}
.alignright {
	margin: 10px 0px 35px 30px;
	display: inline;
}
.alignleft {
	margin: 0 35px 10px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
.wp-caption {
	border: none;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 0 10px 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
	line-height: 18px;
	padding: 0 15px;
	display: block;
	font-style: italic;
	color: #000000;
	font-size: 12px;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[placeholder], 
[placeholder], 
*[placeholder] {color: inherit}
*::-webkit-input-placeholder { color:inherit}
*:-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*::-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*:-ms-input-placeholder {color:inherit}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color:#263262;
	font-size:32px;
	font-weight:600;
	padding-bottom:20px;
	font-family: "Heebo", sans-serif;
	text-align:left;
}
.entry-content h1 {
	font-size:36px;
}
.entry-content h2 {
	font-size:32px;
}
.entry-content h3 {
	font-size:24px;
}
.entry-content h4 {
	font-size:20px;
}
.entry-content h5 {
	font-size:18px;
}
.entry-content h6 {
	font-size:16px;
}
.entry-content p {
	color:#231f20;
	font-size:15px;
	line-height:24px;
	padding-bottom:20px;
}
.entry-content ul {
	padding:0 0 20px 0;
}
.entry-content ul li {
	color:#231f20;
	font-size:15px;
	line-height:24px;
	padding-bottom:8px;
	position: relative;
	padding-left:20px;
	text-decoration:underline;
}
.entry-content ul li::before {
	content:'';
	width:7px;
	height:7px;
	background:#ce2831;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
	left:0;
	top:10px;
	z-index:1;
}	
.entry-content ol {
	list-style-type:decimal;
	padding:0 0 20px 20px;
}
.entry-content ol li {
	list-style-type:decimal;
	color:#231f20;
	font-size:15px;
	line-height:24px;
}	
.entry-content a {
	color:#ce2831;
}
.entry-content blockquote {
	color:#ce2831;
	font-size:18px;
	line-height:24px;
	font-weight:600;
}	
.entry-content blockquote p {
	padding-bottom:0;
}
.entry-content table {
    border-collapse: collapse;
	width:100%;
	margin-bottom:25px;
}
.entry-content table, 
.entry-content table th, 
.entry-content table td {
    border: 1px solid #666666;
	color:#231f20;
	font-size:15px;
	line-height:24px;
	text-align:center;
	padding:5px 0;
}
hr {
	border:none;
	background:#dedede;
	height:2px;
	padding:0;
	margin:17px 0 24px 0;
	outline:none;
}
.entry-content input[type='email'],
.entry-content input[type='text'] {
	width:100%;
	max-width:800px;
	background:#fff;
	height:48px;
	font-size:15px;
	color:#231f20;
	line-height:21px;
	border:1px solid #4e4e4e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-family: "Heebo", sans-serif;
	font-weight:400;
	margin-top:7px;
}
.entry-content textarea {
	width:100%;
	background:#fff;
	max-width:800px;
	height:180px;
	font-size:15px;
	color:#231f20;
	line-height:24px;
	border:1px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-family: "Heebo", sans-serif;
	font-weight:400;
}
.entry-content input[type='submit'] {
	width:180px;
	height:50px;
	outline:none;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:0;
	background:#0a4e5c;
	color:#fff;
	text-align:center; 
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
	font-family: "Heebo", sans-serif;
}
.entry-content .submit {
	width:180px;
	padding:15px 0 0 0;
}

.entry-style p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: var(--whiteColor);
}

:root {
	/*----------- color -----------*/
	--whiteColor: #fff;
	--BlackLightColor: #444444;
	--YellowLight: #aca26c;
	--blueDeep: #303a2a;
	--grey: #bcbcaa;

	/*----------- bg color -----------*/
	--graybgColor: #ebeae3;
	--blueDeepbgColor: #1B2E70;
}

p {
	font-size: 20px;
	line-height:26px;
	padding-bottom: 17px;
	color: #000;
}
h2, h3, h4, h5, h6 {
	color: #263262;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Heebo", sans-serif;
	font-weight: 700;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 28px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

h6 a,
h3 a,
h4 a { color: #1B2E70; }


/*----------------------*/
/*     header_area      */
/*----------------------*/
.only_mobile_view { display:none; }
.d-flex { display:flex}
.flex-space-between {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.justify-content-center{justify-content: center;}
.align-center {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.text-center { text-align:center}
.flex-wrap {
	display:flex;
	flex-wrap:wrap;
}
.flex-nowrap {
	display:flex;
	flex-wrap:nowrap;
}
.row-reverse {
	flex-flow: row-reverse;
}
.flex-row-reverse{flex-flow: row-reverse;}
.flex-row-none { flex-flow: inherit !important;}

#wrapper {
	width:100%;
	direction: rtl;
}
.center_content {
	width: 100%;
	max-width: 1522px;
	margin: 0 auto;
}
.fixheader {
	width: 100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fbfbfb;
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
}
/*---------- header_area ----------*/
.header_area {
	border-bottom: 2px solid #FFFFFF33;
}
.header_area.bgCloro {
/* 	background-color: var(--blueDeepbgColor); */
}
.menu_content_area {
	padding: 0px 50px;
}
.normal_header {
	width: 100%;
    z-index: 100;
}
.menu_content {
    position: relative;
}
.menu_content_bx {
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 30px 0 30px 0;
}
.logo {
     width: 180px; 
     display: flex;
     justify-content: flex-end;
}
.logo img {
	width: 100%	!important;
}
.menu_bx {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.main_nav {}
#menu {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	gap: 34px;
}
#menu li {
	font-size: 20px;
	color: #000;
	position: relative;
	padding: 0px;
	line-height: 1.2;
	font-weight: 700;
}
.main_nav ul li:hover > a,
#menu li.current_page_item > a {
	font-weight: 700;
}
.main_nav ul li a {
	color: #000;
	padding: 8px 0;
	display: block;
	position: relative;
}
.normal_header .main_nav ul li a {color: #000;}
#menu li ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    width: 208px;
    padding: 8px 18px 8px 15px;
    top: 100%;
    right: 0;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
    border-bottom: 5px solid #00A2BE;
}
#menu li.menu-item-has-children { position: relative; }
#menu li.menu-item-has-children::after {
	content: "\f107";
	font: normal normal normal 16px / 1 FontAwesome;
	position: absolute;
	left: -14px;
    top: 15px;
	z-index: 1;
	color: #fff;
}
.normal_header #menu li.menu-item-has-children::after {
	color: #000;
}
#menu li.menu-item-has-children:hover::after {
	opacity: 1;
	visibility: visible;
}
#menu li.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
#menu li ul { gap: 5px; }
#menu li ul > li {
	margin-bottom: 0;
	padding: 0;
	font-size: 16px;
}
#menu li ul > li a::after { display: none; }
#menu li ul > li a { display: block;  color:#000}

.menu_bar_wrap,
.menu_bar {
	display: none;
}

.menu_bar {
    width: 36px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
/*     display: none; */
}
.menu_bar span {
    width: 100%;
    height: 2px;
    margin-top: 8px;
    background-color: var(--blueDeepbgColor);
    display: block;
    transition: all .2s ease;
}
.menu_bar span:first-child{
	margin-top: 0;
}
.menu_bar span:nth-child(2){
	width: 36px;
}
.menu_bar span:last-child{
	width: 36px;
}
 
.menu_bar  { margin-left: 0; }
	
.menu_bar.active span:first-child{
	transform: rotate(45deg);
	margin-top: -2px;
}
.menu_bar.active span:nth-child(2){
	transform: rotate(-45deg);
	margin-top: -2px;
	width: 100%;
}
.menu_bar.active span:last-child{
	display: none;
}
.header_social {
	gap: 12px;
}

.email_item {

}
.email_item a {
	width: 150px;
	height: 55px;
	padding: 5px 58px 5px 5px;
	border-radius: 28px;
	font-size: 23px;
	color: #fff;
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background:#023047 url('assets/images/call.svg') no-repeat right 24px center;
}

@media screen and (max-width: 1500px){
.menu_content_area {
	padding: 0px 20px;
}
.email_item a { font-size: 20px; }
}

@media screen and (max-width: 1300px){
#menu li {
    font-size: 16px;
}
#menu {
    gap: 15px;
}
.email_item a {
    width: 125px;
    height: 46px;
	padding: 5px 52px 5px 5px;
}
.logo {
	width: 150px;
}
}
@media screen and (max-width: 991px){
	.menu_bar,
	.menu_bar_wrap {
		display: flex;
		
	}
	.menu_bar {
		flex-direction: column;
	}
	
	.menu_left_info,
	.book_btn_wrap { display: none }
	.menu_content_bx {
	    width: 100%;
	    height: 90px;
	    position: relative;
	    padding: 20px 0;
	}
	.logo {
        width: 170px;
    }
	.menu_bx {
		width: auto;
		padding: 0 ;
	}
	.menu_content {
     	display: flex;
		justify-content: space-between;
		z-index: 200;
	}
	.menu_holder {
		position: absolute;
		left:0px;
		right: 0px;
		top: 100%;
		z-index: 9991;
		background-color: var(--blueDeepbgColor);
		padding-bottom: 15px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
	}
	.menu_holder.mobile_menu_open {
		opacity: 1;
		visibility: visible;
	}
	.menu_holder.mobile_menu_open .slicknav_nav {
		background-color: var(--blueDeepbgColor);
		display: block !important;
	}
	.slicknav_menu {
		transition: all 0.3s;
	    margin-top: 0;
	}
	.menu_holder.mobile_menu_open .slicknav_menu {
		margin-top: 0;
	}
	.menu-item-has-children > a::after {
	    top: 8px;
	    right: 1px;
	}
	.multi_page_item >a::after {
		display: none;
	    top: 10px;
	    right: -5px;
	}
}

.slider_area {
	width: 100%;
	position: relative;
}
.slider_area video {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    display: block;
}

.video_banner_info {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background:url('assets/images/banner_overlay.png') no-repeat center top;
	background-size: cover;
	padding: 350px 0 30px 0;
}
.inner_banner video,
.inner_banner .video_banner_info {
	height: 370px;
}
.inner_banner .video_banner_info {
	background: rgba(242, 244, 246, 0.5);
	padding: 110px 20px 20px 20px;
	display: block;
}
.our_agents_holder,
.inner_banner .video_banner_box  {
	max-width: 1670px;
}
.normal_header {
	background: rgba(255, 255, 255, 0.5);
}
.bradcroumb_area {
	width: 100%;
	justify-content: flex-end;
	padding-top: 100px;
}
.bradcroumb_area span,
.bradcroumb_area a,
.bradcroumb_area {
	font-size: 18px;
	font-family: "Heebo", sans-serif;
	color: #000;
}
.bradcroumb_area span {
	padding-right: 5px;
}
.bradcroumb_area a span {padding-left:10px;display:inline-block; }


@media screen and (min-width: 1580px){
.video_banner_info {
	display: flex;
	align-items: flex-end;
	padding: 420px 0 75px 0;
}
}

.video_banner_box h6 {
	font-weight: 400;
	font-size: 36px;
	letter-spacing: 8%;
	text-align: center;
	color: #000;
}
.video_banner_box h1 {
	font-family: "Heebo", sans-serif;
	font-weight: 500;
	font-size: 68px;
	/* letter-spacing: 8%; */
	text-align: center;
	color: #013046;
}
.more_info_link {
	text-align: center;
	padding-top: 60px;
}
.more_info_link span,
.more_info_link a {
	font-family: "Heebo", sans-serif;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	color: #219EBC;
	display: inline-block;
}

.brand_logo_wrapper {
	overflow: hidden;
    width: 100%;
    padding: 25px 0 100px 0;
    position: relative;
    height: 73px;
    background-color: #ABB8C0;
}
/*.brand_logo_wrapper {
	background-color: #ABB8C0;
  overflow: hidden;
  width: 100%;
  padding: 25px 0;
}*/

.brand_logo_section {
  gap: 60px;
  width: max-content;
}
.brand_logo_section {
    gap: 60px;
    width: max-content;
    position: absolute;
    overflow: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    left: 0;
    animation-name: scroll;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/*.brand_logo_section {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    overflow: hidden;
    animation-name: scroll;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}*/
/*.brand_logo_section {
	animation-duration: 22.5s;
}*/
.brand_logo_section:hover {
	animation-play-state: paused;
}
.brand_logo {
	width: 	200px;
}
.marquee, *[class^="marquee"] {
    white-space: nowrap;
}
.content ul li  {
	position: absolute;
	height: 73px;
}

/* @keyframes marquee-to-left {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-50%, 0);
    }
} */
.brand_logo img {
	max-height: 73px;
	margin: 0 auto;
}

/* Pause animation on hover */
.brand_logo_wrapper:hover .brand_logo_section {
  animation-play-state: paused;
}

.brand_logo img {
/*   filter: grayscale(100%); */
  	transition: filter 0.3s ease;
	filter: brightness(0) invert(1);
}

.brand_logo img:hover {
/*   filter: grayscale(0%); */
	filter: invert(22%) sepia(91%) saturate(5445%) brightness(96%) contrast(101%);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Move only 50% for the loop */
}

.top_content_area {
	padding: 0 20px;
	background: #F2F4F6 url('assets/images/BMC-gray-logo.png') no-repeat right 66px top 83px;
}
.top_content {
	padding: 227px 0 0 0;
	max-width: 1835px;
	display: flex;
	flex-wrap: wrap;
}

.top_about_right {
	width: 50.68%;
}
.top_about_left {
	width: 37.05%;
	padding:45px 70px 0 0;
}
.top_about_left .more_info_link {
	text-align: right;
	padding-top: 0;
}
.top_about_left h2 {
	font-size: 54px;
	font-family: "Heebo", sans-serif;
	color: #000;
	padding-bottom: 15px;
}
.counter_content_section {
	padding: 0 20px;
}
.counter_content_box {
	padding: 280px 0 190px 0;
	max-width: 1030px;
}
.counter_col {
	width: 196px;
}

.counter_col span {
	font-family: "Heebo", sans-serif;
	font-weight: 700;
	font-size: 110px;
	line-height: 1;
	text-align: center;
	display: block;
	background: url('assets/images/line_bg.png') no-repeat center bottom;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.counter_col small {
	font-family: "Heebo", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	display: block;
	
}

.group_members_section {
	background: #fbfbfb;
	padding: 0 20px;
}

.group_members_box {
	padding: 80px 0 100px 0;
	max-width: 1140px;
}

.top_title_and_info h2,
.group_members_box h2 {
	font-family: "Heebo", sans-serif;
	font-weight: 700;
	font-size: 78px;
	line-height: 66px;
	text-align: center;
	padding-bottom: 30px;
}
.top_title_and_info p,
.group_members_box p {
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 30px;
}
.group_members_box_wrap {
	gap: 70px;
	padding-top: 40px;
}
.members_logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.group_leaders_section {
	padding: 0 100px 0 0;
	background:#F2F4F6 url('assets/images/bmc_logo_top.png') no-repeat right top
}
.group_leaders_wrap {
	padding: 80px 0 180px 0;
}
.project_slider_wrap {
	padding: 80px 0 0 0;
}
.group_leaders_left {
	width: 53.12%;
}
.group_leaders_right {
	width: 31.78%;
}
.group_leaders_right h3 {
	font-size: 40px;
	color: #2A616E;
	line-height: 66px;
	padding-bottom: 36px;
}
.group_leaders_right p {
	font-size: 20px;
	line-height: 35px;
	color: #0C0C0C;
	padding-bottom: 38px;
}
.group_leaders_right .more_info_link {
	padding-top: 0;
	text-align: right;
}



.project_slider {
	width: 100%;
}
.project_carousel.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -41px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -80px;
	background: url('assets/images/arrow_prev.svg') no-repeat center;
}
.owl-carousel .owl-nav button.owl-next {
	right: -80px;
	background: url('assets/images/arrow_right.svg') no-repeat center;
}
.owl-carousel .owl-nav button.owl-prev span, 
.owl-carousel .owl-nav button.owl-next span { display: none; }


.footer_area {
	padding: 0 20px;
	background: linear-gradient(rgba(171, 184, 192, 0.9), rgba(171, 184, 192, 0.9)), url('assets/images/bg_footer.jpg') no-repeat center top;
	position: relative;
	background-size: cover;
}
.footer2 {
	background: linear-gradient(rgba(171, 184, 192, 0.9), rgba(171, 184, 192, 0.9)), url('assets/images/footer2.jpg') no-repeat center top;
	position: relative;
	background-size: cover;
}
.footer_box {
	max-width: 1580px;
	padding:206px 0 0 0;
	position: relative;
	z-index: 2;
}
.footer2 .footer_box {
	padding-top: 100px;
}
.footer_logo {
	width: 208px;
	margin: 0 auto;
}
.footer_box .email_item {
	text-align: center;
	display: flex;
	justify-content: center;
}

.footer_box .email_item a {
    width: auto;
    height: auto;
    padding: 0 34px 0 0;
    border-radius: 0;
    font-size: 30px;
    color: #023047;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    background: url(assets/images/call.svg) no-repeat right center;
}
.footer_box_wrap {
	padding: 65px 0 40px 0;
}
.footer_right {
	width: 74.70%;
}
.footer_widget {
	width: 33.33%;
}
.footer_widget h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-align: right;
	padding-bottom: 33px;
	color: #023047;
}
.footer_widget ul li {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	text-align: right;
	color: #fff;
	padding-bottom: 15px;
}
.footer_widget ul li a {color: #fff;}
.footer_form {
	width: 410px;
}
.footer_form h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 66px;
	text-align: right;
	padding-bottom: 20px;
}
.footer_form_top .footer_form {
	width: 710px;
}
.new_footer_info {
	width: 660px;
}
.new_footer_info .footer_logo { margin:0 }
.footer_form_top .footer_form h3 {
	font-size: 52px;
	padding-bottom: 0;
}
.new_footer_info p {
	font-family: "Heebo", sans-serif;
	color: #fff;
	line-height: 30px;
	padding-bottom: 30px;
}
.new_footer_info p strong {
	font-weight: 500;
}
.footer_big_logo {
	padding-top: 25px;
}
.footer_big_logo img {
	margin: 0 auto;
}
.footer2 .footer_widget:nth-child(2),
.footer2 .footer_widget:nth-child(1) {
    width: 40%;
}
.footer2 .footer_widget:nth-child(3) {
	width: 20%;
}
.footer2 .footer_right {
    width: 100%;
}
.footer_form h4 {
	font-weight: 400;
	font-size: 41px;
	line-height: 66px;
	text-align: right;
	padding-bottom: 20px;
}
.form_field { padding-bottom:5px }
.form_field .form-control {
	width: 100%;
	height: 54px;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	outline: none;
	background: none;
}
.form_field_field {
	text-align: center;
	padding-top: 28px;
}

.form_field .submit {
	cursor: pointer;
	background: none;
	font-size: 24px;
	font-weight: 700;
	color: #023047;
	border: none;
	outline: none;
}
.copyright_area {
	margin: 0 -20px;
	padding: 10px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.48);
}
.copyright_area p {
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: rgba(2, 48, 71, 1);
	padding: 0;
	text-align: center;
}
.our_agents_area {
	padding: 0 20px;
	background-color: #F2F4F6;
}
.our_agents_box {
	padding: 170px 0 120px 0;
	max-width: 830px;
}
.our_agents_box form {
	padding-bottom: 10px;
}
.our_agents_box .form_field .form-control {
    width: 100%;
    height: 75px;
    border: none;
    color: #023047;
    background: #fff;
    padding: 10px 20px;
	box-shadow: 0px 0px 141px 0px #2080AA12;
}
.our_agents_box h5 {
	font-size: 21px;
	line-height: 34px;
	color: #023047;
	font-weight: 500;
	text-align: center;
}
.our_agents_box h5 span {
	font-weight: 300;
	letter-spacing: 1px;
}
.our_agents_features {
	padding: 0 20px;
}
.our_agents_holder {
	padding: 100px 0;
	gap: 74px 38px;
}
.agents_feature {
	padding: 24px 20px 22px 20px;
	background: #fff;
	width: calc(calc(100% - 76px) / 3);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.agent_pic {
	width: 62px;
	margin: 0 auto;
	padding-bottom: 9px;
}
.agent_pic img {
	border-radius: 50% !important;
}
.agents_feature h4 {
	font-size: 28px;
	font-family: "Heebo", sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #023047;
	text-align: center;
	padding-bottom: 9px;
}
.agents_feature .more_info_link {
	padding-top: 0;
}
.agents_contact_info {
	text-align: center;
	padding-bottom: 7px;
}

.agents_contact_info span {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	padding-right: 28px;
	background: url('assets/images/call2.svg') no-repeat right center;
}
.agents_contact_info.email span {
	background: url('assets/images/email2.svg') no-repeat right center;
}

.agents_slider_area {
	padding: 0 20px;
}
.agents_slider_box {
	max-width: 1830px;
	padding: 114px 80px 170px 80px;
	position: relative;
}
.agents_slider_box .owl-stage {
	display: flex;
	align-items: center;
}
.agents_slider_box .owl-item img {
	height: 420px;
	object-fit: cover;
}
.agents_slider_box .owl-item.center img {
	height: auto;
}
.agents_top_information {
	padding: 0 20px;
}
.agents_top_box {
	padding: 60px 0 0 0;
	max-width: 1260px;
	margin: 0 auto;
}
.agents_top_photo {
	width: 54.28%;
}
.agents_top_right {
	width: 45.72%;
	padding: 110px 0 0 0;
}
.agents_meet_right h3,
.agents_top_right h3 {
	font-size: 86px;
	line-height: 66px;
	color: #023047;
	font-family: "Heebo", sans-serif;
	font-weight: 600;
	padding-bottom: 25px;
}
.agents_meet_right p,
.agents_top_right p {
	font-size: 20px;
	line-height: 163%;
	font-family: "Heebo", sans-serif;
	color: #000;
	padding-bottom: 50px;
}
.whatsapp_icon {
	display: flex;
}
.whatsapp_icon a {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	background: #023147 url('assets/images/whatsapp1.svg') no-repeat right 22px center;
	display: flex;
	align-items: center;
	padding: 15px 87px 15px 33px;
	min-height: 74px;
}
.agents_meet_you {
	background-color: #F2F4F6;
	padding: 0 20px;
}
.agents_meet_box {
	padding: 118px 0 80px 218px;
	max-width: 1675px;
}
.agents_meet_right p {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 36px;
}
.agent_social span {
	font-size: 24px; 
	line-height: 34px;
	display: block;
	font-family: "Heebo", sans-serif;
	font-weight: 700;
	padding-left:18px;
	color: #000;
}
.agent_social_box {
	gap: 18px;
}
.agent_social_box a {
	color:#023047;
	font-size: 24px;
}
.agents_meet_right {
	width: 47.62%;
}
.agent_social {
	padding: 30px 0 0 0;
}
.agents_meet_logo {
	width: 25%;
}
.contact_info_area {
	padding: 0 20px;
}
.contact_info_holder {
	max-width: 1675px;
	padding: 120px 0 60px 0;
}
.contact_info_top { padding-bottom:100px }
.map {
	width: 100%;
}
.map img {
	width: 100%;
}
.small_icon {
	min-height: 60px;
}
.small_icon img {
	width: 40px;
	display: block;
	margin: 0 auto;
}
.contact_info_col {
	width: 33.33%;
}
.contact_info_col strong,
.contact_info_col span {
	display: block;
	font-size: 20px;
	font-family: "Heebo", sans-serif;
	line-height: 34px;
	text-align: center;
	color: #000;
}
.contact_info_col span a {color: #000;}


@media screen and (max-width: 1560px){
.agents_meet_box {
	padding: 100px 0 80px 100px;
}
.agents_meet_right {
	width: 60%;
}
}
@media screen and (max-width: 1350px){
.agents_slider_box .owl-item img {
    height: 300px;
}

}
@media screen and (max-width: 991px){
.video_banner_info {
    padding: 360px 0 30px 0;
}
.more_info_link {
    padding-top: 35px;
}
.video_banner_info,
.slider_area video {
    height: 90vh;
}
.inner_banner video, .inner_banner 
.video_banner_info {
    height: 300px;
}
.bradcroumb_area {
	padding-top: 60px;
}
.video_banner_box h1 {
    font-size: 45px;
}
.top_content_area {
    background-size: 40% auto;
    background-position: top 30px right 30px;
}
.top_content {
    padding: 90px 0 60px 0;
}
.top_about_right {
    width: 100%;
    padding-bottom: 50px;
}
.top_about_left {
    width: 100%;
    padding: 0;
}
.counter_content_box {
    padding: 60px 0;
}
.counter_col span {
    font-size: 85px;
}
.group_members_box {
    padding: 70px 0;
}
.top_title_and_info h2, 
.group_members_box h2 {
    font-size: 50px;
    line-height: 1.4;
}
.group_members_box_wrap {
	flex-wrap: wrap;
	gap: 50px;
}
.members_logo {
	width: calc(calc(100% - 50px) / 2);
}
.group_leaders_section {
    padding: 0 20px;
}
.group_leaders_wrap {
    padding: 60px 0;
}
.project_slider_wrap {
    padding: 50px 0 0 0;
    flex-direction: column;
}
.group_leaders_right {
    width: 100%;
    padding-bottom: 40px;
}
.group_leaders_left {
    width: 100%;
}
.footer_box {
    padding: 100px 0 0 0;
}
.footer_box_wrap {
    padding: 45px 0 40px 0;
    flex-direction: column;
}
.footer_right {
    width: 100%;
    padding-bottom: 40px;
}
.footer_form {
    width: 100%;
}
.footer_form h3 {
    font-size: 38px;
    line-height: 1.3;
}
.our_agents_box {
    padding: 80px 0 70px 0;
}
.our_agents_holder {
    padding: 60px 0;
    gap:40px 30px;
}
.agents_slider_box {
    padding: 50px 60px 70px 60px;
}
.agents_feature {
    width: calc(calc(100% - 30px) / 2);
}
.agents_slider_box .owl-item.center img {
    height: 300px;
}
.agents_slider_box .owl-item img {
    height: 200px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -60px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -60px;
}
.agents_top_box {
	flex-direction: column;
}
.agents_top_right {
    width: 100%;
    padding: 0 0 50px 0;
}
.agents_meet_right h3,
.agents_top_right h3 {
	font-size: 54px;
}
.agents_top_photo {
    width: 100%;
}
.agents_top_photo img {
    margin: 0 auto;
}
.agents_meet_box {
    padding: 60px 0 40px 0;
}
.agents_meet_right {
    width: 100%;
}
.agents_meet_logo {
    width: 100%;
}
.contact_info_holder {
    padding: 60px 0 40px 0;
}
.contact_info_top {
    padding-bottom: 20px;
}
.footer_form_top {
	flex-direction: column;
}
.footer_form_top .footer_form {
	width: 100%;
	order: 2;
}
.new_footer_info {
	width: 100%;
	order: 1;
	padding-bottom: 20px;
}
.footer2 .footer_widget:nth-child(2),
.footer2 .footer_widget:nth-child(1) {
    width: 50%;
}
.footer2 .footer_widget:nth-child(3) {
	width: 100%;
}
.footer_form_top .footer_form h3 {
	font-size: 40px;
	padding-bottom: 0;
	line-height: 1.3;
}
.footer_form h4 {
    font-size: 36px;
    line-height: 1.3;
}
}

@media screen and (max-width: 640px){
.counter_content_box {
	flex-direction: column;
}
.counter_col {
    width: 100%;
}
.footer_widget {
    width: 50%;
}
.agents_feature {
    width: 100%;
}
.agents_slider_box .owl-item.center img {
    height: 280px;
}
.agents_slider_box .owl-item img {
    height: 180px;
}
.contact_info_col {
    width: 100%;
    padding-bottom: 20px;
}

}

.banner_area {
	width: 100%;
}
.banner_area img { width: 100%; }
.about_main_area {
	padding: 0 20px;
}
.about_main {
	max-width: 1090px;
	padding: 100px 0;
}
.throughout_history_area {
	background: #F2F4F6;
	padding: 100px 0 90px 0;
	direction: ltr;
}
.throughout_history_area .top_title_and_info {
	max-width: 1040px;
	padding: 0 20px;
}
.throughout_history_area .top_title_and_info p {
	font-size: 20px;
}
.history_slider {
	padding: 0;
}
.history_slider.owl-carousel .owl-nav button.owl-prev, 
.history_slider.owl-carousel .owl-nav button.owl-next {
    top:-100px;
    margin-top:0;
}
.history_slider.owl-carousel .owl-nav button.owl-prev {
	left: 30px;
	background: url('assets/images/arrow_prev1.svg') no-repeat center;
}
.history_slider.owl-carousel .owl-nav button.owl-next {
	right: 30px;
	background: url('assets/images/arrow_right1.svg') no-repeat center;
}

.history_item {
	position: relative;
	border-bottom: 2px solid #000;
	display: flex;
	align-items: flex-end;
}
.history_item h5 {
	font-size: 24px;
	line-height: 34px;
	color: #023047;
	font-family: "Heebo", sans-serif;
	font-weight: 700;
}
.history_item p {
	font-size: 16px;
	line-height: 24px;
	color: #023047;
	font-family: "Heebo", sans-serif;
	/* font-family: "Heebo", sans-serif; */
	font-weight: 400;
	max-width: 255px;
	padding-bottom: 0;
}
.history_item_top {
	padding: 0 17px 55px 20px;
	border-right: 1px solid #797a7b;
}
.history_item_bottom {
	padding: 55px 17px 0 20px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 2;
}
.logo_history {
	width: 72px;
	height: 72px;
	background-color: #023047;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	position: absolute;
	right: -34px;
	bottom: -34px;
	z-index: 2;
}
.history_slider.owl-carousel .owl-stage {
	display: flex;
}
.history_slider.owl-carousel .owl-stage-outer {
	padding: 27px 90px 260px 20px;
}
.history_item {
	height: 100%;
}
.logo_history img {
	width: auto !important;
}
/* .history_item1 {
	width: 404px;
}
.history_item2 {
	width: 316px;
}
.history_item3 {
	width: 270px;
}
.history_item4 {
	width: 270px;
}
.history_item5 {
	width: 308px;
}
.history_item6 {
	width: 245px;
} */
.group_leaders_area {
	padding: 0 20px;
}
.group_leaders_holder {
	max-width: 1750px;
	padding: 100px 0 85px 0;
}
.group_leaders_holder .top_title_and_info h2 {
    font-size: 72px;
}
.group_leaders_holder .top_title_and_info p {
	color:#023047;
	font-size: 20px;
}

.group_leaders_slider {
	gap: 20px;
}
.group_leaders_col {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.group_leaders_col {
	width: 27.77%;
}
.group_leaders_group {
	
}
.group_leaders_feature img {
	opacity: 0.56;
	border-radius: 12px;
	cursor: pointer;
}
.group_leaders_feature.active img {
	opacity: 1;
} 
.group_leaders_slider {
	gap: 20px;
}
.group_leaders_group {
	width: calc(calc( 100% - 20px ) / 2);
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.top_gap {padding-top: 74px;}
.group_leaders_col2 {
	width: 42.46%;
}
.group_leaders_col2 .group_leaders_feature {
	width: calc(calc( 100% - 40px ) / 3);
}
.group_leaders_content {
	max-width: 700px;
	margin: 0 auto;
	margin-top: -100px;
	text-align: center;
}
.leaders_slide_item {
	width: 100%;
	display: none;
}
.leaders_slide_item.active { display: block; }
.group_leaders_content h5 {
	padding-bottom: 15px;
	font-size: 24px;
}
.leaders_slide_item p { padding-bottom:0 }
.slide_prev_next {
	max-width: 156px;
	margin: 0 auto;
	padding-top: 100px;
}
.slide_prev,
.slide_next {
	width: 60px;
	height: 8px;
	cursor: pointer;
}
.slide_prev { background:url('assets/images/slide_prev.png') no-repeat left }
.slide_next { background:url('assets/images/slide_next.png') no-repeat right }

.our_vision_area {
	padding: 0 20px;
	background-color: #f2f4f6;
}
.our_vision {
	max-width: 1680px;
	padding: 140px 0 60px 0;
}

.vision_top_info {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}
.blockquote {
	background: url('assets/images/block1.png') no-repeat right 0 top 5px;
	padding-right: 40px;
}
.vision_top_info p {
	font-family: "Heebo", sans-serif;
	display: inline;
	background: url('assets/images/block1.png') no-repeat left bottom;
	padding-bottom: 0;
	padding-left: 40px;
}
.our_vision_box {
	gap: 45px;
}
.vision_feature {
	width: calc(calc(100% - 145px) / 4);
}
.vision_icon {min-height: 75px;}

.vision_icon img { margin:0 }
.vision_feature h5 {
	font-size: 24px;
	line-height: 34px;
	color: #023047;
	font-family: "Heebo", sans-serif;
	font-weight: 700;	
	padding-bottom: 5px;
}

.vision_feature p {
	font-size: 20px;
	line-height: 34px;
	color: #023047;
	font-family: "Heebo", sans-serif;
	font-weight: 500;
}

.our_values_area {
	padding: 0 20px;
	background: linear-gradient(180deg, #81C3D7 0%, #219EBC 100%);
}
.our_values_box {
	max-width: 1500px;
	padding: 140px 0 80px 0;
}
.our_values_box h3 {
	font-size: 72px;
	line-height: 66px;
	color: #fff;
	font-family: "Heebo", sans-serif;
	font-weight: 700;	
	padding-bottom: 5px;
	text-align: center;
	padding-bottom: 30px;
}
.our_values_colums {
	padding: 50px 0 0 0;
}
.values_colums_col {
	width: 40.66%;
}
.values_colums_col h4 {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	font-family: "Heebo", sans-serif;
	font-weight: 700;	
	padding-bottom: 5px;
}

.values_colums_col p {
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	font-family: "Heebo", sans-serif;
	font-weight: 500;
	padding-bottom: 85px;
}



@media screen and (max-width: 1200px){
.group_leaders_content {
   margin-top: 0;
}
.about_main {
    padding: 60px 0;
}
.history_slider.owl-carousel .owl-nav button.owl-prev, 
.history_slider.owl-carousel .owl-nav button.owl-next {
    top: -20px;
}
.throughout_history_area {
    background: #F2F4F6;
    padding: 60px 0 70px 0;
    direction: ltr;
}
}
@media screen and (max-width: 991px){
.group_leaders_holder {
    padding: 60px 0 60px 0;
}
.group_leaders_holder .top_title_and_info h2 {
    font-size: 50px;
}
.group_leaders_slider {
    flex-direction: column;
    padding-bottom: 50px;
}
.group_leaders_col {
    width: 100%;
}
.slide_prev_next {
    padding-top: 30px;
}
.group_leaders_col2 .group_leaders_feature {
    width: calc(calc(100% - 20px) / 2);
}
.our_vision {
    padding: 70px 0 60px 0;
}

.vision_feature {
    width: calc(calc(100% - 90px) / 2);
}
.our_values_box {
	padding: 70px 0 40px 0;
}
.our_values_box h3 {
	font-size: 50px;
}
.our_values_colums {
	padding: 25px 0 0 0;
}
.values_colums_col {
	width: 100%;
}
.values_colums_col p {
	padding-bottom: 40px;
}
}
@media screen and (max-width: 640px){
.history_item_bottom {
    padding: 0 17px 55px 20px;
    position: initial;
}
.history_slider.owl-carousel .owl-stage-outer {
    padding: 20px 60px 40px 20px;
}
.vision_feature {
    width: 100%;
}
}

.our_house_area {
	padding: 0 20px;
}
.our_house_box {
	max-width: 1670px;
	padding: 140px 0 56px 0;
}
.our_house_box .top_title_and_info {
	max-width: 714px;
	margin: 0 auto;
	padding-bottom: 35px;
}

.our_house_box .top_title_and_info h2 {
    font-size: 72px;
    color: #023047;
}
.our_house_box .top_title_and_info p {
	color:#000;
	font-size: 20px;
	font-family: "Heebo", sans-serif;
}

.house_info_feature {
	width: 24.31%;
}
.house_info_icon {
	width: 80px;
}
.house_feature_midle {
	width: 51.38%;
	padding: 0 50px;
}
.house_info_widget {
	padding: 20px 12px;
	gap: 20px;
	border-top: 2px solid #ECEFF1;
}
.house_info_widget:first-child { border:none }
.house_info_left h4 {
	font-size: 24px;
	color: #023047;
	line-height: 27px;
	padding-bottom: 5px;
}
.house_info_left h4 a {color: #023047;}
.house_info_left p {
	font-size: 20px;
	color: #023047;
	line-height: 24px;
	padding-bottom: 0;
}
.bms_top_logo img {
	margin: 0 auto;
}
.group_brm_info {
	padding: 35px 0 0 0;
}
.group_brm_info p {
	font-size: 24px;
	line-height: 30px;
	color: #023047;
	text-align: center;
	padding-bottom: 0;
	font-family: "Heebo", sans-serif;
	font-weight: 700;
}
.gray_information_area {
	padding: 0 20px;
	background-color: #E0E5E8;
}
.gray_information_box {
	padding: 70px 0 60px 0;
	max-width: 730px;
}
.gray_information_box.top_title_and_info h2 {
    font-size: 72px;
    color: #023047;
}
.gray_information_box.top_title_and_info p {
	color:#000;
	font-size: 20px;
	font-family: "Heebo", sans-serif;
	padding-bottom: 42px;
}
.link_more_info { text-align:center;}
.link_more_info a {
	display: inline-block;
	font-size: 24px;
	color: #000;
	font-family: "Heebo", sans-serif;
	line-height: 1;
	font-weight: 700;
}

.agent_training_area {
	padding: 0 20px;
	background-color: #F2F4F6;
}
.agent_training_box {
	padding: 90px 0 90px 0;
	max-width: 1670px;
}
.agent_training_box .top_title_and_info {
	max-width: 555px;
	margin: 0 auto;
}
.agent_training_box .top_title_and_info h2 {
    font-size: 72px;
    color: #023047;
}
.agent_training_box .top_title_and_info p {
	font-size: 20px;
	font-family: "Heebo", sans-serif;
}
.agent_training_holder {
	gap: 30px;
	padding: 25px 0 0 0;
	overflow:hidden;
}
.agent_training_col {
	width: calc(calc(100% - 60px) / 3);
	background-color: #fff;
	padding: 24px 20px;
}
.agent_training_col h4 {
	font-size: 24px;
	color: #023047;
	line-height: 30px;
	padding-bottom: 10px;
}
.agent_training_col p {
	font-size: 20px;
	line-height: 26px;
	color: #023047;
	font-family: "Heebo", sans-serif;
	line-height: 24px;
	padding-bottom: 0;
}
.content_banner_area {
	padding: 0 20px;
}
.content_banner_box {
	padding: 87px 0;
	max-width: 1670px;
}
.con_banner_left {
	width: 61.97%;
}
.con_banner_right {
	width: 31.73%;
}
.con_banner_right h3 {
	font-family: "Heebo", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 66px;
    padding-bottom: 30px;
    color: #023047;
}
.con_banner_right p {
	font-size: 20px;
	line-height: 26px;
	color: #023047;
	font-family: "Heebo", sans-serif;
	line-height: 24px;
	padding-bottom: 0;
}
.typewriter {
  overflow: hidden;             
  white-space: nowrap;          
  width: 0;                      
  animation: 
    typing 3s steps(35, end) forwards,
    blink 0.7s step-end 4;  
}

/* Typing animation */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* Cursor blink */
@keyframes blink {
  50% { border-color: transparent }
}

/* Initial state */
.bms_top_logo,
.group_house_photo {
    opacity: 0;
    transform: translateY(80px);
}
.bms_top_logo {
	position: relative;
	z-index: 3;
}

.group_house_photo {
	margin-top: -130px;
	position: relative;
	z-index: 5;
}

/* First animation - logo */
.bms_top_logo {
    animation: slideUp 0.8s ease-out forwards;
}

/* Second animation - group image (delayed) */
.group_house_photo {
    animation: slideUp 0.8s ease-out forwards;
    animation-delay: 0.9s; /* starts after logo finishes */
}

/* Keyframes */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main_content_area {
	padding: 0 20px;
}
.main_content {
	padding: 100px 0 50px 0;
	max-width: 1670px;
}
.main_content h2 {
	font-family: "Heebo", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 66px;
    padding-bottom: 30px;
    color: #023047;
}
.blue_content_area {
	padding: 0 20px;
	background: linear-gradient(180deg, #81C3D7 0%, #219EBC 100%);
}
.blue_content {
	padding: 50px 0;
	max-width: 1670px;
}
.blue_content_right {
	width:50%;
}
.blue_content_left {
	width: 32.70%;
	padding: 0 0 0 99px;
}
.blue_content_right p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-family: "Heebo", sans-serif;
	padding-bottom: 30px;
}
.group_services_area {
	padding: 0 20px;
	background-color: #F2F4F6;
}
.group_services_box {
	padding: 174px 0 90px 0;
}
.group_services_top {
	padding:0 0 48px 0;
	max-width: 920px;
	margin: 0 auto;
	background: url('assets/images/bg_btm.png') no-repeat center bottom;
}
.group_services_holder {
	padding: 80px 0 0 0;
	gap: 100px 80px;
}
.group_services_top p {
	font-size: 20px;
	line-height: 30px;
	font-family: "Heebo", sans-serif;
	padding: 0;
	text-align: center;
}
.group_services_holder .house_info_widget {
	width: calc(calc(100% - 240px ) / 4);
	padding: 0;
	border: none;
}
.group_services_holder .house_info_icon {
	width: 100%;
	padding-bottom: 35px;
}
.group_services_holder .house_info_icon img { margin:0 auto; max-height:109px }
.group_services_holder .house_info_left {
	width: 100%;
	text-align: center;
}
.blog_content_area {
	padding: 0 20px;
}
.blog_content {
	padding: 115px 0 130px 0;
	gap: 80px 40px;
	max-width: 1670px;
}
.blog_feature {
	width: calc(calc(100% - 80px) / 3);
}
.blog_feature_photo img { width:100% }
.blog_feature_photo { padding-bottom:45px; }
.blog_feature h4 {
	font-size: 24px;
	line-height: 27px;
	color: #023047;
	padding-bottom: 16px;
	font-family: "Heebo", sans-serif;
    font-weight: 700;
}
.blog_feature h4 a {color: #023047;} 

.jobs_feature_info p,
.events_content_top p,
.blog_single_info p,
.blog_feature p {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-family: "Heebo", sans-serif;
	padding-bottom: 0;
}
.jobs_area_info h2,
.events_content_top h3,
.blog_content h3,
.blog_single_info h2 {
	font-family: "Heebo", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 66px;
    padding-bottom: 30px;
    color: #023047;
}
.blog_content h3 {
	text-align: center;
	padding-bottom: 55px;
}
.blog_single_info p {
	padding-bottom: 30px;
}
.blog_single_info { padding-bottom:60px }
.blog_single_photo {
	margin: 30px 50px 0 0;
}
.related_blog_area {
	background-color: #F2F4F6;
}
.related_blog_holder {
	gap: 80px 40px;
}
.events_content_area { padding:0 20px }
.events_content {
	padding: 115px 0 150px 0;
	gap:72px 30px;
	max-width: 1670px;
}
.events_feature {
	position: relative;
	width: calc(calc(100% - 90px) / 4);
}
.events_feature img { width: 100%; }
.events_feature_info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 20px 25px 20px;
}

.events_feature_info h6 {
	font-family: "Heebo", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
}
.related_blog_area .events_content {
	padding: 0;
}
.events_content_top {
	max-width: 635px;
	padding-bottom: 80px;
}
.dipl_masonry_gallery_wrapper {
	width: 100%;
	position: relative;
}
.dipl_masonry_gallery_area {
	margin: 0 -17px;
}
.dipl_masonry_gallery_item {
	width: 24.8%;
	padding: 17px;
}
.item50 {
	width: 49.8%;
}

.dipl_masonry_gallery_item img {
	width: 100%;
}
.jobs_content_area {
	gap: 32px;
}
.jobs_feature {
	width: calc(calc(100% - 96px) / 4);
	background-color: #F2F4F6;
}
.jobs_feature img { width: 100%; }
.jobs_feature_info {
	padding: 27px 17px 40px 25px;
	min-height: 292px;
}
.jobs_feature_info h4 {
	font-size: 42px;
	line-height: 48px;
	color: #023047;
	font-weight: 700;
	font-family: "Heebo", sans-serif;
	padding-bottom: 22px;
}
.jobs_feature_info h4 a {color: #023047;}
.jobs_feature_info .more_info_link {
	text-align: right;
	padding-top: 0;
}
.jobs_feature_info .more_info_link a { font-size:20px }
.jobs_feature_info p {
	padding-bottom: 16px;
}
.jobs_area .our_house_box {
	padding: 85px 0 130px 0;
}
.jobs_area_single {
	padding: 0 20px;
}
.jobs_area_info {
	padding: 80px 0 125px 0;
}
.jobs_area_info h2 {}
.jobs_area_info h3 {
	font-size: 42px;
	line-height: 48px;
	color: #023047;
	font-weight: 700;
	font-family: "Heebo", sans-serif;
}

.jobs_area_info p {}

.jobs_area_info ul {
	padding-right: 20px;
}
.jobs_area_info ul,
.jobs_area_info ul li {
	list-style-type: disc;
}
.jobs_form {
	padding: 80px 0 0 0;
}
.jobs_form_wrap {
	gap: 10px;
}
.jobs_form .form_field {
	width: 215px;
}
.jobs_form .form_field_field {
	width: 150px;
	padding: 0;
}
.jobs_form .form_field_field .submit {
	width: 100%;
	height: 42px;
	background-color: #033148;
	color: #fff;
	font-size: 20px;
    font-weight: 400;
}
.jobs_form .form_field .form-control {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #000;
    color: #000;
}
.jobs_form .more_info_link { padding:0 10px 0 0; min-width:150px }

.project_carousel .owl-item.big-item {
    transform: scale(1.1);
    transition: 0.3s ease;
    z-index: 2;
	padding: 15px;
    margin-left: 30px !important;
}
.project_carousel .owl-item.big-item img {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.40);
}
.project_carousel .owl-item.small-item {
    transform: scale(0.85);
    transition: 0.3s ease;
    opacity: 0.8;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.project_carousel .owl-item.small-item::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #00000080;
}

.project_carousel .owl-item {
    transition: 0.3s ease;
}

.project_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 100px;
    -webkit-filter: brightness(0) invert(1);
  	filter: brightness(0) invert(1);
}
.project_slider {
    position: relative;
    left: -40px;
}


@media screen and (max-width: 1280px){
.jobs_form .form_field {
	width: 180px;
}
}

@media screen and (max-width: 991px){
.our_house_box {
	padding: 70px 0 40px 0;
}
.our_house_box .top_title_and_info h2 {
    font-size: 50px;
}
.house_info_feature {
	width: 100%;
}
.house_feature_midle {
	width: 100%;
	padding: 0 0 40px;
}
.house_info_feature1 { order:2 }
.house_info_feature2 {order:1 }
.house_info_feature3 {order:3 }
.content_banner_box {
	padding: 50px 0;
}
.group_brm_info p { font-size:22px }
.group_house_photo {
    margin-top: -80px;
}
.con_banner_left {
	width: 100%;
}
.con_banner_right {
	width: 100%;
	padding-bottom: 40px;
}
.con_banner_right h3 {
    font-size: 50px;
    padding-bottom: 20px;
}
.gray_information_box.top_title_and_info h2 {
    font-size: 50px;
}
.jobs_area_info h2,
.events_content_top h3,
.agent_training_box .top_title_and_info h2 {
    font-size: 50px;
}
.agent_training_box {
    padding: 45px 0;
}
.agent_training_col {
    width: 100%;
}
.main_content {
	padding: 60px 0 30px 0;
}
.main_content h2 {
    font-size: 40px;
    line-height: 1.3;
}
.blue_content_right {
	width:100%;
	padding-bottom: 30px;
}
.blue_content_left {
	width: 100%;
	padding: 0;
}
.group_services_box {
	padding: 80px 0 50px 0;
}
.group_services_top {
	padding:0 0 35px 0;
}
.group_services_holder {
	padding: 50px 0 0 0;
	gap: 50px 30px;
}
.group_services_holder .house_info_widget {
	width: calc(calc(100% - 60px ) / 3);
}
.blog_content {
	padding: 60px 0 60px 0;
	gap: 50px 40px;
}
.blog_feature {
	width: calc(calc(100% - 40px) / 2);
}
.blog_content h3,
.blog_single_info h2 {
    font-size: 45px;
    line-height: 1.4;
}

.blog_single_info { padding-bottom:40px }
.blog_single_photo {
	float: none;
	margin: 0 0 30px 0;
}
.related_blog_area {
	background-color: #F2F4F6;
}
.related_blog_holder {
	gap: 50px 40px;
}
.events_content {
	padding: 80px 0;
	gap:40px 30px;
}
.events_feature {
	position: relative;
	width: calc(calc(100% - 30px) / 2);
}

.dipl_masonry_gallery_area {
	margin: 0 -10px;
}
.dipl_masonry_gallery_item {
	padding: 10px;
}
.events_content_top {
	padding-bottom: 40px;
}
.jobs_feature {
	width: calc(calc(100% - 32px) / 2);
}
.jobs_feature_info {
	min-height:  auto;
}
.jobs_feature_info h4 {
	font-size: 34px;
	line-height: 1.4;
}

.jobs_area .our_house_box {
	padding: 60px 0 70px 0;
}
.jobs_area_info h3 {
    font-size: 36px;
    line-height: 38px;
}
.jobs_area_info {
    padding: 60px 0 40px 0;
}

.project_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
    -webkit-filter: inherit;
  	filter:inherit;
}
.project_carousel.owl-carousel .owl-nav button.owl-next { 
	right: 20px;
	-webkit-filter: inherit;
  	filter:inherit;
}
.project_slider {
    left: 0;
}
.project_carousel .owl-item.big-item {
    margin-left: !important;
}
	
}

@media screen and (max-width: 640px){
.group_services_holder .house_info_widget {
	width: 100%;
}
.blog_feature {
	width: 100%;
}
.events_feature {
	width: 100%;
}
.dipl_masonry_gallery_item {
	width: 49.8%;
}
.jobs_feature {
	width: 100%;
}
.jobs_form .form_field {
	width: 100%;
}
.jobs_form .form_field_field {
	width: 100%;
	padding: 0;
}
.jobs_form_wrap {
	flex-direction: column;
}

}
.wpcf7-spinner {position: absolute;}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: red;
}
.wpcf7 form.valid .wpcf7-response-output {
	color: green;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
.excerpt-3-lines p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.footer_area input::placeholder {
	color: #fff;
}
/** New CSS **/
#agent-search-form {
	position: relative;
}
#agent-search-form img.loader {
	display: none;
	position: absolute;
    top: 21px;
    left: 10px;
}