@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
body
{
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.img-thumbnail
{
    border:none !important;
}

.table-bordered thead th {
    border-bottom-width: 2px;
    background-color: #283769;
    color: #fff;
    }

 .gallery_site_image{
     border:1px solid #009adc;
     padding: 0;
     height: 300px;
 }
 .left-side {
    float: left;
    width: 25%;
    padding: 1%;
  }

  



  .content img {
    max-width: 100%;
  }
/*---------------------------Navigation--------------------------------*/
.navbar-bg
{
	    background-color: #283769;
    padding: 0.5rem 2.5rem;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.navbar-light .navbar-brand {
    color: #f1f1f1;
    font-size: 25px;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0.5rem 1rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
	color: #fff;
}
.post_property_btn
{
	    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: #3498db;
}
.top_banner
{
	background-image: linear-gradient(rgb(19 28 60 / 65%),rgb(19 28 60 / 66%)),url(../../../assets/img/home_banner_2.jpg);
	background-position: center;
    height: 550px;
    position: relative;
    top: 0rem;
    padding: 14rem 7rem;
}
.top_banner form
{
	    background-color: #fff;
    padding: 1rem 1rem;
    border-radius: 100px;
}
.form_input_styling
{
	    width: 100%;
    border-radius: 0px;
    border: 0;
    height: 45px;
    border-right: 1px solid #a5a5a5;
    padding: 0rem 0.5rem;
}

.btn-search_bar
{
	    background-color: #3498db;
    border: 0;
    border-radius: 0px;
    width: 100%;
    border-radius: 50px;
    height: 45px;
    color: #fff;
    font-weight: 600;
}
.top_banner .discover_heading
{
	    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
}

.column {
  margin-bottom: 0rem;
}

.card {
  border: none !important;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.card-content {
  position: absolute;
  bottom: -100%;
  background-color: #ffffff;
  width: 100%;
  transition: bottom 0.5s linear;
}
@media only screen and (max-width: 600px) {
  .card-content {
    display: block;
    bottom: 0;
    position: absolute;
  }
}

.card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.card-data
{
	padding: 1rem;
}
.card-image img {
  transition: all 1s ease;
      width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
        border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.flat_type
{
font-size: 17px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
}
.flat_info
{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    text-align: left;
}
.flat_location i
{
	    color: #3498db;
    font-size: 20px;
}
.flat_location
{
font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  margin-bottom: 0rem;
    text-align: left;
}
@media only screen and (min-width: 600px) {
  .card-image:hover img {
    transform: scale(1.1, 1.1);
  }
  .card-image:hover .card-content {
    bottom: 0%;
  }
}

.section-space
{
	padding: 5rem 0rem;
}
.card-image + h4
{

    position: absolute;
    background-color: #1f243f;
    border-radius: 40px;
    margin: 0.5rem;
    top: 158px;
    padding: 0.3rem 1rem;
    color: #fff;
    font-size: 14px;

}

.card-image + h4 i
{
	margin-right: 5px;
}
.btn_contact_info
{
	background-color: #18203c;
    border-radius: 0;
    color: #fff;
    border-bottom-left-radius: 0.25rem;
    font-size: 15px;
    width: 100%;
}
.btn_detail_info
{
	background-color: #3498db;
    border-radius: 0px;
    border-bottom-right-radius: 0.25rem;
    width: 100%;
    font-size: 15px;
    
    color: #fff;
}
.btn_contact_info:hover, .btn_detail_info:hover
{
	color: #fff;
}
.section-title
{
	    font-size: 1.7rem;
    margin-bottom: 0.5rem;
    text-align: left;
    font-weight: 700;
    color: #18203c;
}
.section-title-after
{
	    margin-top: 0px;
    margin-bottom: 2rem;
    width: 6rem;
    display: block;
    float: left;
    border-top: 3px solid #3498db;
}
.see_all_property
{
	float: right;
    margin-top: 2rem;
    font-size: 18px;
    font-weight: 600;
    color: #18203c;
}
.property-card-slider a:hover
{
	text-decoration: none;
}
.property-card-slider h4
{
	    text-align: left;
    font-size: 20px;
    margin-top: 0.8rem;
    font-weight: 700;
    color: #283769;
}
.property-card-slider p
{
	text-align: left;
    font-size: 16px;
    color: gray;
}
.testimonial-card-slider
{
	border: 1px solid #c0bebe;
    padding: 2rem 3rem;
    margin-bottom: 1.5rem;
}
.testimonial-card-slider p
{
	    margin: 0px;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
}
.testimonial-card-slider img
{
	width: 3rem !important;
    opacity: 0.3;
    position: absolute;
    top: 1rem;
    left: 1.5rem;
}
.testimonial-footer img
{
	    width: 4rem !important;
    height: 4rem;
    border-radius: 50%;
    display: inline-block !important;
    float: left;
}
.testimonial-info
{
	    padding-left: 5rem;
    text-align: left;
}
.testimonial-info h5
{
	    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 8px;
}
.testimonial-info p
{
	font-size: 16px;
    font-weight: 500;
    color: gray;
    margin: 0px;
}
.footer_p {
    color: #fff;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.tg-socialicon {
    padding-inline-start: 0px;
}
/* .tg-socialicon li{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
} */
.tg-socialicon li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.tg-socialicon li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
    color: #fff;
    border: 1px solid #a0a0a0;
  
}

.con_icon_box .con_icon {
    width: 25%;
    float: left;
}
.con_icon_box .con_icon i {
    color: #3498db;
    font-size: 22px;
}
.con_info {
    padding-left: 25%;
    margin-bottom: 1.5rem;
}
.con_info p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
.footer_links li {
    color: #fff;
    text-align: left;
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 1rem;
}
.subscribe_p {
    color: #fff;
    text-align: left;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 2rem;
}
.label_subs {
    float: left;
    color: #fff;
}
.form_subs {
    background-color: transparent;
    border-radius: 0px;
    height: 46px;
    color: #fff;
}
.form_subs_btn {
    background-color: #3498db;
    margin-top: 1rem;
    float: left;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
}
.copyright_p
{
	    text-align: center;
    margin-top: 1rem;
    color: #fff;
    font-size: 17px;
    padding-bottom:2rem;
}
.copyright_p a
{
	color:#fff;
}
.footer_heading {
    color: #fff;
    font-weight: 500;
    text-align: left;
    padding-left: 2rem;
    font-size: 18px;
    margin-bottom: 1.5rem;
}
footer
{
	    background-color: #283769;
    /*padding: 4rem 0rem;*/
    padding-top:4rem;
}
.specify_title{
    color:#283769;
    font-weight: bold;
}
ol li{
    color: #283769;;
}


/*-----------------------------Single Page Styling----------------------------*/
.inner-page-navbar
{
	position: fixed;
    top: 3.9rem;
    z-index: 99;
    width: 100%;
    background-color: #f0f8ff !important;
}
.inner-page-navbar .navbar-nav .nav-link
{
	color: #3498db;
	font-size: 17px;
	padding: 0.2rem 1rem;
}
.inner-page-navbar .navbar-nav .active>.nav-link, .inner-page-navbar .navbar-nav .nav-link.active, .inner-page-navbar .navbar-nav .nav-link.show, .inner-page-navbar .navbar-nav .show>.nav-link
{
	color: #3498db;
}
.inner-page-navbar .navbar-nav .nav-link:focus, .inner-page-navbar .navbar-nav .nav-link:hover
{
	color: #283769;
}
.inner-page-banner
{
	background-image: linear-gradient(rgba(19,28,60,0.85),rgba(19,28,60,0.9)),url(../../assets/img/bannr.webp);
    height: 600px;

}
.inner-page-banner form
{
	    position: relative;
    width: 85%;
    right: 0rem;
    top: 10rem;
    padding: 2rem;
    background-color: #3498db;
}
.inner-page-banner form input
{
	    border-radius: 0px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.inner-page-banner form textarea
{
	    border-radius: 0px;
    height: 80px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.inner-page-banner form .submit_form
{
	background-color: #283769;
    border-radius: 0px;
    color: #fff;
    padding: 0.5rem 2rem;
    font-weight: 600;
}
.inner_page_top_content
{
    color:white;
	    position: relative;
    top: 15rem;
    left: 4rem;
    padding-right: 12rem;
}
.inner_page_top_content h2{
    color:white!important;
    font-size: 25px;
    font-weight: 600;
}
.inner_page_top_content h3
{
	    font-family: 'Lora', serif;
    color: #e3e3e3;
    font-size: 3.5rem;
    font-weight: 800;

}
.inner_page_top_content p
{
	    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-top: 2rem;
}
.inner_page_about
{
	min-height: 100%;
}
.inner_page_about img
{
	height: 400px;
    object-fit: cover;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    width: 550px;
    float: left;
    margin: 0px 70px 15px 0px;
}
.inner_page_about h6
{
	    /*text-align: left;*/
    padding-top: 1rem;
    font-size: 16px;
    font-weight: 700;
    color: #3498db;
    margin-bottom:0px;
}
.inner_page_about h3
{
	    /*text-align: left;*/
    font-family: 'Lora', serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #283769;
}
.inner_page_about p
{
	font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-weight: 500;
    color: gray;
    margin-top: 1rem;
}
.efgallery figure
{
	height: 265px;
	margin: 0px;
    border:1px solid #dee2e6;
}
.efgallery figure img
{
	height: 260px;
	object-fit: cover;
	border-radius: 0px;
}
.efgallery div
{
    border:1px solid #d8d7d7;
	min-height: 100%;
}
.efgallery p
{
	    font-size: 16px;
    font-weight: 600;
    padding: 0rem 1rem;
    color: gray;
}
.siteplan
{
	    padding: 2rem;
    background-color: #fff;
    box-shadow: 1px 1px 28px -10px grey;
}
.efgallery h4
{
	background-color: #283769;
    padding: 0.7rem;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.pricesummery
{
	    background-color: #283769;
    padding: 3rem;
    color: #fff;
}
.pricesummery thead th
{
	    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.pricesummery td
{
	color: #e8e8e8;
}
.amenity_box 
{
	padding:1rem;
	box-shadow: 1px 1px 20px -10px gray;
	min-height: 100%;
}
.amenity_box img
{
	    width: 4rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.amenity_box h3
{
	    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    color: #283769;
}
.contact-shadow {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.contact_form_box {
    background-color: #fff;
    padding: 3rem;
    min-height: 100%;
}
.contact_form .form-input-control {
    height: 45px;
    border-radius: 0;
    border: 1px solid #26476c;
    font-size: 15px;
    color: #26476c;
}
.contact_form .form-text-control {
    height: 80px;
    border-radius: 0;
    border: 1px solid #26476c;
    font-size: 15px;
    color: #26476c;
}
.btn-contact {
    background-color: #283769;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 2rem;
}
.contact_no_box {
    background-color: #3498db;
    padding: 2rem 2.5rem;
    min-height: 100%;
}
.contact_no_box p, .contact_no_box a {
    font-size: 14px;
    color: #e8e8e8;
    line-height: 22px;
    text-align: left;
}
.contact_no_box img {
    width: 2rem;
    margin-bottom: 2rem;
}
.float-whatsapp {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
}
.callbox {
    background-color: #3498db;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    padding: 0.5rem;
}
.callbox img {
    width: 2rem;
}
.float-whatsapp img {
    width: 2.5rem;
}

/*---------------------------------Buy Page Styling-----------------------------------------------*/


.banner_image{
    margin: 0;
    padding: 0;
    width: 100vw !important;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.banner_overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 100vw;
    
}



.single-property{
    width: 100%;
    height: auto;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    box-sizing: border-box;
    height:100%;
    background-color: #18203c;
}
.property-img{

    height: 220px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.myprop{
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}
.property-img:hover .myprop{
    transform: rotate(6deg) scale(1.2);
    

}
.property-desc{
    width: 100%;
    color: #fff;
    
}


.property-desc-top{
    border-bottom: 1px solid #fff;
    padding: 10px 20px 0 20px;
}
.property-desc-bottom{
    text-align: justify;
    letter-spacing: 1px;
    padding: 10px 20px 40px 20px;
  
}
.button_container{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    
}
.buy_button{
    position: absolute;
    bottom: 15px;
    box-sizing: border-box;
    width: 80%;
    padding: 5px 0;
    background: #009adc;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    
}


.buy_button:active, .buy_button:hover{
    text-decoration: none;
    color: #fff;
    -webkit-animation: pulse 1s ease 1;
    -moz-animation: pulse 1s ease 1;
    -ms-animation: pulse 1s ease 1;
    -o-animation: pulse 1s ease 1;
     animation: pulse 1s ease 1;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
   0% {
    -webkit-transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-ms-keyframes pulse {
   0% {
    -webkit-transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-o-keyframes pulse {
   0% {
    -webkit-transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}



/*----------------------------------Buy Page Styling End-------------------------------------------*/

@media(max-width: 600px)
{
	.navbar-bg
	{
		padding: 0.4rem 1rem;
	}
	.navbar-light .navbar-brand
	{
		font-size: 20px;
		font-weight: 500;
	}
	.navbar-light .navbar-toggler
	{
		border-color: transparent;
	}
	.navbar-light .navbar-toggler i
	{
		color: #fff;
	}
	.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 0.3rem 0rem;
}
.post_property_btn
{
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.top_banner{
	padding: 6rem 1rem 3rem 1rem;
	height: auto;
}
.top_banner .discover_heading {
    
    font-size: 18px;
   
    margin-bottom: 18px;
    font-weight: 600;
}
.top_banner form {
    background-color: transparent;
    padding: 0rem 1rem;
   
    }
    

    
    .form_input_styling
    {
    	font-size: 15px;
    	height: 40px;
    	margin-bottom: 1rem;
    }
    .section-space {
    padding: 2rem 0rem;
}
.section-title
{
	font-size: 18px;
	margin-bottom: 0.2rem;
}
.section-title-after {
   
    margin-bottom: 1.2rem;
    width: 4rem;
   
    border-top: 2px solid #3498db;
}
.column
{
	margin-bottom: 1rem;
}
.see_all_property {
  
    margin-top: 0rem;
    font-size: 16px;
    }
    .property-card-slider h4

    {
    	font-size: 15px;
    	font-weight: 600;
    }
    .property-card-slider p
    {
    	font-size: 13px;
    }
    .testimonial-card-slider
    {
    	padding: 1rem;
    }
    .testimonial-card-slider p
    {
    	font-size: 14px;
    	line-height: 25px;
    }
    .testimonial-card-slider img {
    width: 2rem !important;
    top: 0.5rem;
    left: 0.5rem;
}
.flat_info
{
	font-size: 18px;
}
.flat_type
{
	font-size: 15px;
}
.testimonial-info
{
	padding-left: 4rem;
}
.testimonial-footer img
{
	width: 3rem !important;
	height: 3rem;
}
.testimonial-info h5
{
	padding-top: 4px;
	font-size: 15px;
}
.testimonial-info p
{
	font-size: 14px;
}
footer
{
	padding: 0rem;
}
.footer_heading {
    padding-left: 0rem;
    font-size: 16px;
    margin-bottom: 0.7rem;
    margin-top: 2rem;
}
.con_icon_box .con_icon
{
	width: 10%;
	text-align: left;
}
.con_icon_box .con_icon i {
    margin-top:3px !important;
}
.con_info {
    padding-left: 10%;
    margin-bottom: 1rem;
}
.footer_links
{
	padding-inline-start: 0;
}
.footer_links li
{
	font-size: 14px;
	margin-bottom: 0.5rem;
}
.subscribe_p {
  
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0rem;
}
.form_subs
{
	height: 40px;
}
.copyright_p
{
	margin-top: 2rem;
	font-size: 15px;
	/*padding-bottom:;*/
}
.inner-page-navbar
{
	top: 3.2rem;
}
.inner-page-banner
{
	height: auto;
	padding: 8rem 1rem 3rem 1rem;
}
.inner_page_top_content {
    position: relative;
    top: 0rem;
    left: 0rem;
    padding-right: 0rem;
}
.inner_page_top_content h3 {
   
    font-size: 26px;
    font-weight: 700;
}
.inner_page_top_content p {
  
    font-size: 15px;
    line-height: 26px;
    margin-top: 0rem;
}
.inner-page-banner form {
  
    width: 100%;
  
    top: 1rem;
    padding: 1.5rem;
   
}
.inner_page_about img
{
    height: auto;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
    
}
.inner_page_about h3
{
	font-size: 22px;
}
.inner_page_about p {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    }
    .amenity_box h3
    {
    	font-size: 15px;
    }
    .efgallery h4
    {
    	font-size: 17px;
    }
    .efgallery p
    {
    	font-size: 14px;
    }
    .pricesummery
    {
    	padding: 1rem;
    	font-size: 13px;
    }
    .pricesummery thead th {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.contact_form_box
{
	padding: 1rem 0rem;
}

}
.coming-soon
{
    padding:150px 0px;
    background-image: linear-gradient(rgb(0 0 0 / 47%),rgb(0 0 0 / 47%)),url(../../../assets/img/dl.beatsnoop.com-high-438e4ef0321ddde1bb.jpg);
    background-position: center;
    background-size: cover;
}
/*.bg-com*/
/*{*/
    
/*    border-radius:5px;*/
/*    border:2px solid #ffffff;*/
/*}*/
.bg-com h1
{
    font-family: 'Kaushan Script', cursive;
    color:#ffffff;
    font-weight:700;
    font-size:65px;
}
.bg-com h4
{
    font-family: 'Kaushan Script', cursive;
    color:#ffffff;
    font-weight:600;
}
.bg-com h5
{
    font-family: 'Kaushan Script', cursive;
    color:#ffffff;
    font-weight:500;
}
.btn-com
{
    background-color:transparent;
    padding:13px 30px;
    border:3px solid #ffffff;
    border-radius:5px;
    font-size:18px;
    font-weight:600;
}
.navbar-light .navbar-brand:hover
{
    color:#fff;
}


.footer_logo_text h2{
    color:white;
    font-weight:800;
    text-align:start;
    font-size:21px;
}
@media(max-width:600px)
{
 .coming-soon
 {
     padding:80px 0px 45px 0px;
 }
 .bg-com h1
 {
     font-size:30px;
 }
 .bg-com h4
 {
     font-size:18px;
 }
 .bg-com h5
 {
     font-size:16px;
 }
 .btn-com
 {
     padding: 8px 20px;
     font-size:16px;
 }
}

