a.logo img{
	max-width: 170px;
}
.team-member{
	margin-bottom: 15px;
}
.team-member .img{
	position: relative;
}
.team-member .img2{
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all .4s ease;
}
.team-member:hover .img2{
	opacity: 1;
}

.team-member img{
	 max-height: 360px;
    object-fit: cover;
    object-position: top;
}

.portfolio.custom-portfolio .col-md-4{
	padding: 0;
}
.custom-product{
	padding: 5px;
}
.custom-product{
	position: relative;
}
.custom-product h4{
	position: absolute;
	left: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all .5s ease;
    opacity: 0;
}
.custom-product:hover h4{
	opacity: 1;
}
.custom-product img{
	filter: grayscale(1);
	transition: all .5s ease;
}
.custom-product:hover img{
	filter: grayscale(0);
}

@media(max-width:768px){
	.section-padding {
	  padding: 60px 0;
	}
}

.gray-hover{
	filter: grayscale(1);
	transition: all .5s ease;
}
.gray-hover:hover{
	filter: grayscale(0);
}

@media(max-width:768px){
	.navbar .logo{
		width: 140px;
	}
}

.portfolio .gallery.new-gallery .items .info{
	opacity: 1 !important;
    -webkit-transform: translate(0) skew(0);
    -ms-transform: translate(0) skew(0);
    transform: translate(0) skew(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    bottom: 30px;
    width: max-content;
    background: #e8e4dc9c;
}

.portfolio .gallery.new-gallery .items .item-img{
	height: 250px;
}

.portfolio .gallery .items .item-img{
	background-position: center center !important;
}


.work-carousel .content .item-img{
	object-position: center center;
	height: 400px;
}

.custom-teams{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.custom-teams .team-member{
	flex-basis: calc(100% / 5 - 8px);
}
@media(max-width:768px){
	.custom-teams .team-member{
		flex-basis: calc(100% / 2 - 5px);
	}
}

.bg-gray .section-head h6{
	color: inherit !important;
}

#preloader:after, #preloader:before{
	background: #e8e4dc !important;
}
.loading-text{
	color: #242424 !important;
}


[data-overlay-dark]:before {
  background: transparent;
}

.float-wp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.float-wp:hover{
	display: flex !important;
}
.float-wp img {
    width: 30px;
}

.main-footer.dark p{
	color: #fff;
}

a.mobile-insta{
	display: none;
}
.mbl{
	display: none;
}

@media(max-width:768px){
	a.mobile-insta{
		display: block;
		color: #fff;
		font-size: 1.25rem;
		padding: .25rem .75rem;
	}
	.mbl{
		display: flex;
		align-items: center;
		gap: 5px;
	}
}