/*** CSS START ***/
.our-gallery .wpr-grid-item-caption .inner-block p {
	margin-bottom: 0;
}

.footer-logo a img {
	width: auto !important;
}

.our-forms .form-img img {
	max-height: 350px;
	object-fit: contain;
}

.gtranslate_wrapper {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
	align-items: center;
}
/* URDU CSS START */
.translated-rtl {
	direction: rtl;
}

.translated-rtl .elementor-118 .elementor-element.elementor-element-a9d09d5 {
	text-align: right;
}

.translated-rtl .hfe-nav-menu__align-right .hfe-nav-menu {
	margin-left: 0;
	margin-right: auto;
}

.translated-rtl .swiper-slide-inner {
  text-align: right !important;
  flex-direction: row-reverse;
}
/* URDU CSS END */

.wpr-member-job {
	margin-bottom: 0 !important;
}

/*** CSS END ***/


/* ================================
   Desktop
   ================================ */

@media screen and (min-width: 1025px) {
	.members .wpr-member-image img {
		width: 100%;
		min-height: 330px;
		max-height: 330px;
 	 	object-fit: cover;
	}
		
	.wpr-member-content {
		min-height: 124px;
	}
		
	.gtranslate_wrapper {
	  padding: 0 10px;
  }
}

/* ================================
   iPad, Tablet, and Mobile
   ================================ */

@media screen and (max-width: 1024px) {
	.members .wpr-member-image img {
		width: 100%;
		min-height: 220px;
		max-height: 220px;
 	 	object-fit: cover;
	}
	
	.wpr-member-content {
		min-height: 102px;
	}
	
	.gtranslate_wrapper {
    margin-top: 10px;
	}
}