/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');	



/* Open dropdown on hover */
.navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
}

/* Optional: Keep smooth dropdown look */
.dropdown-menu {
    padding: 0px 0 0 0;
}

/* Optional: Change cursor */
.navbar-nav > .dropdown > a {
  cursor: pointer;
}

.dropdown-menu li a {
    color: #000 !important;
    padding: 10px 10px 10px 10px;
}

.dropdown-menu li a:hover {
    color: #000 !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #fff;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #fff;
}


.Ftrlinks {
    padding: 0 25px 20px 25px;
}

.ftrlinkxbox h3 {
    padding: 0px 0 15px 0;
    margin: 0px;
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.ftrlinkxbox ul {
    padding: 0px;
    margin: 0px;
     
}


.ftrlinkxbox ul li {
    padding: 0px;
    margin: 6px 0px 6px 0px;
    list-style: none;
}

.ftrlinkxbox ul li a {
    padding: 0px 0 0px 0;
    margin: 0px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}

.copyright {
    margin: 30px 0 0 0;
    border-top: #bd882e solid 1px;
    padding: 20px 0 0 0;
}

.copyright p{
	text-align:center !important;
}

.reraftr {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
	



.OfferBtn {
    position: fixed;
    bottom: 20%;
    left: -85px;
    z-index: 99;
    transform: rotate(-90deg);
}

.OfferBtn h3 {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    background: #c29033;
    color: #fff;
    font-weight: 700;
	border-radius:5px;
}

.OfferBtn h3 a {
    color: #fff;
    padding: 10px 15px 10px 15px;
    display: block;
}

.OfferBtn h3 a:hover{
	text-decoration:none;
}


.modal .term-condition{
margin-top:10px;
margin-bottom:15px;
	color:#000;
	font-size:12px;
	display: inline-block;
	 font-family: "Poppins", sans-serif;
}


.term-condition {
    margin-top: 0px;
    color: #000;
    font-size: 12px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}
input[type=checkbox] {
    margin: 2px 0 0px 0;
    margin-top: 1px\9;
    line-height: normal;
}





#text {
    display: none;
}

.btn-container button {
    background: #b70021;
    padding: 8px 15px;
    color: #fff;
    border: none;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}


.mobile{
display:none;
}

.privacy-policy{
    padding:5% 0;
}

.privacy-policy h4 {
    color: #000;
   font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin: 0px 0 0px 0;
    padding: 0px;
    text-align: left;
}

.privacy-policy h3 {
    color: #000;
   font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0 0px 0;
    padding: 0px;
    text-align: left;
}

.privacy-policy p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #4d4d4d;
    margin: 0px;
    line-height: 36px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
}


.certificate-section{
	padding:80px 0 80px 0;
}
.certi-box{
	border:#ddd solid 1px;
	text-align:center;
	padding:25px 0 25px 0;
}

.certi-box .dwn-btn{
	background:#c39b39;
	padding:10px 12px;
	font-size:16px;
	color:#fff;
	display:inline-block;
	margin-top:25px;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	border-radius:5px;
}

.certi-box h4{
	font-size:20px;
	font-weight:700;
	color:#000;
	font-family: "Poppins", sans-serif;
	padding:5px 10px 0px 10px;
	margin:0px;
}
.certi-box img{
	width:65%;
	height: 100%;
}


.accordion {
	background-color: #fff;
	color: #1f2937;
	cursor: pointer;
	padding: 18px 48px 18px 20px;
	width: 100%;
	border: 1px solid #e0e6ef;
	text-align: left;
	outline: none;
	font-size: 15px;
	font-weight: 600;
	transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
	font-family: "Poppins", sans-serif;
	margin-bottom: 10px;
	position: relative;
	border-radius: 0;
}
.active,
.accordion:hover {
	background-color: #f7f9fc;
	border-color: #b70021;
	color: #b70021;
}
.accordion:after {
	content: '\002B';
	color: #b70021;
	font-weight: bold;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0;
	float: none;
}
.active:after {
	content: "\2212";
	display: block;
	color: #e78c4b;
}

.abt-img{
	display:none;
}

.panel {
	padding: 0 20px;
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-out;
	margin: -10px 0 10px 0;
	border: 1px solid transparent;
	border-top: none;
}
.accordion.active + .panel {
	border-color: #e0e6ef;
	border-top: none;
}

.container{
	width:auto;
	/*margin-left:20px;
	margin-right:20px;*/
}

.panel p {
	font-family: "Poppins", sans-serif;
	text-align: left;
	padding: 8px 0 18px;
	font-size: 14px;
	line-height: 1.7;
	color: #4b5563;
	margin: 0;
}
.faq_section {
	padding: 80px 0 80px;
	text-align: center;
	background-color: #fff;
	width: 100%;
}
.faq_heading h3,
.faq_heading h2 {
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 40px 0;
	position: relative;
	display: block;
	padding: 0 0 10px 0;
	text-align: center;
}
.faq_heading h3 span,
.faq_heading h2 span {
	color: #e78c4b;
	font-weight: 700;
}
.faq_heading h2::before,
.faq_heading h2::after {
	display: none;
}
.faq-accordion {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}
.about-builder-section {
	padding: 80px 0 80px;
	text-align: center;
	background: #f7f9fc;
}
.about-builder-heading h3 {
    color: #b70021;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
    text-align: center;
}
.about-builder-heading h3 span {
	color: #e78c4b;
	font-weight: 700;
}
.about-builder-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.about-builder-logo {
	background: #fff;
	border: 1px solid #e0e6ef;
	padding: 36px 24px;
	height: 100%;
}
.about-builder-logo img {
	margin: 0 auto 18px;
	max-width: 180px;
}
.about-builder-logo h4 {
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 6px 0;
}
.about-builder-logo p {
	color: #6b7280;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	margin: 0;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.about-builder-text {
	text-align: left;
	padding-left: 20px;
}
.about-builder-text p {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #353434;
	margin: 0 0 14px 0;
	line-height: 1.8;
	padding: 0;
	text-align: left;
}
.about-builder-text p:last-child {
	margin-bottom: 0;
}
.developer_section {
	padding: 70px 0px 40px 0;
	text-align:center;
	background-color: #fff;
}
.developer_heading h2 {
	color: #b70021;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin: 0px 0 40px 0;
    padding: 0px 0 0px 8px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.developer_section p {
	font-family: "Poppins", sans-serif;
	font-size:15px;
	color:#353434;
	margin:0px;
	line-height:28px;
	padding-bottom:10px;
	text-align:center;
}
 @keyframes ripple {
 0% {
 box-shadow: 0 0 0 .3rem rgba(0, 0, 0, 0.3);
}
 100% {
 box-shadow: 0 0 0 4rem rgba(0, 0, 0, 0);
}
}
 @keyframes bigtext {
 0% {
transform: scale(0.9);
}
 50% {
transform: scale(1);
}
 100% {
transform: scale(0.9);
}
}
* {
	margin:0px;
	padding:0px;
}
.mb-30 {
	margin-bottom:30px;
}
.mt-40 {
	margin-top:40px;
}
.slider_content img {
	display:none;
}


.mobile-slider{
	display:none;
}

.carousel img {
    width: 100%;
}


#myCarousel i.fa.fa-chevron-left, #myCarousel2 i.fa.fa-chevron-left {
    background: #ffffffeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #1b1b1b;
    font-size: 17px;
}

#myCarousel i.fa.fa-chevron-right, #myCarousel2 i.fa.fa-chevron-right {
    background: #ffffffeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #1b1b1b;
    font-size: 17px;
}

.carousel-control {
    opacity: 1 !important;
}

.carousel-control:hover{
	opacity:0.8 !important; 
}

.slider .active:after {
    content: "\2212";
    display: block;
    color: #e78c4b;
	display:none;
}


.modal-title {
	font-family: "Poppins", sans-serif;
	font-size:22px;
	font-weight:700;
	text-align:center;
	color:#000;
	margin:0px 0 20px 0;
	position:relative;
	padding:10px 0 10px 0;
}
.modal-header {
	border-bottom:0px;
	padding:0px;
}
.modal-content {
	border: none !important;
}
.modal-header img {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 17%;
}
.modal-body {
	position: relative;
	padding: 0px 15px;
}
.modal-body .form-control {
	border-radius:20px;
	padding:12px 12px;
	height:auto;
	border: solid 1px #dedede;
	margin-bottom:15px;
	box-shadow: none;
}
.modal-body:placeholder {
font-family: "Poppins", sans-serif;
font-size:15px;
}
.modal-body .form-control:focus {
	box-shadow:none;
	border: solid 1px #dedede;
}
.modal-body input[type=submit] {
	padding:12px 12px;
	background: #b70021;
	color:#fff;
	font-family: "Poppins", sans-serif;
	font-size:16px;
	border: none;
	width:100%;
	border-radius: 20px;
}
#exampleModal .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	position: absolute;
	right: 5px;
}
.modal-dialog {
	width:480px;
}
.modal-footer {
	border-top:0px;
	text-align:center;
	margin:15px 0 0 0;
	padding: 10px 10px;
}

.modal-footer p{
	color:#000;
	font-family: "Poppins", sans-serif;
	font-size:13px;
	margin:0px;
	padding: 40px 15px 20px 15px;
	line-height:22px;
	
}

.modal-footer h6 {
	color:#fff;
	font-size:18px;
	font-family: "Poppins", sans-serif;
	padding:0px;
	margin:0px;
}
.modal-footer h6 a {
	color:#fff;
}
.modal-footer h6 a:hover {
	text-decoration:none;
}
#myHeader {
	background:#b70021;
}
.sticky {
	position: sticky;
	top: 0;
	width: 100%;
	z-index:9;
}



.left-arrow{
	position:absolute;
	top:50%;
	left:10px;
	width: 15% !important;
}

.right-arrow{
	position:absolute;
	top:50%;
	right:10px;
	width: 15% !important;
}

.carousel-control.left{
	 background:none;
}
.carousel-control.right{
	 background:none;
}	




.navbar-brand img {
    width: 90px;
}
.main-menu {
	padding:5px 0;
	background: #ffffff;
}
.main-menu .navbar-default {
	background:none !important;
	border:none !important;
}
.navbar-brand {
    height: auto;
    padding: 0px !important;
    margin-top: 7px;
}
.main-menu .navbar {
	margin-bottom:0px;
}
.main-menu .navbar-nav li a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: 1s;
    color: #000;
}
.main-menu .navbar-nav li a i {
	color:#b70021;
}
.main-menu .navbar-nav {
    margin-top: 7px;
}
.main-menu .navbar-nav li a:hover {
	color:#b70021 !important;
}

.main-menu .navbar-nav li a:focus {
	color:#b70021 !important;
}
.main-menu .navbar .btn {
    background: #b70021;
    margin-top: 0px;
    border-radius: 31px;
}
.main-menu .navbar .btn a {
	color:#fff !important;
	padding:5px 8px !important;
	font-family: "Poppins", sans-serif;
	font-size:15px;
	font-weight:700;
}
.main-menu .navbar .btn a:hover {
	color:#fff !important;
}

.main-menu .navbar .btn a i{
	color:#fff !important;
}


/*Broucher animated button start*/

.mobile-view {
	display:none;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
/*Broucher animated button end*/





.slider_content_left {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 8%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    width: 28%;
    border-top: #b70021 solid 7px;
}


.slider_content_left h4 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #b70021;
    margin: 0px 0 0px 0;
    position: relative;
    padding: 0px 0 10px 0;
}
.slider_content_left h4 span {
	display:block;
	color:#008743;
	font-size:25px;
}

.slider_content_left img {
    margin-bottom: 15px;
    height: 100%;
    width: 190px;
    display: none;
}



.slider_content_left h5 {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin: 0px 0 3px 0;
    padding: 0px 0px 0px 0;
}

.slider_content_left p {
	font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin: 0px;
    padding: 0px 0 0px 0;
}

.slider {
	padding:0;
	    background: #fff;
}

.slider .row .col-lg-12{
	padding-left:0px;
	padding-right:0px;
}
 

.slider .row {
    display: flex;
    justify-content: center;
    align-items: end;
    
}
.slider_content {
	background:rgba(255, 255, 255, 0.8);
	padding:0px 0px 0px 0px;
	text-align:center;
}


.modal-header .close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.modal .fa-whatsapp{
	color:#28a745;
}


.modal h6 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 15px 0px 25px 0px;
    margin: 0px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.modal h6 span {
    display: block;
    margin: 10px 0 0 0;
}

.modal h6 span i {
    width: 30px;
    height: 30px;
    background: #b70021;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin: 0 5px 0 0;
}

.modal h6 span a {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
}



.inquery-btn{
	display:none;	
}

.inquery-btn span{
	margin:0 5px 0 5px;
}


.inquery-btn .fa-whatsapp {
    color: #28a745;
}

.inquery-btn .fa-phone {
    color: #af0d1a;
}

.inquery-btn a{
	color: #b70021;
    padding: 12px 25px 12px 25px;
    border-radius: 25px;
    font-family: "Poppins", sans-serif;
    margin-top: 30px;
    display: inline-block;
	font-size:18px;
	text-align:center;
	margin-right: 10px;
	border:#b70021 solid 1px;
	font-weight:500;
	transition:1s ease-in-out;
}


.inquery-btn a:hover{
	background:#b70021;
	color:#fff;
	border:#b70021 solid 1px;
	text-decoration:none;
}

.inquery-btn a:focus{
	outline:none;
}
	

.price a{
	color: #000;
     padding: 0px;
    font-family: "Poppins", sans-serif;
    margin-top: 25px;
	font-size:18px;
	text-align:center;
	font-weight:700;
	display:inline-block;
	cursor:default;
	
}

.price h3 {
    color: #000;
    padding: 0px;
    margin: 24px 0 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    text-align: center;
    font-weight: 800;
}

.price h3 span {
    font-weight: 500;
    display: block;
    font-size: 27px;
}

.price a span{
	display:block;
	text-align:center;
	font-size:25px;
	font-weight:700;
}
.price a:hover{
	text-decoration:none;
}





.slider-img img{
	border-radius:25px;}
	
	
	
	.carousel .item{
		background:none;
		border-radius:25px;
	}
	

	
	
.slider_content h4 {
	font-family: "Poppins", sans-serif;
	font-size:50px;
	font-weight:700;
	text-align:center;
	color:#b70021;
	margin:0px 0 0px 0;
	position:relative;
	padding: 5px 0 10px 0;
}
.slider_content h4 span {
	display:block;
	color:#008743;
	font-size:25px;
	text-transform: uppercase;
}
.slider_content h2 {
	font-family: "Poppins", sans-serif;
	font-size:18px;
	font-weight:700;
	text-align:center;
	color:#fff;
	margin:0px 0 15px 0;
	padding:0;
}
.slider_content p {
	font-family: "Poppins", sans-serif;
	font-size:18px;
	color:#b70021;
	margin:0px;
	padding: 20px 0;
	font-weight:700;
}
.slider_content h5 {
	font-family: "Poppins", sans-serif;
	font-size:22px;
	font-weight:500;
	color:#fff;
	margin:0px 0 0px 0;
	padding: 12px 5px;
	background: #b70021;
}
.slider_content h6 {
	font-family: "Poppins", sans-serif;
	font-size:15px;
	font-weight:500;
	color:#000;
	margin:10px 0 10px 0;
	padding:  12px 8px;
	background:#e0c161;
	line-height:22px;
}
.slider_form {
    padding: 0px 0px 0px 0px;
    border-radius: 35px;
    margin-top: 1%;
}
.slider_form h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0px 0 0px 0;
    position: relative;
    padding: 20px 0 13px 0;
}


.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background: none !important;
}


.iti__country-list {
    white-space: normal !important;
}

.slider_form select {
    padding: 10px 0px !important;
	font-family: "Poppins", sans-serif;
	color: #555;
}

.slider_form .col-lg-8{
	padding-left:0px;
	padding-right:15px;
}

.slider_form .form-control {
    padding: 10px 12px;
    height: auto;
    border: solid 1px #c2c2c2;
    margin-bottom: 7px;
    box-shadow: none;
    background: #f5f5f5;
    border-radius: 9px;
}
.slider_form:placeholder {
font-family: "Poppins", sans-serif;
font-size:15px;
}
.slider_form .form-control:focus {
	box-shadow:none;
	 border-bottom: solid 1px #b70021;
}
.slider_form input[type=submit] {
    padding: 12px 12px;
    background: #b70021;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border: none;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}
/*.slider_heading{margin-bottom:50px;}
.slider_heading h1{font-family: "Poppins", sans-serif; font-size:45px; color:#FFFFFF; text-align:center; font-weight:700;}
.slider_heading p{font-family: "Poppins", sans-serif; font-size:22px; color:#FFFFFF; text-align:center;}*/


.short_detail {
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: -35px;
	background: #b70021;
}
.short_detail_box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	padding:20px 25px;
}
.short_detail_box h3 {
	font-family: "Poppins", sans-serif;
	font-size:22px;
	font-weight:700;
	color:#fffefe;
	margin:0;
	padding:0px;
}
.short_detail_box p {
	font-family: "Poppins", sans-serif;
	font-size:16px;
	font-weight:500;
	color:#fff;
	margin:0;
	padding:5px 0 0 0;
	z-index:1;
}
.short_detail_box p a {
	background:#733141;
	color:#fff;
	padding:5px;
	margin-top:5px;
	display: inline-block;
	border-radius:3px;
}
.short_detail_box p a:hover {
	text-decoration:none;
}
.short_detail .col-lg-3 {
	padding-left:0px;
	padding-right:0px;
}
.short_detail .row {
	margin-left:0px;
	margin-right:0px;
}
.blue {
	background:#782fb0;
}
.about {
	padding: 80px 0px 80px 0;
	text-align:center;
	background:url(../images/about-bg.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.about_content p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 33px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
}
.about_content h4 {
	color:#b70021;
	font-family: "Poppins", sans-serif;
	font-weight:500;
	font-size:22px;
	margin:10px 0 20px 0;
	padding:0px;
	text-align:center;
}

.about_content .row {
    display: flex;
    justify-content: center;
    align-items: center;
}


.about_content h2 {
    color: #b70021;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 5px 0 0px 0;
    position: relative;
    display: block;
    padding: 0px 0 0px 0;
    text-align: left;
}
.about_content h1 {
    color: #b70021;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin: 0px 0 0px 0;
    padding: 0px 0 10px 0px;
    text-align: left;
    position: relative;
    display: block;
}

.about_content h1 span{
	color:#e78c4b;
	 font-weight: 700;
}

.about_content {
    width: 90%;
    margin: auto;
}



.yellow{
	color:#b70021;
}


.about_content h3::before {
content:"";
width:4px;
height:39px;
position:absolute;
bottom:0;
background: #008743;
left: 0;
display:none;
}
.about_content h2 span {
	color:#008743;
}
.abt_feature {
	margin-left:20px;
}
.abt_feature li {
	color:#353434;
	font-family: "Poppins", sans-serif;
	font-size:17px;
	margin:0px 0 15px 0;
	text-align:left;
}
.about_content_box {
	background:#003333;
	padding:35px 25px;
	transition:1s;
}
.about_content_box:hover {
	background:#044e4e;
}
.about_content_box h3 {
	margin:0px 0 5px 0;
	color:#fff;
	font-family: "Poppins", sans-serif;
	font-size:26px;
}
.about_content_box p {
	margin:0px;
	color:#a9a9a9;
	font-family: "Poppins", sans-serif;
	font-size:18px;
	line-height:28px;
	font-weight:300;
}
.about_content img {
    margin-bottom: 20px;
    border-radius: 0;
}
.abt_img {
	position:relative;
	margin-top:50px;
}





.specification-section h5{
	color:#b70021;
	font-family: "Poppins", sans-serif;
	font-weight:500;
	font-size:16px;
	margin:0;
	padding:0;
	text-align: center;
	letter-spacing: 0.02em;
}

.specification-section p{
	color: #353434 !important;
	font-family: "Poppins", sans-serif !important;
	font-size: 15px !important;
	margin: 12px auto 0 !important;
	padding: 0 !important;
	line-height: 1.6;
	max-width: 520px;
	font-weight: 400;
}

.aminities_bg {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    width: 90%;
    margin: auto;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.our_aminities_section {
	padding: 80px 0 80px;
	text-align: center;
	background: #f7f9fc;
	position: relative;
	overflow: hidden;
}
.our_aminities_section::before {
	display: none;
}
.bg-overlay {
	display: none;
}
.our_aminities_heading {
	margin: 0 0 45px;
}
.our_aminities_heading h3 {
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	position: relative;
	display: block;
}
.our_aminities_heading h3 span {
	color: #e78c4b;
	font-weight: 700;
}
.our_aminities_heading h3::before,
.our_aminities_heading h3::after {
	display: none;
}
.amenities-grid {
	margin-left: -10px;
	margin-right: -10px;
}
.amenities-grid > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.our_aminities_box {
    padding: 28px 16px 24px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 4px solid #b70021;
    background: #fff;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.our_aminities_box:hover {
	background: #fff;
	border-color: #b70021;
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(50, 107, 168, 0.12);
}
.amenity-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: rgba(50, 107, 168, 0.08);
	border: 1px solid rgba(50, 107, 168, 0.2);
	transition: background 0.3s ease, border-color 0.3s ease;
}
.our_aminities_box:hover .amenity-icon {
	background: rgba(50, 107, 168, 0.15);
	border-color: #b70021;
}
.amenity-icon i {
    font-size: 38px;
    color: #b70021;
    line-height: 1;
}
.our_aminities_box img {
	margin: auto;
}
.our_aminities_box p {
	color: #353434;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	margin: 15px 0 0 0;
}
.our_aminities_section .col-lg-3 {
	padding-right: 8px !important;
	padding-left: 8px !important;
}
 .your_host_content ul li::before {
content:"\f18e";
font-family: FontAwesome;
position:absolute;
top:14px;
left:-30px;
font-size:20px;
color:#ff7344;
}
.our_project_gallery_section {
    padding: 80px 0 80px;
    text-align: center;
    background: #fff;
}
.our_project_gallery_heading h3 {
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 40px 0;
	padding: 0 0 10px 0;
	text-align: center;
	position: relative;
	display: block;
}
.our_project_gallery_heading h3 span,
.our_project_gallery_heading h3 .yellow {
	color: #e78c4b;
	font-weight: 700;
}
.our_project_gallery_heading h3::before {
	display: none;
}
.gallery-carousel-wrap {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}
#galleryCarousel {
	border: none;
	background: transparent;
	overflow: hidden;
}
#galleryCarousel .gallery-slide-row {
	margin-left: -8px;
	margin-right: -8px;
}
#galleryCarousel .gallery-slide-row > [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}
#galleryCarousel .carousel-inner > .item a {
	display: block;
	border: 1px solid #e0e6ef;
	background: #f7f9fc;
	overflow: hidden;
}
#galleryCarousel .carousel-inner > .item a > img,
#galleryCarousel .carousel-inner > .item img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
#galleryCarousel .carousel-control {
	width: 50px;
	background: none;
	opacity: 1;
	text-shadow: none;
}
#galleryCarousel .carousel-control:hover,
#galleryCarousel .carousel-control:focus {
	opacity: 1;
}
#galleryCarousel .gallery-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #b70021;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	transition: background 0.25s ease;
}
#galleryCarousel .gallery-arrow:hover {
	background: #e78c4b;
}
#galleryCarousel .gallery-arrow-prev {
	left: 12px;
}
#galleryCarousel .gallery-arrow-next {
	right: 12px;
}
#galleryCarousel .carousel-control.left,
#galleryCarousel .carousel-control.right {
	background-image: none;
	filter: none;
}
#galleryCarousel .carousel-indicators {
	bottom: -30px;
	margin-bottom: 0;
}
#galleryCarousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border: 2px solid #b70021;
	border-radius: 50%;
	background: transparent;
}
#galleryCarousel .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: #e78c4b;
	border-color: #e78c4b;
}
.our_project_gallery_section .item {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.our_project_gallery_section .col-lg-4 {
	padding-left: 5px;
	padding-right: 5px;
}
.our_delivery_project_section {
	padding: 110px 0px 40px 0;
	text-align:center;
	background-color: #fff;
}
.our_delivery_project_heading h2 {
	color:#000;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .our_delivery_project_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #733141;
margin: auto;
left: 0;
}
.our_delivery_project_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0;
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.our_delivery_project_section .item h3 {
	color:#733141;
	font-family: "Poppins", sans-serif;
	font-weight:700;
	font-size:20px;
	margin:0;
	padding:15px 0 0px 0;
}
.our_delivery_project_section .item p {
	color:#000;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	font-size:16px;
	margin:0;
	padding:0px;
}
.our_delivery_project_section .item {
	border:#dbdbdb solid 1px;
	padding:5px;
	min-height:552px;
}








.payment-plan-section {
	padding: 110px 0px 40px 0;
	text-align:center;
	background:#b70021;
}
.payment_plans_heading h3 {
	color:#fff;
	font-family: "Poppins", sans-serif;
	font-weight:700;
	font-size:35px;
	margin:0px 0 40px 0;
	padding: 0px 0 0px 8px;
	text-align:center;
	position:relative;
	display:inline-block;
}
.payment_plans_heading h3::before {
content:"";
width:4px;
height:39px;
position:absolute;
bottom:0;
background: #008743;
left: 0;
display:none;
}


.payment-plan-section table{
	width:70%;
	text-align:center;
	border: #ddd solid 1px;
	margin:auto;
}

.payment-plan-section table tr th{
	 color:#fff;
	font-family: "Poppins", sans-serif;
	font-weight:700;
	font-size:20px;
	padding:14px 15px;
}

.payment-plan-section table tr td{
	 color:#fff;
	font-family: "Poppins", sans-serif;
	font-weight:500;
	font-size:16px;
	padding:14px 15px;
	text-align:left;
}

.payment-plan-section table tr td:nth-child(2){
	font-size:18px;
	font-weight:500;
}









#higlits {
	padding: 110px 0px 40px 0;
	text-align:center;
	background-color: #fceae1;
}
.higlights_heading h2 {
	color:#000;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
.higlights_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #733141;
margin: auto;
left: 0;
}
.higlights_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0; /*background: linear-gradient(90deg, #FF7900, #932E00);*/
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
#higlits ul li {
	text-align:left;
	list-style:none;
	margin-bottom:0px;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	color: #757272;
	padding-bottom:25px;
	position:relative;
}
#higlits ul {
	margin-top:15px;
	margin-left:25px;
}
#higlits ul li::before {
content: "\f101";
position:absolute;
top:0;
left:-20px;
font-family: FontAwesome;
color:#932E00;
font-size:20px;
}
.higlits_box {
	padding:5px;
	text-align:center;
	background:#fff;
	box-shadow: #939393 0px 0px 7px;
	border-radius:0 15px 0 15px;
	position:relative;
}
/*.higlits_box{ padding:30px; text-align:center; background:#fff;     box-shadow: #939393 0px 0px 7px; border-radius:0 15px 0 15px; position:relative;}
.higlits_box::before{border:#932E00 solid 1px; content:""; position:absolute; top:15px; left:15px; right:15px; bottom:15px;}*/
.higlits_box img {
	margin:auto;
}
.higlits_box h4 {
	color:#000;
	font-family: "Poppins", sans-serif;
	font-size:17px;
	margin: 10px 0 0 0;
	font-weight:700;
	padding:0;
}
.higlits_box p {
	color:#000;
	font-family: "Poppins", sans-serif;
	font-size:15px;
	margin: 5px 0 0 0;
	font-weight:500;
	padding:0;
}




.configuration-section {
	padding: 80px 0 80px;
	text-align: center;
	background: #f7f9fc;
}
.configuration-heading h3 {
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 45px 0;
	padding: 0 0 10px 0;
	text-align: center;
}
.configuration-heading h3 span {
	color: #e78c4b;
	font-weight: 700;
}
.pricing-cards {
	margin-left: -12px;
	margin-right: -12px;
}
.pricing-cards > [class*="col-"] {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}
.pricing-card {
    background: #fff;
    border: 4px solid #b70021;
    padding: 32px 24px 28px;
    height: 100%;
    text-align: center;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
	border-color: #b70021;
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(50, 107, 168, 0.12);
}
.pricing-card.featured {
	border-color: #b70021;
	box-shadow: 0 8px 24px rgba(50, 107, 168, 0.1);
}
.pricing-card-top {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eef2f7;
}
.pricing-card-top h4 {
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin: 0 0 4px 0;
	padding: 0;
}
.pricing-card-label {
	color: #6b7280;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.pricing-card-details {
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
	text-align: left;
}
.pricing-card-details li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #eef2f7;
	font-family: "Poppins", sans-serif;
}
.pricing-card-details li:last-child {
	border-bottom: none;
}
.pricing-card-details li span {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
}
.pricing-card-details li strong {
	color: #b70021;
	font-size: 14px;
	font-weight: 700;
}
.pricing-card-btn {
	display: inline-block;
	background: #b70021;
	color: #fff !important;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 28px;
	text-decoration: none !important;
	border: none;
	transition: background 0.25s ease;
}
.pricing-card-btn:hover,
.pricing-card-btn:focus {
	background: #e78c4b;
	color: #fff !important;
	text-decoration: none !important;
}
.pricing-card.featured .pricing-card-btn {
	background: #e78c4b;
}
.pricing-card.featured .pricing-card-btn:hover {
	background: #b70021;
}






.flour_plans_section {
	padding: 80px 0 80px;
	text-align: center;
	background: #fff;
}
.flour_plans_heading h3 {
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 45px 0;
	padding: 0 0 10px 0;
	text-align: center;
	position: relative;
	display: block;
}
.flour_plans_heading h3 span,
.flour_plans_heading h3 .yellow {
	color: #e78c4b !important;
	font-weight: 700;
}
.flour_plans_heading h3::before {
	display: none;
}
.floor-plans-grid {
	margin-left: -12px;
	margin-right: -12px;
}
.floor-plans-grid > [class*="col-"] {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}
.floor-plan-card {
    background: #fff;
    border: 5px solid #b70021;
    overflow: hidden;
    height: 100%;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.floor-plan-card:hover {
	border-color: #b70021;
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(50, 107, 168, 0.12);
}
.floor-plan-card a {
	display: block;
	text-decoration: none !important;
	color: inherit;
}
.floor-plan-media {
	position: relative;
	overflow: hidden;
	background: #f7f9fc;
}
.flour_plans_section img,
.floor-plan-media img {
	width: 100%;
	display: block;
	filter: blur(5px);
	transition: transform 0.35s ease, filter 0.35s ease;
}
.floor-plan-card:hover .floor-plan-media img {
	transform: scale(1.04);
}
.floor-plan-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: rgba(50, 107, 168, 0.45);
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.floor-plan-card:hover .floor-plan-overlay {
	opacity: 1;
}
.floor-plan-info {
	padding: 18px 16px 20px;
	text-align: center;
	border-top: 1px solid #eef2f7;
}
.floor-plan-info h4, .flour_plans_section .item h4 {
    color: #b70021;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 4px 0;
    padding: 0;
    text-align: center;
}
.floor-plan-info p {
	color: #6b7280;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.flour_plans_section .item {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.flour_plans_section .item h3 {
	padding: 15px 0 10px 0;
	margin: 0;
	color: #b70021;
	font-size: 25px;
	font-weight: 700;
}
.location_advantage_section {
	padding: 90px 0 80px;
	text-align: center;
	background: #f7f9fc;
}
.location_advantage_heading h3 {
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 45px 0;
	padding: 0 0 10px 0;
	text-align: center;
	position: relative;
	display: block;
}
.location_advantage_heading h3 span,
.location_advantage_heading h3 .yellow {
	color: #e78c4b;
	font-weight: 700;
}
.location_advantage_heading h3::before {
	display: none;
}
.location-layout {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.location-benefits-list {
    background: #fff;
    border: 5px solid #b70021;
    padding: 8px 0;
    height: 100%;
    text-align: left;
    border-radius: 5px;
}
.location-benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 9px 15px;
    border-bottom: 1px solid #eef2f7;
    transition: background 0.25s ease;
}
.location-benefit-item:last-child {
	border-bottom: none;
}
.location-benefit-item:hover {
	background: #f7f9fc;
}
.loc-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(50, 107, 168, 0.1);
	border: 1px solid rgba(50, 107, 168, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b70021;
	font-size: 14px;
	margin-top: 2px;
}
.loc-text {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: baseline;
	flex-wrap: nowrap;
	gap: 8px;
}
.loc-text strong {
    display: inline;
    color: #1f2937;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loc-text span {
	display: inline;
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
	flex-shrink: 0;
}
.location-map-wrap {
	background: #fff;
	border: 1px solid #e0e6ef;
	padding: 8px;
	height: 100%;
}
.location-map-wrap img {
	width: 100%;
	height: auto;
	display: block;
}
.location_advantage_section h4 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    background: #b70021;
    padding: 10px 5px;
    text-align: center;
}
.location_advantage_section h5 {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 15px 30px;
	text-align: left;
}
.location_advantage_section ul {
	margin-left: 0;
	padding: 10px;
	border: #b70021 solid 1px;
	margin-bottom: 15px;
}
.location_advantage_section ul li {
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 0 0 5px 0;
	text-align: left;
	list-style: none;
	padding: 8px;
	position: relative;
}
.location_advantage_section ul li span {
	display: block;
	font-size: 15px;
	color: #9b9696;
	font-weight: 700;
}
.location_advantage_section ul li strong {
	color: #000;
}

 
.footer {
	background: #1a3a5c;
	padding: 50px 0 0;
}
.footer-top {
	margin-bottom: 30px;
	text-align: left;
}
.footer-links h5,
.footer-info h5 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 16px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-links .footer-info p{
	text-align: left;
}



.footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.footer-links ul li {
	margin-bottom: 8px;
}
.footer-links ul li a {
	color: rgba(255, 255, 255, 0.75);
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.25s ease;
}
.footer-links ul li a:hover {
	color: #e78c4b;
	text-decoration: none;
}
.footer-info p {
	color: rgba(255, 255, 255, 0.75);
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	margin: 0 0 8px 0;
	line-height: 1.6;
	text-align: left !important;
}
.footer-info p strong {
	color: #fff;
	font-weight: 600;
}
.footer-cta {
	display: inline-block;
	margin-top: 12px;
	background: #e78c4b;
	color: #fff !important;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 22px;
	text-decoration: none !important;
	transition: background 0.25s ease;
}
.footer-cta:hover,
.footer-cta:focus {
	background: #b70021;
	color: #fff !important;
	text-decoration: none !important;
}
.footer-disclaimer {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 20px 0;
}
.footer-disclaimer p {
	color: rgba(255, 255, 255, 0.55);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: left;
	line-height: 1.7;
}
.footer-disclaimer p strong {
	color: rgba(255, 255, 255, 0.8);
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 9px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-bottom p {
	color: rgba(255, 255, 255, 0.65);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 1.5;
	text-align: left;
}
.footer p {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	margin: 0 0 6px 0;
	text-align: center;
	line-height: 18px;
}
.footer a {
	color: #e78c4b;
}
.footer a:hover {
	text-decoration: none;
	color: #fff;
}
.slider_model_box h5 {
	color:#000;
	font-family: "Poppins", sans-serif;
	font-size:30px;
	margin:0;
	text-align:center;
	font-weight:600;
}
.slider_model_box .modal-header p {
	color:#000;
	font-family: "Poppins", sans-serif;
	font-size:16px;
	margin:0;
	text-align:center;
}
.slider_model_box .modal-body {
	display: inline-block;
	width: 100%;
	padding: 0 15px 15px 15px;
}
.slider_model_box form .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: 1px solid #b1acac;
	margin-bottom:15px;
}
.slider_model_box form input::placeholder {
font-family: "Poppins", sans-serif;
font-size:16px;
}
.slider_model_box form .form-control:focus {
	box-shadow:none;
	border: 1px solid #b1acac;
}
.slider_model_box form input[type=submit] {
	padding:12px 12px;
	background:#CC3300;
	color:#fff;
	font-family: "Poppins", sans-serif;
	font-size:18px;
	border: 1px solid #CC3300;
}
.slider_model_box .modal-header {
	border-bottom:none;
	padding: 15px 15px 0px 15px;
}
.slider_model_box .modal-header .close {
	margin-top: -2px;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	width: 25px;
	height: 25px;
	opacity: 1;
	border-radius: 50%;
}
.sticky_footer {
	background:#ee9b0e;
	padding: 15px 15px 15px 15px;
	position: sticky;
	bottom: 0;
	z-index: 9;
	border-top:#FFFFFF solid 1px;
}
.enquery_form_bg h2 {
	text-align:center;
	color:#000;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	font-size:28px;
	margin:0px;
}
.enquery_form_bg .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: none;
}
.enquery_form_bg:placeholder {
font-family: "Poppins", sans-serif;
font-size:15px;
}
.enquery_form_bg .form-control:focus {
	box-shadow:none;
	border: none;
}
.enquery_form_bg input[type=submit] {
	padding:12px 12px;
	background:#000;
	color:#fff;
	font-family: "Poppins", sans-serif;
	font-size:16px;
	border: none;
}
.sticky_whatsapp {
	bottom:2%;
	left:10px;
	z-index:999;
	position:fixed;
}
.sticky_whatsapp span {
	display:none;
}
.sticky-contact {
	bottom:2%;
	right:10px;
	z-index:999;
	position:fixed;
}
.sticky-contact span {
	display:none;
}
.live-chat {
	bottom:15%;
	right:10px;
	z-index:999;
	position:fixed;
	background:#733141;
	border-radius:50%;
	padding:10px;
	animation: bigtext 1s linear infinite;
	border: #fff solid 1px;
}
.live-chat span {
	display:none;
}
.sticky_contact {
	top:50%;
	right:-48px;
	z-index:999;
	position:fixed;
	background: #733141;
	padding:10px 10px;
	transform: rotate(-90deg);
}
.sticky_contact a {
	color:#fff;
	font-family: "Poppins", sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.sticky_contact a:hover {
	text-decoration:none;
}
.sticky_icon {
	top:50%;
	right:0px;
	z-index:999;
	position:fixed;
	background: #b70021;
	padding:0px 0px;
	border-radius:5px 0 0 5px;
	display:none;
}
.sticky_icon ul {
	padding:5px;
	margin:0px;
}
.sticky_icon ul li {
	list-style:none;
}
.sticky_icon a i {
	width:30px;
	height:30px;
	font-size:16px;
	border:#fff solid 1px;
	text-align:center;
	line-height:30px;
	margin:0 0 5px 0;
	border-radius:5px;
}
.sticky_icon a {
	padding:0px;
	color:#fff;
}
.thank_you {
	text-align: center;
	padding: 80px 0;
	background: #f7f9fc;
	min-height: 60vh;
	display: flex;
	align-items: center;
}
.thank_you > .container {
	width: 100%;
}
.thank-you-card {
	max-width: 560px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e0e6ef;
	padding: 48px 36px 42px;
}
.thank-you-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: rgba(50, 107, 168, 0.1);
	border: 1px solid rgba(50, 107, 168, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
}
.thank-you-icon i,
.thank_you .fa-check-circle-o {
	text-align: center;
	font-size: 32px;
	color: #b70021;
	line-height: 1;
}
.thank_you h1 {
	color: #b70021;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 36px;
	margin: 0 0 10px 0;
}
.thank_you h4 {
	text-align: center;
	color: #1f2937;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 14px 0;
	line-height: 1.4;
}
.thank_you p {
	text-align: center;
	color: #4b5563;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	margin: 0 0 28px 0;
	line-height: 1.7;
}
.thank_you p strong {
	color: #b70021;
	font-weight: 600;
}
.thank-you-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}
.thank-home-btn {
	display: inline-block;
	background: #b70021;
	color: #fff !important;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 28px;
	text-decoration: none !important;
	transition: background 0.25s ease;
}
.thank-home-btn i {
	margin-right: 6px;
}
.thank-home-btn:hover,
.thank-home-btn:focus {
	background: #e78c4b;
	color: #fff !important;
	text-decoration: none !important;
}
.thank_you .inquery-btn {
	display: none;
}
    











/* lg */ 
@media (min-width: 1200px) {
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
}

/* xs */
@media (max-width: 767px) {

	.aminities_bg {
		position: relative;
		z-index: 2;
		padding: 0 0px;
		width: 100%;
		margin: auto;
	}


	.about_content img {
		margin-bottom: 20px;
		border-radius: 0;
	}


.faq_section {
    width: 100%;
    padding: 70px 0 50px;
}
.faq_heading h3,
.faq_heading h2 {
    font-size: 25px;
}
.about-builder-section {
    padding: 70px 0 50px;
}
.about-builder-heading h3 {
    font-size: 25px;
}
.about-builder-content {
    display: block;
}
.about-builder-logo {
    margin-bottom: 20px;
}
.about-builder-text {
    padding-left: 0;
}
.about-builder-text p {
    font-size: 14px;
    line-height: 1.7;
}
.accordion {
    font-size: 14px;
    padding: 16px 42px 16px 14px;
}


.OfferBtn {
    position: fixed;
    bottom: 60%;
    left: -78px;
    z-index: 99;
    transform: rotate(-90deg);
}


.configuration-heading h3 {
    font-size: 25px;
}

.configuration-section {
    padding: 70px 0 50px;
}

.pricing-card {
    padding: 26px 18px 22px;
}

.pricing-card-top h4 {
    font-size: 24px;
}

.about_content h1 {
    font-size: 25px;
}

.left-arrow {
    width: 40% !important;
}

.right-arrow {
    width: 40% !important;
}

.slider_form h3 {
    font-size: 17px;
	padding: 20px 0 15px 0;
}


.mobile{
	display:block;
}


.mobile {
	padding:0px 0px 0px 0px;
	text-align:center;
}

.mobile .row{
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;
    display: flex !important;
}
.mobile h4 {
	font-family: "Poppins", sans-serif;
	font-size:16px;
	font-weight:700;
	color:#b70021;
	margin:0px 0 0px 0;
	position:relative;
	padding: 0px 0 0px 0;
}

.mobile h6 {
    padding: 16px 0 10px 0;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
}

.mobile h4 span {
	display:block;
	color:#008743;
	font-size:25px;
}

.mobile img {
    width: 126px;
    margin-bottom: 5px;
    margin-top: -25px;
    height: 100%;
    padding: 9px;
    background: #ffffff;
}


.mobile h5 {
	font-family: "Poppins", sans-serif;
	font-size:12px;
	font-weight:700;
	color:#000;
	margin:0px 0 0px 0;
	    padding: 0px 0px 0px 0;
}


.mobile p {
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0px;
    padding: 0px 0 0px 0;
    font-weight: 400;
}

.mobile h3 {
    color: #000;
    padding: 0px;
    margin: 9px 0 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
}



.about_content .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_content {
    width: 100%;
    margin: auto;
}




.slider_content_left {
    display: block;
    width: 95%;
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    background: #f6f6f6;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slider .col-lg-8 {
    width: 100%;
}


.inquery-btn{
	display:block;	
}

.slider .col-lg-4 {
    width: 100%;
}



.carousel-control {
    top: 42%;
	bottom: inherit;
}

.footer p {
    font-size: 12px;
}


.developer_section p {
    padding-right: 15px;
    padding-left: 15px;
}

.developer_heading h2 {
    font-size: 21px;
}


.our_project_gallery_heading h3 {
    font-size: 25px;
}


.our_aminities_heading h3 {
    font-size: 25px;
}

.flour_plans_heading h3 {
    font-size: 25px;
}


.navbar-brand {
    margin-top: 13px;
    margin-bottom: 3px;
}

.thank_you {
	padding: 50px 15px;
	min-height: 50vh;
	display: block;
}
.thank-you-card {
	padding: 36px 20px 32px;
}
.thank_you h1 {
	font-size: 28px;
}
.thank_you h4 {
	font-size: 16px;
}
.thank_you p {
	font-size: 14px;
}
.thank_you .inquery-btn {
	display: none;
}
  

.container{
	width:auto;
	margin-left:0px;
	margin-right:0px;
}

.specification-section h5 {
    font-size: 13px;
	padding: 0px 0px 0px 0px;
}

.about_content h3 {
    font-size: 21px;
}

.about_content h3 {
    font-size: 21px;
    margin: 0px 0 10px 0;
}

.slider_form {
    margin-top: 0px;
}


.abt-img{
	display:block; 
	margin-top:15px;
}

.abt-img img{
	border-radius:15px;
}

.slider-img {
    display: none;
}

.carousel{
	 display:block;
}

.mobile-slider{
	display:block !important;
	    margin-bottom: 15px;
}

.slider_content_left p {
    font-size: 20px;
    padding: 0px 0 10px 0;
}

.sticky_icon {
    display: none;
}

.hide{
	opacity:0;
}

.show{
	opacity:1;
}

.inquery-btn {
    position: fixed;
    bottom: 5px;
    z-index: 11;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 15px 0 15px;
    left: 0;
}

.inquery-btn a {
    padding: 7px 15px 7px 15px;
    margin-top: 0px;
    font-size: 12px;
    margin-right: 0px;
    width: 50%;
    background: #fff;
}

.price a {
    padding: 6px 15px 6px 15px;
    border-radius: 25px;
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 3px;
}
.price a span {
    font-size: 17px;
}



.slider .row {
    display: inherit;
}

.slider_content_left h4 {
    font-size: 27px;
    padding: 5px 0 0px 0;
}

.slider_content_left h5 {
    font-size: 17px;
    padding: 5px 5px 0px 0;
}

.slider_content_left h5 {
    font-size: 20px;
    padding: 8px 5px 0px 0;
}

.price h3 {
    color: #000;
    padding: 0px;
    margin: 7px 0 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
}



 .pl-0 {
padding-left:0px;
}
.pr-0 {
padding-right:0px;
}
.sticky_contact a {
font-size: 13px;
}
.sticky_contact {
top: 45%;
right: -42px;
border-radius:15px 15px 0 0px;
}
 .live-chat {
bottom: 14%;
right: 6px;
}
.short_detail {
margin-top: 0px;
}
.short_detail_box h3 {
font-size: 16px;
}
.short_detail_box {
margin-bottom: 0px;
border-bottom: #451b66 solid 1px;
}
 .slider_content h5 {
display:block;
}
.slider_content h6 {
display:block;
}
.slider_content img {
display:block;
}
.slider_content {
padding: 0;
}
.slider_content h4 {
display:block;
}
.slider_content p {
display:block;
}
.mobile-view {
    background: #b70021;
    color: #fff;
    padding: 7px 25px;
    text-align: left;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 67px;
    font-size: 14px;
    z-index: 1;
}
.mobile-view:hover {
text-decoration:none;
}
.mobile-view:focus {
color:#fff;
text-decoration:none;
}
.mobile-view i {
margin-right:5px;
}
.navbar-default .navbar-toggle {
    border-color: #b70021;
    background: #b70021;
    color: #fff;
    margin-right: 5px;
    border-radius: 0px;
    margin-top: 9px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #b70021;
}
.footer {
padding: 40px 0 0;
}
.footer-top > [class*="col-"] {
margin-bottom: 28px;
}
.footer-links,
.footer-info {
text-align: center;
}
.footer-info p,
.footer-disclaimer p,
.footer-bottom p {
text-align: center;
}
.footer-links ul {
columns: 2;
max-width: 280px;
margin: 0 auto;
text-align: left;
}
.footer-bottom {
justify-content: center;
flex-direction: column;
padding-bottom: 60px;
}
 .modal-dialog {
width: auto;
}
 .location_advantage_section ul {
margin-left: 0px;
padding: 0px 0px 0px 0px;
}
.slider {
padding: 0;
height: auto;
}
 .about {
padding: 80px 0px 40px 0;
}
.about_content h4 {
font-size: 16px;
margin: 0px 0 0px 0;
}
.about_content p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
}
.abt_img {
margin-top: 0px;
}

.our_aminities_section {
background-position: inherit;
padding: 70px 0 50px;
}

.our_aminities_heading {
margin: 0 0 30px;
}

.our_aminities_box {
    min-height: 120px;
    padding: 22px 10px 18px;
    margin-bottom: 14px;
}

.amenity-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}

.amenity-icon i {
    font-size: 18px;
}

.specification-section h5 {
    font-size: 13px;
}

.specification-section p {
    font-size: 13px !important;
    padding: 0 10px !important;
}



 .our_project_gallery_section {
padding: 80px 0px 40px 0;
}
 .flour_plans_section {
padding: 70px 0 50px;
}
.floor-plan-overlay {
font-size: 12px;
opacity: 1;
background: rgba(50, 107, 168, 0.35);
}
.location_advantage_heading h3 {
    font-size: 25px;
}
.location_advantage_section {
padding: 70px 0 50px;
}
.location-layout {
display: block;
}
.location-benefits-list {
margin-bottom: 20px;
}
.location-benefit-item {
padding: 12px 14px;
}
.loc-text strong {
font-size: 13px;
}
 .higlits_box {
margin-bottom: 7px;
}
.our_project_gallery_section .item {
margin-bottom: 8px;
}
#galleryCarousel .item {
margin-bottom: 0;
}
#galleryCarousel .gallery-arrow {
width: 36px;
height: 36px;
font-size: 20px;
margin-top: -18px;
}
#galleryCarousel .gallery-arrow-prev {
left: 8px;
}
#galleryCarousel .gallery-arrow-next {
right: 8px;
}
.flex_center {
display: inherit;
justify-content: center;
}
.flour_plans_section .item {
margin-bottom: 8px;
}
 .mob_header button {
text-align:center;
color:#fff;
font-family: "Poppins", sans-serif;
font-weight:600;
font-size:18px;
margin:0px 0 0px 0;
background:#ee9b0e;
width:100%;
border:none;
padding:10px 0;
}
.navbar-brand img {
    width: 60px;
}
.main-menu {
    padding: 0px 0;
}
 .navbar .pull-right {
float: left !important;
}
 .enquery_form_bg .form-control {
margin-bottom:5px;
}
 .modal-header img {
position: absolute;
top: 27px;
left: 12px;
width: 20%;
}
 .sticky_whatsapp {
bottom:0;
left:0px;
position:fixed;
width:50%;
background:#95752c;
padding:8px 0 8px 10px;
border-right:#fff solid 1px;
}
.sticky_whatsapp img {
display:inline-block;
margin-right:20px;
width:10%;
}
.sticky_whatsapp a {
display: flex;
align-items: center;
justify-content: center;
color:#fff;
font-family: "Poppins", sans-serif;
font-size:16px;
}
.sticky_whatsapp span {
display:block;
}
 .sticky-contact {
bottom:0;
right:0px;
position:fixed;
width:50%;
background:#95752c;
padding:8px 0 8px 10px;
}
.sticky-contact img {
display:inline-block;
margin-right:20px;
width:10%;
}
.sticky-contact a {
display: flex;
align-items: center;
justify-content: center;
color:#fff;
font-family: "Poppins", sans-serif;
font-size:16px;
}
.sticky-contact span {
display:block;
}
.sticky_footer {
background: #ee9b0e;
padding: 15px 15px 15px 15px;
position: sticky;
bottom: 13px;
z-index: 9;
border-top: #FFFFFF solid 1px;
}
 .our_delivery_project_section .item {
margin-bottom: 10px;
}
}
