@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@300;400&display=swap');
body {
	margin: 0px;
	padding: 0px;
font-family: 'Noto Sans', sans-serif;
}
a {
	color: #8fb83e;
}
.modalcontent {
	font-family: 'Noto Sans Malayalam', sans-serif;
	text-align: center;
		line-height: 30px;
}

.modalcontent img {
	padding-bottom: 15px;

}
/*........................menu..................*/
.bg-dark {
	background: #86af33!important;
}
.nav-link {
	color: #fff!important;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	
}
.nav-item  {
	padding: 0px 15px;
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255, 1);
  border-color: rgba(255,255,255,0);
}
.navbar-dark .navbar-toggler:focus-visible {
  color: rgba(255,255,255, 1);
  border-color: rgba(255,255,255,0);
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}
.navbar-dark .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%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hederitems {

}
.hederitems ul{
	margin: 0px;

	  display: flex;
  justify-content: space-around;
  color: #262626;
  text-align: center !important;
 
  margin-bottom: 0px !important;
  padding: 20px 0px 10px 0px;
}

.hederitems ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.hederitems ul li i {
	padding-right: 8px;
	font-size: 24px;
	color: #86af33;
}
.hederitems ul li a {
	background: #d1323a;
	border-radius: 80px;
	padding: 10px 15px 10px 30px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}
.hederitems label {
	background: #fff;
	border-radius: 80px;
	padding: 5px 20px;
	color: #d1323a;
	margin-left: 10px;
}
.dropdown-menu {
	border:solid 1px #8fb73f;
	border-radius: 0px!important;
}
.dropdown-item {
		font-size: 15px;
	font-weight: 400;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #c6e685;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

.carousel-item {
	max-height: 480px;
	object-fit: contain;
}
.carousel-item img {
	object-fit: contain;
}
.searchtxt {

}
.searchtxt span {
	font-family: 'Dancing Script', cursive;
	color: #86af33;
	font-weight: 600;
	font-size: 50px;
}
.searchtab {
	
}
.searchtab .nav-link {
	background: #fff;
	border:solid 1px #86af33;
	color: #000!important;
	border-radius: 5px;
	margin: 5px;
}
.nav-tabs .nav-link.active{
	background: #86af33;
	
	color: #fff!important;
	border-radius: 5px;
	margin: 5px;
}

.search-sec{
    padding: 5px;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    /*height: calc(3rem + 2px) !important;*/
    border-radius:0;
	padding-left: 26px!important;
	
	border-right: 1px solid #ccc;
}
.br0 {
	border-right: 0px solid #ccc;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    
	 line-height: 1.5;
	padding: .30rem .75rem;
	border-radius: 50px;
	margin-left: 12px;
}
select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}
.tab-content {
	border:solid 1px #9e9e9e;
	border-radius: 80px;
	padding: 5px!important;
}
.wrn-btn i { position: relative!important;}
 .input-icons i {
            position: absolute;
        }
          
        .input-icons {
            width: 100%;
           
        }
          
        .icon {
            padding: 8px 5px;
            min-width: 30px;
			color: #8fb73f!important;
        }
          
        .input-field {
            width: 100%;
            padding: 20px;
            text-align: center;
        }
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
@media (min-width: 992px){
    .search-sec{
        position: relative;
        
        
    }
}

@media (max-width: 992px){
    .search-sec{
      
    }
}
.rightad {
	height: 250px;
	background: #000;
	border-radius: 8px;
}
.rightad img {
	height: 250px;
	width: 100%;
	object-fit: cover;
		border-radius: 8px;
	
	
}
.carousel-caption a {
	background: #d1323a;
	border-radius: 80px;
	padding: 8px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.carousel-caption a:hover {
	background: #1f1f1f;
	border-radius: 80px;
	padding: 8px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.prtytxt {
	color: #86af33;
	font-size: 18px;
	font-weight: 500;padding: 15px 0px;
}
.prtytxt span{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Noto Sans', sans-serif;
}
.pr_properties h3 {
	color: #262626;
	font-size: 22px;
}
.pr_properties h3 span{
	color: #86af33;
	font-size: 22px;
}
.padmain {
	padding-left: 65px;
	padding-right: 65px;
}
.pr_properties h3 {
  margin: 0;
  padding-bottom: 7px;
  position: relative;
  border-bottom: 2px solid #ccc;
	display: inline-block;
}

.pr_properties h3:before {
  position: absolute;
  background: #86af33;
  height: 2px;
  content: '';
  width: 100px;
  bottom: -2px;
  left: 0;
}
.propertymain {
	
}


.propertslide {
	height: 280px;
	background: #000;
	border-radius: 0px;
}
.propertslide img {
	height: 280px;
	width: 100%;
	object-fit: cover;
		border-radius: 0px;
	
	
}
.propertycard  {
	 
}
.greybox {
	background: #f6f4f4;
}
.whitebox {
	background: #fff;
}
.propertycard p{
	padding:10px 8px;
	font-size: 14px;
}
.probtns {
	position: absolute;
	z-index: 100;
}
.probtns ul {
	margin: 0px;
	padding: 0px;
	display: flex;
}
.probtns ul li {
	list-style: none;
	justify-content:space-between;
	margin: 15px 5px;
}
.prcta {
	background:rgba(0,0,0,0.9);
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	
}
.prcta:hover {
	background:rgba(216,35,42,0.9);
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
}
.petype:hover {
	background:rgba(0,0,0,0.9);
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	
	
}
.petype {
	background:rgba(134,175,51,0.9);
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.probtnsrate {
	position: absolute;
	z-index: 100;
	margin-top: -20px;
	margin-left: 8px;
}
.prrate {
	background:rgba(134,175,51,0.9);
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.propdetails {
	
}
.propdetails ul{
	display: flex;
	margin: 0px;
	padding: 0px;
}
.propdetails ul li{
	
	margin: 0px;
	padding: 0px 8px;
	list-style: none;
	align-content: space-between;
	flex: auto;
	color: #466409;
	text-decoration: none;


	font-size: 13px;
}
.greybox hr {
	background-color: #fff!important;height: 3px;
	opacity: 1!important;
}
.whitebox hr {
	background-color: #f6f4f4!important;height: 3px;
	opacity: 1!important;
}
.viewbtn {
	background: #729a21;
	padding: 10px 18px;
	color: #fff!important;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

.viewbtn:hover {
	background: #000;
	padding: 10px 18px;
	color: #fff!important;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.postpropertybox {
	background: #f1ffd5;
	padding: 30px;
	border-radius: 5px;
}
.postpropertybox h2 {
	color: #5a8700;
	font-size: 25px;
}
.postpropertybox h2 span{

	font-size: 45px;
	font-family: 'Dancing Script', cursive;
color: #000;
font-weight: 600;
}
.postpropertybox p {
	font-size: 15px;
}
.postpropertybox a {
	background: #5a8700;
	padding: 8px 25px;
	color: #fff;

	border-radius: 25px;
	text-decoration: none;
}
.package  {
	text-align: center;
}
.package .columns {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
	width: 100%;
}

.price {
  background: #fff;
  border: .05em solid #eee;
  border-radius: .3em;
  color: #555;
  list-style-type: none;
  margin: .25rem;
/*  max-width: 18em;*/
  padding: 0;
  text-align: center;
  width: 100%;
}
 .price li {
    padding: 1em;
  }
  
 .price li:not(:last-child) {
    border-bottom: inherit; 
  }  


.price--bestbuy {
  box-shadow: 0 0 1.4em 0 rgba(123, 45, 87, .52);  
  color: #333;
  font-size: 1.15em;
  font-weight: 600;
  margin-left: -2em;
  margin-right: -2em;
  position: relative;
  z-index: 1;
}

.package .header {
  background: #f6f4f4;
 
 
}
.package .header h4 {
	color: #d1323a;
	text-transform: uppercase;
	font-size:30px;
	font-weight: 600;
}
.package .header h5 {
	color: #000;
	text-transform: uppercase;
	font-size:24px;
	font-weight: 600;
}
.package .header p {
	color: #000;
	text-transform: normal;
	font-size:14px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 30px;
}
.package .footer {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.grey {
  background: #eee;
}

.package .highlight {
  background: #d1323a;
}
.package .highlight h5{
 color:#fff
}
.package .highlight h4{
 color:#fff
}
.package .highlight p{
 color:#fff
}
.button {
  background: #578097;
  border: none;
  color: #fff;
  padding: .5em 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.imgbxbg {
	background: #000;
}

.imgbox {
    position: relative;
    margin-bottom: 0;
    border: 0;
    border-color: transparent;
}

.imgboxcontent {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
.popularplaces a {
	color: #fff;
	 overflow: hidden;
	
}
.popularplaces {
	overflow: hidden;
	
}
.popularplaces a span{
	color: #fff;
	background:#d1323a;
	padding: 5px 15px;
	border-radius: 15px;
}
.popularplaces a h4 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 15px;
}
.popularplaces a img {
	width: 100%;
	height: auto;
	opacity: 0.6;
	min-height: 300px;
	transition: transform .5s ease;
	object-fit: cover;
}
.popularplaces a:hover img {
	width: 100%;
	height: auto;
	opacity: 0.8;
	min-height: 300px;
	transform: scale(1.5);
}
.blog-post {
  margin: 5px 0 0 0;
}

.blog-post {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  margin: 15px 0;
	border:solid 1px #dedede
}
.post-img::after {
  background: linear-gradient(to bottom, transparent 40%, #AE2A31);
}
.post-img::after {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  opacity: 0;
  background: #66676b;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 40%, #66676b);
  transition: opacity 0.4s;
  border-radius: 3px 3px 0 0;
}
.post-img img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.post-content {
  padding: 38px;
}
.post-content h3 {
  margin: 0;
  line-height: 34px;
  font-size: 22px;
}
.post-content h3 a {
  color: #333;
}
.post-content p {
  margin: 18px 0 0;
}
 
.img-gradient a{
  position:relative;
  display:inline-block;
}


/* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/
.img-gradient a:hover {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	opacity: 0.5;
}
.img-gradient a img{
  display:block;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.post-content {
	text-align: justify;
}
.post-content h4 a{
	font-size: 18px;
	color: #6a6a6a;
}
.post-content p {
	font-size: 15px;
	color: #6a6a6a;
}



footer {
	background: #484848;
}
.fotext {
	color: #c1c1c1;
}
.gettouch {
	font-size: 40px!important;
}
.gettouch::after {
	content: "\27B7"
}

.form-control {
	border-radius: 0px!important;
}
.newsletter h5 {
	padding-bottom: 8px;
	padding-top: 10px;
	font-size: 18px;
}
.newsletter li {
	/*padding-left: 15px!important;*/
}
.newsletter p {
	padding-left: 20px!important;
}
.newsletter p a {
	color: #fff;
}
.newsletter p a:hover {
	color: #7fbf00;
}
.social i {
	font-size: 24px;
	padding-right: 15px;
	padding-top: 10px;
	color: #fff;
}
.social i:hover {
	font-size: 24px;
	padding-right: 15px;
	padding-top: 10px;
	color: #7fbf00;
}
.contacticon {
	position: fixed;
	right: 8px;
	bottom: 40px;
	z-index: 10000;
}
.contacticon a {
	display: block;
	background: #b11116;color: #fff;
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
	border-radius: 100px;
	text-align: center;
	font-size: 22px;
	padding-top: 10px;
}
.btn-danger {
  color: #fff;
  background-color:#b11116;
  background-image: none;
  border-color: #b11116;
	border-radius: 0px!important;
}
.footerlogo {
	text-align: center;
}
.footerlogo img {
	width: 80%;
	height: auto;
}
.footerlinks h2 {
	font-size:30px;
	color: #fff;
}
.footerlinks ul  {
	margin: 0px;
	padding: 0px;
}
.footerlinks ul li {
	margin: 0px;
	list-style: none;
}
.footerlinks ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	
}
.footerlinks ul li a:hover{
	font-size: 14px;
	color: #0075bc;
	line-height: 32px;
	
}
.footerlinks p{
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	
}
.quicklinks {
	
	padding: 15px 0px 25px 0px;
	color: #a6a6a6;
	font-size: 14px;
}
.quicklinks h5 {
	font-size: 18px;
	color: #fff;
text-transform: uppercase;
}
.quicklinks ul {
	margin: 0px;
	padding: 0px;
}
.quicklinks ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.quicklinks ul li a {
	color: #c6c6c6;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
}
.quicklinks ul li a:hover {
	color: #7fbf00;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}
.text_r {
	text-align: right;
}
.text_r a{
	color: #c6c6c6;
	font-size: 13px;
}
.text_r a:hover{
	color: #e7242c;
	font-size: 13px;
}
.contact p {
	padding-left: 15px;
}
.contact h6 {
	color: #dbdbdb;
}
.copy {
	
	padding: 25px 0px;
	color: #fff;
	font-size: 13px;
	background: #3f3f3f;
}
.footertxtlinks {
	border-top: solid 1px #918c8c;
	margin-top: 25px;
	padding-top: 25px;
}
.footertxtlinks h5 {
		font-size: 18px;
	color: #fff;
text-transform: uppercase;
}
.footertxtlinks ul li a {
	color: #c6c6c6;

	font-size: 14px;

	text-decoration: none;
	
	
}
.footertxtlinks ul li a:hover {
	color: #fff;
	
	font-size: 14px;
	text-decoration: none;
}

.footertxtlinks ul {
	margin: 0px;
	padding: 0px;
}
.footertxtlinks ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	padding-right: 25px;
	padding-left: 20px;
	border-right: solid 1px #8b8b8b;
	margin-bottom: 15px;
}
.footertxtlinks ul li:last-child{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	padding-right: 25px;
	padding-left: 20px;
	border-right: solid 0px #8b8b8b;
	margin-bottom: 15px;
}
.maltxt p{
	font-family: 'Noto Sans Malayalam', sans-serif;
	line-height: 30px;
	font-size: 16px!important;
}
@media (min-width: 200px) and (max-width: 768px) { 
.hederitems ul{
	margin: 0px;

	  display: inline-block;

  color: #262626;
  text-align: center !important;
 
  margin-bottom: 0px !important;
  padding: 2px 0px 10px 0px;
}
	
	.hederitems ul li{
	margin: 0px;
	padding:8px 0px;
	list-style: none;
	display: inline-block;
	justify-content: space-between;
}
	.mr-4 {
		padding-right: 15px!important;
	}
	.logo {
		text-align: center;
	}
	.tab-content {
	border:solid 1px #9e9e9e;
	border-radius:12px;
	padding: 5px!important;
}
	.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
   /* height: calc(3rem + 2px) !important;*/
    border-radius:0;
	padding-left: 26px!important;
	
	border-right: 0px solid #ccc;
}
	.wrn-btn {
		background: #8fb73f;
		margin-top: 10px;
		padding: 10px!important;
	}
	.rightad {
		margin-top:10px;
	}
	.package .columns {
  align-items: center;
  display: block;
  justify-content: center;
  height: 100%;
	width: 100%;
}
.price--bestbuy {
  box-shadow: 0 0 1.4em 0 rgba(123, 45, 87, .52);
  color: #333;
  font-size: 1.15em;
  font-weight: 600;
  margin-left:  0 ;
  margin-right:  0;
  position: relative;
  z-index: 1;
}
	.price {
		margin-bottom: 15px;
	}
}

.search_bu  {
	background:#5c8210;
	border-radius: 0px;
	padding: 12px 40px;
	text-transform: uppercase;
	color:#fff!important;
	display: block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-top: 10px;
	text-decoration: none!important;
	
}
.search_bu:hover  {
	text-decoration: none;
		background:#000;
}
.sold {
	background: #df0303!important;;
	padding:3px 5px;
	color: #fff;
	position: absolute;
	border-radius: 4px;
	margin: 10px;
	font-size: 14px;
	text-transform: uppercase;
	white-space:nowrap;
	text-decoration:none;
	margin:0px 10px;
		
}