/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1683982565
Updated: 2023-05-13 12:56:05

*/
/****** Header ********/
header .menu-item:last-child a:not(ul ul li:last-child a) {
	background: #50a56a;
	color: #fff !important;
	border-radius: 4px;
	padding: 0 30px !important;
}
header .menu-item:last-child a:hover {
  background: #000;
}
/****** Home Related Section ********/
.hm_related .wpr-team-member {
	overflow: visible;
}
.hm_related .wpr-member-image {
  background: #50a56a;
  padding: 20px;
  border-radius: 50%;
}
.hm_related .wpr-member-image img {
  filter: invert();
}
.hm_related .wpr-member-media {
  margin-top: -80px;
  position: relative;
  z-index: 10;
}
.hm_accordion .elementor-accordion-item {
	margin-bottom: 10px;
	box-shadow: 0 3px 4px #ddd;
}
.hm_gallery .fas.fa-search {
	display: none;
}
#hm_related_solutions .elementor-icon {
	box-shadow: 2px 2px 0px 2px #e8e8e8 inset, -4px 9px 1px 0px #eee;
	border-radius: 0 30px 0 30px;
	margin-top: -100px;
}

#hm_related_solutions .elementor-widget-wrap:hover .elementor-icon {
  border-radius: 30px 0px 30px 0px;
}
#hm_related_solutions .elementor-widget-wrap:hover .elementor-icon svg {
  left: 10px;
}
#hm_related_solutions .elementor-widget-wrap .elementor-icon svg {
  left: 0;
  transition: 0.3s;
}
.hm_project .swiper-slide-image {
	width: 100%;
	height: 300px;
	padding-right: 20px;
	object-fit: cover;
}

/****** About Related Section ********/
.abt_icon_box .elementor-widget-container {
	height: 300px;
}
.ab_section .attachment-large.size-large.wp-image-564 {
	height: 650px;
	width: 100%;
	object-fit: cover;
}


/****** Contact Section ********/
#ct_form .wpforms-submit {
  background: #50a56a;
  padding: 10px 35px;
}
#ct_form .wpforms-submit:hover {
  background: #000;
}
#ct_form form {
	background: #ffffff4d;
	padding: 2rem;
	height: 100%;
}
.rel_facility_bg .attachment-large.size-large.wp-image-818 {
	object-position: top;
}