/*----------------------------------------------------------------------------------------
* Author : Awaiken
* Template Name : Jivux - Real Estate HTML Template
* File : CSS File
* Version : 1.0
*---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Property Type css
06. Featured Property css
07. About us css
08. How It Works css
09. Why Choose us css
10. Infobar css
11. Property By City css
12. Latest Posts css
13. Footer css
14. About us Page css
15. Listing Page css
16. Property Single Page css
17. Blog Archive Page css
18. Post Single css
19. Contact us page css
20. FAQ page css
21. Page Not Found Page css
22. Agents page css
23. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/****    01. Global Variables    ****/
/************************************/







@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');



:root {
	--primary-color			: #224486;
	--secondary-color		: #F6F8FF;
	--text-color			: #646262;
	--white-color			: #ffffff;
	--dark-color			: #333333;
	--accent-color			: #224486;
	--divider-color			: #DDE4FF;
	--gray-divider			: #DDDBDB;
	--overlay-color			: #2F3D7E80;
	--dark-overlay-color	: #2F3D7Eaa;
	--error-color			: rgb(230, 87, 87);
	--accent-font			: "Playfair Display", serif !important;
	--default-font			:  "Inter", sans-serif !important;
}

/************************************/
/**** 	   02. General css		 ****/
/************************************/

body{
	font-size: 16px;
	font-weight: 400;
	font-family: var(--default-font);
	color: var(--text-color);
	line-height: 1.6em;
}

p{
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: var(--accent-font);
	margin-top:0;
	font-weight: 700;
	color: var(--primary-color);
}

figure{
	display: block;
	margin: 0;
	width: 100%;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-webkit-scrollbar-track {background-color: #f1f1f1;border-left: 1px solid #ededed;}
::-webkit-scrollbar {width: 7px;background-color: var(--accent-color);}
::-webkit-scrollbar-thumb {background: var(--accent-color);}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
	position: relative;
	z-index: 1;
}

.row > * {
	padding-right: 15px;
	padding-left: 15px;
}

.form-control{
	width: 100%;
	box-shadow: none;
	outline: 0;
	background: var(--secondary-color);
	border: 1px solid var(--divider-color);
	font-family: var(--default-font);
	font-size: 14px;
	color: var(--primary-color);
	padding: 14px 20px;
}

.form-control:focus{
	box-shadow: none;
	outline: 0;
	border-color: var(--divider-color);
}

select.form-control{
	background-image: url(../images/icon-dropdown.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.help-block.with-errors ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.help-block.with-errors ul li{
	font-size: 14px;
	color: var(--error-color);
	line-height: 1.2em;
	margin-top: 2px;
}

.btn-default{
	display: inline-block;
	background: var(--accent-color);
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 500;
	padding: 14px 30px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	border: none;
	outline: 0;
	box-shadow: none;
	transition: 0.2s transform;
}

.btn-default:before{
	content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.4s;
	border-radius: 5px;
}
.btn-default2{
	display: inline-block;
	background: var(--accent-color);
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 500;
	padding: 14px 30px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	border: none;
	outline: 0;
	box-shadow: none;
	transition: 0.2s transform;
}

.btn-default2:before{
	content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.4s;
	border-radius: 5px;
}


.btn-default:hover::before{
	width: 106%;
	opacity: 1;
}

.btn-default.btn-border{
	background: none;
	color: var(--accent-color);
	padding: 12px 30px;
	border: 2px solid var(--accent-color);
}

.btn-default.btn-border:before{
	background: var(--accent-color);
}

.btn-default.btn-border:hover{
	color: var(--white-color);
}

#magic-cursor{
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	pointer-events: none;
	z-index:1000000;
}

#ball{
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	width: 10px !important;
	height: 10px !important;
	background: var(--accent-color);
	border-radius: 50%;
	pointer-events: none;
	opacity:1 !important;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.section-title{
	text-align: center;
	margin-bottom: 60px;
}

.section-title h3{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #224486 !important;
	position: relative;
	padding: 2px 0 2px 40px;
	margin-bottom: 15px;
	z-index: 2;
}





.section-title h3:before{
	content: '';
	display: block;
	width: 30px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../new-image/hot.svg) no-repeat left center;
	z-index: -1;
}

.section-title h1,
.section-title h2{
	font-size: 50px;
	color: var(--primary-color);
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 0;
}




.section-title h2{
	font-size: 50px;
	color:  #000;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 0;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header{
	position: relative;
	background: var(--white-color);
	border-radius: 30px;
	border-bottom: 1px solid transparent;
	z-index: 100;
}

header.main-header .header-sticky{
	padding: 10px 0;
	position: relative;
	top: 0;
	z-index: 100;	
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	padding: 15px 0;
	border-radius: 0;
	border-bottom: 1px solid #16330010;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid #16330010;
    transform: translateY(0);
	background: var(--white-color);
}

.navbar{
	padding: 0;
}

.navbar-brand{
	padding: 0;
	width: 144px !important;
}

.main-menu{
	font-family: var(--default-font);
	justify-content: flex-end;
}

.main-menu ul{
	align-items: center;
}

.main-menu ul li{
	margin-left: 22px;
	position: relative;
}

.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul li a{
	font-size: 16px;
	font-weight: 500;
	font-family: var(--accent-font);
	padding: 12px 6px !important;
	color: #000 !important;
}

.main-menu ul li.highlighted-menu a{
	display: block;
	background: var(--accent-color);
	color: var(--white-color) !important;
	padding: 14px 30px !important;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s transform ease-in-out;
}

.main-menu ul li.highlighted-menu a::before{
	content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.4s;
}

.main-menu ul li.highlighted-menu a:hover::before{
	width: 106%;
	opacity: 1;
}

.main-menu ul li.highlighted-menu a:hover::after{
	transform: translate(0, 0);
}

.main-menu ul li.highlighted-menu a:hover{
	color: var(--white-color);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--accent-color);
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	width: 220px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	overflow: hidden;
	background-color: var(--accent-color);
	transition: all .3s ease-in-out;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a{
	color: var(--white-color);
	padding: 8px 20px !important;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.main-menu ul ul li a:hover{
	color: var(--white-color);
	background: #ffffff20;
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 15px;
	position: relative;
}

.slicknav_btn{
	background: var(--accent-color);
	padding: 6px 0 0;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 5px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	margin: 4px auto !important;
}

.slicknav_menu{
	padding: 0;
	background: var(--accent-color);
	border-radius: 5px;
}

.slicknav_nav{
	padding-top: 5px;
	padding-bottom: 5px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	font-size: 16px;
	font-weight: 400;
	padding: 4px 15px;
	font-family: var(--accent-font);
	color: var(--white-color);
}


.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: #fff;
}
.slicknav_nav a:hover{
	color: #000;

}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
}

/************************************/
/**** 	    04. Hero css		 ****/
/************************************/

.hero{
	position: relative;
}

.hero .hero-section{
	margin: 0 0px;
	overflow: hidden;
	border-radius: 0px;
	background: url(../images/hero.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 312px;
	position: relative;
}

.hero .hero-section:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--overlay-color);
	z-index: 1;
}

.hero-content{
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.hero-content .section-title{
	margin-bottom: 30px;
}

.hero-content .section-title h3{
	color: var(--accent-color);
}

.hero-content .section-title h3:before{
	background-image: url(../images/icon-heading-light.svg);
}

.hero-content .section-title h1{
	color: var(--white-color);
	font-size: 70px;
}

.hero-content-body p{
	color: var(--white-color);
}

.hero-content-footer{
	margin-top: 40px;
}

.hero-content-footer .btn-default{
	margin: 0 10px;
}

.hero-content-footer .btn-default.btn-border{
	border-color: var(--white-color);
	color: var(--white-color);
}

.hero-content-footer .btn-default.btn-border:hover{
	border-color: var(--accent-color);
}

.hero.hero-video .hero-section{
	background: none;
}

.hero-video .hero-section .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero-video .hero-section .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-video .hero-section .hero-bg-video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slider .hero-section{
	padding: 0;
}

.hero-slider .hero-section{
	background: none;
}

.hero-slider .hero-section:before{
	display: none;
}

.hero-slider .hero-section .hero-slide{
	padding: 100px 0 312px;
	position: relative;
}

.hero-slider .hero-section .hero-slide .hero-slide-image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-slider .hero-section .hero-slide .hero-slide-image:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	z-index: 1;
}

.hero-slider .hero-section .hero-slide .hero-slide-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slider .hero-section .hero-slide .hero-content{
	z-index: 4;
	position: relative;
}

.hero-slider .hero-carousel .hero-button-prev,
.hero-slider .hero-carousel .hero-button-next{
	width: 50px;
	height: 50px;
	background: var(--accent-color) url(../images/arrow-right.svg) no-repeat center center;
	background-size: 50% auto;
	position: absolute;
	top: 50%;
	z-index: 2;
	border-radius: 5px;
	margin-top: -25px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.hero-slider:hover .hero-carousel .hero-button-prev,
.hero-slider:hover .hero-carousel .hero-button-next{
	opacity: 1;
}

.hero-slider .hero-carousel .hero-button-prev:hover,
.hero-slider .hero-carousel .hero-button-next:hover{
	background-color: var(--primary-color);
}

.hero-slider .hero-carousel .hero-button-prev{
	left: 30px;
	transform: rotate(180deg);
}

.hero-slider .hero-carousel .hero-button-next{
	right: 30px;
}

.hero .hero-search-form-section{
	position: absolute;
	z-index: 10;
	bottom: 100px;
	width: 100%;
	padding: 0 15px;
}

.hero-video .hero-search-form{
	margin: 0;
}

.hero-search-form{
	background-color: var(--white-color);
	padding: 30px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
}

.search-heading{
	display: none;
}

.search-heading h4{
	margin-bottom: 0;
	position: relative;
	font-size: 16px;
	text-align: center;
}

.hero-search-form .form-control{
	width: 100%;
	box-shadow: none;
	outline: 0;
	background: var(--secondary-color);
	border: 1px solid var(--divider-color);
	font-family: var(--default-font);
	font-size: 14px;
	color: var(--primary-color);
	padding: 14px 20px;
}

.hero-search-form select.form-control{
	background-image: url(../images/icon-dropdown.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.hero-search-form .btn-default{
	width: 100%;
	padding: 13px 20px;
}

/******************************************/
/****   	 05. Property Type css 	   ****/
/******************************************/

.property-types{
	padding: 30px 0;
}

.property-type-item{
	background: var(--secondary-color);
	padding: 30px;
	border-radius: 20px;
}

.property-type-item .icon-box{
	width: 70px;
	height: 70px;
	background: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: all 0.3s ease-out;
}

.property-type-item:hover .icon-box{
	background: var(--accent-color);
}

.property-type-item h3{
	font-size: 22px;
	font-weight: 600;
	color: var(--dark-color);
	margin-bottom: 6px;
}

.property-type-item p{
	margin: 0;
}

.property-type-slider .swiper-pagination{
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.property-type-slider .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: var(--primary-color);
	transition: all 0.3s;
}

/******************************************/
/****   06. Featured Property css      ****/
/******************************************/

.featured-property{
	background: var(--secondary-color);
	padding: 30px 0;
}

.property-item{
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}

.featured-property .property-item{
	background-color: var(--white-color);
}

.property-item .property-header{
	position: relative;
	overflow: hidden;
}

.property-item .property-header figure img{
	width: 100%;
	transition: all 0.5s ease-out;
}

.property-item:hover .property-header figure img{
	transform: scale(1.2);
}

.property-item:hover .property-header figure:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.property-item:hover .property-header figure:after{
	height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.property-item .property-header .property-label{
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--primary-color);
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 500;
	padding: 4px 14px;
	border-radius: 5px;
}

.property-item .property-body{
	padding: 30px 30px 25px 30px;
}

.property-item .property-body h3{
	font-size: 20px;
	font-weight: 600;
	color: var(--dark-color);
}

.property-item .property-body p{
	margin-bottom: 0;
}

.property-item .property-meta{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--gray-divider);
}

.property-item .property-meta .property-amenity-item{
	width: 48%;
	margin-right: 4%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.property-item .property-meta .property-amenity-item:nth-of-type(2n + 2){
	margin-right: 0;
}

.property-item .property-meta .property-amenity-item .icon-box{
	width: 22px;
	margin-right: 10px;
}

.property-item .property-footer{
	padding: 0 30px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.property-item .property-footer .property-price{
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	color: var(--dark-color);
}

.property-item .property-footer .btn-default{
	font-size: 14px;
	padding: 10px 20px;
}

.property-slider .swiper-pagination{
	position: relative;
	bottom: 0;
	margin-top: 50px;
}

.property-slider .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: var(--primary-color);
	transition: all 0.3s;
}

/******************************************/
/****   	 07. About us css   	   ****/
/******************************************/

.about-us{
	padding: 30px 0;
}

.about-images{
	position: relative;
	padding-left: 84px;
	padding-top: 32px;
	background: url(../images/icon-about-dot.svg) no-repeat top left;
}

.about-image img{
	width: 100%;
	border-radius: 20px;
}

.about-video{
	width: 45%;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}

.about-video figure img{
	width: 100%;
	border: 4px solid var(--white-color);
	border-radius: 20px;
}

.video-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-play-button a{
	display: inline-block;
	position: relative;
	font-size: 50px;
	height: 50px;
    border-radius: 50%;
    text-align: center;
}

.video-play-button a img{
	width: 50px;
}

.video-play-button a:before{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 2px solid var(--secondary-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1s infinite linear;
}

.video-play-button a:after{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 2px solid var(--secondary-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1s infinite linear;
	animation-delay: .3s;
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.about-content{
	padding-top: 32px;
	padding-left: 10px;
}

.about-us .section-title{
	text-align: left;
	margin-bottom: 20px;
}

.about-content-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.about-content-body ul li{
	font-size: 16px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
}

.about-content-body ul li:nth-child(2n + 2){
	margin-right: 0;
}

.about-content-body ul li .icon-box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: var(--secondary-color);
	border-radius: 50%;
	margin-right: 15px;
}

.about-content-body ul li span{
	display: block;
	width: calc(100% - 75px);
}

/******************************************/
/****   	 08. How It Works css  	   ****/
/******************************************/

.how-it-works{
	padding: 30px 0;
	background: var(--secondary-color);
}

.how-it-work-item{
	text-align: center;
	background: var(--white-color);
	padding: 30px;
	border-radius: 20px;
	height: 430px !important;
}

.how-it-work-item .icon-box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: var(--primary-color);
	border-radius: 50%;
	margin: 0 auto 25px;
	transition: all 0.3s ease-out;
}

.how-it-work-item:hover .icon-box{
	background: var(--accent-color);
}

.how-it-work-item h3{
	font-size: 22px;
	margin-bottom: 15px;
	color: var(--dark-color);
	font-weight: 600;
}

.how-it-work-item p{
	margin-bottom: 0;
}

/******************************************/
/****     09. Why Choose us css   	   ****/
/******************************************/

.why-choose-us{
	padding: 30px 0 30px;
}

.why-choose-us .section-title{
	text-align: left;
	margin-bottom: 20px;
}

.why-choose-us-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.why-choose-us-body ul li{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding-left: 34px;
	margin-bottom: 15px;
}

.why-choose-us-body ul li:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: var(--secondary-color) url(../images/icon-checkmark.svg) no-repeat center center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}

.why-choose-us-body .btn-default{
	margin-top: 20px;
}

.why-choose-us-images{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 30px;
}

.why-choose-us-image1,
.why-choose-us-image2{
	width: 48%;
}

.why-choose-us-image2{
	margin-bottom: 30px;
}

.why-choose-us-image1 img,
.why-choose-us-image2 img{
	width: 100%;
	border-radius: 20px;
}

.exclusive-agents{
	background: var(--secondary-color);
	padding: 30px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	text-align: center;
	min-width: 248px;
	animation: moveobject 2s infinite linear alternate;
}

.exclusive-agents h5{
	font-size: 16px;
	font-weight: 600;
}

@keyframes moveobject{
	50%{
		left: 45%;
	}
}

/******************************************/
/****    	  10. Infobar css   	   ****/
/******************************************/

.infobar-cta{
	padding: 50px 0 100px;
}

.infobar-box{
	background-color: var(--secondary-color);
	padding: 40px 50px;
	border-radius: 20px;
}

.cta-content h2{
	font-size: 40px;
	font-weight: 700;
}

.cta-content p{
	margin-bottom: 0;
}

.cta-button{
	text-align: right;
}

.cta-button .btn-default{
	margin-left: 10px;
}

.cta-button .btn-default i{
	margin-right: 10px;
}

/******************************************/
/****   11. Property By City css 	   ****/
/******************************************/

.property-by-city{
	padding: 30px 0;
	background: var(--secondary-color);
}

.location-item{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.location-item .location-image img{
	width: 100%;
	transition: all 0.5s ease-out;
}

.location-item .location-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	background: none;
}

.location-item .location-content .location-header h3{
	font-size: 22px;
	font-weight: 500;
	color: var(--white-color);
}

.location-item .location-content .location-header p{
	color: var(--white-color);
	font-size: 16px;
}

.location-item .location-content .location-footer{
	position: absolute;
	left:30px;
	bottom: 10px;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.location-item:hover .location-content .location-footer{
	bottom: 25px;
	opacity: 1;
}

.location-item:hover .location-image img{
	transform: scale(1.2);
}

/******************************************/
/****   	12. Latest Posts css   	   ****/
/******************************************/

.latest-posts{
	padding: 30px 0;
	margin-bottom: 107px;
}

.post-item .post-featured-image{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.post-item .post-featured-image figure img{
	width: 100%;
	transition: all 0.4s ease-out;
}

.post-item .post-featured-image .post-read-more{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--overlay-color);
	opacity: 0;
	transition: all 0.3s ease-out;
}

.post-item .post-featured-image .post-read-more .btn-default{
	top: 20px;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.post-item:hover .post-featured-image .post-read-more{
	opacity: 1;
}

.post-item:hover .post-featured-image .post-read-more .btn-default{
	top: 0;
	opacity: 1;
}

.post-item:hover .post-featured-image figure img{
	transform: scale(1.2);
}

.post-item .post-body .post-category ul{
	padding: 0;
	margin: 0 0 4px;
	list-style: none;
}

.post-item .post-body .post-category ul li a{
	color: var(--text-color);
}

.post-item .post-body h3{
	margin-bottom: 0;
}

.post-item .post-body h3 a{
	font-size: 20px;
	font-weight: 600;
	color: var(--dark-color);
}

/******************************************/
/****   	 	13. Footer css   	   ****/
/******************************************/

footer.footer{
	background: var(--primary-color);
	margin: 0px 0px 0;
	padding: 80px 0 80px;
	border-radius: 0px;
}

.newsletter-box{
	background: var(--secondary-color);
	padding: 30px 50px;
	border-radius: 20px;
	margin-top: -190px;
	margin-bottom: 80px;
}

.newsletter-title h2{
	font-size: 40px;
}

.newsletter-title p{
	margin-bottom: 0;
}

.newsletter-form .row > *{
	padding-left: 0;
	padding-right: 0;
}

.newsletter-form .form-control{
	background-color: var(--white-color);
	font-family: var(--default-font);
	padding: 0;
	border: none;
	height: 56px;
	padding: 0 20px;
	border-radius: 5px 0 0 5px;
	box-shadow: none;
	outline: 0;
}

.newsletter-form .btn-default{
	outline: 0;
	width: 100%;
	border-radius: 0 5px 5px 0;
	height: 56px;
}

.footer-about{
	padding-right: 80px;
}

.footer-about .footer-logo{
    margin-bottom: 30px;
    width: 150px !important;
    padding: 6px;
}

.footer-about-content p{
	color: var(--white-color);
}

.footer-social-links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-social-links ul li{
	display: inline-block;
	margin-right: 8px;
}

.footer-social-links ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 16px;
	border-radius: 5px;
	background: var(--accent-color);
	color: var(--white-color);
	transition: all 0.3s ease-out;
}

.footer-social-links ul li a:hover{
	background-color: var(--secondary-color);
	color: var(--primary-color);
}

.footer-contact-info h3,
.footer-quick-links h3,
.footer-appointment h3{
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px;
}

.footer-info-box{
	position: relative;
	padding-left: 30px;
	margin-bottom: 9px;
}

.footer-info-box .icon-box{
	position: absolute;
	top: 0;
	left: 0;
}

.footer-info-box p{
	color: var(--white-color);
	margin-bottom: 0;
}

.footer-quick-links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-quick-links ul li{
	margin-bottom: 8px;
}

.footer-quick-links ul li a{
	color: var(--white-color);
	position: relative;
	padding-left: 20px;
	transition: all 0.3s ease-out;
}

.footer-quick-links ul li a:hover{
	color: #fff !important;
}

.footer-quick-links ul li a:before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	background: url(../images/icon-menu-item.svg) no-repeat left center;
}

.footer-appointment .footer-appointment-content p{
	color: var(--white-color);
}

.footer-appointment .footer-appointment-content .btn-default:before{
	background: var(--secondary-color);
}

.footer-appointment .footer-appointment-content .btn-default:hover{
	color: var(--primary-color);
}

.footer-copyright-links{
	padding: 20px 0;
}

.footer-copyright p{
	margin: 0;
}

.footer-policy-links{
	text-align: right;
}

.footer-policy-links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-policy-links ul li{
	display: inline-block;
	margin-left: 0px;
	position: relative;
	padding-left: 5px;
}

.footer-policy-links ul li:before{
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: var(--text-color);
	position: absolute;
	top: 5px;
	left: 0;
}

.footer-policy-links ul li:first-child{
	padding-left: 0;
}

.footer-policy-links ul li:first-child:before{
	display: none;
}

.footer-policy-links ul li a{
	color: var(--text-color);
	transition: all 0.4s ease-out;
}

.footer-policy-links ul li a:hover{
	color: var(--accent-color);
}

/******************************************/
/****     14. About us Page css 	   ****/
/******************************************/

.page-header{
	padding: 150px 0;
	background: url(../images/hero.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	margin: 0 0px;
    border-radius: 0px;
	overflow: hidden;
}

.page-header:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--overlay-color);
}

.page-header-box{
	text-align: center;
}

.page-header-box h1{
	font-size: 54px;
	font-weight: 600;
	color: var(--white-color);
}

.page-header-box .breadcrumb{
	justify-content: center;
	margin-bottom: 0;
}

.page-header-box ol li.breadcrumb-item{
	color: var(--white-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
	color: inherit;
}

.photo-gallery{
	padding: 100px 0 20px;
}

.gallery-item{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.gallery-item figure img{
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
	transition: all 0.5s ease-out;
}

.gallery-item:hover figure img{
	transform: scale(1.2);
}

.testimonials{
	padding: 30px 0;
	background: var(--secondary-color);
}

.testimonial-slide{
	background: var(--white-color);
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	margin-bottom: 80px;
	transition: all 0.4s ease-in-out;
}

.testimonial-slide .testimonial-rating{
	margin-bottom: 20px;
}
.testimonial-rating{
	width: 150px !important;
}

.testimonial-slide .testimonial-author-info h3{
	font-size: 16px;
	font-family: var(--default-font);
	font-weight: 600;
	color: var(--text-color);
	margin-bottom: 15px;
}

.testimonial-slide .testimonial-author-info figure{
	max-width: 100px;
	margin: 0 auto -80px;
	overflow: hidden;
	border-radius: 50%;
	background-color: var(--secondary-color);
}

.testimonial-slide .testimonial-author-info figure img{
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid var(--secondary-color);
}

.testimonial-slider .swiper-slide-active .testimonial-slide{
	background: var(--primary-color);
}

.testimonial-slider .swiper-slide-active .testimonial-slide .testimonial-content,
.testimonial-slider .swiper-slide-active .testimonial-slide .testimonial-author-info h3{
	color: var(--white-color);
}

.testimonial-slider .swiper-pagination{
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: var(--primary-color);
	transition: all 0.3s;
}

.stat-counter{
	padding: 30px 0;
}


.stat-counter-1{
	padding-top: 30px;
	padding-bottom: 0px !important;
}

.counter-item{
	background: var(--secondary-color);
	text-align: center;
	padding: 30px;
	border-radius: 20px;
}

.counter-item .icon-box{
	margin: 0 auto 25px;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.counter-item:hover .icon-box{
	background-color: var(--accent-color);
}

.counter-item .icon-box img{
	max-width: 50%;
}

.counter-item h3{
	font-size: 28px;
	font-weight: 700;
	color: var(--dark-color);
	margin-bottom: 5px;
}

.counter-item p{
	margin-bottom: 0;
}

.our-partners{
	background: var(--secondary-color);
	padding: 30px 0;
}

.client-logo{
	background: var(--white-color);
	border-radius: 20px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 40px 30px;
}

.our-agents{
	padding: 30px 0;
}

.agent-item .agent-header{
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.agent-item .agent-header .agent-image img{
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.agent-item .agent-header .agent-social-links{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	opacity: 0;
	transition: all 0.4s ease-out;	
	z-index: 2;
}

.agent-item:hover .agent-header .agent-image img{
	transform: scale(1.1);
}

.agent-item:hover .agent-header .agent-image figure:after{
	height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.agent-item:hover .agent-header .agent-social-links{
	bottom: 0;
	opacity: 1;
}

.agent-item .agent-header .agent-social-links ul{
	padding: 0 20px 30px;
	margin: 0;
	list-style: none;
	text-align: center;
}

.agent-item .agent-header .agent-social-links ul li{
	display: inline-block;
	margin: 0 2px;
}

.agent-item .agent-header .agent-social-links ul li a{
	width: 38px;
	height: 38px;
	font-size: 16px;
	border-radius: 5px;
	background: var(--accent-color);
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-out;
}

.agent-item .agent-header .agent-social-links ul li a:hover{
	background-color: var(--primary-color);
}

.agent-item .agent-body{
	text-align: center;
}

.agent-item .agent-body h3{
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
}

.agent-item .agent-body p{
	margin-bottom: 0;
}

/******************************************/
/****   	 15. Listing Page css  	   ****/
/******************************************/

.page-property-listing{
	padding-top: 80px;
	padding-bottom: 150px;
	background-color: #f6f8ff !important;
}

.page-property-listing-home{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f6f8ff !important;
}

.page-property-listing .property-item{
	margin-bottom: 30px;
}
.page-property-listing-home .property-item{
	margin-bottom: 30px;
}


.page-property-listing-dubai{
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f6f8ff !important;
}

.page-property-listing-dubai .property-item{
	margin-bottom: 30px;
}

.post-pagination{
	margin-top: 30px;
	text-align: center;
}

.post-pagination ul{
	justify-content: center;
	padding: 0;
	margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span{
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: var(--secondary-color);
	margin: 0 4px;
	border-radius: 5px;
	font-family: var(--accent-font);
	font-weight: 700;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover{
	background: var(--accent-color);
	color: var(--white-color);
}

.property-sidebar{
	padding-left: 30px;
}

.property-category-box{
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.property-category-box h3{
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 15px;
}

.property-category-box ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.property-category-box ul li{
	border-bottom: 1px solid var(--divider-color);
	padding: 10px 0;
}

.property-category-box ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.property-category-box ul li a{
	display: block;
	font-weight: 600;
	color: var(--text-color);
	position: relative;
	padding-left: 20px;
	transition: all 0.3s ease-in-out;
}

.property-category-box ul li a:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-list.svg) no-repeat left center;
	position: absolute;
	left: 0;
	top: 2px;
}

.property-category-box ul li a:hover{
	color: var(--accent-color);
}

.need-help-box{
	position: relative;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
}

.need-help-box:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--dark-overlay-color);
}

.need-help-box .need-help-img img{
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.need-help-box:hover .need-help-img img{
	transform: scale(1.2);
}

.need-help-box .need-help-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	z-index: 2;
}

.need-help-box .need-help-content h3{
	color: var(--white-color);
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px;
	width: 100%;
}

/******************************************/
/****   16. Property Single Page css   ****/
/******************************************/

.page-property-single{
	padding-top: 60px;
	padding-bottom: 190px;
}

.porperty-single-sidebar{
	padding-left: 30px;
	height: 100%;
}

.property-info-box{
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.property-info-box h3{
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 20px;
}

.property-info-item{
	position: relative;
	padding: 14px 0 14px 32px;
	border-bottom: 1px solid var(--gray-divider);
}

.property-info-item:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.property-info-item .icon-box{
	position: absolute;
	top: 14px;
	left: 0;
}

.property-info-item .icon-box img{
	max-height: 20px;
}

.property-info-item p{
	margin: 0;
}

.property-inquiry-box{
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	position: sticky;
	top: 100px;
}

.property-inquiry-box h3{
	font-size: 22px;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.property-inquiry-form .form-control{
	background: var(--white-color);
}

.property-inquiry-form .btn-default{
	width: 100%;
}

.property-photos-slider{
	border-radius: 20px;
	overflow: hidden;
}

.property-photo-item{
	border-radius: 20px;
	overflow: hidden;
}

.property-photos-slider .swiper-arrow-prev,
.property-photos-slider .swiper-arrow-next{
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	color: var(--white-color);
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.property-photos-slider .swiper-arrow-prev{
	left: 20px;
}

.property-photos-slider .swiper-arrow-next{
	right: 20px;
}

.property-photos-slider .swiper-arrow-prev:hover,
.property-photos-slider .swiper-arrow-next:hover{
	background-color: var(--primary-color);
}

.property-single-subtitle{
	margin-bottom: 30px;
}

.property-single-subtitle h3{
	font-size: 22px;
	color: var(--primary-color);
	margin: 0;
}

.property-overview{
	margin-top: 50px;
	background: var(--secondary-color);
	padding: 40px 40px 10px 40px;
	border-radius: 20px;
}

.property-overview-box{
	display: flex;
	flex-wrap: wrap;
}

.property-overview-box .property-overview-item{
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.property-overview-box .property-overview-item:nth-of-type(3n + 3){
	margin-right: 0;
}

.property-overview-box .property-overview-item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 5px;
    margin-right: 15px;
    color: #fff;
    font-size: 31px;
}

.property-overview-box .property-overview-item .property-overview-content{
	width: calc(100% - 75px);
}

.property-overview-box .property-overview-item .property-overview-content h3{
	font-size: 20px;
	font-weight: 600;
	color: var(--dark-color);
	margin-bottom: 6px;
}

.property-overview-box .property-overview-item .property-overview-content p{
	margin: 0;
}

.about-property{
	background-color: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-top: 50px;
}

.about-property-cta .btn-border{
	margin-right: 15px;
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.about-property-cta .btn-border.btn-default:before{
	background-color: var(--primary-color);
}

.property-amenities{
	background: var(--secondary-color);
	padding: 40px 40px 20px 40px;
	border-radius: 20px;
	margin-top: 50px;
}

.property-amenities-box ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.property-amenities-box ul li{
	width: calc(33.33% - 20px);
	font-size: 16px;
	font-weight: 500;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

.property-amenities-box ul li:before{
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../new-image/icon/download.svg) no-repeat left center;
}

.property-map-location{
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-top: 50px;
}

.property-map-iframe iframe{
	width: 100%;
	height: 300px;
	border-radius: 20px;
}

/******************************************/
/****  	  17. Blog Archive Page css    ****/
/******************************************/

.blog-archive-page{
	padding: 30px 0;
	margin-bottom: 123px !important;
}

.blog-archive-page .post-item{
	margin-bottom: 40px;
}

/******************************************/
/****   	 18. Post Single css  	   ****/
/******************************************/

.post-meta ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.post-meta ul li{
	display: inline-block;
	color: var(--white-color);
}

.post-meta ul li:after{
	content: '/';
	margin-left: 10px;
	margin-right: 6px;
}

.post-meta ul li:last-child::after{
	display: none;
}

.post-meta ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.post-meta ul li a:hover{
	color: var(--accent-color);
}

.blog-single-page{
	padding: 100px 0 50px;
}

.post-sidebar{
	padding-left: 20px;
}

.search-box-widget{
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.search-form .form-control{
	background: var(--white-color);
	border-right: none;
}

.search-form .btn-default{
	border-radius: 0 5px 5px 0;
	padding: 14px 20px;
}

.category-box-widget{
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.category-box-widget h3{
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 15px;
}

.category-box-widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.category-box-widget ul li{
	border-bottom: 1px solid var(--divider-color);
	padding: 10px 0;
}

.category-box-widget ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.category-box-widget ul li a{
	display: block;
	font-weight: 600;
	color: var(--text-color);
	position: relative;
	padding-left: 20px;
	transition: all 0.3s ease-in-out;
}

.category-box-widget ul li a:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-list.svg) no-repeat left center;
	position: absolute;
	left: 0;
	top: 2px;
}

.category-box-widget ul li a:hover{
	color: var(--accent-color);
}

.recent-posts-widget{
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.recent-posts-widget h3{
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 25px;
}

.recent-post-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.recent-post-item:last-child{
	margin-bottom: 0;
}

.recent-post-item .post-image{
	width: 36%;
}

.recent-post-item .post-image img{
	aspect-ratio: 1/0.8;
	object-fit: cover;
	border-radius: 6px;
}

.recent-post-item .post-info{
	width: 60%;
}

.recent-post-item .post-info p.meta{
	margin: 0 0 8px;
	color: var(--text-color);
}

.recent-post-item .post-info p.meta a{
	color: inherit;
}

.recent-post-item .post-info h4{
	font-size: 16px;
	font-weight: 600;
	color: var(--dark-color);
	margin: 0;
}

.recent-post-item .post-info h4 a{
	color: inherit;
}

.popular-tags-widget{
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
}

.popular-tags-widget h3{
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 25px;
}

.tag-clouds ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.tag-clouds ul li{
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 10px;
}

.tag-clouds ul li a{
	display: block;
	background: var(--white-color);
	padding: 10px 16px;
	color: var(--text-color);
	border-radius: 5px;
	border: 1px solid var(--divider-color);
	transition: all 0.3s ease-in-out;
}

.tag-clouds ul li a:hover{
	background: var(--primary-color);
	color: var(--white-color);
}

.post-featured-image{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.post-entry{
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.post-entry a{
	color: var(--primary-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	margin: 1em 0 0.6em;
}

.post-entry h1{
	font-size: 36px;
}

.post-entry h2{
	font-size: 30px;
}

.post-entry h3{
	font-size: 26px;
}

.post-entry h4{
	font-size: 22px;
}

.post-entry h5{
	font-size: 16px;
}

.post-entry h6{
	font-size: 16px;
}

.post-entry blockquote{
	border-left: 4px solid var(--accent-color);
	padding-left: 20px;
	margin-left: 20px;
}

.post-entry blockquote p{
	font-size: 16px;
	font-weight: 600;
}

.post-entry ul{
	list-style: none;
	padding: 0;
	margin: 0 0 1.7em;
}

.post-entry ul li{
	padding-left: 30px;
	position: relative;
	margin-bottom: 12px;
}

.post-entry ul li:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
background: url(../new-image/icon/download.svg) no-repeat left center;
	position: absolute;
	left: 0;
	top: 2px;
}

.post-content .post-tags{
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 700;
	font-family: var(--accent-font);
}

.post-content .post-tags a{
	display: inline-block;
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 14px;
	font-weight: 500;
	background: var(--accent-color);
	padding: 8px 20px;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.post-content .post-tags a:hover{
	background: var(--primary-color);
}

.post-social-sharing ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

.post-social-sharing ul li{
	display: inline-block;
	margin-left: 5px;
}

.post-social-sharing ul li a{
	display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
	color: var(--white-color);
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}

.post-social-sharing ul li a:hover{
	background: var(--primary-color);
	color: var(--white-color);
}

.realted-posts{
	padding: 0px 0 180px;
}

/******************************************/
/**** 	 19. Contact us page css	   ****/
/******************************************/

.contact-details{
	padding: 30px 0;
}

.contact-detail-item{
	background: var(--secondary-color);
	padding: 40px 60px 50px;
	border-radius: 20px;
	text-align: center;
	height:355px;
}

.contact-detail-item .icon-box{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	background: var(--primary-color);
	border-radius: 50px;
}

.contact-detail-item h3{
	font-size: 22px;
	font-weight: 600;
	color: var(--dark-color);
}

.contact-detail-item p{
	margin: 0;
}

.contact-inquiry-box{
	background: var(--secondary-color);
	padding: 30px 0;
}



.contact-inquiry-box-1{
	background: #eff2f9 !important;
	padding-top: 40px;
	padding-bottom: 160px;
}

.contact-form .form-control{
	background: var(--white-color);
}

.google-location-map{
	padding: 30px 0;
}

.google-map-box iframe{
	border-radius: 20px;
	width: 100%;
	height: 450px;
}

/******************************************/
/**** 	 		20. FAQ page css	   ****/
/******************************************/

.faqs-page{
	padding: 30px 0;
}



.faqs-page-1{
	padding: 60px 0px !important;
	margin-bottom: 120px !important;
}

.faq-accordion .accordion-item{
	background: var(--secondary-color);
	margin-bottom: 20px;
	border: none;
	border-radius: 10px;
	overflow: hidden;
}

.faq-accordion .accordion-item:last-child{
	margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-header .accordion-button{
	box-shadow: none;
	outline: 0;
	border: none;
	background: none;
	font-size: 16px;
	font-weight: 500;
	padding: 18px 20px;
	color: var(--dark-color);
}

.faq-accordion .accordion-item .accordion-button::after{
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url(../new-image/icon/tick.svg) no-repeat center center;
}

.faq-accordion .accordion-body{
	padding-top: 10px;
	color: var(--text-color);
}

.faq-accordion .accordion-body p:last-child{
	margin-bottom: 0;
}

/******************************************/
/**** 	21. Page Not Found Page css	   ****/
/******************************************/

.not-found-page{
	padding: 30px 0;
}

.page-not-found-box{
	text-align: center;
}

.page-not-found-box h2{
	font-size: 36px;
	margin-top: 40px;
	margin-bottom: 30px;
}

/******************************************/
/**** 	 	22. Agents page css	       ****/
/******************************************/

.agents-page{
	padding: 60px 0 0px;
}


.agents-page-1{
	padding: 0px 0 0px;
}

.agents-page .agent-item{
	margin-bottom: 40px;
}


.agents-page-1 .agent-item{
	margin-bottom: 40px;
}

/******************************************/
/****   	 23. Responsive css   	   ****/
/******************************************/

@media only screen and (max-width: 1360px){
	
	.hero .hero-section,
	.page-header{
		margin: 0 15px;
	}

	footer.footer{
		margin: 70px 15px 0;
	}
}

@media only screen and (max-width: 1024px){
	.main-menu ul li{
		margin-left: 18px;
	}
}

@media only screen and (max-width: 991px){
    #magic-cursor {
        display: none !important;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

    .section-title{
        margin-bottom: 40px;
    }

	.section-title h1,
	.section-title h2{
		font-size: 36px;
	}

    .main-menu ul li{
        margin: 0 10px;
    }

	header.main-header{
		border-radius: 20px;
	}

	header.main-header .header-sticky{
		padding: 20px 0;
	}

	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}

	.hero .hero-section{
		padding: 30px 0;
	}

	.hero.hero-slider .hero-section{
		padding: 0;
	}

	.hero-slider .hero-section .hero-slide{
		padding: 60px 20px;
	}

	.hero-slider .hero-carousel .hero-button-prev,
	.hero-slider .hero-carousel .hero-button-next{
		opacity: 1;
		width: 36px;
		height: 36px;
	}

	.hero-slider .hero-carousel .hero-button-prev{
		left: 10px;
	}

	.hero-slider .hero-carousel .hero-button-next{
		right: 10px;
	}

	.hero .hero-search-form-section{
		position: relative;
		bottom: 0;
		border: 1px solid var(--divider-color);
		border-radius: 20px;
		margin-top: 40px;
		padding: 30px 15px 15px 15px;
		background: var(--secondary-color);
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}

	.search-heading{
		display: block;
		margin-bottom: 20px;
	}

	.hero-search-form{
		padding: 0;
		background: transparent;
	}

	.hero-search-form .form-control{
		margin-bottom: 15px;
		background: var(--white-color);
	}

	.section-title h1{
		font-size: 36px;
	}

	.hero-content .section-title h1{
		font-size: 56px;
	}

	.property-types{
		padding: 30px 0;
	}

	.featured-property{
		padding: 30px 0;
	}

	.property-slider .swiper-pagination{
		margin-top: 30px;
	}

	.about-us{
		padding: 30px 0;
	}

	.about-images{
		margin-bottom: 30px;
	}

	.about-content{
		padding: 0;
	}

	.how-it-works{
		padding: 60px 0 30px;
	}

	.how-it-work-item{
		margin-bottom: 30px;	
	}

	.why-choose-us{
		padding: 60px 0 30px;
	}

	.why-choose-us-images{
		margin-bottom: 30px;
	}

	.infobar-cta{
		padding: 30px 0 60px;
	}

	.cta-content{
		text-align: center;
		margin-bottom: 30px;
	}

	.cta-button{
		text-align: center;
	}

	.cta-button .btn-default{
		margin: 0 4px;
	}

	.property-by-city{
		padding: 60px 0 30px;
	}

	.location-item{
		margin-bottom: 30px;
	}

	.latest-posts{
		padding: 60px 0 30px;
	}

	.post-item{
		margin-bottom: 30px;
	}

	.newsletter-box{
		padding: 30px 40px;
		margin-bottom: 50px;
	}

	.newsletter-title{
		text-align: center;
		margin-bottom: 30px;
	}
	
	.mega-footer{
		padding: 0 10px;
	}

	.footer-about{
		padding: 0;
		margin-bottom: 40px;
	}

	.footer-contact-info h3,
	.footer-quick-links h3,
	.footer-appointment h3{
		margin-bottom: 20px;
	}

	.footer-info-box{
		margin-bottom: 20px;
	}

	.footer-contact-info{
		margin-bottom: 40px;
		padding-right: 50px;
	}

	.footer-quick-links{
		margin-bottom: 40px;
	}

	footer.footer{
		padding-bottom: 50px;
	}

	.page-header{
		padding: 30px 0; 
	}

	.page-header-box h1{
		font-size: 36px;
	}

	.photo-gallery{
		padding: 60px 0 0;
	}

	.testimonial-slider{
		margin-left: -15px;
		margin-right: -15px;
	}

	.testimonials{
		padding: 30px 0;
	}

	.stat-counter{
		padding: 60px 0 30px;
	}

	.stat-counter-1{
		padding: 60px 0 30px;
	}
	.counter-item{
		margin-bottom: 30px;
	}

	.our-partners{
		padding: 60px 0 30px;
	}

	.client-logo{
		margin-bottom: 30px;
	}

	.our-agents{
		padding: 60px 0 30px;
	}

	.agent-item{
		margin-bottom: 30px;
	}

	.page-property-listing{
		padding: 30px 0;
	}

	.page-property-listing-home{
		padding: 30px 0;
	}

	.page-property-listing-dubai{
		padding: 90px 0;
	}

	.property-sidebar{
		padding: 0;
		margin-top: 40px;
	}

	.post-pagination{
		margin-top: 10px;
	}

	.page-property-single{
		padding: 30px 0;
	}

	.property-overview,
	.about-property,
	.property-amenities,
	.property-map-location{
		margin-top: 30px;
	}

	.porperty-single-sidebar{
		padding: 0;
		margin-top: 50px;
	}

	.property-inquiry-box{
		position: initial;
	}

	.blog-archive-page{
		padding: 30px 0;
	}

	.blog-single-page{
		padding: 60px 0 30px;
	}

	.post-sidebar{
		padding: 0;
		margin-top: 40px;
	}

	.post-social-sharing ul{
		text-align: left;
	}

	.search-box-widget,
	.category-box-widget,
	.recent-posts-widget{
		margin-bottom: 30px;
	}

	.realted-posts{
		padding: 30px 0 60px;
	}

	.contact-details{
		padding: 30px 0;
	}

	.contact-detail-item{
		padding: 30px 20px;
	}

	.contact-detail-item .icon-box{
		width: 70px;
		height: 70px;
		margin: 0 auto 20px;
	}

	.contact-detail-item .icon-box img{
		max-width: 40%;
	}

	.contact-inquiry-box{
		padding: 30px 0;
	}


	.contact-inquiry-box-1{
		padding: 30px 0;
	}

	.google-location-map{
		padding: 30px 0;
	}

	.faqs-page{
		padding: 30px 0;
	}

	
	.faqs-page-1{
		padding: 30px 0;
	}

	.not-found-page{
		padding: 30px 0;
	}

	.agents-page{
		padding: 60px 0 20px;
	}

	.agents-page-1{
		padding: 60px 0 20px;
	}
}

@media only screen and (max-width: 767px){
   
    .btn-default{
        padding: 10px 20px;
    }

	.btn-default.btn-border{
		padding: 8px 20px;
	}

	.section-title h1, .section-title h2{
		font-size: 26px;
	}

    header.main-header .header-sticky{
        padding: 20px 0;
    }

	header.main-header .header-sticky.active{
		padding: 10px 0;
	}

	.navbar-brand img{
		max-height: 40px;
		
	}

	.hero .hero-section{
		padding: 40px 0;
	}

	.hero-slider .hero-section .hero-slide{
		padding: 40px 20px 80px; 
	}

	.hero-slider .hero-carousel .hero-button-prev,
	.hero-slider .hero-carousel .hero-button-next{
		top: auto;
		bottom: 20px;
	}

	.hero-slider .hero-carousel .hero-button-prev{
		left: 38%;
	}

	.hero-slider .hero-carousel .hero-button-next{
		right: 38%;
	}

	.hero .hero-search-form-section{
		padding: 20px 5px;
	}

	.search-heading{
		display: block;
	}

	.section-title h1{
		font-size: 28px;
	}

	.hero-content .section-title h1{
		font-size: 28px;
	}

	.hero-content-footer{
		margin-top: 20px;
	}

	.btn-default{
		font-size: 14px;
	}

	.hero-content-footer .btn-default{
		margin: 0 4px;
	}

	.property-types{
		padding: 50px 0;
	}

	.property-type-item{
		text-align: center;
	}

	.property-type-item .icon-box{
		margin-left: auto;
		margin-right: auto;
	}

	.property-type-item h3{
		font-size: 20px;
	}

	.property-type-slider .swiper-pagination{
		margin-top: 20px;
	}

	.property-type-slider .swiper-pagination .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}

	.featured-property{
		padding: 50px 0;
	}

	.property-item .property-header .property-label{
		font-size: 14px;
	}

	.property-item .property-body h3{
		font-size: 20px;
	}

	.property-item .property-body{
		padding: 20px;
	}

	.property-item .property-footer{
		padding: 0 20px 20px;
	}

	.property-item .property-footer .property-price{
		font-size: 16px;
	}

	.about-us{
		padding: 50px 0;
	}

	.about-images{
		padding-top: 20px;
		padding-left: 40px;
		background-size: 100px auto;
	}

	.about-content{
		padding-top: 0;
	}

	.about-content-body ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.about-content-body ul li .icon-box{
		width: 36px;
		height: 36px;
	}

	.about-content-body ul li .icon-box img{
		max-width: 50%;
	}

	.about-content-body ul li span{
		font-size: 16px;
	}

	.about-content-body .btn-default{
		margin-top: 10px;
	}

	.how-it-works{
		padding: 50px 0 20px;
	}

	.how-it-work-item .icon-box{
		width: 60px;
		height: 60px;
	}

	.how-it-work-item .icon-box img{
		max-width: 50%;
	}

	.how-it-work-item h3{
		font-size: 20px;
	}

	.why-choose-us{
		padding: 50px 0 30px;
	}

	.why-choose-us-body ul li{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.exclusive-agents{
		padding: 20px;
	}

	.exclusive-agents h5{
		font-size: 16px;
	}

	.infobar-cta{
		padding: 30px 0 50px;
	}

	.infobar-box{
		padding: 30px 20px;
	}

	.cta-content h2{
		font-size: 26px;
		margin-bottom: 10px;
	}

	.property-by-city{
		padding: 50px 0 20px;
	}

	.location-item .location-content .location-header h3{
		font-size: 20px;
	}

	.latest-posts{
		padding: 50px 0 20px;
	}

	.post-item .post-body h3 a{
		font-size: 20px;
	}

	.newsletter-title{
		margin-bottom: 20px;
	}

	.newsletter-title h2{
		font-size: 26px;
	}

	.newsletter-box{
		padding: 20px 0px;
	}

	.newsletter-form .form-control{
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.newsletter-form .btn-default{
		border-radius: 5px;
	}

	.footer-contact-info h3,
	.footer-quick-links h3,
	.footer-appointment h3{
		font-size: 20px;
	}

	.footer-contact-info{
		padding: 0;
	}

	.footer-copyright{
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-policy-links{
		text-align: center;
	}

	.footer-policy-links ul li{
		margin-left: 10px;
		margin-right: 10px;
	}

	.page-header-box h1{
		font-size: 26px;
	}

	.photo-gallery{
		padding: 50px 0 0;
	}

	.testimonials{
		padding: 50px 0;
	}

	.testimonial-slider{
		margin-left: 0;
		margin-right: 0;
	}

	.testimonial-slider .swiper-pagination{
		margin-top: 0px;
	}

	.stat-counter{
		padding: 50px 0 20px;
	}

	.stat-counter-1{
		padding: 50px 0 20px;
	}

	.our-partners{
		padding: 50px 0 20px;
	}

	.client-logo{
		padding: 30px 20px;
	}

	.our-agents{
		padding: 50px 0 20px;
	}

	.agent-item .agent-header{
		margin-bottom: 20px;
	}

	.agent-item .agent-body h3{
		font-size: 20px;
	}

	.page-property-listing{
		padding: 50px 0;
	}
	.page-property-listing-home{
		padding: 50px 0;
	}

	.page-property-listing-dubai{
		padding: 90px 0;
	}

	.property-category-box{
		padding: 30px;
	}

	.property-category-box h3{
		font-size: 20px;
	}

	.need-help-box .need-help-content h3{
		font-size: 22px;
	}

	.page-property-single{
		padding: 50px 0;
	}

	.property-photos-slider .swiper-arrow-prev,
	.property-photos-slider .swiper-arrow-next{
		width: 40px;
		height: 40px;
	}

	.property-overview,
	.about-property,
	.property-amenities,
	.property-map-location{
		padding: 20px;
	}

	.property-single-subtitle{
		margin-bottom: 20px;
	}

	.property-single-subtitle h3{
		font-size: 26px;
	}

	.property-overview-box .property-overview-item{
		width: calc(50% - 15px);
	}

	.property-overview-box .property-overview-item:nth-of-type(3n + 3){
		margin-right: 30px;
	}

	.property-overview-box .property-overview-item:nth-of-type(2n + 2){
		margin-right: 0;
	}

	.property-overview-box .property-overview-item .icon-box{
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.property-overview-box .property-overview-item .icon-box img{
		max-width: 50%;
	}

	.property-overview-box .property-overview-item .property-overview-content{
		width: calc(100% - 50px);
	}

	.property-overview-box .property-overview-item .property-overview-content h3{
		font-size: 16px;
		margin-bottom: 2px;
	}

	.property-overview-box .property-overview-item .property-overview-content p{
		font-size: 14px;
	}

	.property-amenities-box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.property-info-box{
		padding: 30px;
	}

	.property-inquiry-box{
		padding: 30px;
	}

	.blog-archive-page{
		padding: 50px 0;
	}

	.blog-archive-page .post-item{
		margin-bottom: 30px;
	}

	.blog-single-page{
		padding: 50px 0 30px;
	}

	.post-entry{
		padding: 20px;
	}

	.post-entry blockquote{
		margin-left: 0;
	}

	.post-entry blockquote p{
		font-size: 16px;
	}

	.post-entry h1{
		font-size: 26px;
	}
	
	.post-entry h2{
		font-size: 24px;
	}
	
	.post-entry h3{
		font-size: 22px;
	}
	
	.post-entry h4{
		font-size: 20px;
	}
	
	.post-entry h5{
		font-size: 16px;
	}
	
	.post-entry h6{
		font-size: 14px;
	}

	.post-content .post-tags a{
		padding: 8px 10px;
	}

	.search-box-widget,
	.category-box-widget,
	.recent-posts-widget,
	.popular-tags-widget{
		padding: 30px;
	}

	.tag-clouds ul li a{
		padding: 8px 10px;
	}

	.realted-posts{
		padding: 30px 0 20px;			
	}

	.contact-details{
		padding: 50px 0 20px;
	}

	.contact-detail-item{
		margin-bottom: 30px;
	}

	.contact-detail-item h3{
		font-size: 20px;
	}

	.contact-inquiry-box,
	.google-location-map{
		padding: 50px 0;
	}



	.contact-inquiry-box-1{
			padding: 50px 0;

	}

	.faqs-page{
		padding: 50px 0;
	}


	.faqs-page-1{
		padding: 50px 0;
	}

	.faq-accordion .accordion-item .accordion-header .accordion-button{
		font-size: 16px;
	}

	.not-found-page{
		padding: 50px 0;
	}

	.page-not-found-box h2{
		font-size: 22px;
	}

	.agents-page{
		padding: 50px 0 10px;
	}


	.agents-page-1{
		padding: 50px 0 10px;
	}
}








.top-bar{
    background:#224486;
    color:#fff;
    font-size:16px;
    padding:10px 0;
}

.top-bar-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.top-left{
    display:flex;
    align-items:center;
    gap:12px;
}

.top-left a{
    color:#fff;
    text-decoration:none;
}

.top-left a:hover{
    opacity:.8;
}

.top-right{
    display:flex;
    align-items:center;
    gap:12px;
}

.top-right a{
    width:34px;
    height:34px;
    border:1px solid rgba(255,255,255,.4);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.top-right a:hover{
    background:#fff;
}

.top-right a:hover svg{
    fill:#224486;
}

.top-right svg{
    transition:.3s;
}

@media(max-width:767px){

    .top-bar-inner{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

    .top-left{
        flex-direction:column;
        gap:5px;
    }
}






	.why-choose-uss{
    padding:30px 0;
	background-color: #F6F8FF;
    
}

.why-choose-uss .container{
    max-width:1320px;
    margin:auto;
}

.cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.card{
    background:#fff;
    border-radius:18px;
    padding:38px 34px;
    border:1px solid #edf1f7;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
    transition:.35s;
}

.card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.icon{
    width:52px;
    height:52px;
    border-radius:12px;
    background:#eef6ff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0d5db8;
    font-size:20px;
    margin-bottom:30px;
}

.card h3{
    font-size:20px;
    color:#646262 !important;
    font-weight:700;
    margin-bottom:18px;
    font-family:Georgia,serif;
}

.card p{
    font-size:15px;
    color:#646262;
    line-height:1.5;
    margin-bottom:28px;
}

.card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.card ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:16px;
    color:#1f2c46;
    font-size:16px;
}

.card ul li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:10px;
    height:10px;
    border:2px solid #0d5db8;
    border-radius:50%;
    background:#fff;
}

@media(max-width:991px){

.cards{
grid-template-columns:1fr;
}

.card{
padding:30px;
}

.card h3{
font-size:26px;
}

}






.partner-section{
    padding:30px 0;
    overflow:hidden;
}

.container{
    width:100%;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    color:#224486;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-title h2{
    font-size:42px;
    color:#0b2b5c;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:28px;
}

.partner-slider{
    overflow:hidden;
    width:100%;
}

.partner-track{
    display:flex;
    gap:30px;
    transition:transform .5s ease;
}

.partner-card{
    flex:0 0 calc((100% - 90px) / 4);
}

.partner-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.partner-logo{

    height:190px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-bottom:1px solid #edf1f7;

    padding:35px;

    background:#fff;

}

.partner-logo img{

    width:170px;

    max-width:100%;

    max-height:90px;

    object-fit:contain;

}

.partner-content{

    padding:28px;

}

.partner-content h3{

    font-size:22px;

    color:#0b2b5c;

    margin-bottom:18px;

}

.partner-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #224486;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    background: no-repeat;
}

.partner-content a span{

    transition:.3s;

}

.partner-content a:hover span{

    transform:translateX(6px);

}

.partner-content a:hover{

    color:#004fa3;

}

/* Tablet */



@media (max-width:991px){

.partner-card{
    flex:0 0 calc((100% - 30px) / 2);
}



.section-title h2{

font-size:34px;

}

}

/* Mobile */

@media(max-width:767px){

.partner-track{
    gap:0;
}

.partner-card{
    flex:0 0 100%;
}

.section-title h2{

font-size:28px;

}

.partner-logo{

height:150px;

padding:25px;

}

.partner-content{

padding:22px;

}

}





    

.footer-info-box{
    display:flex;
    align-items:flex-start;
    gap:6px;
}

.info-icon{
    width:52px;
    height:52px;
    min-width:52px;
    background:#eef5ff;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.info-content h4{
    margin:0 0 10px;
    font-size:20px;
    font-weight:700;
    color:#111;
}

.info-content p {
    margin: 0;
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

@media(max-width:991px){
    .footer-info-box{
        margin-bottom:25px;
    }
}
    



/* Hide Top Bar on Mobile */
@media (max-width: 767px) {
    .top-bar{
        display: none !important;
    }
}


.disclaimer{
	color: #fff !important
}




        .footer-copyright-links{
    background: #224486;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 20px 0;
}

.footer-copyright p{
    color: #fff;
    margin: 0;
}

.footer-policy-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-policy-links ul li a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-policy-links ul li a:hover{
    color: #f5f5f5;
}

/* Mobile */
@media (max-width: 767px){

    .footer-copyright{
        text-align: center;
        margin-bottom: 12px;
    }

    .footer-policy-links ul{
        justify-content: center;
        flex-wrap: wrap;
    }

}
  





    /* WhatsApp Sticky Button */

.whatsapp-btn{
    position:fixed;
    bottom:25px;
    right:25px;
    width:60px;
    height:60px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
    z-index:99999;
    text-decoration:none;
    transition:.3s;
    animation:whatsappPulse 1.8s infinite;
}

.whatsapp-btn:hover{
    transform:scale(1.1);
    background:#20ba5a;
}

@keyframes whatsappPulse{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.6);
    }

    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

@media(max-width:767px){

.whatsapp-btn{

width:55px;
height:55px;
right:15px;
bottom:20px;

}

.whatsapp-btn svg{

width:24px;
height:24px;

}

}

/* Sticky Call Button */

.call-btn{
    position:fixed;
    left:25px;
    bottom:25px;
    width:60px;
    height:60px;
    background:#224486;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    z-index:99999;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
    transition:.3s;
    animation:callPulse 1.8s infinite;
}

.call-btn:hover{
    background:#0d5ea9;
    transform:scale(1.1);
}

@keyframes callPulse{

    0%{
        box-shadow:0 0 0 0 rgba(23,115,198,.6);
    }

    70%{
        box-shadow:0 0 0 18px rgba(23,115,198,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(23,115,198,0);
    }

}

/* Mobile */

@media(max-width:767px){

.call-btn{
    left:15px;
    bottom:20px;
    width:55px;
    height:55px;
}

.call-btn svg{
    width:22px;
    height:22px;
}

}





	/*==============================
    Callback Popup CSS
==============================*/

.callback-overlay{

    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:rgba(0,0,0,.65);

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:999999;

    opacity:0;
    visibility:hidden;

    transition:.4s;

    backdrop-filter:blur(5px);

}
.popup-head{
	color: #fff !important;
}

.callback-overlay.active{

    opacity:1;
    visibility:visible;

}

.callback-popup{

    width:900px;
    max-width:95%;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    display:flex;

    box-shadow:0 20px 60px rgba(0,0,0,.25);

    position:relative;

    animation:popupScale .4s ease;

}

@keyframes popupScale{

    from{

        transform:scale(.8);
        opacity:0;

    }

    to{

        transform:scale(1);
        opacity:1;

    }

}

.popup-close{

    position:absolute;

    right:18px;
    top:18px;

    width:40px;
    height:40px;

    border:none;

    background:#224486;

    color:#fff;

    border-radius:50%;

    font-size:24px;

    cursor:pointer;

    transition:.3s;

    z-index:10;

}

.popup-close:hover{

    transform:rotate(90deg);

    background:#0f5ea3;

}

.popup-left{

    width:45%;

    background:linear-gradient(135deg,#224486,#0b5aa0);

    color:#fff;

    padding:55px 40px;

}

.popup-tag{

    display:inline-block;

    background:rgba(255,255,255,.15);

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    margin-bottom:25px;

}

.popup-left h2{

    font-size:34px;

    line-height:45px;

    margin-bottom:20px;

}

.popup-left p{

    line-height:28px;

    opacity:.95;

    margin-bottom:30px;

}

.popup-left ul{

    margin:0;
    padding:0;

    list-style:none;

}

.popup-left ul li{

    margin-bottom:18px;

    font-size:16px;

}

.popup-right{

    width:55%;

    padding:55px 45px;

}

.popup-right h3{

    font-size:30px;

    color:#224486;

    margin-bottom:30px;

}

.form-group{

    margin-bottom:20px;

}

.form-group input,
.form-group select{

    width:100%;

    height:55px;

    border:1px solid #ddd;

    border-radius:10px;

    padding:0 18px;

    outline:none;

    font-size:15px;

    transition:.3s;

}

.form-group input:focus,
.form-group select:focus{

    border-color:#224486;

    box-shadow:0 0 0 4px rgba(23,115,198,.12);

}

.callback-submit{

    width:100%;

    height:56px;

    background:#224486;

    border:none;

    border-radius:10px;

    color:#fff;

    font-size:17px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

}

.callback-submit:hover{

    background:#0f5ea3;

}

/*==============================
        Mobile
==============================*/

@media(max-width:991px){

.callback-popup{

flex-direction:column;

}

.popup-left,
.popup-right{

width:100%;

}

.popup-left{

padding:40px 30px;

}

.popup-right{

padding:35px 25px;

}

.popup-left h2{

font-size:28px;
line-height:38px;

}

.popup-right h3{

font-size:24px;

}

}

@media(max-width:576px){

.popup-left{

display:none;

}

.popup-right{

width:100%;

padding:30px 20px;

}

.popup-right h3{

font-size:22px;
text-align:center;

}

.popup-close{

right:10px;
top:10px;

width:35px;
height:35px;

font-size:20px;

}

}





	/*==========================
      EMI Calculator
==========================*/

.emi-btn{

    position:fixed;
    right:25px;
    bottom:100px;

    width:60px;
    height:60px;

    background:#224486;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;

    color:#fff;

    cursor:pointer;

    z-index:99998;

    box-shadow:0 10px 30px rgba(0,0,0,.2);

    transition:.3s;

    font-size:11px;
    font-weight:600;

}

.emi-btn svg{

    margin-bottom:3px;

}

.emi-btn:hover{

    transform:scale(1.08);

    background:#0d63b0;

}

/* Overlay */

.emi-overlay{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    opacity:0;

    visibility:hidden;

    transition:.4s;

    z-index:99998;

}

.emi-overlay.active{

    opacity:1;

    visibility:visible;

}

/* Drawer */

.emi-drawer{

    position:fixed;

    top:0;

    right:-420px;

    width:400px;

    height:100vh;

    background:#fff;

    z-index:99999;

    box-shadow:-10px 0 40px rgba(0,0,0,.15);

    transition:.45s ease;

    overflow-y:auto;

}

.emi-drawer.active{

    right:0;

}

/* Header */

.emi-header{

    background:#224486;

    color:#fff;

    padding:22px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.emi-header h3{

    margin:0;

    font-size:22px;

}

.emi-header button{

    width:40px;

    height:40px;

    border:none;

    border-radius:50%;

    background:#fff;

    color:#224486;

    font-size:24px;

    cursor:pointer;

}

/* Body */

.emi-body{

    padding:25px;

}

.emi-group{

    margin-bottom:20px;

}

.emi-group label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

    color:#333;

}

.emi-group input{

    width:100%;

    height:50px;

    border:1px solid #ddd;

    border-radius:8px;

    padding:0 15px;

    outline:none;

    font-size:15px;

    transition:.3s;

}

.emi-group input:focus{

    border-color:#224486;

    box-shadow:0 0 0 3px rgba(23,115,198,.15);

}

/* Button */

.emi-calculate{

    width:100%;

    height:52px;

    border:none;

    background:#224486;

    color:#fff;

    font-size:16px;

    font-weight:600;

    border-radius:8px;

    cursor:pointer;

    transition:.3s;

}

.emi-calculate:hover{

    background:#0f5ea3;

}

/* Result */

.emi-result{

    margin-top:25px;

}

.emi-box{

    background:#f7f9fc;

    border-left:4px solid #224486;

    border-radius:8px;

    padding:16px;

    margin-bottom:15px;

}

.emi-box span{

    display:block;

    color:#777;

    font-size:14px;

    margin-bottom:6px;

}

.emi-box h4{

    margin:0;

    color:#224486;

    font-size:22px;

}

/* Mobile */

@media(max-width:576px){

.emi-btn{

    right:15px;
    bottom:90px;

    width:55px;
    height:55px;

}

.emi-btn span{

    font-size:10px;

}

.emi-drawer{

    width:100%;

    right:-100%;

}

}







    /* Header Layout */


    @media (max-width:991px){

.header-flex{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    position:relative;
}

/* Logo */
.navbar-brand{
    margin-right:0px !important;
    padding:0;
    flex:0 0 auto;
}

.navbar-brand img{
    width:110px;
    height:auto;
    display:block;
}

/* Projects */
.projects-wrapper{
    margin:0;
    flex:0 0 auto;
}

.projects-link{
    display:flex;
    align-items:center;
    gap:4px;
    padding:0;
    color:#000;
    font-size:14px;
    line-height:1;
}

.projects-link span{
    font-size:14px;
}

.project-arrow{
    width:8px;
    height:6px;
}

/* Toggle ko right side bhejo */
.navbar-toggle{
    margin-left:auto;
}

/* Desktop Menu Hide */
.main-menu{
    display:none;
}

/* Mega Menu */
.mega-menu{
    top:40px;
    left:0;
    width:290px;
    padding:15px;
}

.location-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.location-box{
    height:90px;
}

.location-box svg{
    width:30px;
    height:30px;
}

.location-box h4{
    font-size:13px;
}

}



    .location-box svg{

    width:45px;
    height:45px;

    fill:none !important;

    stroke:#2f63c7;

    stroke-width:2;

    stroke-linecap:round;

    stroke-linejoin:round;

    margin-bottom:10px;

}


.location-box:hover svg{

    stroke:#142d5c;

}



    .projects-link{

    display:flex;
    align-items:center;
    gap:6px;

    font-size:16px;
    font-weight:500;

    color:#fff;

    cursor:pointer;

}


.project-arrow{

    width:10px;
    height:7px;

    fill:none;

    stroke:#000;

    stroke-width:2;

    stroke-linecap:round;

    stroke-linejoin:round;

}


@media(max-width:991px){

    .projects-link{

        font-size:16px;

        gap:4px;

    }



    .projects-wrapper {
    margin-left: -20px !important;
    margin-right: 0;
}


    .project-arrow{

        width:8px;

        height:6px;

    }

}

.header-flex{

    display:flex;
    align-items:center;

}



.navbar-brand{

    margin-right:25px !important;

}



.projects-wrapper{

    position:relative;

    margin-right:0px;

}



.projects-link{

    color:#000;

    font-size:16px;

    font-weight:500;

    cursor:pointer;

    padding:20px 0;

}



.projects-link span{

    font-size:16px;

}




/* Mega Menu */

.mega-menu{


    position:absolute;

    top:55px;

    left:-50px;


    width:600px;

    background:#fff;


    padding:25px;


    border-radius:12px;


    box-shadow:0 15px 40px rgba(0,0,0,.18);


    opacity:0;

    visibility:hidden;


    transform:translateY(20px);


    transition:.3s ease;


    z-index:99999;


}



.projects-wrapper:hover .mega-menu{


    opacity:1;

    visibility:visible;


    transform:translateY(0);


}



.mega-menu h3{


    margin:0 0 20px;


    color:#152b59;


    font-size:22px;


}




.location-grid{


    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;


}



.location-grid a{

    text-decoration:none;

}



.location-box{


    height:120px;


    background:#fafafa;


    border:1px solid #ddd;


    border-radius:12px;


    display:flex;


    flex-direction:column;


    justify-content:center;


    align-items:center;


    transition:.3s;


}




.location-box:hover{


    border-color:#1c4da1;

    transform:translateY(-5px);


}



.location-box .icon{


    font-size:35px;


}



.location-box h4{


    margin-top:10px;


    color:#333;

    font-size:16px;


}



/* Mobile Responsive Header */

@media (max-width: 991px){

    .header-flex{
        display:flex;
        align-items:center;
        justify-content:flex-start;
    }


    .projects-wrapper {
    margin-left: -20px !important;
    margin-right: 0;
}


    /* Logo size mobile */
    .navbar-brand img{
        width:110px;
        height:auto;
    }


    /* Projects logo ke bagal me */
    .projects-wrapper{

        margin-left:-20px !important;
        margin-right:0;

    }


    .projects-link{

        font-size:13px;
        padding:10px 0;

        color:#000;

        white-space:nowrap;

    }


    .projects-link span{

        font-size:10px;

    }



    /* Mobile mega menu */

    .mega-menu{

        position:absolute;

        top:45px;

        left:-20px;

        width:290px;

        padding:15px;

    }



    .mega-menu h3{

        font-size:17px;

    }



    .location-grid{

        grid-template-columns:repeat(2,1fr);

        gap:10px;

    }



    .location-box{

        height:90px;

    }



    .location-box svg{

        width:30px;

        height:30px;

        margin-bottom:5px;

    }



    .location-box h4{

        font-size:13px;

    }



    /* Hide desktop menu mobile me */
    .main-menu{

        display:none;

    }


}


@media(max-width:991px){

    .mega-menu.show{

        opacity:1;

        visibility:visible;

        transform:translateY(0);

    }

}




a{
    text-decoration:none;
}
/* 
img{
    width:100%;
    display:block;
} */

button,
select{
    outline:none;
    border:none;
    font-family:inherit;
}

/*=========================
Hero Section
==========================*/

.hero{
    width:100%;
    height:595px;
    position:relative;
    overflow:hidden;
    background:#000;
}

/*=========================
Slider
==========================*/

.slider{
    width:100%;
    height:100%;
    position:absolute;
    inset:0;
}

.slide{
    position:absolute;
    width:100%;
    height:100%;
    inset:0;
    opacity:0;
    transition:opacity .8s ease;
}

.slide.active{
    opacity:1;
    z-index:2;
}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/*=========================
Overlay
==========================*/

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(5,26,60,.82) 0%,
        rgba(5,26,60,.72) 30%,
        rgba(0,0,0,.30) 65%,
        rgba(0,0,0,.45) 100%
    );
    z-index:3;
}

/*=========================
Content
==========================*/

.hero-content{
    width:100%;
    max-width:1280px;
    height:100%;
    margin:auto;
    position:relative;
    z-index:5;
}

/*=========================
Heading
==========================*/

.left-content{
    position:absolute;
    top:180px;
    left:40px;
    width:610px;
}

.heading-box{
    position:relative;
}

.top-line,
.bottom-line{
    display:block;
    width:100%;
    height:1px;
    background:rgba(255,255,255,.45);
}

.top-line{
    margin-bottom:18px;
}

.bottom-line{
    margin-top:18px;
}

#slider-title{
    color:#fff;
    font-size:46px;
    line-height:68px;
    font-weight:700;
    max-width:880px;
    transition:.5s;
	text-align: left !important;
}

/*=========================
Search Form
==========================*/

.search-wrapper{
    position:absolute;
    left:50%;
    bottom:82px;
    transform:translateX(-50%);
}

.search-wrapper form{
    display:flex;
    align-items:center;
}

.field{
    width:230px;
    height:56px;
    background:#fff;
    border-right:1px solid #ddd;
}

.field select{
    width:100%;
    height:100%;
    padding:0 20px;
    font-size:16px;
    color:#555;
    cursor:pointer;
    background:#fff;
}

.field:last-child{
    border-right:none;
}

.search-btn{
    width:62px;
    height:56px;
    background:#224486;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.35s;
}

.search-btn:hover{
    background:#bb1d1d;
}

.search-btn svg{
    width:22px;
    height:22px;
}

/*=========================
Dots
==========================*/

.slider-dots{
    position:absolute;
    left:50%;
    bottom:28px;
    transform:translateX(-50%);
    display:flex;
    gap:12px;
}

.dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#fff;
    opacity:.5;
    cursor:pointer;
    transition:.3s;
}

.dot.active{
    opacity:1;
    background:#d92b2b;
    box-shadow:0 0 0 4px rgba(255,255,255,.25);
}


/*=========================================
Heading Animation
=========================================*/

#slider-title{
    opacity:1;
    transform:translateY(0);
    transition:opacity .6s ease,
               transform .6s ease;
}

#slider-title.hide{
    opacity:0;
    transform:translateY(35px);
}

/*=========================================
Slide Animation
=========================================*/

.slide img{
    transform:scale(1);
    transition:transform 7s linear;
}

.slide.active img{
    transform:scale(1.08);
}

/*=========================================
Select Style
=========================================*/

.field{
    position:relative;
}

.field::after{

    content:"";

    position:absolute;

    right:18px;

    top:50%;

    width:10px;

    height:10px;

    border-right:2px solid #666;

    border-bottom:2px solid #666;

    transform:translateY(-70%) rotate(45deg);

    pointer-events:none;

}

.field select{

    appearance:none;

    -webkit-appearance:none;

    -moz-appearance:none;

    padding-right:45px;

}



@media (max-width: 767px) {
    .field select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 100px;
    }
}

/*=========================================
Focus
=========================================*/

.field select:focus{

    color:#000;

}

.search-btn:focus{

    outline:none;

}

/*=========================================
Hover
=========================================*/

.field:hover{

    background:#fafafa;

}

/*=========================================
Responsive
=========================================*/

@media(max-width:1200px){

.hero{

height:650px;

}

.left-content{

left:30px;

width:520px;

}

#slider-title{

font-size:46px;

line-height:58px;

}

.search-wrapper{

width:95%;

}

.search-wrapper form{

width:100%;

}

.field{

flex:1;

width:auto;

}

}

@media(max-width:991px){

.hero{

height:760px;

}

.left-content{

position:relative;

top:120px;

left:25px;

width:90%;

}

#slider-title{

font-size:42px;

line-height:54px;

}

.search-wrapper{

left:50%;

bottom:90px;

width:92%;

}

.search-wrapper form{

display:flex;

flex-wrap:wrap;

gap:12px;

}

.field{

width:calc(50% - 6px);

border:none;

}

.search-btn{

width:100%;

height:56px;

}

.slider-dots{

bottom:25px;

}

}

@media(max-width:768px){

.hero{

height:820px;

}

.left-content{

top:90px;

left:20px;

}

#slider-title{

font-size:34px;

line-height:46px;

}

.field{

width:100%;

}

.search-wrapper{

bottom:70px;

}

.top-line,

.bottom-line{

width:90%;

}

}

@media(max-width:480px){

.hero{

height:520px;

}

.left-content{

left:15px;

top:70px;

}

#slider-title{

font-size:28px;

line-height:40px;

}

.search-wrapper{

width:94%;

bottom:55px;

}

.slider-dots{

gap:10px;

bottom:20px;

}

.dot{

width:9px;

height:9px;

}

}







.property-category{

    padding:30px 0;

}



/*==========================
Heading
===========================*/







/*==========================
Grid
===========================*/

.category-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:24px;

}

/*==========================
Card
===========================*/

.category-card{

    position:relative;

    overflow:hidden;

    height:160px;

    display:block;

    background:#000;

}

.category-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:1s;

}

/*==========================
Overlay
===========================*/

.category-card .overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.38);

    transition:.4s;

}

/*==========================
Content
===========================*/

.category-card .content{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:100%;

    text-align:center;

    padding:0 15px;

    z-index:5;

}

.category-card h3{

    color:#fff;

    font-size:18px;

    font-weight:500;

    line-height:1.4;

    transition:.4s;

}

/*==========================
Hover
===========================*/

.category-card:hover img{

    transform:scale(1.12);

}

.category-card:hover .overlay{

    background:rgba(0,0,0,.18);

}

.category-card:hover h3{

    transform:translateY(-3px);

}

/*==========================
Smooth Animation
===========================*/

.category-card,
.category-card img,
.category-card h3,
.category-card .overlay{

    transition:all .45s ease;

}


/*====================================
Premium Hover Effects
=====================================*/

.category-card::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:60%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.20),
        transparent
    );

    transform:skewX(-25deg);

    transition:1s;

    z-index:3;

}

.category-card:hover::before{

    left:150%;

}

.category-card::after{

    content:"";

    position:absolute;

    inset:0;

    border:3px solid rgba(255,255,255,.85);

    opacity:0;

    transform:scale(.88);

    transition:.45s;

    z-index:4;

}

.category-card:hover::after{

    opacity:1;

    transform:scale(.94);

}

.category-card:hover{

    box-shadow:0 20px 45px rgba(0,0,0,.20);

}

/*====================================
Responsive
=====================================*/

@media(max-width:1200px){

.category-grid{

grid-template-columns:repeat(4,1fr);

gap:20px;

}

.category-card{

height:170px;

}

}

@media(max-width:992px){





.category-grid{

grid-template-columns:repeat(3,1fr);

gap:18px;

}

.category-card{

height:180px;

}

}

@media(max-width:768px){

.property-category{

padding:60px 0;

}







.category-grid{

grid-template-columns:repeat(2,1fr);

gap:15px;

}

.category-card{

height:170px;

}

.category-card h3{

font-size:20px;

}

}

@media(max-width:576px){

.container{

padding:0 15px;

}

.category-grid{

grid-template-columns:1fr;

gap:18px;

}

.category-card{

height:220px;

}





.category-card h3{

font-size:22px;

}

}

/*====================================
Smooth Animation
=====================================*/

.category-card,
.category-card img,
.category-card::before,
.category-card::after,
.category-card .overlay,
.category-card h3{

transition:all .45s ease;

}

.category-card:hover img{

transform:scale(1.10);

}

.category-card:hover .overlay{

background:rgba(0,0,0,.18);

}


.submenu-white .nav-link{
    color:#fff !important;
}

.slicknav_nav .slicknav_row, .slicknav_nav li a:hover{
    
    color:#000!important;
    background:none;
}
.review-grid-section{
    padding:50px 0;
    background:#f8f9fc;
    padding-bottom: 180px;
}

.review-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
 
}

.review-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    display:flex;
    flex-direction:column;
    height:100%;
}

.review-box:hover{
    transform:translateY(-8px);
}

.review-stars{
    margin-bottom:20px;
}

.review-stars img{
    width:120px;
}

.review-text{
    flex:1;
}

.review-text p{
    color:#555;
    line-height:1.9;
    font-size:16px;
    margin-bottom:0px;
}

.review-user{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid #eee;
    padding-top:25px;
}

.review-user-info h3{
    font-size:20px;
    color:#222;
    margin:0;
    font-weight:700;
}

.review-user-info span{
    color:#777;
    font-size:15px;
}

.review-user-img img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
}

@media(max-width:991px){

.review-grid{
grid-template-columns:1fr;
}

}

@media(max-width:576px){

.review-box{
padding:25px;
}

.review-user{
flex-direction:column-reverse;
text-align:center;
gap:15px;
}

.review-user-img img{
width:65px;
height:65px;
}

}

 .partner-directory-section{
    padding:50px 0;
    background:#fff;
    margin-bottom: 120px;
}

.developer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
  
}

.developer-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid #eee;
}

.developer-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.developer-logo{
    height:180px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px;
    background:#f8f9fb;
}

.developer-logo img{
    max-width:100%;
    max-height:90px;
    object-fit:contain;
}

.developer-content{
    padding:25px;
    text-align:center;
}

.developer-content h3{
    font-size:20px;
    font-weight:700;
    margin-bottom:18px;
    color:#222;
}

.developer-content a{
    color:#224486;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.developer-content a span{
    margin-left:6px;
    transition:.3s;
}

.developer-content a:hover span{
    margin-left:12px;
}

@media(max-width:1199px){

.developer-grid{
grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:991px){

.developer-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.developer-grid{
grid-template-columns:1fr;
gap:20px;
}

.developer-logo{
height:150px;
}

}










  
        .disclaimer-section{
    padding:50px 0;
    background:#f8f9fc;
	padding-bottom: 150px;
}

.disclaimer-wrapper{
    max-width:1000px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.disclaimer-date{
    color:#777;
    margin-top:10px;
    margin-bottom:0;
}

.disclaimer-box{
    margin-bottom:40px;
    padding-bottom:30px;
    border-bottom:1px solid #e9edf3;
}

.disclaimer-box:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}

.disclaimer-box h3{
    font-size:24px;
    color:#224486;
    margin-bottom:18px;
    font-weight:700;
}

.disclaimer-box p{
    color:#555;
    line-height:1.9;
    margin-bottom:15px;
    text-align:justify;
}

.disclaimer-box ul{
    margin:0;
    padding-left:20px;
}

.disclaimer-box ul li{
    margin-bottom:10px;
    line-height:1.8;
    color:#555;
}

.disclaimer-box strong{
    color:#222;
}

@media(max-width:767px){

.disclaimer-section{
    padding:70px 0;
}

.disclaimer-wrapper{
    padding:30px 20px;
}

.disclaimer-box h3{
    font-size:20px;
}

}



    .developer-highlight{
    padding:50px 0;
    background:#f7f9fc;
}

.developer-content{
    max-width:520px;
}

.developer-tag{
    display:block;
    color:#224486;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.developer-content h2{
    font-size:40px;
    font-weight:700;
    color:#1d2741;
    margin-bottom:20px;
    line-height:1.1;
}

.developer-line{
    width:55px;
    height:4px;
    background: #224486;
    border-radius:30px;
    margin-bottom:30px;
}

.developer-text{
    border-left:2px solid #bfd4ef;
    padding-left:22px;
}

.developer-text p{
    margin:0;
    color:#667085;
    font-size:16px;
    line-height:1.9;
    font-style:italic;
}

.developer-logo-card{
    width:350px;
    height:350px;
    margin-left:auto;
    background:#fff;
    border-radius:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 30px 60px rgba(0,0,0,.12);
}

.developer-logo-card img{
    max-width:170px;
    width:100%;
}

@media(max-width:991px){

.developer-highlight{
    padding:70px 0;
}

.developer-content{
    max-width:100%;
    margin-bottom:50px;
}

.developer-content h2{
    font-size:42px;
}

.developer-text p{
    font-size:18px;
}

.developer-logo-card{
    width:100%;
    height:280px;
    margin:auto;
}

.developer-logo-card img{
    max-width:150px;
}

}

   





    .company-stats{
    background:#f3f3f3;
    padding:50px 0;
}

.stat-box{
    text-align:center;
    padding:20px 30px;
    border-right:1px solid #dfe6ef;
    height:100%;
}

.stat-label{
    display:block;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:11px;
    color:#7d8796;
    font-weight:700;
    margin-bottom:18px;
}

.stat-box h2{
    font-size:24px;
    line-height:1.25;
    color:#224486;
    font-weight:700;
    margin:0;
}

.stat-box:last-child{
    border-right:none;
}

@media(max-width:991px){

.stat-box{
    border-right:none;
    border-bottom:1px solid #dfe6ef;
    padding:35px 20px;
}

.border-0{
    border-bottom:none !important;
}

.stat-box h2{
    font-size:34px;
}

}

@media(max-width:576px){

.company-stats{
    padding:50px 0;
}

.stat-box h2{
    font-size:28px;
}

.stat-label{
    font-size:10px;
    letter-spacing:2px;
}

}

    .legacy-section{
    padding:50px 0;
    background:#f7f9fc;
    padding-bottom:170px;
}

.legacy-wrapper{
    text-align:center;
}

.legacy-subtitle{
    display:block;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:11px;
    color:#8b93a4;
    font-weight:700;
    margin-bottom:35px;
}

.legacy-content{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:12px;
    text-align:left;
}

.drop-cap{
    font-size:54px;
    line-height:1;
    color:#224486;
    font-family:Georgia, serif;
    margin-top:-6px;
}

.legacy-content p{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:#505c6d;
}

.legacy-divider{
    width:100%;
    height:1px;
    background:#e5e8ee;
    margin:70px 0 35px;
}

.legacy-back{
    text-align:center;
}

.legacy-back a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#263547;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
    transition:.3s;
}

.legacy-back a:hover{
    color:#0b5fb8;
}

.legacy-back svg{
    width:16px;
    height:16px;
}

@media(max-width:991px){

.legacy-section{
    padding:70px 0;
}

.legacy-content{
    display:block;
    text-align:center;
}

.drop-cap{
    display:block;
    margin-bottom:15px;
}

.legacy-content p{
    font-size:20px;
}

.legacy-divider{
    margin:50px 0 30px;
}

}

@media(max-width:576px){

.legacy-content p{
    font-size:18px;
    line-height:1.7;
}

.drop-cap{
    font-size:44px;
}

.legacy-back a{
    letter-spacing:2px;
    font-size:11px;
}

}



    .ps-project-section {
    padding: 50px 20px;
    background: #ffffff;
    padding-bottom: 150px !important;
}

.ps-box {
    max-width: 950px;
    margin: 0 auto;
    padding: 60px 40px;
    background: #eef4fb;
    border: 1px solid #d7e5f3;
    border-radius: 35px;
    text-align: center;
}

.ps-box h2 {
    margin: 0 0 20px;

    font-weight: 700;
 
    line-height: 1.3;
}

.ps-box p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;

}

/* Tablet */
@media (max-width: 991px) {
    .ps-box {
        padding: 50px 30px;
    }

    .ps-box h2 {
        font-size: 34px;
    }

    .ps-box p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ps-project-section {
        padding: 50px 15px;
    }

    .ps-box {
        padding: 35px 20px;
        border-radius: 20px;
    }

    .ps-box h2 {
        font-size: 26px;
    }

    .ps-box p {
        font-size: 15px;
        line-height: 1.7;
    }
}




	.property-types-section{
    padding:50px 0;
    background: #F6F8FF;
}

.property-types-section .container{
    max-width:1350px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 60px;
}

.section-heading span{
    color:#224486;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-heading h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
}

.section-heading p{
    color:#666;
    line-height:1.8;
}

.property-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.property-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    transition:.35s;
    border:1px solid #ececec;
}

.property-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.property-icon{
    width:65px;
    height:65px;
    border-radius:14px;
    background:#224486;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.property-icon svg{
    width:32px;
    height:32px;
    color:#fff;
}

.property-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
}

.property-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.property-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.property-card ul li{
    padding:8px 0;
    color:#444;
    position:relative;
    padding-left:22px;
}

.property-card ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#224486;
    font-weight:700;
}

.property-btn{
    display:inline-block;
    margin-top:25px;
    padding:12px 28px;
    background:#224486;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    transition:.3s;
}

.property-btn:hover{
    background:#111;
}

@media(max-width:991px){

.property-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-heading h2{
    font-size:34px;
}

}

@media(max-width:767px){

.property-grid{
    grid-template-columns:1fr;
}

.property-card{
    padding:25px;
}

.section-heading h2{
    font-size:28px;
}

}


	.property-video-section{
    padding:40px 0;
    background:#fff;
}


	.property-video-section-1{
    padding-top:40px;
	padding-bottom: 180px;
    background:#fff;
}

.property-video-section .container{
    max-width:1350px;
    margin:auto;
    padding:0 15px;
}



.property-video-section-1 .container{
    max-width:1350px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 50px;
}

.section-heading span{
    color:#224486;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
}

.section-heading h2{
    font-size:42px;
    margin:12px 0;
    color:#222;
}

.section-heading p{
    color:#666;
    line-height:1.8;
}

.video-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.video-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.video-card:hover{
    transform:translateY(-8px);
}

.video-card video{
    width:100%;
    display:block;
    aspect-ratio:2/2;
    object-fit:cover;
    background:#000;
}

.video-content{
    padding:18px;
}

.video-content h4{
    margin:0 0 8px;
    font-size:20px;
    color:#222;
}

.video-content p{
    margin:0;
    color:#666;
    font-size:14px;
}

/* Tablet */
@media(max-width:991px){

.video-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-heading h2{
    font-size:34px;
}

}

/* Mobile */
@media(max-width:576px){

.video-grid{
    grid-template-columns:1fr;
}


.property-video-section-1{
    padding-top:40px;
	padding-bottom: 120px;
    background:#fff;
}



.section-heading h2{
    font-size:28px;
}



}

