html{
	scroll-behavior: smooth;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color:#000;
}
.logo a h1 {
    font-size: 33px;
}

a.navbar-brand {
    display: flex;
    align-items: center;
}
a:hover{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'raleway', sans-serif ;
}
nav#navigation {
    background: #fff;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 18%);
}
.hidden_overview.show_about {
    display: block;
}

.read_overview.active i.fa:before {
    content: "\f068";
}
div#navbarNav {
    justify-content: end;
}
.copy_right {
    background: #eee;
    padding: 17px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #303030;
}
.logo img {
    max-width: 210px;
}
#navigation #navbarNav a {
    color: #050505;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s all;
}
.navbar-nav .dropdown-menu {
    padding: 0;
}
#navigation #navbarNav .dropdown-item-1 {
    border-bottom: 1px dashed #cdcdcd;
    padding: 12px 14px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
}
.navbar-nav > li {
    margin-left: 20px;
}
.banner_details {
    margin-top: -70px;
    position: relative;
    z-index: 9;
}

.banner_details .row {
    background: #fff;
    box-shadow: 0px 5px 20px #0000001f;
    padding: 30px 30px;
    border-radius: 15px;
}
.banner_logo {border: 1px solid #eee;padding: 10px;min-height: 160px;display: flex;align-items: center;}

.deatils_content h1 {
    font-family: "Rubik", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #19243d;
}

.deatils_content  p {
    font-size: 18px;
    color: #747474;
}

.deatils_content p a {
    margin-left: 10px;
    color: #bc1823;
    font-weight: 500;
}

.deatils_content h5 {
    background: #bc1823;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-left: 5px solid #000;
    font-family: inherit;
}

.button_banner a {
    font-family: "Rubik", Sans-serif;
    font-weight: 500;
    background-color: #103191;
    color: #fff;
    padding: 11px 19px;
    border-radius: 5px;
}

.button_banner a:nth-child(1) {
    background: #0c7c00;
}
.main_warpper {
    padding: 70px 0;
}
.main_warpper ul li {
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    margin-bottom: 11px;
}
.modal-content .modal-body {
    padding: 23px 13px;
}
.modal-body button.close {
    position: absolute;
    right: 9px;
    background: #000    ;
    color: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    border: none;
    top: 10px;
}

.top-footer .form-footer input,.top-footer .form-footer select {
    border: 1px solid #cbcbcb;
    padding: 12px 15px;
    border-radius: 0;
}

.top-footer .form-footer h4 {
    margin-bottom: 16px;
    font-weight: 600;
}

.top-footer .form-footer .col-md-6 {
    margin-bottom: 16px;
}

.top-footer .form-footer .form-group.contact_number {
    display: flex;
}

.top-footer .form-footer .form-group.contact_number select.countryCode {
    width: 120px;
    padding: 3px;
    border-right: none;
}

.top-footer .form-footer  .form-group textarea {
    border: 1px solid #d5d5d5;
    border-radius: 0;
}

.top-footer .form-footer  .col-md-12 {
    margin-bottom: 20px;
}

.top-footer .form-footer .col-md-12:last-child {
    margin-bottom: 0;
}

.top-footer .form-footer .col-md-12   .send_btn.btn {
    background: #95040d;
    color: #fff;
    padding: 12px 20px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.top-footer .form-footer .col-md-12 .send_btn.btn:hover {
    background: #000;
}
.main_warpper ul {
    padding: 0;
}

.main_warpper ul li i.fa {
    color: #0c7c00;
    margin-right: 10px;
}

h3,h2 {font-weight: 600;margin-bottom: 20px;}

.project_highlight {
    margin-bottom: 30px;
}

.hidden_overview {
    display: none;
}

.price_deatisl {
    padding: 40px 0;
}

.price_deatisl table {
    border: 1px solid #eee;
}
.enquire_boxLeft {
    background: linear-gradient(45deg, #103191, #031546);
    padding: 30px 25px;
    border-radius: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.enquire_boxLeft h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.4;
}

.enquire_boxLeft .form-group {
    margin-bottom: 10px;
}

.enquire_boxLeft .form-group input {
    border-radius: 3px;
    padding: 10px 15px;
}

.enquire_boxLeft .form-group.contact_number {
    display: flex;
}

.enquire_boxLeft .form-group.contact_number select.countryCode {
    width: 110px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 5px;
}

.enquire_boxLeft button.send_btn.btn {
    background: #00877a;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}
.floor_plan {
    border: 2px solid #eee;
    margin-bottom: 20px;
}
.ptb-60{
	padding-top: 60px;
	padding-bottom: 60px;
}
section.Amenities {
    background: #335A38;
}
.amienity_box ul {
    padding: 0;
}

.amienity_box ul li i {
    margin-right: 10px;
}

.amienity_box ul li {
    list-style: none;
    margin-bottom: 14px;
    font-size: 18px;
    font-family: "Rubik", Sans-serif;
}
.Location-form {
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #dfdfdf;
    height: 100%;
}
.Location-form h4 {
    font-size: 20px;
    font-weight: 700;
    color: #19243d;
}
.Location .col-md-6 {
    margin-bottom: 20px;
}
.Location-form h4 {
    font-size: 20px;
    font-weight: 700;
    color: #19243d;
}

.Brigade-Group {
    text-align: center;
    padding:  30px 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.Brigade-Group h4 {
    font-family: inherit;
    font-weight: 700;
}

.Brigade-Group p {
    font-size: 16px;
    margin-bottom: 0;
}

p.Brigade-p {
    font-size: 18px;
    text-align: center;
    color: #5e5e5e;
}

button.accordion-button {
    text-align: center;
}

.accordion-header button.accordion-button {
    justify-content: center;
    text-align: center;
    font-weight: 600;
}

@media (max-width:991px) {
	.navbar-collapse {
		left: 0;
		position: absolute;
		top: 99px;
		background: #fff;
		width: 100%;
		padding-bottom: 20px;
	}
	.button_banner {
		padding-top: 20px;
	}
	section.main_warpper .col-md-8, section.main_warpper .col-md-4 {
		width: 100%;
	}
	section.main_warpper > div > div {
		flex-direction: column-reverse;
	}
	.enquire_boxLeft {
		position: relative;
		top: 0;
		margin-bottom: 20px;
	}
	.Amenities > div > div > .col-md-6 {
		width: 100%;
	}
}
@media (max-width:767px) {
	.banner_logo {
		margin-bottom: 20px;
	}
	.deatils_content h1 {
		font-size: 26px;
	}
	.Location .p-4 {
		padding: 0.5rem!important;
	}
	p.Brigade-p {
		font-size: 16px;
	}
	.enquire_boxLeft {
		padding: 20px 20px;
	}
}
@media (max-width:560px) {
	.banner_details .row {
		padding: 20px 10px;
	}
	.button_banner a {
		padding: 11px 7px;
		font-size: 15px;
	}
	.main_warpper ul li {
		font-size: 16px;
	}
}