@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'Short_Films';
    src: url('../fonts/ShortFilms-Bold.woff2') format('woff2'),
        url('../fonts/ShortFilms-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films';
    src: url('../fonts/ShortFilms-LightIt.woff2') format('woff2'),
        url('../fonts/ShortFilms-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films';
    src: url('../fonts/ShortFilms-BoldIt.woff2') format('woff2'),
        url('../fonts/ShortFilms-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films';
    src: url('../fonts/ShortFilms-Italic.woff2') format('woff2'),
        url('../fonts/ShortFilms-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films';
    src: url('../fonts/ShortFilms-Light.woff2') format('woff2'),
        url('../fonts/ShortFilms-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films';
    src: url('../fonts/ShortFilms-MediumIt.woff2') format('woff2'),
        url('../fonts/ShortFilms-MediumIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films XBold';
    src: url('../fonts/ShortFilms-XBoldIt.woff2') format('woff2'),
        url('../fonts/ShortFilms-XBoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films XBold';
    src: url('../fonts/ShortFilms-XBold.woff2') format('woff2'),
        url('../fonts/ShortFilms-XBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films';
    src: url('../fonts/ShortFilms-Regular.woff2') format('woff2'),
        url('../fonts/ShortFilms-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films XLight';
    src: url('../fonts/ShortFilms-XLight.woff2') format('woff2'),
        url('../fonts/ShortFilms-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films';
    src: url('../fonts/ShortFilms-Medium.woff2') format('woff2'),
        url('../fonts/ShortFilms-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Short Films XLight';
    src: url('../fonts/ShortFilms-XLightIt.woff2') format('woff2'),
        url('../fonts/ShortFilms-XLightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

* {
	margin: 0px 0px;
	padding: 0px 0px;
	box-sizing: border-box;
}



html, body {
	font-family: 'Poppins', sans-serif !important;
	scroll-behavior: smooth;
	color: #424242;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif !important;
}

p{
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar-thumb {
    background-color: #000759;
    border-radius: 10px;
}

/* =================== Common Title =================== */

.common-title {
	position: relative;
}
.ml-custom{
	margin-left: 48px;
}
.title-line{
	width: 100%;
	display: inline-block;
	position: relative;
	margin-left: 20px;
}
.title-line:after{
	content: "";
    position: absolute;
	top: 0px;
    right: 0;
    width: 90%;
    height: 3px;
    background: #4D93FF;
    display: inline-block;
	margin-left: 20px;
}
.title-line:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 10%;
    height: 3px;
    background: #4D93FF;
    display: inline-block;
}
.common-title h2 {
	font-family: 'Short Films' !important;
	font-weight: 400;
	font-size: 45px;
	line-height: 54px;
	letter-spacing: 5%;
	color: #1C54F4;
	width: auto;
    white-space: nowrap;
}

.common-title span {
	font-family: 'Open Sans' !important;
	font-weight: 600;
	font-size: 45px;
	line-height: 61.28px;
	letter-spacing: 5%;
	text-transform: uppercase;
	color: #000759;
}

.common-title-white span{
	color: #fff;
}

/* =================== Common Title =================== */

/* =================== Common Button =================== */

.background-button {
	text-align: right;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    border-radius: 4px;
   	padding: 50px 0 100px 0px;
    z-index: 2;
}

.yellow-btn {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500;
	font-size: 20px;
	line-height: 0;
	text-align: center;
	text-transform: capitalize;
	color: #424242;
	background: #FCD405;
	border: 2px solid #FCD405;
	border-radius: 4px;
	padding: 25px 25px;
	display: inline-block;
	transition: 0.3s all ease-in-out;
}

.yellow-btn:active,
.yellow-btn:hover,
.yellow-btn:focus {
	background: #4d93ff;
	border: 2px solid #4d93ff;
	color: #fff;
}

.commom-theme-btn {
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 0;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #000759;
    border: 2px solid #000759;
    border-radius: 4px;
    padding: 20px 30px;
    display: inline-block;
    transition: 0.5s allease-in-out;
}

.commom-theme-btn:active,
.commom-theme-btn:hover,
.commom-theme-btn:focus {
	background: #4d93ff;
	border: 2px solid #4d93ff;
	color: #fff;
}

/* =================== Common Button =================== */

/* =====================  Header Section ======================= */

.navbar{
	padding: 5px 60px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
	transition: all 0.3s linear 0s;
}

.navbar .nav-item .nav-link {
	color: #424242;
	font-weight: 500;
	transition: all 200ms linear;
	text-transform: uppercase;
	font-size: 18px;
	text-transform: capitalize;
	padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid transparent;
    transition: all 0.3s linear 0s;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item.active .nav-link {
    color: #000759;
    background: transparent;
    border-color: #fff;
    transition: all 0.3s linear 0s;
}
.navbar .nav-item {
    position: relative;
    transition: all 200ms linear;
    padding: 0 18px;
}
.navbar .nav-item:last-child {
    padding-right: 0;
}
.navbar .navbar-brand img {
    max-width: 100px;
}
.navbar .login-btn {
    transition: ease all 0.5s;
    background: #000759;
    text-align: center;
    color: #ffffff;
    border-radius: 0px;
    display: block;
    outline: none;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    height: 39px;
    line-height: 36px;
    border: 1px solid #000759;
    padding: 0 30px !important;
    transition: 0.5s;
    display: inline-block;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    border-radius: 4px;
}
.navbar .login-btn:hover {
    background: #4d93ff;
    color: #fff;
    border: 1px solid #4d93ff;
    transition: all 0.3s linear 0s;
}
.navbar .dropdown-menu {
    padding: 0;
    margin-top: 0;
    left: 15px;
    border-radius: 0px;
    background: #000759;
    border: 0;
    width: 200px;
    overflow: hidden;
    box-shadow: 4px 8px 16px #0000001c;
}
.navbar .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
}
.navbar .dropdown-menu .dropdown-item:hover {
    background: #fff;
    color: #000759;
    border-radius: 0px;
}
.navbar .dropdown-menu .dropdown-item:active {
    background: #fff;
    color: #000759;
    border-radius: 0px;
}

.navbar .dropdown .nav-item{
	padding: 0;
}
.navbar .dropdown-menu .nav-link{
	color: #fff;
	text-align: left;
	padding: 5px 20px;
}
.navbar .dropdown-menu .nav-link:hover, .navbar .dropdown-menu .nav-item.active .nav-link{
	background: #fff;
	color: #000759;
}

.navbar .dropdown-menu > .nav-link:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid #000;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

/*.navbar .dropdown:hover>.dropdown-menu { display: block; }
.navbar .dropdown>.dropdown-toggle:active { pointer-events: none; }*/
.navbar .dropdown-toggle::after{ margin-left: 3px; vertical-align: middle; }
.sticky{ position: fixed; top: 0; left: 0; height: 78px; width: 100%; background: #000759; transition: all 0.3s linear 0s; z-index:99;box-shadow: 0px 8px 16px rgba(27, 43, 124, 0.1);padding: 5px 60px;}
.nav-up { top: -100%; position: absolute; width: 100%; left: 0; transition: ease all 0.5s; }
/*.feature{ height: 10000px; }*/

.navbar-toggler .navbar-toggler-icon { width: 24px; height: 17px; background-image: none; position: relative; border-bottom: 2px solid #000; transition: all 300ms linear; }
.navbar-toggler .navbar-toggler-icon::after, .navbar-toggler-icon::before { width: 24px; position: absolute; height: 2px; background-color: #000; top: 0; left: 0; content: '';
  z-index: 2; transition: all 300ms linear; }
.navbar-toggler .navbar-toggler-icon::after { top: 8px; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before { transform: translateY(8px) rotate(-45deg); }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after { transform: rotate(45deg); }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon { border-color: transparent; }

.navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
}

.navbar.sticky .nav-item .dropdown-menu .nav-item a:hover {
	color: #000759;
	transition: all 0.3s linear 0s;
}
.navbar.sticky{
    height: auto;
}
 .navbar.sticky .nav-item .nav-link{
    color: #fff;
 }

 .navbar.sticky .navbar-nav .header-btn .login-btn {
 	background: #ffffff;
    color: #000759;
    border: 1px solid #ffffff;
 }

  .navbar.sticky .navbar-nav .header-btn .login-btn:hover {
 	background: #4d93ff;
    color: #fff;
    border: 1px solid #4d93ff;
 }


.navbar-toggler:hover,
.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.navbar-nav {
	margin-left: auto;
}

.sticky .navbar-toggler{
    color: #fff;
}
.sticky .navbar-toggler .navbar-toggler-icon{
    border-bottom: 2px solid #fff;
}
.sticky .navbar-toggler .navbar-toggler-icon::after, .sticky .navbar-toggler-icon::before{
    background-color: #fff;
}
.sticky .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

@media(max-width: 767px){
    .navbar{
        padding: 5px 20px 10px;
    }
}

/* =====================  Header Section ======================= */

/* =================== Banner Section =================== */

.main-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 700px;
	position: relative;
}

.main-banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 470px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 7, 89, 0.8) 100%);
}

.main-banner i {
	font-size: 55px;
    position: absolute;
    bottom: 50px;
    color: #FCD405;
    z-index: 8;
    left: 50%;
    transform: translateX(-50%);
}

.banner-section { height: 100vh;  position: relative; margin: 0; }

.video-banner-text {
	position: relative;
	height: 100%;
}

.video-banner-text .banner-text {
	position: absolute;
    left: 50%;
    top: 65%;
    bottom: unset;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.video-banner-text .banner-text h2 {
	font-size: 65px;
    font-weight: 200;
    color: #fff;
    line-height: normal;
    text-align: center;
}

.video-banner-text .banner-text h2 strong{
	display: block;
	font-size: 130px;
    line-height: 100px;
    font-weight: 700;
}

/* =================== Banner Section =================== */

/* =================== Main Banner Video Section =================== */

.main-banner video {
	height: 90vh;
	width: 100%;
}

.main-banner video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =================== Main Banner Video Section =================== */

/* ===================== Numbers Statistics Css ======================= */

.numbersStatistics {
	padding: 65px 0 0;
	background: #fff;
}

.numbersStatistics .title-style {
	margin-bottom: 30px;
}

.number-box { padding: 50px 0; text-align: left; position: relative; min-height: 151px; height: 100%; }

.number-box::before { content: ''; height: 5px; width: 50px; background-color: #4D93FF; position: absolute; border: 1px solid #006BB6; }
.number-box span { 
	font-weight: 400;
	font-size: 60px;
	line-height: 90px;
	color: #4D93FF;
	margin-top: 20px;
	display: block;
}

.number-box .number-flex span {
	display: flex;
    margin: 10px 0px 0px;
    padding: 0px 0px 0px;
    align-items: end;
}

.number-box span.sticky-text {
	font-size: 50px;
}

.number-box p { 
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.numbersStatistics .center-down-arrow { padding: 38px 0px 8px; z-index: 1; position: relative; }

.numbersStatistics .common-title{
	padding-bottom: 60px;
}

.statisticsSection{
	background: #000759;
    padding: 0 60px;
}

/* ===================== Numbers Statistics Css ======================= */

/* =================== Meet Team Section =================== */
.meet-the-team-section {
    padding: 100px 0 0px;
    background: #ECF9FF;
    position: relative;
}

.meet-the-team-section {
	background-image: url(../img/team-photo/meet-team-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.meet-the-team-section:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.2;
}

.meet-the-team-section img[usemap] {
	border: none;
	height: auto;
  	max-width: 100%;
	width: auto;
} 

.mtt-map-hover a {
	transition: all 0.5s ease-out;
}

.mtt-map-hover img {
	filter: grayscale(1);
	transition: all 0.5s ease-out;
}

.mtt-map-hover:hover img {
	filter: grayscale(0);
	transition: all 0.5s ease-out;
}

.mtt-map-hover:hover .mtt-map-details {
	opacity: 1;
    visibility: unset;
}

.mtt-map {
	position: relative;
    min-height: 410px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}
.mtt-map img {
	display: block;
	width: 100%;
    height: auto;
}
.mtt-map-js {
	position: relative;
    margin: 0 auto;
    /* width: 1600px; */
    /* max-width: 100%; */
}
.mtt-map-js img[usemap] {
	position: relative;
    z-index: 2;
    height: auto;
}
.mtt-map-hovers {
	position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    z-index: 0;
}
.mtt-map-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
	/* opacity: 0; */
}
.mtt-map-details {
	position: absolute;
	min-width: 292px;
	background: #4D93FF;
	color: #fff;
	text-align: center;
	padding: 41px 15px 40px;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	border-radius: 10px;
}
.active > .mtt-map-details {
	pointer-events: all;
	opacity: 1;
	visibility: visible;
}
.mtt-map-details:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #4D93FF;
	left: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
	opacity: 1;
}
.mtt-map-details.on-right:before {
	right: 100%;
	left: initial;
	border-width: 20px 20px 20px 0;
    border-color: transparent #4D93FF transparent transparent;
}
.mtt-map-details h3 {
	font-family: 'Spartan', Sans-serif;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
.mtt-map-details p {
	font-family: 'Spartan', Sans-serif;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin: 6px 0 0;
}
.mtt-map-details span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 13px;
}
.mtt-map-details span a {
	color: inherit;
	transition: opacity .3s ease;
}
.mtt-map-details span a:hover {
	opacity: 0.6;
}
.mtt-map-details span i {
	font-size: 12px;
}
.mtt-map-details span i.ai-font-envelope-f {
	font-size: 10px;
}
.mtt-map-hover[data-team-anchor="agent-1"] {
	top: 0px;
	left: -30px;
	max-width: 350px;
}

.mtt-map-hover.active[data-team-anchor="agent-1"] {
    z-index: 2;
}

.mtt-map-hover[data-team-anchor="agent-1"] .mtt-map-details {
	left: 235px;
	top: 105px;
}
.mtt-map-hover[data-team-anchor="agent-2"] {
	left: 170px;
	top: 0px;
	z-index: 0;
	max-width: 340px;
	/* width: 100%; */
}
.mtt-map-hover[data-team-anchor="agent-2"] .mtt-map-details {
	left: 260px;
	top: 99px;
}
.mtt-map-hover.active[data-team-anchor="agent-2"] {
	z-index: 3;
}
.mtt-map-hover[data-team-anchor="agent-3"] {
	top: 0px;
    left: 400px;
    max-width: 310px;
    z-index: 0;
}
.mtt-map-hover[data-team-anchor="agent-3"] .mtt-map-details {
	top: 88px;
	left: 225px;
}
.mtt-map-hover.active[data-team-anchor="agent-3"] {
	z-index: 3;
}

.mtt-map-hover[data-team-anchor="agent-4"] {
	top: 0px;
	left: 610px;
	max-width: 350px;
	z-index: 0;
}
.mtt-map-hover[data-team-anchor="agent-4"] .mtt-map-details {
	top: 95px;
    left: 250px;
    z-index: 4;
    right: unset;
}
.mtt-map-hover.active[data-team-anchor="agent-4"] {
	z-index: 3;
}

.mtt-map-hover[data-team-anchor="agent-5"] {
	top: 0px;
	left: 820px;
	z-index: 2;
	max-width: 380px;
}
.mtt-map-hover.active[data-team-anchor="agent-5"] {
	z-index: 2;
}
.mtt-map-hover[data-team-anchor="agent-5"] .mtt-map-details {
	top: 94px;
    left: 260px;
    right: unset;
}
.mtt-map-hover[data-team-anchor="agent-6"] {
	top: 0px;
    left: 1080px;
    max-width: 320px;
    z-index: 1;
}
.mtt-map-hover[data-team-anchor="agent-6"] .mtt-map-details {
	top: 100px;
    left: unset;
    right: 280px;
}

.mtt-map-hover[data-team-anchor="agent-6"] .mtt-map-details.on-right:before {
    position: absolute;
    right: 0;
    left: 100%;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #4D93FF;
}

.mtt-map-hover.active[data-team-anchor="agent-6"] {
	z-index: 2;
}
.mtt-map-hover[data-team-anchor="agent-7"] {
	top: 0px;
    left: 1260px;
    z-index: 0;
    max-width: 300px;
}
.mtt-map-hover[data-team-anchor="agent-7"] .mtt-map-details {
	top: 111px;
	left: -230px;
}
.mtt-map-hover.active[data-team-anchor="agent-7"] {
	z-index: 3;
}

.mtt-map-hover[data-team-anchor="agent-8"] {
    top: 0px;
    left: 1400px;
    z-index: -3;
    max-width: 370px;
}

.open_house {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    margin-left: 48px;
}

.mtt-map-hover[data-team-anchor="agent-8"] .mtt-map-details {
    top: 110px;
    left: -165px;
}
.mtt-map-hover.active[data-team-anchor="agent-8"] {
	z-index: 4;
}
.mtt-map-hover[data-team-anchor="agent-9"] {
    top: 0px;
    left: 1650px;
    z-index: -4;
    max-width: 310px;
}

.mtt-map-hover[data-team-anchor="agent-9"] .mtt-map-details {
	top: 110px;
    left: -220px;
}

.mtt-map-hover.active[data-team-anchor="agent-9"] {
    z-index: 2;
}

.meet-the-team-section .common-title {
    margin-bottom: 60px;
}

.disp-dest {
	display: block;
}

.disp-mob {
	display: none;
}


.mtt-map-hover[data-team-anchor="agent-6"] .mtt-map-details.on-right:before,
.mtt-map-hover[data-team-anchor="agent-7"] .mtt-map-details.on-right:before,
.mtt-map-hover[data-team-anchor="agent-8"] .mtt-map-details.on-right:before,
.mtt-map-hover[data-team-anchor="agent-9"] .mtt-map-details.on-right:before {
    position: absolute;
    right: 0;
    left: 100%;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #4d93ff;
}

/*@media (max-width: 1600px) {
	.mtt-map-hover[data-team-anchor="agent-8"] {
        top: 0;
        left: 1200px !important;
        z-index: -2;
        max-width: 250px;
    }

    .mtt-map-hover[data-team-anchor="agent-9"] {
        top: 0;
        left: 1325px !important;
        z-index: -2;
        max-width: 250px;
    }
}

@media (max-width: 1550px) {
	.mtt-map-hover[data-team-anchor="agent-8"] {
        top: 0;
        left: 1170px;
        z-index: -2;
        max-width: 250px;
    }

    .mtt-map-hover[data-team-anchor="agent-9"] {
        top: 0;
        left: 1285px;
        z-index: -2;
        max-width: 250px;
    }
}*/


/* =================== Meet Team Section =================== */

/* =================== Footer Section =================== */

footer { background: #000759; padding: 50px 50px 0px; }

footer .footer-title h4 { position: relative; font-size: 20px; line-height: 24px; color: #fff; margin-bottom: 30px; width: auto; display: inline-block; font-weight: 600; }
/*footer .footer-title h4:before { position: absolute; background: #ffffff; width: 100%; bottom: -10px; left: 0px; height: 2px; content: ""; }
footer .footer-title h4:after { content: ""; width: 10px; height: 10px; background: #ffffff; border-radius: 50px; position: absolute; bottom: -15px; right: auto; display: inline-block; }*/
footer h4 { position: relative; font-size: 13.5px; line-height: 19.5px; color: #fff; margin-bottom: 10px; width: auto; display: inline-block; font-weight:400; }
footer .footer-menu {margin: 0px 0px 0px 0px;padding: 0px; margin-top: -4px;}
footer .footer-menu li {margin: 0px;padding: 0px;list-style: none; display: inline-block; width: 48%;}
footer .footer-menu li a {font-size: 14px;color: #fff; line-height: 20px; margin-bottom: 5px; display: inline-block; font-weight:400; font-family: 'Poppins', sans-serif  !important; }
footer .footer-menu li a:hover { color: #4d93ff; text-decoration: none; }
footer .footer-logo img { max-width: 100px; display: inline-block; }
footer .footer-contact { margin: 0px 0px 30px 0px; padding: 0px; }
footer .footer-contact li { margin: 0px 0px 10px 0px; padding: 0px; list-style: none; text-align: left; line-height: normal; position: relative; color: #fff; width: 100%;     display: flex;
    align-items: center;}
footer .footer-contact li span { padding: 10px 0px; display: grid; font-family: 'Poppins', sans-serif  !important; }
footer .footer-contact li i { float: left; margin-right: 20px; }
footer .footer-contact li a { font-size: 14px; color: #fff; line-height: 20px; padding-left: 0px;font-weight:400; max-width: 40%; }
footer .social-icon { margin: 0px 0px 30px 0px; padding: 0px; }
footer .social-icon li { padding: 0px; margin: 0px 15px 0px 0px; list-style: none; display: inline-block; width: auto; }
footer .social-icon li a {
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    line-height: 29px;
    background: #fff;
}
footer .social-icon li a svg {
    width: 0.875em;
}
footer .footer-search { background: #fff; border-radius: 5px; padding: 9px 9px 9px 5px; display: flex; }
footer .footer-search.error{ border: 1px solid #D22360; }
footer .footer-search input { font-size: 16px; padding: 0px 10px; border: 0px; box-shadow: none; }
footer .footer-search input:focus { box-shadow: none; } 
footer .footer-search .search-btn { background: #000759; border-radius: 5px; border: 0; padding: 7px 20px; }
footer .footer-bottom .footer-logo { padding-top: 15px; padding-bottom: 15px; }
footer .footer-bottom { background: #000759; padding: 15px 0; margin-top: 30px; margin-left: 15px; margin-right: 15px; border-top: 1px solid rgba(255, 255, 255, 0.3); }
footer .footer-bottom h5 { color: #fff; font-size: 14px; margin: 0px 0px 10px; font-weight: 400 !important; line-height: 20px; }
footer .footer-bottom p { font-family: 'Poppins', sans-serif !important; font-weight: 400; color: rgba(255, 255, 255, 0.5); font-size: 12px; line-height: 16px; margin: 0px; }

footer .footer-search .search-btn:hover {
	background: #4d93ff;
}

footer .newsletter-form-center {
	display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: center;
}

footer .newsletter-form-center h4 {
    font-weight: 400 !important;
	width: 100%;
}

footer .newsletter-form-center form {
	width: 100%;
}

.footer-bottom .copyright-text {
	padding: 0px 0px 0px 50px;
}

/* =================== Footer Section =================== */

/* =================== Go top Section =================== */

.go-top {
	position: relative;
}

.go-top #gotop-button {
	position: fixed;
    bottom: 90px;
    right: 40px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0px 0px;
    margin: 0px 0px;
    min-width: auto;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #25408F;
    width: 44px;
    height: 44px;
	color: #fff;
	box-shadow: 0px 0px 10px #eee;
	opacity: 0;
	visibility: hidden;
}

#gotop-button.show {
  opacity: 1;
  visibility: visible;
}

/*.go-top #myBtn {
	position: fixed;
    bottom: 90px;
    right: 40px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0px 0px;
    margin: 0px 0px;
    min-width: auto;
    z-index: 9;
    display: none;
	background: #000759;
	color: #fff;
	box-shadow: 0px 0px 10px #eee;
}*/

/* =================== Go top Section =================== */

/* =================== Go Bottom Section =================== */

.go-bottom {
	width: 100%;
	z-index: 9;
	margin: 0px 0px 0px;
	display: block;
}

.go-bottom i {
	position: absolute;
    bottom: 40px;
    right: 85px;
    left: auto;
    z-index: 9;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    background: #000759;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg) translate(-50%, -50%);
}

.go-bottom:hover i {
	background: #4d93ff;
}

/* =================== Go Bottom Section =================== */

/* =============== Team profile =============== */

.team-profile-section {
	position: absolute;
    padding: 0px 50px;
    margin: 0px 0px;
    width: 100%;
    z-index: 9;
    bottom: 0;
}

.team-banner-section {
	height: 70vh;
}

.team-profile-section .user-img {
	position: relative;
	width: 430px;
    height: 430px;
}

.team-profile-section .img-box {
	position: absolute;
    left: 0;
    top: 0;
    width: 430px;
    height: auto;
    overflow: hidden;
}

.team-profile-section .user-downbtn {
	position: relative;
}

.team-profile-section .user-name span {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 15%;
	color: #424242;
	margin: 0px 0px;
	display: block;
}

.team-profile-section .user-name h3 {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	font-size: 35px;
	line-height: 48px;
	letter-spacing: 0%;
	color: #000759;
	margin: 0px 0px 10px;
}

.team-profile-section .user-name p {
	font-family: 'Short Films' !important;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	color: #1C54F4;
	margin: 0px 0px;
}

.team-profile-detali .user-name span {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 15%;
	color: #424242;
	margin: 0px 0px;
	display: block;
}

.team-profile-detali .user-name h3 {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	font-size: 35px;
	line-height: 48px;
	letter-spacing: 0%;
	color: #000759;
	margin: 0px 0px 10px;
}

.team-profile-detali .user-name p {
	font-family: 'Short Films' !important;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	color: #1C54F4;
	margin: 0px 0px;
}

.team-social {
	position: relative;
}

.profile-social {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
}

.profile-social li {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0px 0px 10px;
	color: #424242;
} 

.profile-social li a {
	color: #424242;
	width: 55%;
    display: inline-block;
}

.profile-social li:hover a {
	color: #4d93ff;
}

.profile-social-icon {
	float: left;
	margin: 0px 10px 0px 0px;
}

.location-profile-social {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
	position: absolute;
	bottom: 0;
}

.location-profile-social li {
	font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    max-width: 70%;
} 

.location-profile-social li a {
	color: #424242;
}

.location-profile-social li:hover a {
	color: #4d93ff;
}

/*.team-profile-detalis {
	max-height: 300px;
	overflow: auto;
}
*/
.team-profile-detalis p {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0px 0px 10px;
}

.team-profile-detali {
	position: relative;
	padding: 50px 50px;
}

.team-banner-section.main-banner:after {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 80%) 100%);
}

.team-profile-section .user-name {
    margin: 0px 0px 5px 0px;
}


/*.team-profile-section .user-img::before {
	content: '';
    background-image: url(../img/meet-team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 450px;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
}*/

.d-none-destop {
	display: block;
}

.d-none-mob {
	display: none;
}

@media (max-width: 1600px) {
    .team-profile-section .user-img {
	    width: 400px;
	    height: 400px;
	}

    .team-profile-section .img-box {
	    width: 400px;
	}

	.profile-social li a {
	    width: 60%;
	}
}

@media (max-width: 1400px) {
    .team-profile-section .user-name {
        margin: 0px 0px 5px 0px !important;
    }

    .team-profile-section .user-img {
	    width: 380px;
	    height: 380px;
	}

    .team-profile-section .img-box {
	    width: 380px;
	}

	.profile-social li a {
	    width: 65%;
	}
}

@media (max-width: 1300px) {

    .team-profile-section .user-img {
	    width: 350px;
	    height: 350px;
	}

    .team-profile-section .img-box {
	    width: 350px;
	}
}

@media (max-width: 1200px) {

	.team-profile-section {
	    margin: -336px 0px 0px 0px;
	}

    .team-profile-section .user-img {
        height: auto !important;
    }

    .team-profile-section .img-box {
    	position: relative !important;
    	height: auto !important;
    	top: 0px;
    }

    .profile-social li a {
	    width: 70%;
	}
}

@media (max-width: 1024px) {
	.team-profile-section {
	    margin: -285px 0px 0px 0px;
	}

	.profile-social li a {
	    width: 85%;
	}
}

@media (max-width: 992px) {
	.team-profile-section {
        margin: -245px 0px 0px 0px;
        padding: 0px 0px;
    }

	.team-profile-section .img-box {
        top: 0px !important;
        width: auto;
    }

    .team-profile-detali {
	    position: relative;
	    padding: 20px 0px;
	}

}

@media (max-width: 767px) {

	.team-banner-section {
		height: 500px !important;
	}

    .team-profile-section {
        position: absolute !important;
        padding: 0px 0px 0px !important;
        margin: 30px 0px 0px 0px;
        z-index: 1;
        bottom: 0;
    }

    .team-profile-section .img-box {
        top: 0 !important;
        margin-bottom: 0px;
    }

    .team-profile-detali {
		position: relative;
	    padding: 20px 0px 50px;
	}

	.team-profile-section .user-img {
		width: 340px !important;
        height: 340px !important;
        margin-bottom: 0px;
        object-fit: cover;
        overflow: hidden;
	}

	.team-profile-section .img-box {
        width: 340px;
        height: 340px !important;
        object-fit: cover;
    }

	.go-bottom i {
        bottom: 50px !important;
        right: 50px !important;
        top: unset !important;
    }

    .d-none-destop {
		display: none;
	}

	.d-none-mob {
		display: block;
	}

	.header-btn {
		padding: 0px !important;
		text-align: center;
	}
}

@media (max-width: 375px) {

	.team-banner-section {
		height: 500px !important;
	}

}

/* =============== Team profile =============== */

.featured-property-listing {
	position: relative;
	padding: 100px 0px 0px;
}

.featured-property-listing .common-title {
	position: relative;
}

.featured-property-listing .common-title .commom-theme-btn {
	position: absolute;
	right: 60px;
	top: 10px;
}

.property-listing {
	padding: 100px 60px 100px;
}


.featured-listing {
	position: relative;
}

.featured-listing .custom-property-listing {
    position: absolute;
    top: 40%;
    left: 0px;
    transform: translate(0px , -50%);
    width: 100%;
    z-index: 8;
}

.featured-listing .custom-property-listing button.slick-prev-featured {
    z-index: 1;
    left: auto;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    left: 5px;
    margin-left: 0px;
    opacity: 1;
    position: absolute;
    background: rgba(77, 147, 255, 0.5);
    border: none;
    padding: 20px 15px;
}

.featured-listing .custom-property-listing button.slick-next-featured {
    z-index: 1;
    right: 4px;
    margin-right: 0px;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    background: rgba(77, 147, 255, 0.5);
    border: none;
    padding: 20px 15px;
}

.featured-listing .custom-property-listing .slick-arrow i {
	font-size: 30px;
}

.featured-listing .custom-property-listing:hover .slick-prev-featured,
.featured-listing .custom-property-listing:hover .slick-next-featured  {
	background: rgba(77, 147, 255, 1);
} 

.featured-listing .altman-properties-item {
	padding: 5px;
}

.featured-listing .altman-properties-item a {
	position: relative;
	display: block;
}

.featured-listing .altman-properties-item a::before,
.featured-listing .altman-properties-item a::after {
	content: "";
	position: absolute;
	left: 0;
	pointer-events: none;
	z-index: 2;
}

.featured-listing .altman-properties-item a::before {
	bottom: 30px;
    width: 5px;
    height: 110px;
    background-color: #FCD405;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.featured-listing .altman-properties-item a:hover:before {
	bottom: 0;
	height: 100%;
}

.featured-listing .altman-properties-item a::after {
	top: 0;
	width: 100%;
	height: 100%;
	border: 8px solid #FCD405;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.featured-listing .altman-properties-item a:hover:after {
	opacity: 1;
}

.featured-listing .altman-properties-item-inner-wrapper {
	position: relative;
	overflow: hidden;
}

.featured-listing .altman-properties-item-photo {
	position: relative;
	z-index: 1;
}

.featured-listing .altman-properties-item-photo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, transparent, #000);
	opacity: .8;
	pointer-events: none;
}

.featured-listing .altman-properties-item-photo canvas {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.featured-listing .altman-properties-item-content-status-city {
	position: absolute;
	top: 30px;
    left: 30px;
	z-index: 1;
	opacity: 0;
}

.featured-listing .altman-properties-item-content-status-city div {
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px 0px;
    line-height: normal;
}

.featured-listing .altman-properties-item-content-status-city div:first-child {
	padding-left: 0;
}

.featured-listing .altman-properties-item-content {
	position: absolute;
	bottom: -60px;
	left: 0;
    padding: 0px 0px 0px 30px;
    z-index: 1;
    min-height: 190px;
}

.featured-listing .altman-properties-item-content-address {
	font-family: 'Poppins', sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
}

.altman-properties-item-content-address div {
	font-size: 18px;
    line-height: normal;
    margin-top: 5px;
	font-weight: 500;
}

.featured-listing .altman-properties-item-content-features {
	margin: 10px 0 0.125vw!important;
	opacity: 0;
	padding: 0px 0px;
}

.featured-listing .altman-properties-item-content-features li {
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px 10px 0px;
}

.featured-listing .altman-properties-item-content-features li:first-child {
	padding-left: 0;
}

.featured-listing .altman-properties-item-content-features li::after {
	content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #fff;
    pointer-events: none;
}

.featured-listing .altman-properties-item-content-features li:last-child:after {
	opacity: 0;
}

.featured-listing .altman-properties-item-content-price {
	font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #FCD405;
    opacity: 0;
    margin: 5px 0px 0px;
}

.featured-listing .altman-properties-item-link-label {
	position: absolute;
    bottom: 40px;
    right: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    width: auto;
    padding: 15px 15px;
    background-color: #4d93ff;
    z-index: 1;
	opacity: 0;
	border-radius: 5px;
}

.featured-listing .altman-properties-item-link-label:hover {
	background: #FCD405;
    color: #fff;
}

.featured-listing .altman-properties-item a:hover .altman-properties-item-content-features,
.featured-listing .altman-properties-item a:hover .altman-properties-item-link-label,
.featured-listing .altman-properties-item a:hover .altman-properties-item-content-price {
	opacity: 1;
	line-height: 1;
}

.featured-listing .altman-properties-item a:hover .altman-properties-item-content {
	bottom: 10px;
}

.featured-listing .altman-properties-item a:hover .altman-properties-item-content-status-city {
	opacity: 1;
}


.featured-listing .altman-properties-item .altman-properties-item-content-status-city .insights_articles {
	color: #fff;
}

.featured-listing .altman-properties-item .ease {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media (max-width: 1400px) {
    .featured-listing .altman-properties-item a:hover .altman-properties-item-content {
        bottom: -20px !important;
    }
}

/* ================== Featured Insights ================== */

.custom-insights {
	position: relative;
	padding: 100px 0px 0px;
	overflow: hidden;
}

.custom-insights .common-title {
	position: relative;
}

.custom-insights .common-title .commom-theme-btn {
	position: absolute;
	right: 60px;
	top: 10px;
}

.insights-listing {
	padding: 100px 60px 100px;
}

.custom-featured-insight {
	position: relative;
}

.custom-featured-insight .custom-insight-listing {
    position: absolute;
    top: 40%;
    left: 0px;
    transform: translate(0px , -50%);
    width: 100%;
}

.custom-featured-insight .custom-insight-listing button.slick-prev-insight {
    z-index: 1;
    left: auto;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    left: 5px;
    margin-left: 0px;
    opacity: 1;
    position: absolute;
    background: rgba(77, 147, 255, 0.5);
    border: none;
    padding: 20px 15px;
}

.custom-featured-insight .custom-insight-listing button.slick-next-insight {
    z-index: 1;
    right: 4px;
    margin-right: 0px;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    background: rgba(77, 147, 255, 0.5);
    border: none;
    padding: 20px 15px;
}

.custom-featured-insight .custom-insight-listing .slick-arrow i {
	font-size: 30px;
}

.custom-featured-insight .custom-insight-listing:hover .slick-prev-insight,
.custom-featured-insight .custom-insight-listing:hover .slick-next-insight  {
	background: rgba(77, 147, 255, 1);
} 

.custom-insights .featured-insight-item {
	padding: 5px;
}

.custom-insights .featured-insight-item a {
	position: relative;
	display: block;
}

.custom-insights .featured-insight-item a::before,
.custom-insights .featured-insight-item a::after {
	content: "";
	position: absolute;
	left: 0;
	pointer-events: none;
	z-index: 2;
}

.custom-insights .featured-insight-item a::before {
	bottom: 35px;
    width: 5px;
    height: 110px;
    background-color: #FCD405;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.custom-insights .featured-insight-item a:hover:before {
	bottom: 0;
	height: 100%;
}

.custom-insights .featured-insight-item a::after {
	top: 0;
	width: 100%;
	height: 100%;
	border: 8px solid #FCD405;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.custom-insights .featured-insight-item a:hover:after {
	opacity: 1;
}

.custom-insights .featured-insight-item-inner-wrapper {
	position: relative;
	overflow: hidden;
}

.custom-insights .featured-insight-item-photo {
	position: relative;
	z-index: 1;
}

.custom-insights .featured-insight-item-photo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, transparent, #000);
	opacity: .8;
	pointer-events: none;
}

.custom-insights .featured-insight-item-photo canvas {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.custom-insights .featured-insight-item-content-status-city {
	position: absolute;
	top: 30px;
    left: 30px;
	z-index: 1;
	opacity: 0;
}

.custom-insights .featured-insight-item-content-status-city div {
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px 0px;
    line-height: normal;
}

.custom-insights .featured-insight-item-content-status-city div:first-child {
	padding-left: 0;
}

.custom-insights .featured-insight-item-content {
	position: absolute;
	bottom: 0px;
	left: 0;
    padding: 0px 20px 0px 20px;
    z-index: 1;
    min-height: 140px;
}

.custom-insights .featured-insight-item-content-address {
	font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-insights .featured-insight-item-content-date {
	font-size: 18px;
    line-height: normal;
    margin-top: 5px;
    color: #fff;
}

.custom-insights .featured-insight-item-content-features {
	margin: 10px 0 0.125vw!important;
	opacity: 0;
	padding: 0px 0px;
}

.custom-insights .featured-insight-item-content-features li {
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px 10px 0px;
}

.custom-insights .featured-insight-item-content-features li:first-child {
	padding-left: 0;
}

.custom-insights .featured-insight-item-content-features li::after {
	content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #fff;
    pointer-events: none;
}

.custom-insights .featured-insight-item-content-features li:last-child:after {
	opacity: 0;
}

.custom-insights .featured-insight-item-content-price {
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    opacity: 0;
    margin: 5px 0px 0px;
}

.custom-insights .featured-insight-item-content-text {
    color: #fff;
    opacity: 0;
    margin: 10px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px !important;
    padding: 0px 20px 0px 0px;
}

.custom-insights .featured-insight-text {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}

.custom-insights .featured-insight-item-link-label {
	position: absolute;
    bottom: 40px;
    right: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    width: auto;
    padding: 15px 15px;
    background-color: #4d93ff;
    z-index: 1;
	opacity: 0;
	border-radius: 5px;
}

.custom-insights .featured-insight-item-link-label:hover {
	background: #FCD405;
    color: #fff;
}

.custom-insights .featured-insight-item a:hover .featured-insight-item-content-features,
.custom-insights .featured-insight-item a:hover .featured-insight-item-link-label,
.custom-insights .featured-insight-item a:hover .featured-insight-item-content-price,
.custom-insights .featured-insight-item a:hover .featured-insight-item-content-text {
	opacity: 1;
	line-height: 1;
}

.custom-insights .featured-insight-item a:hover .featured-insight-item-content {
	bottom: 40px;
}

.custom-insights .featured-insight-item a:hover .featured-insight-item-content-status-city {
	opacity: 1;
}

.custom-insights .featured-insight-item .ease {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.insights_tag {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
}

.insights_tag li {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

.insights_market {
	padding: 5px 10px;
    background: #FCD405;
    color: #000759 !important;
    border-radius: 5px;
}

.insights_articles {
	padding: 5px 10px;
    background: #4d93ff;
    border-radius: 5px;
    list-style: none;
}

.insights_tag li:last-child {
    margin: 0px 0px;
}


.custom-insights .custom-property-insight {
    position: absolute;
    top: 40%;
    left: 0px;
    transform: translate(0px , -50%);
    width: 100%;
    z-index: 8;
}

.custom-insights .custom-property-insight button.slick-prev-insight{
    z-index: 1;
    left: auto;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    left: 5px;
    margin-left: 0px;
    opacity: 1;
    position: absolute;
    background: rgba(77, 147, 255, 0.5);
    border: none;
    padding: 20px 15px;
}

.custom-insights .custom-property-insight button.slick-next-insight {
    z-index: 1;
    right: 4px;
    margin-right: 0px;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    background: rgba(77, 147, 255, 0.5);
    border: none;
    padding: 20px 15px;
}

.custom-insights .custom-property-insight .slick-arrow i {
	font-size: 30px;
}

.custom-insights .custom-property-insight:hover .slick-prev-insight,
.custom-insights .custom-property-insight:hover .slick-next-insight  {
	background: rgba(77, 147, 255, 1);
} 

@media (max-width: 992px) {

	.featured-property-listing .common-title .commom-theme-btn {
		right: 20px;
	    top: -5px;
	}
	.custom-insights .common-title .commom-theme-btn {
	    position: absolute;
	    right: 20px;
	    top: -5px;
	}
}

/* ================== Featured Insights ================== */

/* ================== Custom Scrollbar ================== */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #000759;
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

/* ================== Custom Scrollbar ================== */


/* ===================== About Us page Css ======================= */

/* ===================== About Banner Css ======================= */
.about-banner-section { height: 100vh; }
.about-banner-section { background: rgba(228, 228, 228, 0.3); padding: 0px; background-size: 100%; }
.about-banner-image { position: relative; }
.about-banner-section img { width: 100%; height: 100%; object-fit: cover; }



.page-template-about-us .portfolio-menu ul li:hover {
    background: #c3e6ff;
    color: #000759;
}

.page-template-about-us .portfolio-menu ul li.active,
.page-template-about-us .portfolio-menu ul li.active a {
    background: #c3e6ff;
    color: #000759;
}


.page-template-about-us .portfolio-menu ul li {
	padding: 20px 20px;
    font-size: 18px;
}

/* ===================== About Team Css ======================= */
.teamMembers {
	padding: 0px 10px;
	background-image: url(../img/meet-team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.portfolio-menu {
    text-align: left;
    margin: 0px;
    padding: 0 15px;
    background: #000000;
}

.portfolio-menu ul {
    padding: 0;
    margin-left: -15px;
    margin-bottom: 0px;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
}

.portfolio-menu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 26px 0px;
    transition: ease all 0.5s;
}

.portfolio-menu ul li:hover {
    background: #000759;
    color: #fff;
}

.portfolio-menu ul li:hover a {
    text-decoration: none;
    color: #fff;
}

.portfolio-menu ul li.active,
.portfolio-menu ul li.active a {
    background: #000759;
    color: #fff;
}

.portfolio-menu .project-search {
    padding-right: 30px;
}

.portfolio-menu .project-search input {
    font-size: 17px;
    width: 100%;
    padding: 6px 0px;
    color: #000000;
    background: transparent;
    border: 0px;
    border-bottom: #fff solid 1px;
}

.portfolio-menu {
    background-color: #f7f7f7;
}

.portfolio-menu ul li,
.portfolio-menu ul li a {
    color: #000000;
    text-decoration: none;
}

.portfolio-menu .project-search input {
    border-bottom: #5B5B5B solid 1px;
    color: #000000;
}

.portfolio-menu {
    padding-left: 46px;
}

.new-about-text { background: none; padding: 50px 20px 0px; }
.new-about-text p { font-size: 17px; line-height: 25px; color: #000; text-align: left;}

.members {
    width: 100%;
    padding-top: 50px;
    position: relative;
    margin: 0px auto;
    padding-bottom: 30px;
}

.member-box {
    max-width: 452px;
    margin: 0px auto;
}

.members .img-box {
    position: relative;
}

.member-box .member-info {
    padding-top: 20px;
}

.member-box .member-info {
    padding-top: 15px;
}

.members .img-box .detail-box img {
    margin: 0px auto;
}

.members .img-box .detail-box {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    margin: 0px auto;
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0.3701855742296919) 49%, rgba(0, 212, 255, 0) 100%);
    transition: ease all 0.5s;
    opacity: 0;
}

.members .img-box:hover .detail-box {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 350px;
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.42620798319327735) 62%, rgba(0, 0, 0, 0) 100%);
    transition: ease all 0.5s;
    opacity: 1;
}

.members .img-box .member-img {
    filter: grayscale(100%);
}

.members .img-box:hover .member-img,
.members .img-box .member-img:hover {
    filter: grayscale(0%);
}

.member-box .member-info {
    text-align: left;
}

/*.members {
    background: #fff!important;
}*/

.members .img-box {
    position: relative;
    z-index: 0;
}
.members .img-box::before {
    content: '';
    position: absolute;
    height: 91%;
    width: 100%;
    bottom: 0;
    border: 2px solid #000;
	border-radius: 4px;
    z-index: -1;
}
.members .img-box .member-img {
    width: 100%;
    margin: 0 auto;
    display: table;
    padding-bottom: 0px;
    height: auto;
}
.members .img-box:hover::before {
     border: 2px solid #000759;
}

.member-info .border-btn {
    margin-top: 15px;
}

.member-info .border-btn {
    margin-top: 15px;
    font-weight: 600;
}

.member-info p.line {
    padding: 10px 0px;
}

.title-style1 span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000759;
    padding: 0 0 10px;
    display: block;
    text-transform: uppercase;
}

.mobileNumber {
    display: none;
}

.webNumber {
    display: block;
}

.oepl_email_cls {
    color: #000000;
    text-decoration: none;
}

.member-info p,
.member-info a {
	font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #424242;
    min-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-info .oepl_email_cls {
	display: block;
}

.member-box .member-img {height: 451px;width: 100%;object-fit: contain; object-position: left bottom;} /*18-05-21*/
.members .img-box .member-img { height: 511px; }
.member-box .member-img { object-position: center bottom; }
.member-box .member-info { min-height: 211px; }

.teamMembers .members .member-info .yellow-btn {
	font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 0 !important;
    max-width: 200px;
}

.teamMembers .members .member-info .yellow-btn:hover,
.teamMembers .members .member-info .yellow-btn:focus {
    color: #000759;
    background: transparent;
    border: 2px solid #000759;
}

/*.members .img-box::before {
    background-image: url(../img/meet-team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
*/
.about-video-section {
	position: relative;
}

.about-video-section i {
    font-size: 55px;
    position: absolute;
    bottom: 50px;
    color: #4d93ff;
    z-index: 8;
    left: 50%;
    transform: translateX(-50%);
}

.about-video-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-video-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 470px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 7, 89, 0.8) 100%);
}

/* ===================== About Us page Css ======================= */

/* ===================== Contact Banner Css ======================= */
.page-template-contact-us .banner-section {
	height: auto;
}

.page-template-contact-us .contactForm {
    padding: 50px 20px 50px 45px;
}

.page-template-contact-us .banner-section .innerbanner-image { height: 80vh; }
.page-template-contact-us .banner-section .innerbanner-image { background: rgba(228, 228, 228, 0.3); padding: 0px; background-size: 100%; }
.page-template-contact-us .banner-section .innerbanner-image { position: relative; }
.page-template-contact-us .banner-section .innerbanner-image img { width: 100%; height: 100%; object-fit: cover; }

.listing_page_class .datum_topbar {
    margin-top: 75px !important;
}
.soon-text {
	padding: 100px 0px;
}

.soon-text .text_box {
	font-family: 'Short Films' !important;
	position: relative;
	font-weight: 400;
	font-size: 150px;
	line-height: 200px;
    color: #1C54F4;
    text-align: center;
}

.soon-text .text_box .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.soon-text .text_box .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}

.page-template-contact-us .mapSection .common-title img {
    margin: 10px 0px 0px 0px;
}

.page-template-contact-us .mapSection .map-deatil {
	padding-top: 0px;
}

.page-template-contact-us .mapSection .map-contact-deatil {
    padding-left: 0px;
}

.datum-insight-listing-main.datum-insight-listing .datum-insight-listing-menu ul li:hover {
    background: #c3e6ff !important;
    color: #000759 !important;
}

.datum-insight-listing-main.datum-insight-listing .datum-insight-listing-menu ul li.blogtype_li:hover a {
    color: #000759 !important;
}

.datum-insight-listing-main.datum-insight-listing .datum-insight-listing-menu ul li.active {
    background: #c3e6ff !important;
    color: #000759 !important;
}

.datum-insight-listing-main.datum-insight-listing .datum-insight-listing-menu ul li.active a {
    background: #c3e6ff !important;
    color: #000759 !important;
}

.datum-insight-listing-main.datum-insight-listing .datum-insight-listing-menu ul li a:hover {
    color: #000759 !important;
}

@media (max-width: 1600px) {
	.page-template-contact-us .mapSection iframe {
		height: 450px ;
	}	
}

@media (max-width: 1400px) {
	.page-template-contact-us .mapSection iframe {
		height: 410px ;
	}

	.page-template-contact-us .contactinnerImg img {
        min-height: auto;
    }	
}

@media (max-width: 1200px) {
	.page-template-contact-us .mapSection iframe {
		height: 350px ;
	}	

	.about-video-section {
		height: 90vh !important;
	}
}

@media (max-width: 992px) {
	.page-template-contact-us .mapSection iframe {
		height: 310px ;
	}	

	.about-video-section {
		height: 50vh !important;
	}
}

@media (max-width: 767px) {
	.about-video-section {
		height: 50vh !important;
	}
}

/* ============== (13-03-2025) ============== */ 

.datum_filtered_listing .datum_item .datum_property_listing .datum_img-box .datum_slick_carousel .slick-prev,
.datum_filtered_listing .datum_item .datum_property_listing .datum_img-box .datum_slick_carousel .slick-next {
    z-index: 8 !important;
}

.intake-modal-dialog {
	max-width: calc(100% - 40%);
}

.intake-modal-dialog .intake-form .modal-close-btn {
	color: #000759;
}

.intake-modal-dialog .intake-form .intake_btn-next {
	background: transparent;
    color: #000759;
    border: 2px solid #000759;
}

.intake-modal-dialog .intake-form .intake_btn-next:hover,
.intake-modal-dialog .intake-form .intake_btn-next:focus {
	background: #000759;
    color: #fff;
    border: 2px solid #000759;
}

.intake-modal-dialog .intake-form .intake_btn-submit {
	background: transparent;
    color: #000759;
    border: 2px solid #000759;
}

.intake-modal-dialog .intake-form .intake_btn-submit:hover,
.intake-modal-dialog .intake-form .intake_btn-submit:focus {
	background: #000759;
    color: #fff;
    border: 2px solid #000759;
}

@media (max-width: 1300px) {
	.intake-modal-dialog {
	    max-width: calc(100% - 0%);
	}
}

/* =============== Meet Team Slider =============== */

.meet-the-team-section {
	position: relative;
}

.meet-the-team-section .custom-team-slider {
    position: absolute;
    top: 45%;
    left: 0px;
    transform: translate(0px , -50%);
    width: 100%;
}

.meet-the-team-section .custom-team-slider button.slick-prev-team {
	z-index: 1;
    left: 20px;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    left: 5px;
    margin-left: 9px;
    opacity: 1;
    position: absolute;
    background: rgba(77, 147, 255, 0.5);
    border: none;
    padding: 20px 15px;
}

.meet-the-team-section .custom-team-slider button.slick-next-team {
    z-index: 1;
    right: 15px;
    margin-right: 0px;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    background: rgba(77, 147, 255, 0.5);
    border: none;
    padding: 20px 15px;
}

.meet-the-team-section .custom-team-slider .slick-arrow i {
	font-size: 30px;
}

.meet-the-team-section .custom-team-slider:hover .slick-prev-team,
.meet-the-team-section .custom-team-slider:hover .slick-next-team  {
	background: rgba(77, 147, 255, 1);
} 

@media (max-width: 992px) {
	.meet-team-slider {
	    padding: 0px 0px 50px;
	}

	.meet-the-team-section .meet-team-slider .team-box {
		padding: 0px 10px;
	}

	.meet-the-team-section .custom-team-slider button.slick-prev-team {
	    margin-left: 19px;
	}

	.meet-the-team-section .custom-team-slider button.slick-next-team {
	    right: 24px;
	}

	.meet-the-team-section .custom-team-slider {
	    top: 50%;
	}

	.disp-mob .card .card-body .mtt-map-details {
		pointer-events: unset;
	}
}

@media (max-width: 767px) {
	.meet-team-slider {
        padding: 0px 0px 0px;
    }
    
	.meet-the-team-section .meet-team-slider .team-box {
		padding: 0px 0px;
	}

	.meet-the-team-section .custom-team-slider button.slick-prev-team {
	    margin-left: 9px;
	}

	.meet-the-team-section .custom-team-slider button.slick-next-team {
	    right: 15px;
	}

	.meet-the-team-section .custom-team-slider {
	    top: 45%;
	}
}

/* =============== Meet Team Slider =============== */

.banner-section.main-banner .banner-image{position: absolute; top: 0px; left: 0px; z-index: 0; width: 100%; height: 100%;}
.banner-section.main-banner .banner-image img{ width: 100%; height: 100%;}


.navbar .nav-item .nav-link.dropdown-toggle {
	pointer-events: unset !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	flex-flow: column;
}

.navbar.sticky.nav-open .nav-item .nav-link:hover {
	color: #25408F;
}
