
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
				font-size: 100%;
}

.h3, h3 {
    font-size: 25px;
}

.fw-bold {
    font-weight: 600!important;
}

.divgap{ margin-bottom:0px;}
.aligncen {
    margin: 0 auto;
    text-align: center;
    width: 18%;
}

.newProjects h1{ font-size: 1.6rem;}

.newProjects {
            margin-top: 40px !important;
        }

td, th {
    text-align: center;
    padding: 8px 0;
    font-size: 10pt !important;
    color: #000;
}

.btn-close{ background-color:#333; border-radius:100%; padding:2px; color:#fff; width:30px; height:30px;}

.labelwieth{ width:94%;}

#mainForm .card{margin: 10px 0 0 0px;}

.newpro {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 33%;
}



.footer-top {
    margin-bottom: 10px;
    text-align: center;
				border-bottom:solid 1px #212529;
}

.footer-desc {
	font-size:13px;
	color:#fff;
	text-align:center
	
}

.footer-top p {
    font-size: 12px;
    color: #fff;
    padding-bottom: 20px;
}

.footer-top h6 {
	font-size:14px; color:#fff;
}

.gap {
    margin-right: 20px !important;
    margin-bottom: 0px;
}

.navbar-brand h3{ font-size:23px;}




.navbar-brand {
    margin-right: 0rem;
}


.item {
    width: 33%;
    display: inline-block;
				margin-bottom:10px;
}
.heroText hr{ margin-top:10px; margin-bottom:10px;}

.heroText {
    font-size: 2rem;
    text-align: left;
	   margin-top:34px;
}

.heroSubText {
    font-size: 1.5rem;
    font-weight: 600;
}

.form-group p,
.form-check p {
    font-size: 13px;
    color: #6c6c6c;
    line-height: 24px;
    text-align: center;
    font-family: poppins, Calibri;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.desktop{ display:block;}
.mobile{ display:none;}

.blog{}

.blog h4 {
    margin-bottom: 5px;
    font-size: 17px;
}

.blog .blog_unit_meta {
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 36px;
    margin-bottom: 5px;
    font-size: 15px;
}

.blog .listing_details {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
}

.blog .read_more {
    color: #0d7ae3;
    position: relative;
    bottom: 0px;
    left: 0px;
    font-size: 13px;
    font-weight: 500;
}

.read_more i {
    font-size: 10px;
    margin-left: 6px;
    font-weight: 600;
}


.btn-view{ width:100%;}


.blog.continue {
    /* float: left; */
    max-width: 200px;
    text-align: center;
    margin-top: 30px;
    background-color: #de8701;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    text-decoration: none;
    border: none;
    margin: 20px auto;
    display: block;
}






.space{ margin-left:12%;}

.btncallnew{ display:none;}


.card-body {
    flex: 1 1 auto;
    padding: 0.5rem 0.5rem;
}

.card-title {
    font-size: 18px;
    line-height: 24px;
				font-weight: 800;
}

p {
    margin-top: 0;
    margin-bottom: 0.1rem !important;
				font-size:15px;
}

.fs-5 {
    font-size: 1rem!important;
}



.navbar-brand img{ width:185px;}






.contact_btn_gradient {
    padding: 8px 25px;
    display: flex;
    gap: 10px;
    align-items: center;
    border: none;
    border-radius: 30px;
    background: #ff8500;
				margin-bottom:30px;
				margin:0 auto
}

.gradient {
    border: none;
    border-radius: 30px;
    background-color: #181a1f;
				color:#fff;
				float: right;
}

.gradient1 {
    background-color: #fff;
				/*margin-right:5px !important;*/
				color:#000;
}

.line {
    background-color: #a3a1a1;
    margin: 2px;
}

.header_text .colordText{ font-size: 34px;}

.colordText {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.heroText span{ display:block; }



.colordText1 {
    color: #fff;
	font-size:32px;
}

.header_form .card{  margin: 50px 0 0 0;}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background-color: #fff;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    padding: 10px;
  

}

.card-subtitle {
    /* font-family: poppins; */
    font-weight: 700;
    padding-bottom: 0px;
    font-size: 18px;
    color: #194341
}

.card .form-group label {
    width: 100%;
    background-color: #f6f6f4;
    border-radius: 50px;
    padding: 5px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .form-group label i {
    color: #c5c4c3;
}

.card .form-group .form-control {
    background-color: transparent;
    border: none;
    outline: none;
}








/* select.form-control:not([size]):not([multiple]) {
    height: auto !important;
    background-color: #000;
}


.halfborder .form-group .form-control {
    color: #000 !important;
}


.card .form-group input[type=text] {
    color: #000 !important;
} */

.sideSlider-title {
    font-size: 24px;
    font-family: poppins, Calibri;
    margin-bottom: 12px;
    font-weight: 600;
    color: #194341;
}



.hero_section {
    padding: 7rem 0 0;
				background-size: cover !important;
				background-repeat:no-repeat !important;
				background-position:center !important;
}

.card_button {
    width: 100%;
    display: inline-block;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
    justify-content: space-between;
}
.buttonscolor{ background-color:transparent; border:none; font-size:16px; color:#000; font-weight:700}

.card_btn1,
.card_btn2 {
    /*max-width: 300px;*/
    width: 45%;
    margin: 0 auto;
    /*padding: 6px !important;*/
    /*border-radius: 6px;*/
				border: none;
}



.fs-5 {
    font-size: 14px!important;
				display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
				color:#494949;
}



/*.modal {
    position: initial;
}*/

.hero_banner1 {
    width: 100%;
    height: 400px;
    position: relative;
}

.hero_section1 {
    padding: 7rem 0 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 400px;
				margin-top: 60px;
}


.swiper-slide .heading {
    font-size: 42px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    font-weight: 700;
}

/*.overlap_image1>img,
.overlap_image2>img {
    height: 400px;
}*/


.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    scale: 0.5;
}


.relative_form {
    margin-top: -20%;
}

/*.newProjects {
    margin-top: 60px !important;
}*/

@media (max-width: 1199px) {
   /* .newProjects {
        margin-top: 150px !important;
    }*/

    .heroText {
        font-size: 2rem;

    }

    .relative_form {
        margin-top: 10%;
    }

    .heroSubText {
        font-size: 1rem;
    }
}

@media (max-width: 994px) {
    .new_projects {
        margin-top: 500px !important;
    }
    /* .overlap_image_cotainer {
        height: 300px;
        border: 1px solid reds;
    }

    .overlap_image1>img,
    .overlap_image2>img {
        width: 80%;
        height: 300px
    } */
				
				
				

    
}


@media (max-width: 767px) {
   
.space{ margin-left:0%; font-size:17px;}

.labelwieth{ width:90%;}


.btncall{ display:none;}

.desktop{ display:none;}
.mobile{ display:block !important;}


.swiper {
    height: 40vh !important;
}

.swiper-slide .heading {
    font-size: 38px;
    top: 50%;
    left: 0%;
    font-weight: 700;
}
.card_btn1, .card_btn2 {
    width: 45% !important;}


.hero_banner {
    height: auto;
}


.newpro {
    font-size: 25px;
    padding-top: 12%;
}
		
.item {
    width: 100%;
    display: inline-block;
}


		
		
		.dropdown-menu {
    font-size: 14px !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/mob_nav.webp);
    margin-right: 1px;
}




		
		
		
		.gap {
    margin-right: 20px !important;
    margin-bottom: 30px !important;
}	
		
			
.heroText {
    margin-top: 42px;
}


			
			.card .form-group label {
    background-color: #fff;
}
			
			
			
				.navbar-brand img {
    width: 145px;
   /* margin-right: 8rem;*/
}
				
				#price button {
    width: 95%;
}
				
				
				.amenities-list {
    padding-left: 0px;
}
				
				
				.divgap{ margin-bottom:30px;}
				.aligncen {
    width: 57%;
				}
				
				
				.amenities-list li {
    width: 32%; display: inline-grid;
}
				
				
				/*.newProjects {
        margin-top: 250px !important;
    }*/

   

    .heroText {
        font-size: 1.5rem;

    }
				
	.colordText1 {
    color: #fff;
    font-size: 17px;
}

    .heroSubText {
        font-size: 1rem;
    }

    .card_btn1,
    .card_btn2 {
        max-width: 100%;
        width: 80%;
        margin: 0 auto;
    }

    .modal-body {
        min-width: 500px;
    }

    .non_relative_form {
        width: 100%;
    }

    .about {
        margin-top: 350px
    }

    .hero_section {
/*        padding: 5rem 0 0;*/
    }

/*.colordText{
font-size: 22px;
text-align: left;
    line-height: 1.2;
}*/

.hero-caption .heroText{ margin:0px; }


.header_text .colordText {
  font-size: 26px;
}


.ps-3 {
    padding-left: 0.5rem!important;
}
.hero_section{ height: 52vh; margin: 0 0 20px 0;}
.h3, h3{ font-size: 17px !important; }

				

}




.btn, .btn:focus {
    outline: 0;
    box-shadow: transparent !important; 
}

.form-control:focus {
    box-shadow: none;
}

.dropdown .dropdownMenuButton1:focus{
    outline: 0;
    box-shadow: transparent !important; 
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar {
    background-color: #000;
}

.footer-social-info a{
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    line-height: 36px;
}

.footer-social-info a i{
    font-size: 18px;
    margin: 10px;
}


#exampleModalLong .modal-content{
    border-radius: 12px !important;
    margin-top: 18%;
}

.btn-close:focus{
    outline: none !important;
    box-shadow: none !important;
}



.inner-abt-info ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

.inner-abt-info ol li {
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    /*color: #6c6c6c;*/
    font-family: poppins, Calibri;
    padding-bottom: 8px;
    font-weight: 400;
    list-style-type: none;
    counter-increment: item;
    margin: 0;
    text-indent: -1em;
				
}

.inner-abt-info ol p {
    font-size: 15px;
				padding-bottom: 20px;
				
}

.inner-abt-info ol>li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.sectiongrayBG{
    background-color: #f5f5f4;
}


/*.container{
    background-color: #f7f7f5;
} */


    #readMoreBtn, #readMoreBtn1{
        display: none ;
    }





@media screen and (max-width:1024px) {
    
				
				
				
				.inner-abt-info ol>li:before {
        display: inline-block;
        width: 2em;
        padding-right: 0.5em;
        font-weight: bold;
        text-align: right;
        content: counter(item) ".";
    }

    .card {
         width: 100%!important;
									background-color:#f6f6f4; 
    }

    .social-media{
        display: flex;
        justify-content: center;
        align-items: center;
    }

/*    .navbar-light .navbar-toggler {        
        border-color: #fff;
        color: #fff;
        background-color: #fff;
    }*/

    .navbar-light .navbar-toggler-icon {
        /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);*/
        /*fill: #fff;
        color: #fff;
        background-color: #fff;*/
        background-image: url(../images/mob_nav.webp);
								margin-right: 1px;


    }

    .mt-5 {
        margin-top: 0rem !important;
    }

    .mb-3{
        margin-bottom: 0rem !important;
        margin-top: 1rem !important;
    }

    .my-5{
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }

    .px-5{
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }

    #videos-part{
        display: none;  
    }

   
   

    .hero-caption {
        z-index: 900;
        position: absolute;
        top: 35%;
        width: 100%;
        /* max-width: 600px; */
        margin: 0 auto;
        left: 0%;
        max-width: 400px;
    }


        .swiper {
            height: 65vh;
        }

        /*.newProjects {
            margin-top: 175px !important;
        }*/

        .overlap_image_cotainer .overlap_image2 {
            position: absolute;
            top: 95px;
            left: 0px;
            display: block;
        }

/*        .overlap_image_cotainer img{
            max-width: 250px !important;
        }*/

        .dropdownWidth{
            width: 100% !important;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        height: auto;
        overflow-x: auto;
								width:175px;
    }

    .item .card{
        margin-left: 0px !important;
    }

    .card_btn1, .card_btn2 {
        max-width: 100%;
        width: 49%;
        margin: 0 auto;
    }

    #exampleModalLong .modal-content {
        margin-top: 10%;
    }

    .padd0{
        padding: 0px !important;
    }

    .owl-theme .owl-dots, .owl-theme .owl-nav {
        display: none;
    }

    #readMoreBtn, #readMoreBtn1{
        display: block;
        margin-top: -10px;
        border: none;
        background: none;
        color: blue;
        text-align: left;
    }

}
.sectiongrayBG .showContent, .showContent1{
    display: block !important;
}


.herotopBtn{
    color: #000;
    text-decoration: none;
}


.herotopBtn:hover{
    color: #000;
    text-decoration: none;
    outline: none;
}



@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    height: auto;
    overflow-x: auto;
}


}




.center {
  text-align: center;
}

.pagination {
  display: inline-block;
}



@media (min-width: 320px) and (max-width : 419px){
	
.navbar .py-3 {
    margin-left: 50%;
}

.hero-caption {
    max-width: 338px;
}
				
			
}


@media(min-width:375px) and (max-width:667px){

.newpro {
    top: 36%;
    left: 7%;
}



.newProjects {
            margin-top: 175px !important;
        }
								
								
								
.hero_banner1 {
    width: 100%;
    height: 300px;
    position: relative;
}

.hero_section1 {
    padding: 7rem 0 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 300px;
}

	
}





