.ha-card > .elementor-widget-container,
.ha-infobox > .elementor-widget-container,
.ha-icon-box > .elementor-widget-container,
.ha-member > .elementor-widget-container,
.ha-review > .elementor-widget-container,
.ha-image-compare > .elementor-widget-container {
	border-radius: .5rem; 
	background-color: #fff;
	box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
	word-wrap: break-word;

	overflow-wrap: break-word;
}

.happy-addon {
	box-sizing: border-box;
}
.happy-addon * {
	box-sizing: border-box;
}
.happy-addon img {
	max-width: 100%;
	height: auto;

	-o-object-fit: cover;
	   object-fit: cover;
}
.happy-addon p:empty {
	display: none;
}

.ha-cf:before,
.ha-cf:after {
	display: table; 
	content: " ";
}

.ha-cf:after {
	clear: both;
}

.ha-btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.ha-btn:not(.ha-btn--link) {
	padding: 15px 25px; 
	border-radius: .25rem;
	background-color: #562dd4;
	color: #fff;
}
.ha-btn:not(.ha-btn--link):hover,
.ha-btn:not(.ha-btn--link):focus {
	background-color: #e2498a;
}
.ha-btn.ha-btn--link {
	color: #562dd4;
}
.ha-btn.ha-btn--link:hover,
.ha-btn.ha-btn--link:focus {
	color: #e2498a;
}
.ha-btn-icon {
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.ha-btn-icon + .ha-btn-text,
.ha-btn-text + .ha-btn-icon {
	margin-left: 5px;
}

.ha-card-figure {
	position: relative;
	height: 250px;
}
.ha-card-figure > img {
	width: 100%; 
	height: 100%;
	border-top-left-radius: calc(.5rem - 1px);
	border-top-right-radius: calc(.5rem - 1px);
	vertical-align: bottom;
}

.ha-card-body {
	padding: 1.5rem;
}

.ha-card-title {
	margin-top: 0;
	margin-bottom: .75rem;
	color: #151515;
	font-weight: 700; 
	font-size: 22px;
}

.ha-card-text {
	margin-bottom: 2rem;
	color: #616161;
	font-size: 16px;
	line-height: 1.7;
}
.ha-card-text > p {
	margin-top: 0;
	margin-bottom: 0;
}

.ha-card--top .ha-card-figure {
	display: inline-block;
}

.ha-card--right > .elementor-widget-container,
.ha-card--left > .elementor-widget-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center; 
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.ha-card--right .ha-card-figure,
.ha-card--left .ha-card-figure {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.ha-card--right .ha-card-body,
.ha-card--left .ha-card-body {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 2.5rem;
	max-width: 50%;
}

.ha-card--left .ha-card-figure > img {
	border-radius: calc(.5rem - 1px) 0 0 calc(.5rem - 1px);
}

.ha-card--right > .elementor-widget-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	text-align: right;
}

.ha-card--right .ha-card-figure > img {
	border-radius: 0 calc(.5rem - 1px) calc(.5rem - 1px) 0;
}

.ha-card .ha-badge {
	position: absolute;
}

.ha-badge {
	padding: .475rem 1.1rem;
	border-radius: 50px;
	background-color: #fff;
	font-size: 12px;
}
.ha-badge--top-left {
	top: 1rem; 
	left: 1rem;
}
.ha-badge--top-center {
	top: 1rem; 
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.ha-badge--top-right {
	top: 1rem; 
	right: 1rem;
}
.ha-badge--middle-left {
	top: 50%;
	left: 1rem; 
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.ha-badge--middle-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.ha-badge--middle-right {
	top: 50%;
	right: 1rem; 
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.ha-badge--bottom-left {
	bottom: 1rem; 
	left: 1rem;
}
.ha-badge--bottom-center {
	bottom: 1rem; 
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.ha-badge--bottom-right {
	right: 1rem;
	bottom: 1rem;
}

.ha-infobox > .elementor-widget-container {
	padding: 1.5rem;
}

.ha-infobox-title {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #151515;
	font-size: 24px;
}

.ha-infobox-figure {
	display: inline-block;
	margin: 0 0 1.5rem !important;
}
.ha-infobox-figure--icon {
	text-align: center; 
	font-size: 3rem;
}
.ha-infobox-figure > i {
	position: relative;
	display: block; 
	width: 1em;
	height: 1em;
}
.ha-infobox-figure > i:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.ha-infobox-figure > img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.ha-infobox-text + .ha-btn--link {
	margin-top: 1rem;
}

.ha-infobox-text > p {
	margin-top: 0;
	margin-bottom: 0;
}

.ha-icon-box > .elementor-widget-container {
	position: relative;
	padding: 1.25rem;
}

.ha-icon-box-title {
	margin-top: 0;
	margin-bottom: 0;
	color: #151515;
	font-size: 24px;
	-webkit-transition: color .3s;
	        transition: color .3s;
}

.ha-icon-box-icon {
	display: inline-block;
	margin-bottom: 1rem;
	color: #151515;
	text-align: center;
	font-size: 3rem;
	-webkit-transition: border .3s, background .3s, color .3s, -webkit-transform .3s;
	        transition: border .3s, background .3s, color .3s, -webkit-transform .3s;
	        transition: transform .3s, border .3s, background .3s, color .3s;
	        transition: transform .3s, border .3s, background .3s, color .3s, -webkit-transform .3s;
}
.ha-icon-box-icon > i {
	position: relative;
	display: block;
	width: 1em;
	height: 1em;
	-webkit-transition: -webkit-transform .3s;
	        transition: -webkit-transform .3s;
	        transition:         transform .3s;
	        transition:         transform .3s, -webkit-transform .3s;
}
.ha-icon-box-icon > i:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.ha-icon-box-link {
	display: block;
	color: transparent; 
	text-decoration: none;
}

.ha-icon-box .ha-badge {
	position: absolute;
	z-index: 9999; 
	background-color: #e2498a;
	color: #fff;
}

.ha-member > .elementor-widget-container {
	padding: 1.25rem;
}

.ha-member-figure {
	display: inline-block;
	margin: 0 0 1.5rem !important;
}
.ha-member-figure img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.ha-member-name {
	margin-top: 0;
	margin-bottom: .5rem;
	color: #151515;
	font-size: 18px;
}

.ha-member-position {
	margin-bottom: 1.5rem; 
	color: #7f7f7f;
	font-size: 14px;
}

.ha-member-bio {
	margin-bottom: 1.5rem; 
	font-size: 14px;
	line-height: 1.6;
}

.ha-member-links > a {
	display: inline-block;
	color: #9895ad;
	text-align: center;
	line-height: 1; 
	-webkit-transition: all .2s;
	        transition: all .2s;
}
.ha-member-links > a:hover,
.ha-member-links > a:focus {
	color: #222;
}
.ha-member-links > a > i {
	width: 1em;
	height: 1em;
}
.ha-member-links > a:not(:last-child) {
	margin-right: .3rem;
}

.ha-review-header {
	margin-top: 1.5rem;
}

.ha-review-figure {
	margin: 0;
}
.ha-review-figure > img {
	width: 100%; 
	height: 100%;
	border-radius: 50%;
	vertical-align: bottom;
}

.ha-review-reviewer {
	margin-top: 0;
	margin-bottom: .3rem;
	color: #151515;
	font-size: 18px;
}

.ha-review-position {
	margin-bottom: .5rem; 
	color: #7f7f7f;
	font-size: 15px;
}

.ha-review-ratting {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
}

.ha-review-ratting--num {
	padding: .25em .66em;
	border-radius: 2.5em; 
	background-color: #287dfe;
	color: #fff;
}

.ha-review-ratting--star {
	display: inline-block;
	color: #ffbf36;
	font-family: "Fontawesome";
}
.ha-review-ratting--star > span {
	position: relative;
	overflow: hidden;
	height: 1em;
}
.ha-review-ratting--star span > span {
	position: absolute; 
	top: 0;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
}
span .ha-review-ratting--star:before,
.ha-review-ratting--star span > span:before {
	position: absolute; 
	top: 0;
	left: 0;
}
.ha-review-ratting--star span:before {
	content: "\f006\f006\f006\f006\f006";
}
.ha-review-ratting--star span > span:before {
	content: "\f005\f005\f005\f005\f005";
}

.ha-review-desc {
	margin-top: 1.5rem;
	font-size: 16px;
	line-height: 1.6;
}
.ha-review-desc p {
	margin: 0;
}

.ha-review--top > .elementor-widget-container {
	padding: 2rem;
}

.ha-review--top .ha-review-figure {
	display: inline-block;
	max-width: 70px;
	height: 70px;
}

.ha-review--left > .elementor-widget-container,
.ha-review--right > .elementor-widget-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center; 
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding-left: 2rem;
}

.ha-review--left .ha-review-figure,
.ha-review--right .ha-review-figure {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 150px;
	    -ms-flex: 0 0 150px;
	        flex: 0 0 150px;
	max-width: 150px;
	height: 150px;
}

.ha-review--left .ha-review-body,
.ha-review--right .ha-review-body {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 150px);
	    -ms-flex: 0 0 calc(100% - 150px);
	        flex: 0 0 calc(100% - 150px);
	padding: 2rem; 
	max-width: calc(100% - 150px);
}
.ha-review--left .ha-review-body > :first-child,
.ha-review--right .ha-review-body > :first-child {
	margin-top: 0;
}

.ha-review--right > .elementor-widget-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	padding-right: 2rem;
	padding-left: 0;
	text-align: right;
}

.ha-image-compare .twentytwenty-container,
.ha-image-compare .twentytwenty-wrapper {
	border-radius: inherit;
}

.ha-skills > .elementor-widget-container {
	padding-top: 1px;
}

.ha-skill {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	background-color: #e9ecef; 
	font-size: .75rem;
}
.ha-skill--outside .ha-skill-info,
.ha-skill--inside .ha-skill-info {
	text-align: left; 
	font-size: 14px;
}
.ha-skill--outside .ha-skill-level-text,
.ha-skill--inside .ha-skill-level-text {
	float: right;
}
.ha-skill--outside {
	height: 2px;
}
.ha-skill--outside .ha-skill-level {
	position: relative;
}
.ha-skill--outside .ha-skill-info {
	position: absolute;
	top: -25px;
	width: 100%;
	color: #242424;
}
.ha-skill--inside {
	overflow: hidden;
	height: 30px;
	border-radius: .3rem;
}
.ha-skill--inside .ha-skill-info {
	padding-right: 1rem;
	padding-left: 1rem;
	color: #fff;
}
.ha-skill-level {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	background-color: #007bff;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: width .6s ease;
	        transition: width .6s ease;
}
.ha-skill--outside {
	margin-top: 40px;
}
.ha-skill--inside:not(:first-child) {
	margin-top: 20px;
}

.ha-gradient-heading {
	margin-top: 0;
	margin-bottom: 0;
}
.ha-gradient-heading > a {
	color: inherit;
	text-decoration: none;
}

.ha-dual-button > .elementor-widget-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.ha-dual-btn,
.ha-dual-btn-connector {
	display: inline-block;
}

.ha-dual-btn-wrapper {
	position: relative;
	text-align: center;
	font-weight: 400;
}

.ha-dual-btn {
	padding: 1.2rem 3rem;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.ha-dual-btn--left {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px; 
	background-color: #562dd4;
}
.ha-dual-btn--left:hover,
.ha-dual-btn--left:focus {
	background-color: #4423ab;
}

.ha-dual-btn--right {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px; 
	background-color: #e2498a;
}
.ha-dual-btn--right:hover,
.ha-dual-btn--right:focus {
	background-color: #d6226e;
}

.ha-dual-btn-connector {
	position: absolute !important;
	top: 50%;
	right: 0;
	z-index: 9;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .3);
	color: #27374c;
	text-transform: uppercase; 
	font-size: 12px;
	line-height: 30px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}

.ha-dual-btn-icon--before {
	margin-right: 5px;
}

.ha-dual-btn-icon--after {
	margin-left: 5px;
}

.ha-testimonial--basic > .elementor-widget-container {
	padding: 2rem;
	border: 1px solid #ececec;
	border-radius: .5rem;
}

.ha-testimonial--basic .ha-testimonial__content {
	margin-bottom: 2.5em;
}

.ha-testimonial--bubble .ha-testimonial__content {
	position: relative;
	margin-bottom: 1.5rem;
	padding: 2rem;
	border-radius: 6px;
	background-color: #fff; 
	box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
	line-height: 1.6rem;
}
.ha-testimonial--bubble .ha-testimonial__content:after {
	position: absolute;
	bottom: -14px;
	color: #fff; 
	content: "\e911";
	font-size: 36px;
	font-family: "Happy Icons";
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.ha-testimonial--left.ha-testimonial--bubble .ha-testimonial__content:after {
	left: 15px;
}

.ha-testimonial--center.ha-testimonial--bubble .ha-testimonial__content:after {
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-180deg);
	    -ms-transform: translateX(-50%) rotate(-180deg);
	        transform: translateX(-50%) rotate(-180deg);
}

.ha-testimonial--right.ha-testimonial--bubble .ha-testimonial__content:after {
	right: 15px;
}

.ha-testimonial__reviewer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center; 
	-ms-flex-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.ha-testimonial__reviewer-thumb {
	width: 65px;
	height: 65px;
}
.ha-testimonial__reviewer-thumb > img {
	width: 100%;
	height: 100%;
	border-radius: 50%;

	-o-object-fit: cover;
	   object-fit: cover;
}
.ha-testimonial__reviewer-name {
	margin-bottom: .3rem; 
	color: #562dd4;
	font-weight: bold;
	font-size: 18px;
}
.ha-testimonial__reviewer-title {
	color: #8c8c8c; 
	font-size: 16px;
}

.ha-testimonial--left .ha-testimonial__reviewer-meta {
	padding-left: 1em;
}

.ha-testimonial--center .ha-testimonial__reviewer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.ha-testimonial--center .ha-testimonial__reviewer-meta {
	padding-top: 1em;
}

.ha-testimonial--right .ha-testimonial__reviewer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.ha-testimonial--right .ha-testimonial__reviewer-meta {
	padding-right: 1em;
}

.ha-testimonial--left {
	text-align: left;
}

.ha-testimonial--right {
	text-align: right;
}

.ha-testimonial--center {
	text-align: center;
}
