@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Libre+Franklin:wght@500;600;800&display=swap');


body {
	font-family: 'DM Sans', sans-serif;
	background-color: #fff;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.btn:focus {
	box-shadow: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	background-color: transparent;
	padding: 31px 0;
	z-index: 4;
}

.navbar .navbar-brand {
	margin-right: 0;
	padding: 0;
}

.navbar {
	padding: 0;
}

.navbar .navbar-nav {
	margin-left: auto;
	align-items: center;
}

.navbar .navbar-nav .nav-item {
	margin: 0px 25px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	line-height: 23px;
	color: #545F75;
	font-weight: 400;
	padding: 0;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #241553;
}

.navbar-toggler {
	width: 30px;
	height: 30px;
	padding: 0;
	box-shadow: none !important;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 3px;
	background-color: #9163EB;
	margin-bottom: 5px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.navbar-toggler .hamburger span:first-child {
	top: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar .login-account {
	margin-left: 127px;
}

.login-account li {
	display: inline-block;
	margin: 0px 20px;
}

.login-account li:first-child {
	margin-left: 0;
}

.login-account li:last-child {
	margin-right: 0;
}

.login-account li a {
	font-size: 18px;
	line-height: 23px;
	color: #2FD5EB;
	font-weight: 400;
}

.login-account li a:hover {
	color: #9163EB;
}

.login-account li a.btn {
	padding: 18px 29px;
}

.btn {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	padding: 17px 39px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.login-account li a.btn-white {
	color: #FFFFFF;
	background-color: #2FD5EB;
}

.login-account li a.btn-white:hover {
	color: #FFFFFF;
	background-color: #241553;
}

.btn-perpal {
	color: #FFFFFF;
	background-color: #9163EB;
}

.btn-perpal:hover {
	color: #FFFFFF;
	background-color: #241553;
}

p {
	font-size: 18px;
	line-height: 28px;
	color: #545F75;
	font-weight: 400;
	margin: 0;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.b-head {
	font-size: 72px;
	line-height: 86px;
	color: #1C2433;
	font-weight: 800;
	font-family: 'Libre Franklin', sans-serif;
	margin-bottom: 30px;
}

.b-head * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	margin: 0;
}

.banner-section {
	position: relative;
	padding-top: 174px;
}

.banner-section .shape-1 {
	position: absolute;
	right: 0;
	top: 0;
}

.banner-section .shape-2 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.banner-section .text {
	padding-right: 75px;
}

.banner-section .image {
	position: relative;
	z-index: 1;
	margin-left: -85px;
	margin-right: -66px;
}

.banner-section .image::before {
	content: "";
	position: absolute;
	top: 70px;
	left: 224px;
	right: 63px;
	bottom: 94px;
	z-index: -1;
	background: #FFFFFF;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
}

.banner-section p {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 67px;
}

.banner-section .search {
	position: relative;
	z-index: 2;
}

.search .form-group {
	position: relative;
}

.search .form-group .form-control {
	font-size: 18px;
	line-height: 23px;
	color: #545F75;
	font-weight: 400;
	position: relative;
	padding: 30px 155px 30px 75px;
	box-shadow: #e5e5e5 2px 2px 70px 0px;
	-webkit-box-shadow: #e5e5e5 2px 2px 70px 0px;
	-moz-box-shadow: #e5e5e5 2px 2px 70px 0px;
	background: #FFFFFF;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.search .form-group .icon {
	position: absolute;
	top: 28px;
	left: 30px;
}

.form-control:focus {
	border-color: none;
	box-shadow: none;
}

.search .btn-search {
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	background-color: #2FD5EB;
	padding: 17px 39px;
	border: none;
	position: absolute;
	top: 11px;
	right: 12px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.search .btn-search:hover {
	background-color: #241553;
	color: #FFFFFF;
}

.search .image-text .image-small {
	width: 140px;
	height: 140px;
	object-fit: cover;
	font-family: "object-fit: cover";
	margin-right: 20px;
}

.search .image-text {
	display: flex;
	margin-top: 45px;
}

.search .link-text a {
	font-size: 20px;
	line-height: 23px;
	color: #9163EB;
	font-weight: 400;
}

.search .link-text a:hover {
	color: #241553;
}

.search .link-text p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.search .link-text a.btn-open {
	color: #FFFFFF;
	background-color: #2FD5EB;
	padding: 8px 18px;
	display: inline-flex;
	align-items: center;
}

.search .link-text a.btn-open:hover {
	background-color: #201249;
	color: #FFFFFF;
}

.search .link-text a.btn-open .fa-angle-right {
	margin-left: 10px;
}

.admin-time {
	position: relative;
	margin: 152px 0px 147px;
}

.admin-time .time-shape {
	position: absolute;
	top: -40px;
	left: 0;
}

.admin-time .image {
	position: relative;
	z-index: 1;
}

.admin-time .image::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 23%;
	background-image: url("../images/homepage/dots-shape.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 222px;
	height: 168px;
	z-index: -1;
}

.admin-time .image::before {
	content: "";
	position: absolute;
	bottom: 40%;
	right: 40%;
	width: 275px;
	height: 65px;
	background-color: #000000;
	filter: blur(250px);
	-webkit-filter: blur(250px);
	z-index: -1;
}

.heading {
	font-size: 48px;
	line-height: 62px;
	color: #1C2433;
	font-weight: 800;
	font-family: 'Libre Franklin', sans-serif;
}

.heading * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	margin: 0;
}

.admin-time .text .heading {
	margin-bottom: 37px;
}

.admin-time .text p:nth-child(2) {
	margin-bottom: 40px;
}

.admin-time .play-video {
	margin-top: 50px;
	display: inline-block;
}

.modal-content {
	background-color: transparent;
	border: none;
}

.modal-content .modal-header {
	border-bottom: none;
}

.modal-content .btn-close {
	background: transparent url(../images/homepage/cancel.svg) center/1em auto no-repeat;
	opacity: 1;
}

.modal-dialog {
	max-width: 585px;
}

.modal-content iframe {
	width: 100%;
	height: 435px;
}

.play-video .icon {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #9B6AFB;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.play-video:hover .icon {
	background-color: #241553;
}

.play-video span {
	font-size: 18px;
	line-height: 28px;
	color: #9B6AFB;
	font-weight: 600;
	display: inline-block;
	margin-left: 22px;
	font-family: 'Libre Franklin', sans-serif;
}

.play-video:hover span {
	color: #241553;
}

.brand .heading {
	margin-bottom: 57px;
	text-align: center;
	font-weight: 600;
}

.brand .slick-slide img {
	margin: 0 auto;
}

.brand .slick-slider .slick-track {
	display: flex;
	align-items: baseline;
}

.head {
	font-size: 24px;
	line-height: 29px;
	color: #1C2433;
	font-weight: 600;
	font-family: 'Libre Franklin', sans-serif;
	margin-bottom: 11px;
}

.head * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	margin: 0;
}

.icon-text-block {
	margin: 162px 0px 140px;
}

.icon-text-block .row {
	margin: 0px -15px;
}

.icon-text-block [class*="col-"] {
	padding: 0px 15px;
}

.icon-text-block .icon-text .icon {
	width: 90px;
	height: 90px;
	padding: 15px;
	background-color: #2FD5EB;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.icon-text-block .icon-text .icon img {
	width: 100%;
	height: 100%;
}

.icon-text-block .icon-text .head {
	font-weight: 500;
}

.icon-text-block .icon-text {
	padding: 30px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	position: relative;
	background-color: #FFFFFF;
	box-shadow: rgb(0 0 0 / 7%) 2px 2px 50px 12px;
	-webkit-box-shadow: rgb(0 0 0 / 7%) 2px 2px 50px 12px;
	-moz-box-shadow: rgb(0 0 0 / 7%) 2px 2px 50px 12px;
}

.head a:hover {
	color: #9163EB;
}

.easy-track .heading {
	margin-bottom: 30px;
	text-transform: capitalize;
	font-weight: 600;
}

.easy-track {
	position: relative;
	z-index: 1;
	padding-top: 76px;
	margin-bottom: 196px;
}

.easy-track .row {
	margin: 0px -72px;
}

.easy-track [class*="col-"] {
	padding: 0px 72px;
}

.easy-shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.border-shape {
	position: absolute;
	bottom: -40%;
	right: 22%;
	z-index: -1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.easy-track .text p {
	margin-bottom: 40px;
}

.easy-track .text p:last-child {
	margin-bottom: 0px;
}

.easy-track .btn-perpal {
	margin-top: 50px;
}

.easy-track .image {
	position: relative;
	margin-right: -120px;
	z-index: 2;
}

.easy-track .image::after {
	content: "";
	position: absolute;
	bottom: -11%;
	left: -8%;
	background-image: url(../images/homepage/dots-shape.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 222px;
	height: 168px;
	z-index: -2;
}

.easy-track .image::before {
	content: "";
	position: absolute;
	bottom: 9%;
	left: 35%;
	width: 375px;
	height: 210px;
	background-color: #000000;
	filter: blur(150px);
	-webkit-filter: blur(150px);
	z-index: -1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.its-easy {
	background-color: #F2F3F7;
	padding: 96px 0px;
}

.its-easy .heading {
	margin-bottom: 60px;
	text-align: center;
	font-weight: 600;
}

.its-easy .all-block {
	position: relative;
}

.its-easy .row {
	margin: 0px -125px;
}

.its-easy [class*="col-"] {
	padding: 0px 125px;
}

.its-easy [class*="col-"]:last-child .all-block::after {
	display: none;
}

.its-easy .all-block::after {
	content: "";
	background-image: url("../images/homepage/arrow.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 55%;
	right: -69%;
	width: 96px;
	height: 90px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.all-block .image-icon {
	width: 70px;
	height: 70px;
	padding: 14px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2BC2D7;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.all-block .image-icon img {
	width: 100%;
	height: 100%;
}

.all-block .head {
	margin-bottom: 15px;
}

.all-block .head,
.all-block p {
	text-align: center;
}

.property {
	margin: 150px 0px;
}

.property .price-detail {
	background-image: url("../images/homepage/price.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 46px 0px;
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.price-detail .b-head {
	font-weight: 600;
	line-height: 115px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.price-detail p {
	margin-bottom: 42px;
	color: #FFFFFF;
}

.price-detail .btn-perpal:hover {
	background-color: #FFFFFF;
	color: #241553;
}

.price-detail span {
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 14px;
	display: block;
}

.price-detail .account {
	margin-top: 51px;
	margin-bottom: 10px;
}

.price-detail .account a {
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 600;
	font-family: 'Libre Franklin', sans-serif;
	text-decoration: underline;
}

.price-detail .account a:hover {
	color: #9163EB;
}

.price-detail .email-call span a {
	color: inherit;
}

.price-detail .email-call span a:hover {
	color: #9B6AFB;
}

.simple-block .row {
	margin: 0px -15px;
}

.simple-block [class*="col-"] {
	padding: 0px 15px;
}

.simple-block .icon-text {
	background-color: #F7F2FF;
	padding: 30px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.simple-block .icon-text .icon {
	width: 76px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	padding: 17px;
	background-color: #9B6AFB;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.simple-block .icon-text .icon img {
	width: 100%;
	height: 100%;
}

.simple-block .icon-text .head {
	margin-bottom: 20px;
}

.expert-detail {
	padding: 73px 0px 150px;
}

.expert-detail .row {
	margin: 0px -62px;
}

.expert-detail [class*="col-"] {
	padding: 0px 62px;
}

.expert-detail .mans-img {
	position: relative;
	z-index: 1;
}

.expert-detail .mans-img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.expert-detail .mans-img .expert-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.expert-detail .head a {
	color: #9B6AFB;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
}

.expert-detail .head a:hover {
	color: #241553;
}

.expert-detail .text {
	position: relative;
}

.expert-detail .text::before {
	content: "";
	position: absolute;
	top: -75px;
	left: 0;
	background-image: url("../images/homepage/quote.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 52px;
	height: 45px;
}

.expert-detail .text p {
	font-size: 36px;
	line-height: 54px;
	color: #1C2433;
	font-weight: 500;
}

.expert-detail .text .name p {
	margin-top: 25px;
	color: #545F75;
}

.expert-detail .text .name .head {
	color: #545F75;
	font-weight: 400;
	font-family: 'DM Sans', sans-serif;
	margin-bottom: 30px;
}

.expert-detail .text .agent span {
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	font-weight: 700;
}

.expert-detail .text .img-text {
	display: flex;
	align-items: center;
}

.expert-detail .text .agent {
	margin-left: 10px;
}

.expert-detail .text .agent p {
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	font-weight: 500;
}

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
	background-color: #201249;
	padding: 60px 0px 40px;
}

.footer .logo-menu {
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.logo-menu .menu {
	width: 30%;
}

.logo-menu .menu li {
	display: inline-block;
	margin: 0px 20px;
}

.logo-menu .menu li:first-child {
	margin-left: 0;
}

.logo-menu .menu li:last-child {
	margin-right: 0;
}

.logo-menu .menu li a {
	font-size: 18px;
	line-height: 21px;
	color: #F0F5FF;
	font-weight: 400;
	font-family: 'Libre Franklin', sans-serif;
}

.logo-menu .menu li a:hover {
	color: #9163EB;
}

.social li {
	margin: 0px 6px;
	display: inline-block;
}

.social li:first-child {
	margin-left: 0px;
}

.social li:last-child {
	margin-right: 0px;
}

.social li a:hover svg path {
	fill: #9163EB;
}

.footer .copy-right span {
	font-size: 16px;
	line-height: 20px;
	color: #F0F5FF;
	font-weight: 400;
	display: block;
	text-align: center;
	padding-top: 30px;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/* GET request from in home page */
.demo-form-section .form-text h2 {
	font-weight: 700;
}

.demo-form-section form .form-group {
	margin-bottom: 20px;
}

.demo-form-section .heading {
	font-weight: 600;
}

.demo-form-section .sub-heading {
	margin-top: 30px;
}

/* End Get request form */

.demo-content .heading {
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 10vh;
	font-weight: 600;
}

.demo-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}