@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700&family=Poppins:wght@300;400;500&display=swap');

body{
	padding: 0;
	margin: 0;
	
	
}
:root {
    --lg-font: 'Kaisei Tokumin', serif;
    --sm-font: 'Poppins', sans-serif;
}
.zoom {
  padding: 2px;
  background-color: white;
  transition: transform .2s;
  width: 200px;
  height: 200px;
  margin: 20px auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1); 
}
.hoverr{
  padding: 2px;
  background-color: white;
  transition: transform .2s;
  width: 300px;
  height: 300px;
  margin: 20px auto;
}

.hoverr:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1); 
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 0px;
  border: none;
  outline: none;
  background-color: #79c84c;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.img-circle{ 
	border-radius: 13%;
	padding: 0px 0px 0px 0px;
}
.affordable-homes{
	padding:10px 0;
	font-family: 'Hind Vadodara', sans-serif;
	line-height:30px;
	background-color:white;
}
.affordable-homes h1,.affordable-homes h2{
	margin:30px 0px 15px;
	text-align: center;
    text-transform: uppercase;
    color:#eb6d0c;
}
.affordable-homes h4{
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
}
.affordable-homes h3{
	text-align:center;
	font-size:18px;
	color:#505050;
}
.affordable-homes p{
    text-align:justify;
    font-size:17px;
}
.jfhsdf{
	color: #245fdf;
}

.ii{background: linear-gradient(to bottom, #ffffff 0%, #003366 30%);}
.ii p{ text-align: justify;
	font-size: 17px;
	color: white; }



.nav-up{
	width: 100%;
	height:auto;
	padding: 8px 0;
	background:#3455a0;
	color:#fff;
}
.nav-up a{
	color:#fff;
}

/* .navbar{
	background: url('../images/header.png') no-repeat center/cover;
} */
.navbar-brand {
    width: 40%;
}

.bg-light {
    background-color: #ffffff!important;
    border-bottom:1px solid #3455a0;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 600;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ce681b;
    font-size: 17px;
	border-bottom: 2px solid #eb6d0c;
}
.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: #eb6d0c;
    font-size: 18px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    background: #ebebeb;
    border-color: rgba(0,0,0,.1);
}
.banner{
	width: 100%;
	height: auto;
}
.banner-bottom{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 80px 0;
}
.banner-bottom h2{
	text-align: center;
	font-weight: 500;
	color: rgb(247 23 53);
	margin-bottom: 0;
}
.banner-bottom p{
	padding-top: 20px;
}
.banner-bottom hr{
	width: 20%;
	border:1px solid rgb(247 23 53);
	margin-top: 5px;
}

.notice-news{
	width: 100%;
	height:auto;
	padding: 80px 0;
	/*background: #efa46b;*/
	background-color: #cdddd1;
	background: url(../images/198-1400x850.jpg);
	background-size: cover;
	background-attachment: fixed;

	
}
.notice-news .notice{
	width: 100%;
	height:auto;
	background: #f9f9f9;
	padding: 14px;
	border-radius: 8px 8px 0 0;
	margin:10px 0;
}
.notice-news .notice h4{
	text-align: center;
	background:#325812;
	color:#fff;
	padding: 10px 0;
	border-radius: 8px 8px 0 0;
}
.notice-news .news{
	width: 100%;
	height:auto;
	background: #f9f9f9;
	padding: 14px;
	border-radius: 8px 8px 0 0;
	margin:10px 0;
}
.notice-news .news h4{
	text-align: center;
	background:#325812;
	color:#fff;
	padding: 10px 0;
	border-radius: 8px 8px 0 0;
}
.notice-news marquee {
	height:100px;
}
.notice-news marquee p{
	border-bottom: 1px dashed #000;
}



.boxx:hover { 
	filter: drop-shadow(10px 10px 20px rgba(10, 10, 10, 0.5));
}
/* .testimonial{
	width: 100%;
	height:auto;
	background: url('../images/header.png') no-repeat fixed center/cover;
} */
.bgcimg {
    background-image: linear-gradient(90deg, #5cab5770, rgb(255 255 255 / 59%)), url(../images/backkk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	background-attachment: fixed;
    
}
.testimonial p { font-size: 15px; }
.testimonialOverlay{
	width: 100%;
	height:auto;
	padding: 100px 0;
	background: #e9ecef;
	color:#fff;
	text-align: center;
}
.testimonialOverlay hr{
	width: 12%;
	border-color:#fff;
}
.testimonialOverlay img{
	margin:10px auto;
}
.testimonialOverlay p{
	padding: 0 160px;
}
.footer{
	width: 100%;
	height:auto;
	background:#df8410;
	padding: 80px 0;
	color:#fff;
}
.footer p { font-size: 15px;
    color: #00104b;}
.footer ul li{
	list-style: none;
}
.footer ul li a{
	color:#071857;
}
.footer a{
	color:#071857;
}
.footer hr{
	border-color:#fff;
}
.footer .form-control{
	background-clip: unset;
}
.footer .form-control, .footer .btn{
	border-radius: 0;
}
.copyright{
	width: 100%;
	height:auto;
	background:#071857;
	padding: 12px 0;
	color:#fff;
	text-align: center;
	font-size: 15px;
}

/* ================= Other Pages ============= */
.pages{
	width: 100%;
	height:auto;
	padding: 80px 0;
	/*background: #efefef;*/
	
	text-align: justify;
}
.bgcimgg{
	background-image: linear-gradient(90deg, #3d593b70, rgb(255 255 255)), url(../images/backkk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	background-attachment: fixed;
}
.pages p,li {     font-size: 18px;
    text-align: center;
    color: white;}
#about ol li{
	line-height: 35px;
}
#plan .plan-image{
	width: 100%;
	height:auto;
	margin:15px 0;
}
#legal .legal-image{
	width: 100%;
	height:auto;
	margin:15px 0;
}
#contact .form-control, #contact .btn{
	border-radius: 10;
}
#contact a{
	color:#000;
}
#product img{
	width: 100%;
	height:350px;
	border: 1px dashed #c4031d;
	border-bottom: none;
}

#product h5{
	text-align: center;
	font-weight: bold;
	border: 1px dashed #f8f3f4;
	padding: 5px;
	color: white;
}
.login{
	background-image: linear-gradient(90deg, #3d593b70, rgb(255 255 255)), url(../images/Ayurveda.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	background-attachment: fixed;
}
.login-form{
	width: 45%;
	height: auto;
	padding: 20px;
	margin: 5% auto;
	background: #d4f8f6;
	border:1px solid #fb6e34;
	box-shadow: 1px 1px 1px 1px #00000021;
	border-radius: 20px;
}
.login-form img{
	margin:18px auto;
}

.inpsty{
	border-radius: 10px;
}

.buttonn{
	border-radius: 15px;
	width: 30%;
	height: 18%;
}

.footerbtn:hover{
	 background-color: #65dd65;
}
/* .btn{
	
}

.btn{
	border-radius: 15px;
	
}

.footerbtn{
	width: 50%;
}

.newsbtn{
	width: 40%;
	height: 20%;
}

.hsfshf{
	background-color: #88d4ae;
} */


/* =================  // Pages ================== */
/* =================== Start Responsive ============== */

.nav-link:hover {
	opacity: 1;
}

/* .nav-link:a hover {
	opacity: 1;
} */
  
/* .nav-link::before {
	transition: 300ms;
	height: 3px;
	content: "";
	position: absolute;
	background-color: #031D44;
}
  
.nav-link-ltr::before {
	width: 0%;
	bottom: 10px;
} */
  
.nav-link-ltr:hover::before {
	width: 4%;
}

@media(max-width: 1024px){
	.nav-up {
	    background: #223c0d ;
	}
	.footer p{
		font-size: 15px;
	}
	.testimonialOverlay p {
	    padding: 0 125px;
	}
	#product img {
	    height: 315px;
	}
}
@media(max-width: 768px){
	.testimonialOverlay p {
	    padding: 0 70px;
	}
	.login-form {
	    width: 65%;
	}
}
@media(max-width: 576px){
	.affordable-homes h1{ font-size: 22px}
	/* .navbar .navbar-brand{ width: 210px; } */
	.navbar .navbar-brand {
        width: 322px;
    }

	/*.navbar .ab{max-width: 57%;}*/
	.login{height: 74vh;}
	h1,h2,h3,h4,h5,h6{
		text-align: center;
	}
	h2{
		font-size: 23px;
	}
	.btn-large{
		width: 100%;
		padding: 8px 0;
	}
	.nav-up{
		font-size: 13px;
		text-align: center;
		background: #223c0d ;}
	.navbar-brand {
	    width: 70%;
	}
	.banner-bottom{
		padding: 40px 0;
		text-align: justify;
	}
	.notice-news{
		padding: 40px 0;
	}
	.notice-news h4{
		font-size: 20px;
		font-weight: bold;
	}
	.notice-news marquee {
	    height: 245px;
	}
	.testimonialOverlay {
		padding: 50px 0;
	}
	.testimonialOverlay p {
	    padding: 0 15px;
	}
	.footer{
		padding: 40px 0;
	}
	.footer h4{
		font-size: 22px;
		padding-top:10px;
	}
	.pages{
		padding:40px 0;
	}
	.pages h2{
		font-weight: bold;
	}
	.pages h4{
		font-size: 21px;
	}
	#about img{
		width: 70%;
	}
	#product img {
	    height: 350px;
	}
	.login-form{
		width: 100%;
		margin-top: 2%;
	}
}







@media(max-width: 425px){
.navbar .navbar-brand {
	width: 315px;
}
}

@media(max-width: 375px){
	.navbar .navbar-brand {
        width: 260px;
    }
	h2 {
	    font-size: 20px;
	}
	.notice-news marquee {
	    height: 205px;
	}
	#product img {
	    height: 325px;
	}
	#contact p{
		font-size: 15px;
	}
}
@media(max-width: 320px){
	#product img {
	    height: 275px;
	}
	.navbar .navbar-brand {
        width: 213px;
    }
}


/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px){.mobile{display: none;}}
@media(min-width: 1440px){.mobile{display: none;}}
@media(min-width: 1024px){.mobile{display: none;}}
@media(min-width: 768px){.mobile{display: none;}}
@media(max-width: 576px){.desktop{ display: none}}
@media (max-width: 425px){.desktop{ display: none}}
@media (max-width: 375px){.desktop{ display: none}}
@media (max-width: 320px){.desktop{ display: none}}