*,
:after,
:before {
  box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
.indigo-small-nav{
  background: #1a237e;
  height: 40px;
  width: 100%;
  position: fixed;
}
.navbar-fixed nav {
  top:40px;
}
.brand-logo > img{
  width: 135px;
}
.nav-right a {
    color: #1a237e;
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

.exo-menu{
  z-index: 999;
	width: 100%;
	float: left;
	list-style: none;
	position:relative;
}
.exo-menu > li p{	
 line-height: 20px;
}
.exo-menu > li img{	
  width: 100%;
 }
.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
	color: #1a237e;
	text-decoration: none;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
  color:#009FE1;
  background: #fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
.main-categories-container{
  background-color: rgb(244, 243, 250);
  height: 300px;
  border: 1px solid #3f51b5;
}
.main-categories{
  width: 100%;
}

li.drop-down>ul{
	left: 0px;
	width: 110px;
}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color:#222;
	display: block;
	text-decoration: none;
	background-color: rgb(244, 243, 250);
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
/*
.flyout-right ul>li>a ,
.flyout-left ul>li>a {

}
*/
li.drop-down>ul>li:not(:last-child)>a,
.flyout-right ul>li:not(:last-child)>a{
  border-bottom: 1px solid #3f51b5;
}
.sub-categories-container{
  height: 299px;
  background: #fff;
}
.sub-categories{
  width: 100%;
  line-height: 40px;
  font-size: 20px;
}
.sub-categories > a{
  border:none !important;
  background-color: #fff !important; 
  color: #a2a2a2 !important;
  font-weight: 400 !important;
}
.agent-categories-container{
  width: 310px !important;
  max-height: 500px;
  overflow-y: scroll;
}
.agent-categories-container > .agent-categories{
  width: 310px;
}

/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
.projects-card-index{
  background: #fff;
}
.btn-project-detail{
  position: absolute;
  margin-top:30px;
}
.swiper-projects{
  height: auto !important;
  max-height: 350px;
}
/*Images*/
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-mega-wrap,
.mega-menu{
	background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}

.simple-search{
  position: absolute;
  width: 100%;
  height: 120px;
  top: 180px;
}
.simple-search > .container{
  max-width: 700px;
  height: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
}

.simple-search > .container .btnsearch{
 position: absolute;
 right: 10px;
 top:1px;
 width: 50px;
 box-shadow: none !important;
}
.card .card-content {
  padding: 0px; 
}
.card .card-content .card-image{
  padding-right: 0px !important; 
  width: 100%;
  height: 150px;
  background-size: cover !important;
  background-position: center !important;
}
.card .card-content .card-title a{
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card .card-content .card-info{
  padding:10px 20px;
}

.user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.user-view .background img{
  width: 100%;
}
.user-view .circle {
  height: 64px;
  width: 64px;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){
  .brand-logo > img{
    width: 120px;
  }
	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}
 /* different techniques for iPad screening */
 
 @media (min-device-width: 992px) and (max-device-width: 1200px) {
 .exo-menu li a{
   padding:0px 5px;
 }
 .navbar-fixed .container{
  width: 90%;
 }
}

a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}
.logo-container{
  width: 200px;
  height: 80px;
}

.sidenav-trigger {
  position: fixed;
  text-align: center;
  height: 48px;
  width: 48px;
  top: 0px;
  float: none;
  margin-left: 1.5rem;
  color: #fff;
  font-size: 36px;
  z-index: 999;
}
#hc-nav-1{
  width: 280px;
}
body.theme-carbon .hc-offcanvas-nav .nav-item-link, body.theme-carbon .hc-offcanvas-nav li.nav-close a, body.theme-carbon .hc-offcanvas-nav .nav-back a {
  color: #fff !important;
}
.mobile-nav-flex{
  display: flex !important;
  align-items: center;

}
.mobile-nav-flex .material-icons{
  margin-right: 5px;
}
.nav-back a {
  font-size: 22px !important;
  margin-bottom:8px;
}
.nav-right a{
  font-size: 12px !important;
  padding:0px 5px;
}
.nav-right .btn{
  color:#1a237e;
  background-color: #fff;
  font-weight: 700;
  margin-left:12px;
}
#switch_language::after{
  content: '';
  border-right: 1px dotted #fff;
  height: 23px;
  margin-left: 5px;
}
.property-content a .card-title{
  font-size: 14px;
}
.card .card-content .card-title {
  line-height: 14px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 28px;
  margin-top: 8px;
}
.project-title{
  line-height: 18px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #222;
  font-weight: normal;
}
.project-text {
  line-height: 20px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: auto;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color:#222;
}

.index-featured-property{
  padding: 12px !important;
}
.index-featured-property .price-title{
  font-size:15px;
} 

.index-featured-property .card-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.carousel{
  height: 500px;
}
.select-dropdown{
  color: #222;
}
.searchbar .input-field{
  margin-top:0px;
}
.swiper-related-container{
    width: 100%;
    overflow: hidden;
    height: 100px;
}
.swiper-related-container .list-card .image-box{
   height: 90px;
   overflow: hidden;
}
.card-related{
    padding: 12px 5px;
}
.list-card{
    width: 100%;
}
.list-card .row{
    margin:0;
    padding:0;
}
.list-card .image-box{
    width: 100%;
}

.list-card .list-card-header{
    margin:0px;
    padding:0px;
    font-size: 14px;
    line-height: 14px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 28px;
    color: rgba(0, 0, 0, 0.87)
}

.list-card .list-card-body{
    width: 100%;
    position: absolute;
    bottom:0;
}
 .list-card .image-box img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.list-card-price{
    font-size: 12px;
    font-weight: bold;
    color:#222;
    display: block;
    width: 100%;
}
.list-card-category-name{
    font-size: 13px;
    color:#222;
    font-weight: light;
    display: block;
    width: 100%;
}
.swiper-pagination{
  height: 10px;
}
.pagination{
  display: inline-block;
}
.pagination-links-card nav{
  background: transparent;
  box-shadow: none !important;
  height: 100%;
}
.pagination li.page-item {
  display: flex;
}
.div-sticky{
  position: sticky;
  top: 0;
}
.property-card{

}
.card-little-tag{
  color:#fff;
  padding:3px 5px;
  border-radius: 5px;
  font-size: 12px;
}
.property-card .row{
  margin: 5px -0.75rem;
}

.card-action.property-action {
  padding: 12px 0px 0px 12px;
  font-size: 10px;
}
.place-name{
  font-size: 11px;
  letter-spacing: -0.5px;
}
