@font-face {
	font-family: 'Jost-Bold';
	src: url('../fonts/Jost-Bold.ttf') format("truetype");
}

@font-face {
	font-family: 'Jost-ExtraBold';
	src: url('../fonts/Jost-ExtraBold.ttf') format("truetype");
}

@font-face {
	font-family: 'Jost-Light';
	src: url('../fonts/Jost-Light.ttf') format("truetype");
}

@font-face {
	font-family: 'Jost-Medium';
	src: url('../fonts/Jost-Medium.ttf') format("truetype");
}

@font-face {
	font-family: 'Jost-Regular';
	src: url('../fonts/Jost-Regular.ttf') format("truetype");
}

:root {
	--font-family-heading: 'Jost-Bold';
	--font-family-text: 'Jost-Regular';
	--font-size-text: 15px;
	--font-size-heading: 35px;
	--font-size-subheading: 25px;
	--font-weight: normal;
	--text-color: #656565;
	--heading-color: #192839;
	--subheading-color: #4b6a6d;
	--button-bg-main: #00AEFF;
	--button-bg-one: #a22728;
	--button-bg-two: #004274;
	--button-bg-three: #ee9438;
    --button-secondary: #004274;
    --section-bg1: #004274;
    --footer-bottom-bg: #F2F6F9;
    --border-color: #BECCD6;
    --icon-color: #a22728;
    --footer-icon-color: #BCBCBC;
	--header-bg: #004274;
	--button-bg-btn1-hover: #e7494a;
	--button-bg-btn2-hover: #0772c3;
	--section-bg2: #00AEFF;
	--section-bg3: #2F4858;
}

*,
*:before,
*:after {
	box-sizing: border-box !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	font-family: var(--font-family-text);
	font-weight: var(--font-weight);
	font-size: var(--font-size-text);
	line-height: 25px;
	color: var(--text-color);
	background: var(--background);
	padding: 0;
	box-sizing: border-box;
	overflow: auto;
}

[hidden] {
	display: none !important;
}


/**
   * HTML5 display definitions
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
   * Text-level semantic
   */

 :active {
	outline: none;
}

a {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}

a:active, a:hover, a:focus {
	outline: 0;
	text-decoration: none;
	box-shadow: none;
}

button:active, button:hover, button:focus {
	outline: 0;
	box-shadow: none;
}

input:active, input:hover, input:focus {
	outline: 0;
	box-shadow: none;
}

select:active, select:hover, select:focus {
	outline: 0;
	box-shadow: none;
}

textarea:active, textarea:hover, textarea:focus {
	outline: 0;
	box-shadow: none;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-size: inherit;
	font-weight: inherit;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}


/**
   * Embedded content
   */

img {
	max-width: 100%;
	height: auto;
	border-style: none;
	vertical-align: top;
}


/**
   * Grouping content
   */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 16px;
}


/**
   * Forms
   */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button,
input[type=submit] {
	padding: 0;
	overflow: visible;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	-moz-appearance: none;
	border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: none;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
}

input::placeholder,
textarea::placeholder {
	color: inherit;
}

.is-tabbing input[type=radio]:focus+label {
	/* Helps improving accessibility */
	outline: 1px dotted #212121;
	outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 6px 10px 12px;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


/**
   * Tables
   */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* header styles */
.header-menu{
	background: var(--header-bg);
	height: 69px;
}

.header-menu .navbar-brand{
	color: #fff;
}

.navbar-brand img{
	width: 180px;
}

.header-menu .navbar-nav{
	align-items: center;
}

.header-menu .navbar-nav .nav-item{
	margin: 0px 10px;
}

.header-menu .navbar-nav .nav-item a{
	color: #fff;
}

.btn-btn1{
	background: var(--button-bg-one);
	border-radius: 6px;
    padding: 9px 20px;
    color: #fff;
    /* width: 90px; */
    display: inline-block;
    text-align: center;
}

.btn-btn2{
	background: var(--button-bg-two);
	border-radius: 6px;
    padding: 9px 20px;
    color: #fff;
    /* width: 90px; */
    display: inline-block;
    text-align: center;
}

.btn-main{
	background: var(--button-bg-main);
	border-radius: 6px;
    padding: 9px 20px;
    color: #fff;
    /* width: 90px; */
    display: inline-block;
    text-align: center;
}

.btn-btn1:hover{
	color: #fff;
	background: var(--button-bg-btn1-hover);
}

.btn-btn2:hover{
	color: #fff;
	background: var(--button-bg-btn2-hover);
}

.top-search{
	padding: 20px 0px;
}

.serch-form-wrapper select{
	border: 1px solid #BECCD6;
	padding: 10px 15px;
	color: var(--heading-color);
	width: 100%;
	border-radius: 6px;
}

.btn-secondary{
	background: var(--button-secondary);
	border-radius: 6px;
    padding: 9px 20px;
    color: #fff;
    min-width: 115px;
    display: inline-block;
    text-align: center;
}

.banner-section{
	background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url('../images/banner-1.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	min-height: 550px;
}

.banner-caption-inner{
	width: 100%;
    height: 550px;
    position: relative;
	display: flex;
    align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	animation: 1s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
	0% {
	  transform: translateX(-100%);
	}
	100% {
	  transform: translateX(0);
	}
  }

.banner-main-heading{
	color: #fff;
	font-family: 'Jost-Bold';
	font-weight: normal;
	font-size: 43px;
	line-height: 55px;
	margin: 10px 0px;
}

.banner-sub-heading{
	color: #fff;
	font-family: 'Jost-Regular';
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

.our-services{
	padding: 50px 0px;
}

.services-block-wrapper{
	display: flex;
	flex-direction: row;
	padding: 20px;
	height: 100%;
	border-radius: 6px;
	transition: 0.3s ease-in;
}

.services-block-wrapper:hover{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
	transition: 0.3s ease-in;
}

.services-block-wrapper .services-icon{
	min-width: 45px;
	margin-right: 15px;
}

.services-block-wrapper .services-info .services-heading{
	font-family: 'Jost-Medium';
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: var(--heading-color);
}

.carosel-root {
	position: relative;
}
    
.carosel-item.item {
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
}

/* .carosel-item.item:hover{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
} */

.carosel-item.item:hover .property-name{
	color: var(--icon-color);
}
  
.carosel-item.item-2 {
	background: skyblue;
}
  
.carosel-item.item-3 {
	background: teal;
}
  
.carosel-item.item-4 {
	background: silver;
}
  
.carosel-nav {
	position: absolute;
	text-align: center;
	padding: 0 4px;
	/* border: 1px solid #000; */
	border-radius: 70%;
	/* background: rgba(0, 0, 0, 0.3); */
	top: 50%;
	color: #204570;
	cursor: pointer;
}
  
.carosel-nav i{
	font-size: 30px;
	opacity: 0.2;
}

.carosel-nav i:hover{
	opacity: 1;
}

.carosel-nav-left {
	left: -35px;
}
  
.carosel-nav-right {
	right: -35px;
}

.carosel-nav-left1 {
	left: -35px;
}
  
.carosel-nav-right1 {
	right: -35px;
}

.slick-slide{
	margin: 0px 10px;
}

.section-main-heading{
	color: var(--heading-color);
	font-size: 30px;
	font-family: 'Jost-Medium';
	font-weight: normal;
	line-height: 35px;
	text-align: center;
}

.section-heading-wrapper{
	text-align: center;
	margin-bottom: 40px;
}

.slider-item-image{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.slider-item-info{
	width: 100%;
}

.slick-slide img{
	border-radius: 6px 6px 6px 6px;
	height: 225px;
    width: 100%;
    object-fit: cover;
}

.slider-item-info{
	position: relative;
	margin: 15px 0px;
	/* padding: 0px 15px; */
}

.property-name{
	padding: 10px 0px;
	font-size: 20px;
	font-family: 'Jost-Medium';
	font-weight: normal;
	line-height: 25px;
	color: #071112;
	border-bottom: 1px solid var(--border-color);
}

.property-info{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 13px 0px;
	border-bottom: 1px solid var(--border-color);
	align-items: end;
}

.property-info span{
	flex: 50%;
    font-size: 12px;
	color: var(--heading-color);
}

.property-size{
	text-align: right;
}

.property-detail-btn{
	padding: 15px;
	text-align: center;
}

.property-type-text{
	margin: 0px 10px;
	font-size: 10px;
	font-family: 'Jost-Regular';
	font-weight: normal;
	padding:4px 10px;
	background-color: var(--yellow);;
	color: #071112 !important;
}

.featured-property-caption{
	position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    flex-direction: column;
}

.property-status{
	background: var(--button-bg-one);
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.property-type.btn-theme2{
	background: var(--button-bg-three);
}

.property-type{
	background: var(--button-secondary);
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.featured-properties{
	padding: 50px 0px;
}

.how-help{
	background-image: url('../images/section-bg1.webp');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 440px;
	padding: 50px;
}

.text-white{
	color: #fff;
}

.help-info-inner-wrapper{
	background: var(--section-bg3);
	/* padding: 20px 0px; */
	border-radius: 6px;
}

.help-inner-item{
	padding: 30px 20px;
	text-align: center;
}

.help-inner-info h2{
	color: #fff;
	font-family: 'Jost-Medium';
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 25px;
}

.help-inner-info p{
	color: #fff;
}

.help-inner-icon{
	margin-bottom: 15px;
}

.sale-properties{
	padding: 50px 0px;
}

.testimonials-section{
	padding: 50px 0px;
}

.testimonial-wrapper{
	position: relative;
	text-align: center;
	border: 1px solid #BECCD6;
	border-radius: 6px;
    box-shadow: 0 15px 25px rgb(35 47 85 / 10%);
	padding: 20px;
}

.testimonial-wrapper:hover{
	background: rgb(162 39 40 / 12%);
    transition: 0.3s ease-in;
	border: 1px solid #e8eef3;
}

.testimonial-avatar{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.testimonial-avatar img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin:auto;
	margin-bottom: 15px;
}

.testimonial-info-inner h2{
	color: var(--heading-color);
	font-family: 'Jost-Medium';
	font-weight: normal;
}

.testimonial-info-inner h4{
	font-size: 13px;
}

.slick-dots{
	bottom: -55px;
}

.slick-dots li button:before{
	font-size: 12px;
}

.slick-dots li.slick-active button:before{
	color: var(--icon-color);
}

.our-blog{
	background: #F9F9F9;
	padding: 50px 0px;
}

.blog-image img{
	height: 185px;
	width: 100%;
	object-fit: cover;
	border-radius: 6px 6px 6px 6px;
}

.blog-content-wrapper{
	cursor: pointer;
}

.blog-content-wrapper:hover .blog-info h3{
	color: var(--header-bg);
}

.blog-image{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 6px 6px 6px 6px;
}

.blog-image img:hover{
	transform: scale(1.5);
    transition: 0.9s ease-in-out;
}

.blog-info{
	padding: 20px;
	background: #fff;
	border-radius: 0px 0px 6px 6px;
}

.blog-info span{
	font-size: 12px;
	margin-bottom: 10px;
}

.blog-info h3{
	font-size: 18px;
	font-family: 'Jost-Medium';
	font-weight: normal;
	line-height: 25px;
	color: var(--icon-color);
}

.slick-slide .customer-wrapper img{
	border-radius: 6px 6px 6px 6px;
    height: 100%;
    width: 100px;
    object-fit: contain;
    opacity: 0.6;
    text-align: center;
    margin: auto;
}

.slick-slide .customer-wrapper img:hover{
	opacity: 1;
	transition: 0.3s ease-in;
}

.slick-track{
	display: flex;
	align-items: center;
}

.our-customers{
	padding: 50px 0px;
}

.subscribe-newsletter{
	padding: 0px 0px;
	background-color: var(--section-bg1);
}

.subscribe-form-wrapper{
	padding: 60px 50px;
}

.newsletter-heading{
	font-size: 30px;
	font-family: 'Jost-Bold';
	color: #fff;
}

.newsletter-form{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.newsletter-form .newsletter-input{
	width: 80%;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: #fff;
}

.newsletter-input::placeholder{
	color: #fff;
}

.subscribe-image-wrapper{
	height: 100%;
}

.subscribe-image-wrapper img{
	object-fit: cover;
    height: 100%;
}

.footer-top{
	padding: 60px 0px;
}

.footer-menu-head{
	color: #000000;
	font-size: 20px;
	font-family: 'Jost-Bold';
	font-weight: normal;
	margin-bottom: 20px;
	width: 100%;
    display: inline-block;
}

.footer-social-list ul{
	list-style: none;
	margin:0;
	padding: 0;
	display: flex;
}

.footer-social-list ul li{
	width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.footer-social-list ul li a i{
	color: #BCBCBC;
}

.footer-menu-list{
	list-style: none;
	margin:0;
	padding: 0;
}

.footer-menu-list li{
	padding: 5px 0px;
}

.footer-tel-link{
	color: #004274;
	font-size: 20px;
	font-family: 'Jost-Bold';
	font-weight: normal;
	text-decoration: underline;
	margin: 10px 0px;
    width: 100%;
    display: inline-block;
}

.footer-bottom{
	background-color: var(--footer-bottom-bg);
	padding: 15px 0px;
}

.footer-bottom .copyright{
	font-size: 15px;
	color: #656565;
	text-align: center;
}

.footer-social-list ul li a i:hover{
	color: var(--icon-color);
}

.footer-menu-list li a:hover{
	color: var(--icon-color);
}
 
.footer-tel-link:hover{
	color: var(--icon-color);
	text-decoration: underline;
}

/* property page styles */
.page-title-wrapper{
	padding: 30px 0;
}

nav .breadcrumb{
	list-style: none;
	margin:0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	background-color: transparent;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb-item a{
	color: var(--icon-color);
}

.breadcrumb-item a.active{
	color: var(--text-color);
}

.property-title-price-wrap{
	margin-top: 15px;
	justify-content: space-between;
}

.page-title h1 {
    margin: 0;
    font-size: 30px;
	font-family: 'Jost-Medium';
	font-weight: normal;
	color: var(--heading-color);
}

.item-price-wrap{
	list-style: none;
	margin: 0;
	padding:0;
}

.item-price-wrap .item-price {
    font-size: 30px;
    /* margin-bottom: 7px; */
	font-family: 'Jost-Medium';
	font-weight: normal;
	color: var(--heading-color);
}

.property-labels-wrap {
    margin: 10px 0 12px;
}

.property-label-option {
    font-size: 12px;
    padding: 7px 10px 6px;
    margin-right: 5px;
	background-color: var(--button-bg-one);
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
}

.property-label-type {
    font-size: 12px;
    padding: 7px 10px 6px;
    margin-right: 5px;
	background-color: var(--button-secondary);
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
}

.item-address {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 7px;
}

.item-address i{
	margin-right: 10px;
}

.property-right-img.img1{
	margin-bottom: 20px;
}

.property-left-img img{
	border-radius: 6px;
}

.property-right-img img{
	border-radius: 6px;
}

.property-information{
	padding: 50px 0px;
}

.property-page-infoheading{
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid var(--border-color);
	font-size: 20px;
	font-family: 'Jost-Medium';
	margin-bottom: 20px;
}

.property-message-wrapper{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	padding: 30px;
}

.message-form-heading{
	font-size: 18px;
	font-family: 'Jost-Medium';
	font-weight: normal;
	color: var(--heading-color);
	margin-bottom: 20px;
}

.message-input-wrapper{
	margin-bottom: 20px;
	width: 100%;
}

.message-input{
	border: 1px solid #BECCD6;
    padding: 10px 15px;
    color: var(--heading-color);
    width: 100%;
    border-radius: 6px;
}

.message-textarea{
	border: 1px solid #BECCD6;
    padding: 10px 15px;
    color: var(--heading-color);
    width: 100%;
    border-radius: 6px;
}

.property-details{
	padding: 30px 0px 0px 0px;
	display: inline-block;
}

.property-detail-list{
	overflow: hidden;
    clear: both;
	list-style: none;
    padding: 0;
    margin: 0;
}

.property-detail-list li{
	float: left;
    width: 50%;
    margin: 0 0 15px;
}

.property-detail-list li > div{
	display: inline-block;
}

.property-detail-list li .text{
	min-width: 125px;
}

.property-detail-list li .value{
	font-family: 'Jost-Medium';
	font-weight: normal
}

.property-attachments{
	padding: 30px 0px 0px 0px;
}

.attachments-inner .attachment-item {
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    margin-bottom: 10px;
    float: left;
	display: flex;
    align-items: center;
}

.attachment-item .icon_type {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #f7f7f7;
    color: #ff5a5f;
}

.attachment-item .candidate-detail-attachment {
    display: block;
    width: calc(100% - 50px);
    padding-left: 20px;
}

.columns-gap {
    overflow: hidden;
    clear: both;
    color: #484848;
}

.list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.columns-gap li {
    float: left;
    width: 50%;
    margin: 0 0 15px;
}

.columns-gap li.yes:before {
    color: #ff5a5f;
}

.columns-gap li:before {
    font-family: 'Font Awesome 5 Pro'; 
	font-weight: 900; 
	content: "\f00c";
    margin-right: 12px;
    display: inline-block;
}

.route-map-body{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	position: relative;
	border-radius: 6px;
	padding: 20px;
}

.property-title-price-wrap2 {
    margin-top: 15px;
    justify-content: flex-start;
}

.m-20px-l{
	margin-left: 20px;
}

.property-label-option1 {
    font-size: 10px;
    padding: 0px 10px 0px;
    margin-right: 5px;
    background-color: var(--button-bg-one);
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
}

.projects-section{
	padding: 0px 0px 20px 0px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.project-cities-card{
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 6px;
	padding-bottom: 100%;
}

.project-cities-card::before{
	opacity: 0.3;
    background-color: #000;
}

.project-cities-card.city1{
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/city1.jpg');
}

.project-cities-card.city2{
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/city2.jpg');
}

.project-cities-card.city3{
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/city3.jpg');
}

.project-cities-card.city4{
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/city4.jpg');
}

.project-card-wrapper{
	padding: 30px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.project-city-property-count{
	font-family: 'Jost-Medium';
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	margin-bottom: 5px;
}

.project-city-name{
	font-family: 'Jost-Bold';
	font-weight: normal;
	color: #fff;
	font-size: 20px;
}

.carosel-item.item.projects{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	border-radius: 6px;
}

.projects .slider-item-info{
	padding: 0px 20px;
}

.projects .slider-item-image img{
	width: 100%;
	border-radius: 6px 6px 0px 0px;
}

.section-main-heading-projects {
    color: var(--heading-color);
    font-size: 20px;
    font-family: 'Jost-Medium';
    font-weight: normal;
    line-height: 35px;
    text-align: left;
}

.contact-form-section{
	padding: 50px 0px;
}

.contact-message-wrapper .down-line{
	padding-bottom: 20px;
	position: relative;
	font-size: 24px;
	font-family: 'Jost-Medium';
	font-weight: normal;
	color: var(--heading-color);
}

.down-line::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0;
	background-color: var(--button-bg-one);
}

.form-control{
	border-radius: 3px;
	border: none;
	height: 50px;
    padding: 14px 15px;
	margin-bottom: 0;
}

.bg-gray{
	background-color: #efefef;
}

.my-20, .m-20, .mb-20 {
    margin-bottom: 20px !important;
}

.contact-address-list{
	list-style: none;
	margin:0;
	padding: 0;
}

.touch-info-heading{
	font-family: 'Jost-Medium';
	font-weight: normal;
	color: var(--heading-color);
	font-size: 18px;
}

.contact-email{
	color: var(--icon-color);
}

.wedid-project{
	padding: 20px 0px 0px 0px;
}

.wedid-card{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
	padding: 10px;
	height: 100%;
}

.wedid-card img{
	width: 32px;
	margin: 10px 0px;
}

.wedid-card .numCount{
	font-family: 'Jost-Bold';
	font-weight: normal;
	font-size: 20px;
	color: var(--icon-color);
}

.wedid-card .context{
	font-size: 10px;
	font-family: 'Jost-Medium';
	font-weight: normal;
}

.whowe-image-wrapper{
	height: 100%;
}

.whowe-image-wrapper img{
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
}

.whowe-heading{
	font-size: 18px;
	font-family: 'Jost-Medium';
	font-weight: normal;
	color: var(--heading-color);
}

.whowe-section{
	padding-bottom: 50px;
}

.weare-best-section{
	padding: 50px 0px;
}

.about-services-card{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
    padding: 25px;
}

.about-services-icon-text{
	display: flex;
	align-items: center;
	/* justify-content: center; */
	margin-bottom: 20px;
}

.about-services-icon-text img{
	width: 30px;
	margin-right: 20px;
}

.about-service-heading{
	font-family: 'Jost-Medium';
	font-weight: normal;
	font-size: 20px;
	color: var(--heading-color);
}

.about-services-card:hover{
	background: rgb(162 39 40 / 12%);
	transition: 0.3s ease-in;
}

.website-info-wrapper p {
    margin-bottom: 20px;
}

.website-info-wrapper .text-italic {
    font-style: italic;
}

.info-sub-heading{
	color: var(--heading-color);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
	font-family: 'Jost-Medium';
}

.website-info-wrapper ol {
    margin-bottom: 20px;
}
.website-info-wrapper p b a {
    color: var(--icon-color);
}

.terms-conditions-section{
	padding-bottom: 50px;
}

.page-not-found {
    position: relative;
    height: 100vh;
    width: 100%;
    display: inline-block;
}

.page-not-found-inner {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound-404 {
    position: relative;
    height: 220px;
}

.notfound-404 h1 {
    font-family: kanit, sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 186px;
    font-weight: 200;
    margin: 0;
    background: linear-gradient(
130deg, var(--icon-color),  var(--icon-color));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    font-family: 'Jost-Regular';
}

.page-not-found-inner h2 {
    font-size: 33px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 3px;
    font-family: 'Jost-Regular';
}

.page-not-found-inner p {
    font-size: 16px;
    line-height: 30px;
}

.page-not-found-inner a {
    color: var(--icon-color);
    font-weight: 200;
    text-decoration: none;
    border-bottom: 1px dashed var(--icon-color);
    border-radius: 2px;
    font-family: 'Jost-Regular';
}

.notfound-social>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: var(--icon-color);
    border: 1px solid #efefef;
    border-radius: 50%;
    margin: 3px;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.authentication-section{
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/property-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	min-height: 100vh;
    padding-bottom: 80%;
}

.authentication-section.login{
	min-height: 100vh;
    padding-bottom: 0%;
}

.authentication-section.signup{
	min-height: 100vh;
    padding-bottom: 60%;
}

.authentication-wrapper{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
    background: #fff;
    border-radius: 6px;
    /* min-height: 450px; */
	padding: 50px;
}

.authentication-head{
	font-family: 'Jost-Bold';
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 15px;
	color: var(--heading-color);
	text-align: center;
}

.authentication-wrapper p{
	text-align: center;
}

.authentication-form-wrapper{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	position: relative;
}

.authentication-input{
	border: 1px solid #BECCD6;
    padding: 10px 15px;
    color: var(--heading-color);
    width: 100%;
    border-radius: 6px;
}

.authentication-label{
	font-family: 'Jost-Medium';
	font-weight: normal;
	font-size: 14px;
	color: var(--heading-color);
}

.authentication-wrapper form{
	margin-top: 30px;
}

.authentication-form-wrapper.forget{
	justify-content: flex-end;
	color: var(--icon-color);
	font-size: 14px;
	align-items: flex-end;
}

.authentication-form-wrapper.buttons{
	flex-direction: row;
	margin-bottom: 0;
	align-items: center;
	justify-content: space-between;
}

.authentication-form-wrapper p{
	margin-bottom: 0;
}

.account-link{
	color: var(--icon-color);
}

.align-items-flex-start{
	align-items: flex-start;
}

.faq-wrapper .accordion-item{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
    padding: 15px;
    height: 100%;
}

.faq-wrapper .accordion-header{
	font-family: 'Jost-Medium';
	font-weight: normal;
	font-size: 18px;
	color: var(--heading-color);
	padding: 10px 0px;
	margin-bottom: 0px;
}

.faq-wrapper .accordion-header .accordion-button{
	padding: 0px 20px;
}

.faq-wrapper .accordion-header .accordion-button:not(.collapsed){
    background-color: transparent;
    border: none;
    box-shadow: none !important;
}

.faq-wrapper .accordion-header .accordion-button:focus{
	background-color: transparent;
    border: none;
    box-shadow: none !important;
}

.faq-section{
	padding-bottom: 50px;
}

#error-message{
	display: none;
	color: red;
	font-size: 12px;
	position: absolute;
}

#error-message1{
	display: none;
	color: red;
	font-size: 12px;
	position: absolute;
}

#error-message2{
	display: none;
	color: red;
	font-size: 12px;
	position: absolute;
}

#error-message3{
	display: none;
	color: red;
	font-size: 12px;
	position: absolute;
}

#error-message4{
	display: none;
	color: red;
	font-size: 12px;
	position: absolute;
}

#error-message5{
	display: none;
	color: red;
	font-size: 12px;
	position: absolute;
}

.input-error{
	bottom: -22px;
}

.accordion-button{
	text-align: left;
}

.header-menu .navbar-nav .nav-item:hover > a{
	color: var(--button-bg-three);
}

.slider-item-image img:hover{
	transform: scale(1.5);
	transition: 0.9s ease-in-out;
}

.success-msg-contact {
    display: none;
    transition: ease-out 0.3s;
}

.success-msg-contact-display {
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: var(--button-bg-two);
    font-size: 14px;
    border-radius: 6px;
    z-index: 10;
    bottom: 72px;
    left: 50%;
    padding-left: 10px;
    color: #fff;
    width: 265px;
    transform: translate(-50%, 50%);
}

.success-msg-contact-display p{
    display: flex;
    align-items: center;
}

.check-success-icon {
    background: var(--button-bg-three);
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-msg-contact {
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}

.error-msg-contact-display {
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    left: 0;
    margin: 0;
    line-height: 0;
    color: red;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	/* opacity: 0.7; */
	background-color: #fff;
	z-index: 999;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 40%;
	z-index: 999;
	transform: translate(-50%);
	background-color: #fff;
	display: inline-block;
}

.blog-sidebar-search{
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.blog-search{
	width: 100%;
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 15px;
	padding-right: 45px;
}

.blog-search-btn{
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--button-secondary);
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	position: absolute;
    top: 0;
    right: 0;
}

.blog-sidebar-catrgories{
	width: 100%;
	position: relative;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.blog-sidebar-catrgories h3{
	padding: 15px;
	font-family: 'Jost-Bold';
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	color: var(--header-bg);
}

.blog-sidebar-catrgories ul{
	list-style: none;
	margin: 0;
	padding: 15px;
}

.blog-sidebar-catrgories ul li{
	margin-bottom: 10px;
}

.blog-sidebar-recentpost{
	width: 100%;
	position: relative;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.blog-sidebar-recentpost h3{
	padding: 15px;
	font-family: 'Jost-Bold';
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	color: var(--header-bg);
}

.blog-sidebar-recentpost ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.recentpost-inner{
	display: flex;
	align-items: center;
	padding: 10px 15px;
}

.recentpost-img{
	width: 80px;
	height: 60px;
	min-width: 80px;
	margin-right: 15px;
}

.recentpost-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recentpost-content a{
	font-family: 'Jost-Medium';
	color: var(--button-bg-two);
	margin-bottom: 5px;
	line-height: 22px;
    display: inline-block;
}

.recentpost-content p{
	font-size: 12px;
}

.blog-sidebar-tags{
	width: 100%;
	position: relative;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.blog-sidebar-tags h3{
	padding: 15px;
	font-family: 'Jost-Bold';
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	color: var(--header-bg);
}

.blog-sidebar-tags ul{
	padding: 10px 15px;
	list-style: none;
	margin: 0;
}

.blog-sidebar-tags ul li{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

.blog-sidebar-tags ul li a{
	padding: 5px 12px;
	border-radius: 6px;
	border: 1px solid #ddd;
	width: max-content;
	display: inline-block;
}

.blog-content-wrapper:hover .blog-info p{
	color: #656565;
}

.blog-content-wrapper:hover .blog-info span{
	color: #656565;
}

.bdc-main-heading{
	font-size: 32px;
	margin-bottom: 25px;
	color: var(--heading-color);
	font-family: 'Jost-Bold';
}

.blog-details-author{
	display: flex;
	align-items: center;
}

.blog-details-author-img{
	width: 60px;
	min-width: 60px;
	height: 60px;
	margin-right: 15px;
}

.blog-details-author-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.blog-details-author-info h3{
	font-size: 18px;
	font-family: 'Jost-Medium';
}

.blog-details-author-info h3 span{
	font-family: 'Jost-regular';
}

.blog-details-main-image{
	width: 100%;
	height: 400px;
	position: relative;
	display: inline-block;
	margin: 30px 0px;
}

.blog-details-main-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ddc-second-heading{
	font-size: 24px;
	margin: 25px 0px;
}

.blog-details-share{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	flex-direction: column;
}

.blog-details-share ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-details-share ul li{
	display: inline-block;
	margin: 0px 5px;
}

.blog-details-share ul li a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--button-bg-one);
	color: #fff;
}

.header-menu .navbar-nav .nav-item .nav-link.dropdown-item {
    color: #000;
	transition: ease-in 0.3s;
}

.header-menu .navbar-nav .nav-item .nav-link.dropdown-item:hover {
    color: var(--button-bg-btn2-hover);
	transition: ease-in 0.3s;
}

.page-full-coming{
    width: 100%;
    height: 100%;
	min-height: 100vh;
    position: relative;
    display: flex;
	align-items: center;
	justify-content: center;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    /* background-image: url('../images/coming-soon-bg.jpg'); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/property-bg.jpg');
	padding: 30px;
}
  
.page-coming-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
  
.page-coming-inner h2{
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
}
  
.page-coming-inner p{
    margin-bottom: 20px;
    color: #fff;
}
  
.soon-subscribe{
    width: 100%;
}
  
.soon-form-wrapper{
    position: relative;
    width: 100%;
}
  
.soon-input{
    width: 100%;
    height: 55px;
    border-radius: 35px;
    padding: 10px 15px;
    display: inline-block;
    border: none;
}
  
.soon-submit{
    background-color: var(--button-bg-btn2-hover);
    border-radius: 35px;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    width: 135px;
}
  
.soon-counter-list{
    display: flex;
}
  
.soon-counter-list > div{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 30px 8px 0px 8px;
    background-color: rgb(255 255 255 / 20%);
    flex-direction: column;
    color: var(--button-bg-btn1-hover);
    font-family: 'Jost-Bold';
    font-weight: normal;
    font-size: 32px;
}
  
.soon-counter-list > div span{
    font-family: 'Jost-Medium';
    font-weight: normal;
    /* margin: 10px 0px; */
    color: #fff;
    font-size: 14px;
}
  
.coming-soon .footer-heading {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
  
.coming-soon .footer-social-list {
    margin-top: 20px;
}
  
.coming-soon .footer-social-list li {
    display: inline-block;
    margin-right: 20px;
}
  
.coming-soon .footer-social-list li a {
    display: inline-block;
    color: #fff;
}