body{
	font-size:14px
}
a{text-decoration:none;
color:#2F3D7E}
    .container-fluid {
        padding: 0 5vw;
	}
.card {
	border-radius: 0;
	margin-bottom:40px
}
.card-header{
	padding: 20px 15px;
	    background: #f1f4ff;
}
section{
	padding:35px 0
}
header{
	    position: relative;
    z-index: 9;
}
.inn_header .container-fluid .row{ 
     border-bottom: solid 1px #ffffff30;
    }
.page_header *{position:relative;z-index:9}
.page_header{
	/* background: url(../media/hero-bg.jpg); */
    height: 400px;
    margin-top: -108px;
    display: flex;
    flex-direction: column;
    justify-content: end;
	color:#fff;
	position: relative;
}
.page_header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(179deg, #000b3c, #001f8e8a);
	z-index:1
}
.custom-nav-container,.custom-nav-container2{    display: flex;
    gap: 4px;
	margin-top:30px;
	    margin-bottom: 10px;}
.custom-nav-container button,
.custom-nav-container2 button
 {
    width: clamp(40px, 3vw, 84px);
    height: clamp(40px, 3vw, 84px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #131110;
    border-radius: 5px;
    transition: all 0.3s ease-in;
    padding: 0;
}
.title_small{
	text-transform:uppercase;
	position:relative;display: inline;
}
.title_small:before{
	position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    left: -31px;
    background: #ffffff;
    top: 50%;
	
}
.title_small.dark{    margin-left: 35px;
color:#2F3D7E}
.title_small.dark:before{
	background:#2F3D7E
}

.title_main{font-size: 32px;
#434343}
.logo{
	  padding: 20px;
    background: #051222;
    width: fit-content;
}
.logo img{width:170px}
.btn{
	    position: relative;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 17px;
	display: inline-flex
}
.btn i{
	margin-left:5px;
	font-size:150%
}
/* .btn:before{ */
/* position: absolute; */
    /* display: block; */
	/* content:""; */
    /* width: 0; */
    /* height: 0; */
	/* top:0; */
	/* left:0; */
    /* color: #FFFFFF; */
    /* border-radius: 50%; */
    /* transition: width 0.4s ease-in-out, height 0.4s ease-in-out; */
    /* transform: translate(-50%, -50%); */
    /* background: #ED7D3A; */
    /* z-index: -1; */
	
/* } */
/* .btn:hover:before{ */
	/* width: 225%; */
    /* height: 562.5px; */
    /* z-index: -1; */
/* } */
.btn-default{
	background:#fff
}
.btn-primary{
	background: #2F3D7E;
    border: solid 1px #00167a;
}
.btn-primary:hover{
	background:#ED7D3A
}
.btn-default:hover,
.btn-secondary:hover{
	background:#2F3D7E
}

.btn-secondary{
	background:#ED7D3A
}
.hero-banner {
    position: relative;
    /* background: url(../media/21.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	height:100vh;
	padding-top: 0;
	margin-top:-130px;
	overflow: hidden;
}
.slider_contollers button{width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff00;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    padding: 0;
    color: #fff;
    font-size: 18px;}
.slider_contollers{    position: absolute !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;}
.hero-banner  *{
	position:relative
}
.hover_wrap{position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
	padding-top: 100px;}
.hover_wrap:before{
	 content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(179deg, #000000b8, #00000038);
    
}
.search_wrap{
	border-radius: 7px;
    padding: 30px 30px;
}
.testimonials_wrap{background: #f6f6f6;}
.features_scroll{
	background: #e9edff;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
}
.property-card {
    position: relative;
    border-radius: 10px;
    background-color: #FFFFFF;
	height: 100%;
}
.property-card.shadow {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.property-card .img-block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
	height: 146px;  
}
.property-card .img-block .property-img {
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
	    width: 100%;height: auto;
}
.property-card .img-block .detail-link {
    border-radius: 20px;
    background: #FFFFFF;
    color: #131110;
    font-size: 13px;
    line-height: 120%;
    padding: 4px 12px;
    position: absolute;
    z-index: 99;
    top: 16px;
    left: 16px;
    transition: all 0.3s ease-in;
}
.property-card .img-block .category-title-bg {
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(160px, 10.417vw, 200px);
}
.property-card .img-block .category-title {
    position: absolute;
    z-index: 2;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
	    margin-bottom: 0;
}
.features_scroll .owl-stage{display: flex;}
.features_scroll .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.features_scroll .owl-carousel .owl-item  .item{
	height:100%
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.property-card .text-block {
    padding: 24px 10px;
    text-align: center;
	padding-top: 10px;
}
.property-card .text-block a.title{
	font-size: 18px;
    font-weight: 500;
}
.property-card .text-block .location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #282525;
	margin-top: 10px;
}
.property-card .text-block .amenities {
    /* display: flex; */
    justify-content: center;
    flex-wrap: wrap;
    gap: 1px 16px ;margin-top: 15px;
}
.property-card .text-block .amenities li {
    display: flex;
    align-items: center;
    gap: 8px;
	    justify-content: center;
}
.property-card .text-block .amenities li i,
.property-card .text-block .location i {
    font-size: 18px;
}
.property-card .text-block img{width:unset !important}
.categories_wrap{background: #f6f6f6;}
.property-type-item {
  position: relative;
    width: 100%;
    padding: clamp(16px, 1.25vw, 32px);
    background: #e1e5f7;
    border-radius: 10px;
    border: solid 1px #b7bdda;
}
.property-type-item a{position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;}
.property-type-item .icon-box {
    background: #2F3D7E;
    transition: all 0.3s ease-in;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    align-content: center;
    justify-content: center;
    margin-bottom: 5px;
    padding: 9px;
}
.property-type-item .icon-box img {
      width: 100%;
}


.about-1 .about-content {
    padding-left: 10px;
}

.about-1 .about-content .about-content-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.about-1 .about-content .about-content-body ul li {
    font-weight: 500;
     
    align-items: center;
    width: 44%;
    margin-right: 4%;
    margin-bottom: 25px;
    display: flex;
    gap: 12px;
}
.about-1 .about-content .about-content-body ul li .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #F5F7F9;
    border-radius: 50%;
}
.about-1 .about-content .about-content-body ul li span {
    display: block;
}
.about-1 .about-images {
    position: relative;
    padding-left: 84px;
}
.about-1 .about-images .about-video {
    width: 45%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 99;
    border-radius: 20px;
    overflow: hidden;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.about-1 .about-images .about-video figure img {
    width: 100%;
    border: 4px solid #FFFFFF;
    border-radius: 20px;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-1 .about-images .about-image img {
    width: 100%;
    border-radius: 20px;
}
.about-1 .about-images .about-video .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.about-1 .about-images .about-video .video-play-button a {
    display: inline-block;
    position: relative;
    
    height: 50px;
    border-radius: 50%;
    text-align: center;
}
.about-1 .about-images .about-video .video-play-button a:before {
    content: "";
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 2px solid #F5F7F9;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1s infinite linear;
}
.about-1 .about-images .about-video .video-play-button a img {
       width: 50px;
    height: 50px;
}
.about-1 .about-images .about-video .video-play-button a:after {
    content: "";
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 2px solid #F5F7F9;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1s infinite linear;
    animation-delay: 0.3s;
}
@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}



.properties-by-city-card {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
	position:relative
}
.properties-by-city-card a{    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;}


 
.properties-by-city-card .text-block {
       position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: #101d00a1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#my-testimonials   .client img {
       width: 64px;
    height: 64px;
}#my-testimonials .client {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 0.83vw, 20px);
}
#my-testimonials .client p{
	margin-bottom:0
}
.testimonial-card {
  background-color: #FFFFFF;
    position: relative;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
}
.testimonial-card .title{font-weight: 500;}
.testimonial-card .designation{color: #8f8f8f;
    font-style: italic;}
.testimonial-card .fa{
	font-size:40px
}
 
footer.footer {
    background:#04176f;
   
	
}
.newsletter-box {
      
    padding: 60px 40px;
    border-radius: 20px;
    margin-top: -100px;
    color: #ffffff;
    margin-bottom: 40px;
	position:relative;
	overflow: hidden;
	background: url(https://property.bdigitally.com/wp-content/uploads/2026/02/bg12.jpg);
    background-size: contain;
    background-position: bottom;
}
.newsletter-box:before{
	    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:#2f3d7ead;
    opacity: 0.9;
}
.newsletter-box.box2{
	    background: url(https://property.bdigitally.com/wp-content/uploads/2026/03/1320588_576-scaled.jpg);
    background-size: 100%;
    background-position: bottom;
}.newsletter-box.box2:before{
	background: #223178;
}
.newsletter-box *{
	position:relative
}
.newsletter-box p{
	color:#fff
}
.footer-logo img{
	width:150px
}
.newsletter-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    background: #FFFFFF;
}
.newsletter-field input {
    width: 100%;
    background: transparent;
    padding: 0 clamp(12px, 0.83vw, 24px);
    color: #808080;
    border: none;
}
.newsletter-field button {
    flex-shrink: 0;
    font-size: clamp(14px, 0.83vw, 20px);
    font-weight: 500;
    line-height: 150%;
    padding: clamp(12px, 0.83vw, 20px) clamp(24px, 1.66vw, 40px);
    border-radius: 5px;
    width: fit-content;
    display: flex;
    border: 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in;
    background-color: #ED7D3A !important;
    color: #FFFFFF !important;
}
footer .socil_links{
	padding-left:0
}
footer .socil_links li {
    display: inline-block;
    margin-right: 0px;
}
footer  .socil_links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    border-radius: 5px;
    background: #ED7D3A;
    color: #FFFFFF;
    transition: all 0.3s ease-out;
}
footer .unstyled li{}
footer .unstyled li a{
	color:#ed7d3a
}

footer .footer_logo{
	width:150px;
}
footer .footer-info-box {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}
footer .footer-info-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
}
footer  p {
    color: #FFFFFF;
    margin-bottom: 0;
}
footer  h4 {
    color: #FFFFFF;
    margin-bottom: 15px;
	
}
footer .footer-quick-links li {
    margin-bottom: 8px;
}
footer .footer-quick-links li a {
    color: #FFFFFF;
    position: relative;
    padding-left: 20px;
    transition: all 0.3s ease-out;
}
footer .footer-quick-links li a:hover {
    color: #ED7D3A;
}
footer .footer-quick-links li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../media/icon-menu-item.svg) no-repeat left center;
}
.footer-bottom{padding: 10px 0;
    background: #e9edff;}
.footer-bottom p{margin:0}

.unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #1f2732;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 2.5;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}
.single.amenities li{
	    align-items: center;
    display: flex;
    gap: 4px;
    margin-bottom: 5px;
}
.single.amenities i{font-size:20px}
.single.amenities{display: flex;
    gap: 20px;
    margin-top: 20px;}
.sidebar.widget{
	background: #f1f4ff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
}
.widget .title_small{
	margin-bottom: 15px;
    display: block;
}
footer .widget .title_small{
	margin-left: 35px;
	color:#fff
}
#file_upload_error{
	display:none;
	color:red;
	font-style:italic
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
.steps_que{display: flex;
    justify-content: space-between;
    position: relative;
	margin-bottom:40px;}
.steps_que:before{
	position:absolute;
	content:"";
	width:100%;
	height:2px;
	background:#ccc;
	left:0;
	top:50%;
}
.steps_que .step{padding: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    position: relative;
    z-index: 9;
    background: #ccc;
    opacity: 1;}
.steps_que .step.active{
	background:#2F3D7E
}.form-control.invalid {
  background-color: #ffdddd;
}
#my-clients img{
	height:auto
}
.modal-content{
border-radius:0;
background-color: transparent;
border:0}
.modal.show .modal-dialog {
    transform: none;
    display: flex;
    height: 100%;
    align-items: center;
}
.services_grid{    background: #f6f8ff;;padding-bottom: 160px;}
.top-rated{background: #f1ffe0;}
.facilities{background: #f6f6f6;    padding-bottom: 160px;}
.facilities .item .contnet{
	text-align:left
}
.facilities .item{display: flex;
    gap: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    height: 100%;
    border: solid 1px #ffc3a0;
    border-radius: 4px;
    padding: 10px;
    background: #ffe5d6;
    align-items: center;
}
.about_f.facilities{
	background:unset;
	
}
.about_f.facilities .item img{
    width: 50px;
    padding: 2px;}
.about_f.facilities .item h4 {
    font-size: 16px;
}
.about_f.facilities .item{
	 
	margin-bottom: 15px;
	gap: 5px;
	padding: 6px;
	
}
.about_extra{
	background: #def5c6;
    padding-bottom: 130px;
    padding-top: 50px;
}
.about_extra h6 .fas{font-size: 25px;}
.about_extra h6{color: #124b11;
    display: flex;
    gap: 5px;
    align-items: center;}
.facilities .item img{width: 70px;
    padding: 5px;}
.facilities .item .icon{ background: #fff;
    border-radius: 50%;
    padding: 10px;
    border: solid 1px #ffb285;}
.facilities .item h4{font-size:17px}
.facilities .item p{margin-bottom:0}
.services_grid .item{}
.services_grid .item .content{
width: 80%;
    margin: auto;
    margin-top: -50px;
    background: #fff;
    position: relative;
    padding: 11px 20px;
    border-radius: 4px;
    box-shadow: 0 5px 10px #0000002b;
}
.services_grid .item img{    box-shadow: 0 5px 10px #00000054;
    border-radius: 10px;}
.services_grid .item .content h4{
font-size:16px;
color: #ed7d3a;}
.right-content{
position: relative;
    padding: 20px 35px;
    margin-left: -100px;
    background: #fff;
    border-radius: 15px;;}
.left-content{
position: relative;
    padding: 20px 35px;
    margin-right: -100px;
    background: #fff;
    border-radius: 15px;
z-index: 9;}
.left_imaged{
padding-left: 0 !important;
    padding-right: 84px;} 

.flow_steps{
 }
.flow_step{
background: #6b943c;
    border-radius: 50%;
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;}
.flow_step:before{
position: absolute;
    content: "";
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
    border: dashed 2px #ed7d3a;
    border-radius: 50%;
}
.flow_steps .col-md-3:nth-child(odd) .flow_step:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: 0;
    right: -48px;
    background: url(https://property.bdigitally.com/wp-content/uploads/2026/02/arrow-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.flow_steps .col-md-3:nth-child(even):not(:last-child) .flow_step:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    bottom: 0; 
    right: -47px;
    background: url(https://property.bdigitally.com/wp-content/uploads/2026/02/arrow-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scaleY(-1);
}

.flow_step img{
width:100px}
.flow_step i{
font-size:60px}
.flow_step h6{
    font-size: 20px;
    text-align: center;
    padding: 0 15px;}
#contact_details .item{text-align: center;
    background: #effae3;
    height: 100%;
    border-radius: 10px;
    padding: 20px 15px;
    border: solid 1px #c3dba9;
}
#contact_details .item i{font-size: 60px;}  
#contact_details .item h3{font-size: 21px;
    margin-top: 10px;}
#contact_details .item p{} 
#contact_form{
	background:#fff9f5
}
#contact-map iframe{
	width:100%;
	height:350px;
	border-radius:15px
}
#contact_form input,
#contact_form textarea{
	border-radius:2px
}
#contact_form textarea {
	height:150px
}

#gallery-1 {
    columns: 300px;
    column-gap: 5px
}

#gallery-1 .gallery-item {
    border-radius: 5px;
    background: #fff;
    break-inside: avoid-column;
    margin-bottom: 5px;
    width: unset!important;
    margin-top: 0!important;
    border: 0;
	float:unset !important
}

#gallery-1 .gallery-item img {
    width: 100%;
    height: auto;
    border: 0;
    transition: all 0.9s ease
}

#gallery-1 .gallery-item a {
    position: relative;
    display: block
}

#gallery-1 .gallery-item a:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.9s ease;
    opacity: 1;
    z-index: 2
}

#gallery-1 .gallery-item a:hover img {
    /* scale: 1.02 */
}

#gallery-1 .gallery-item a:hover:before {
    background: #000000a1
}

#gallery-1 .gallery-item a:after {
    position: absolute;
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    width: 50px;
    height: 50px;
    content: "";
    background: url(https://ashwinkireet.com//wp-content/uploads/2025/05/resize.png);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.9s ease;
    opacity: 0;
    background-size: cover;
    z-index: 3
}

#gallery-1 .gallery-item a:hover:after {
    opacity: 1
}
@media (max-width:480px){
	.logo{
		width:100%
	}
	.hero-banner{
		margin-top: -155px;
		padding-top: 135px;
	}
	.nav-holder .btn-secondary {display:none}
	.btn{
		margin-bottom:5px
	}
	.property-type-item{
		margin-bottom:10px
	}
	.about-1 .about-images {
    margin-top: 25px;
	}
	.services_grid .item {
    margin-bottom: 25px;
	}
	.top-rated .d-flex{
		        flex-direction: column;
	}
	.property-card{
		margin-bottom: 15px;
	}
	.facilities .row{
		gap:25px
	}
	.newsletter-box .text-end{
		text-align:left !important
	}
}