/* --------------------------------------------------------------
Elementor Styles
-------------------------------------------------------------- */

body .elementor-section.elementor-section-boxed > .elementor-container {
   	max-width: 1090px;
}

#elementor-section-wrap {
 	margin-left: -15px;
 	margin-right: -15px;
}

/* -- Accordion -- */

body .elementor-widget-accordion .elementor-accordion .elementor-accordion-title,
body .elementor-widget-accordion .elementor-accordion .elementor-accordion-content {
 	font-family: inherit;
 	font-weight: inherit;
 	line-height: 1.4em;
}

.content-area .elementor-text-editor > h1:first-child, 
.content-area .elementor-text-editor > h2:first-child, 
.content-area .elementor-text-editor > h3:first-child, 
.content-area .elementor-text-editor > h4:first-child, 
.content-area .elementor-text-editor > h5:first-child {
    margin-top: 0px;
}

/* -- Progress Bars -- */

body .elementor-progress-wrapper .elementor-progress-inner-text {
 	font-size: 13px;
}

/* -- Tabs -- */

body .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title > span {
	font-weight: 400;
}

body .elementor-widget-tabs .elementor-tab-content {
	color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

/* -- Headings -- */

body .elementor-widget-text-editor {
	color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

body .elementor-widget-heading .elementor-heading-title {
	font-family: inherit;
    font-weight: inherit;
    line-height: 1.45em;
}

/* -- Counters -- */

body .elementor-widget-counter .elementor-counter-title {
	color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

body .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: 110px;
}

/* -- Responsive -- */


@media only screen and (max-width: 992px) {

	body .elementor-column-gap-default .elementor-element-populated {
		padding-left: 15px;
		padding-right: 15px;
	}

	.elementor-accordion {
		margin-left: 15px;
		margin-right: 15px;
	}

	.elementor-column-gap-extended .elementor-accordion {
		margin-left: 0px;
		margin-right: 0px;
	}

	.elementor-widget-progress {
		margin-left: 8px;
		margin-right: 8px;
	}

	body .elementor-widget-accordion .elementor-accordion .elementor-accordion-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.hide-bg-mobile {
    	background-image: none !important;
	}

}