/*Menu Start*/
	.navbar .navbar-nav .nav-link span:after {
	    content: '';
	    width: 0;
	    position: absolute;
	    height: 2px;
	    background: #fff;
	    bottom: -5px;
	    left: 0px;
	    transition: .3s;
	}
	.navbar .navbar-nav .nav-link:hover span:after {
		width: 100%;
	}

	.switch-wrapper{
		position: relative;
	}
	.switch-wrapper .switch:after{
		content: '';
		width: 0;
		position: absolute;
		height: 2px;
		background: #fff;
		bottom: -2px;
		left: 0px;
		transition: .3s;
	}
	.switch-wrapper:hover .switch:after{
		width: 100%;
	}
/*Menu End*/

/*Button Start*/
	.ltr-theme-lite-animation:after{
		content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    height: 100%;
	    width: 0%;
	    background: var(--button-bg);
	    transition: .3s;
	    z-index: 9;
	}
	.ltr-theme-lite-animation:hover{
		color: #fff !important;
	}
	.ltr-theme-lite-animation:hover:after{
		width: 100%;
	}

	.ltr-gold-animation:after{
		content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    height: 100%;
	    width: 0%;
	    background: var(--border-color);
	    transition: .3s;
	    z-index: 9;
	}
	.ltr-gold-animation:hover{
		color: #fff !important;
	}
	.ltr-gold-animation:hover:after{
		width: 100%;
	}

	.filter-content .ltr-gold-animation span:after{
		content: '';
	    position: absolute;
	    left: 0;
	    bottom: -5px;
	    height: 2px;
	    width: 0%;
	    background: var(--border-color);
	    transition: .3s;
	    z-index: 9;
	}
	.filter-content .ltr-gold-animation:hover{
		color: var(--border-color) !important;
	}
	.filter-content .ltr-gold-animation:hover:after{
		width: 0%;
	}
	.filter-content .ltr-gold-animation:hover span:after{
		width: 100%;
	}
	.listing .ltr-gold-animation:after{
		content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0px;
	    height: 2px;
	    width: 0%;
	    background: var(--border-color);
	    transition: .3s;
	    z-index: 9;
	}
	.listing .ltr-gold-animation:hover{
		color: var(--border-color) !important;
	}
	.listing .ltr-gold-animation:hover:after{
		width: 100%;
	}
/*Button End*/

/*Property Details Tab Start*/
	.property-listing-nav .property-navs .property-nav-item a span:after{
		content: '';
		width: 0;
		position: absolute;
		height: 2px;
		background: var(--border-color);
		bottom: -5px;
		left: 0;
		transition: .3s;
	}
	.property-listing-nav .property-navs .property-nav-item a:hover span:after{
		width: 100%;
	}
/*Property Details Tab End*/

/*About Us Tab Start*/
	.about-us-content-nav .about-us-navs .about-us-nav-item a span span:after{
		content: '';
		width: 0;
		position: absolute;
		height: 2px;
		background: var(--border-color);
		bottom: -5px;
		left: 0;
		transition: .3s;
	}
	.about-us-content-nav .about-us-navs .about-us-nav-item a span:hover span:after{
		width: 100%;
	}
/*About Us Tab End*/

/*Icon Scale start*/
	.process-of-work .process:hover .icon img{
		transform: scale(1.1);
	}

	.about-us .card:hover .card-body .img-class{
		transform: scale(1.1);
	}
/*Icon Scale end*/

/*Card Scale Start*/
	.listing-item:hover{
		transform: scale(1.02) translate(0px, -8px);
		box-shadow: 0px 4px 8px 2px rgba(183, 183, 183, .8);
	}

	/*.listing-item .carousel-item.active img{
		transition: .3s
	}

	.listing-item:hover .carousel-item.active img{
		transform: scale(1.5);
	}*/

	.about-us .card:hover {
	    transform: scale(1.02) translate(0px, -8px);
	    box-shadow:  0px 4px 8px 2px rgba(183, 183, 183, .8);
	}

	.meet-team .team .team-member:hover {
	    transform: scale(1.02) translate(0px, -8px);
	    box-shadow:  0px 4px 8px 2px rgba(183, 183, 183, .8);
	}
	
	.our-service .card:hover {
	    transform: scale(1.02) translate(0px, -8px);
	    box-shadow:  0px 4px 8px 2px rgba(183, 183, 183, .8);
	}
/*Card Scale End*/