
/*chart css starts*/
h3.elementor-image-box-title { font-size: 14px!important; }
:root {
	--theme-color-light: #FFFFFF;
	--theme-color-dark: #000000;
	--theme-color-lighter: #F8F8F8;
	--theme-color-lighter2: #F9F9F9;
	--review-color: #FFAA18;
	--theme-color1: #4AAB3D;
	--theme-color2: #222429;
	--theme-color3: #edf7ec;
	--theme-color4: #1A900A;
	--theme-color5: #F4F5F8;
	--bg-theme-color1: var(--theme-color1);
	--bg-theme-color2: var(--theme-color2);
	--bg-theme-color3: var(--theme-color3);
	--bg-theme-color4: var(--theme-color4);
	--bg-theme-color5: var(--theme-color5);
	--border-theme-color1: var(--theme-color1);
	--border-theme-color2: var(--theme-color2);
	--border-theme-color3: var(--theme-color3);
	--border-theme-color4: var(--theme-color4);
	--border-theme-color5: var(--theme-color5);
	--text-color-bg-theme-color1: #fff;
	--text-color-bg-theme-color2: #164333;
	--text-color-bg-theme-color3: #fff;
	--text-color: #808287;
	--headings-color: var(--theme-color2);
	--link-color: var(--theme-color1);
	--link-hover-color: var(--theme-color1);
	--text-font: 'Open Sans', sans-serif;
	--title-font: 'Open Sans', sans-serif;
	--body-font-size: 16px;
	--body-line-height: 30px;
	--body-font-weight: 400;
	--line-height-heading-h1: 1em;
	--line-height-heading: 1.2em;
	--line-height-heading-small: 1.4em;
	--h1-font-size: 90px;
	--h2-font-size: 48px;
	--h3-font-size: 36px;
	--h4-font-size: 24px;
	--h5-font-size: 20px;
	--h6-font-size: 18px;
	--h1-font-weight: 700;
	--h2-font-weight: 700;
	--h3-font-weight: 700;
	--h4-font-weight: 700;
	--h5-font-weight: 700;
	--h6-font-weight: 700;
	--sec-title-subtitle-color: var(--theme-color2);
	--sec-title-subtitle-font-size: 18px;
	--sec-title-subtitle-font-family: var(--text-font);
	--sec-title-subtitle-font-weight: 700;
	--sec-title-subtitle-line-height: 1.2em;
	--sec-title-color: var(--headings-color);
	--sec-title-font-size: var(--h2-font-size);
	--sec-title-font-family: var(--title-font);
	--sec-title-font-weight: var(--h2-font-weight);
	--theme-light-background: #f8f6f1;
	--theme-light-background-text-color: var(--headings-color);
	--theme-black: #222429;
	--container-width: 1200px;
	--small-container-width: 1000px;
	--large-container-width: 1550px;
	--extra-large-container-width: 1760px;
	--container-pt: 120px;
	--container-pb: 120px;
}

body h3, body h2, body h4, body h5, body h6 { /*font-family: "Lato", sans-serif !important;*/ }

.profile-body .headline {
	margin-bottom: 40px;
}

.profile-body .headline h1 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
	color: #000000;
	margin: 0;
	text-align: center;
	font-family: "Montserrat", Sans-serif;
}

.profile-body .headline h1 span {
	color: #3C812C;
	text-decoration: underline wavy pink;
	font-weight: 700;
}

.team-container {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	gap: 20px;
}

.team-card {
	flex: 1 1 calc(33.333% - 14px);
	max-width: calc(33.333% - 14px);
	padding: 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center;
}

.team-card:hover {
	-webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
}

.team-card .profile-team-img { border-radius: 50%; object-fit: cover; max-width: 250px; height: 250px; }

.team-card h2 {
	font-size: 25px;
	font-weight: 400;
	line-height: 37px;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
	color: #000;
	margin-top: 10px;
}

.team-card:hover .profile-title {
	color: #2575fc;
}

.profile-designation {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #3C812C;
	margin-bottom: 10px;
	font-family: "Rubik", Sans-serif;
}

.profile-content {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
	font-family: "Rubik", Sans-serif;
	margin-bottom: 20px;
}

.profile-body .view-more {
	color: #87ab42;
	font-weight: 600;
}

.profile-body .view-more:hover {
	text-decoration: underline;
}

.linkedin-icon, .facebook-icon {
	display: block;
	border-radius: 50% 50% 50% 50%;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	background-color: #0077B5;
}

.facebook-icon {
	margin-left: 8px;
}

.team-card .d-flex {
	justify-content: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.team-card {
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

@media (max-width: 768px) {
	.team-card {
		flex: 1 1 calc(100%);
		max-width: calc(100%);
	}
}

.pxl-nav-menu.style3 ul li { margin: 0 20px; }
.menu-main-menu-container { display: flex; justify-content: end; }
.elementor-element-0479c3f { justify-content: center; display: flex; margin-top: 60px; }


.contact-form-home7 input, .contact-form-home7 .pxl-post-5362 select, .contact-form-home7 .pxl-post-5362 textarea, .elementor-5362 .elementor-element.elementor-element-1972a67 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-select), .elementor-5362 .elementor-element.elementor-element-1972a67 .pxl-select .pxl-select-options li, .elementor-5362 .elementor-element.elementor-element-1972a67 .pxl-contact-form input:not(input[type="checkbox"]) { color: #000!important; } 

.contact-form-home7 button[type="submit"] { color: #fff!important; }

.chart__wrap {
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	border-radius: 16px;
	color: rgba(0, 0, 0, 0.75);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	background-color: #fff;
	padding: 32px;
}
.chart__wrap__buttons {
	padding: 16px 0;
	display: flex;
	gap: 20px;
}
.chart__wrap__buttons button {
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	font-weight: 600;
	line-height: 1.75;
	text-transform: capitalize;
	padding: 5px 40px;
	font-size: 14px;
	background: unset;
	color: #193351;
	border: 1px solid #4AAB3D;
	outline: 0;
	cursor: pointer;
}
.chart__wrap__buttons button.allTime {
	margin-left: -4px;
}
.chart__wrap__buttons button.active {
	color: #fff;
	background: var(--theme-color1);
}
.chart__wrap__buttons button.active:hover {
	background-color: #1A900A;
}
.chart__wrap__buttons button:hover {
	background-color: rgba(25, 51, 81, 0.04);
}

.chart__statistics {
	padding: 32px 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	word-break: break-all;
}

.chart__wrap h2 {
	margin-bottom: 5px;
	text-align: center;
}
.chart__statistics .statistics__cont {
	text-align: center;
	max-width: 33.333333%;
	flex-basis: 33.333333%;
}

.chart__statistics .statistics__cont h3 {
	margin: 0;
	font-size: 36px;
	line-height: 60px;
	font-weight: 700;
	color: rgb(57, 102, 136);
}

.chart__statistics .statistics__cont span, .chart__statistics__note span em {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.66;
	display: block;
	text-transform: capitalize;
	
	
}

.elementor-212 .elementor-element.elementor-element-491a71c {
	margin-bottom: 0;
}

#menu-login-sign-up li:first-child a, #menu-login-sign-up li:last-child a, #menu-login-sign-up-1 li:first-child a, #menu-login-sign-up-1 li:last-child a {
	padding: .5rem 20px;
	border-radius: 1.25rem;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	color: #fff;
	background: #73b82a;
	line-height: 1.75;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: capitalize;
	transition: border .3s cubic-bezier(.39,.575,.565,1), box-shadow .3s cubic-bezier(.39,.575,.565,1), color .3s cubic-bezier(.39,.575,.565,1), background .3s cubic-bezier(.39,.575,.565,1), box-shadow .3s cubic-bezier(.39,.575,.565,1);
}
#menu-login-sign-up li:first-child a:hover, #menu-login-sign-up-1 li:first-child a:hover {
	background: #4B8728;
}
#menu-login-sign-up li:last-child a, #menu-login-sign-up-1 li:last-child a {
	background-color: #5292C3;
	margin-left: 15px;
	margin-right: 74px;
}
#menu-login-sign-up li:last-child a:hover, #menu-login-sign-up-1 li:last-child a:hover {
	background-color: rgb(57, 102, 136);
}
.newsletter_input .pxl-contact-form1.button-style1 form .input-filled button {
	margin: 4px 2px 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
i.caseicon-angle-arrow-rightrtl-icon:before {
	content: "\f14d";
}

@media (max-width: 1024px) {
	.chart__statistics {
		/*flex-direction: column;*/
	}
	.chart__statistics .statistics__cont {
		width: 100%;
		flex-basis: unset;
	}
	.real-time-monitor-smart .elementor-widget-wrap.elementor-element-populated {
		align-content: flex-start !important;
	}
}

@media (max-width: 575px) {
	.chart__statistics {
		width: 100%;
	}
	.chart__wrap h2{
		font-size: 28px;
	}
	.chart__statistics .statistics__cont h3 {
		font-size: 28px;
	}
	.ft_copyright .elementor-widget-wrap.elementor-element-populated {
		display: block;
	}
	.ft_copyright .elementor-widget-pxl_icon {
		display: flex;
		justify-content: center;
	}
	.projects_item .elementor-column-gap-default {
		justify-content: center;
	}
}
/*chart css ends*/

/*invest cal starts*/
.invest-cal-wrap .stats {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.invest-cal-wrap .stat {
	text-align: center;
}
.invest-cal-wrap .stat h2 {
	margin: 0;
	font-size: 36px;
	color: #333;
}
.invest-cal-wrap .stat p {
	margin: 5px 0 0 0;
	color: #888;
}
.invest-cal-wrap #chartContainer {
	height: 600px;
	margin: 0 auto;
}

.invest-cal-wrap body { font-family: "Lato", sans-serif !important; background-color: #f7f7f7; margin: 0; padding: 20px; }
.invest-cal-wrap .container { max-width: 1200px; margin: 0 auto; background: #fff; padding: 20px; border-radius: 8px; }
.invest-cal-wrap h1, .invest-cal-wrap h2 { text-align: center; }
.invest-cal-wrap .investment-details { display: flex; justify-content: space-around; }
.invest-cal-wrap .amount { font-size: 30px; font-weight: bold; text-align:center; }
.invest-cal-wrap .amount h2 {
	font-size: inherit;
}
.invest-cal-wrap .amount:last-child h2 {
	color: #5292c3;
}
.invest-cal-wrap .input-group { display: flex; align-items: center; margin-bottom: 15px; }
.invest-cal-wrap label { margin-right: 10px; }
.invest-cal-wrap input[type="text"] { padding: 10px; border: 1px solid #ccc; border-radius: 4px; }
.invest-cal-wrap input[type="radio"] { margin-left: 10px; margin-right: 5px; }
.invest-cal-wrap button.btn-back {
	background: transparent!important;
	color: silver;
	font-weight: 700;
	border: 0;
	box-shadow: none;
	line-height: normal;
}
.invest-cal-wrap button {color: white;cursor: pointer;background: #73b82a;box-shadow: rgba(0,0,0,.5) 0 0 8px;border-radius: 50px;padding: 12px 25px;border: 0;line-height: normal;display: flex;align-items: center;}
.invest-cal-wrap .btn-action {margin-top: 50px;display: flex;}
.invest-cal-wrap button:hover { background-color: #1d8b3d; }
.invest-cal-wrap .chart { background: #fff; padding: 20px; border: 1px solid #ddd; border-radius: 8px; }
.invest-cal-wrap .header-content {
	display: flex;
	align-items: center;
}

.invest-cal-wrap .stepper {
	margin-bottom: 50px;
}

.invest-cal-wrap .step-3 { display: none; }
.invest-cal-wrap input[type='range'] { accent-color: green; display: block; width: 70%; }
.invest-cal-wrap #durationValue { display: block; width: 70%; text-align: center; }

/* The switch - the box around the slider */
.invest-cal-wrap .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.invest-cal-wrap .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.invest-cal-wrap .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(33 150 243 / 77%);
	-webkit-transition: .4s;
	transition: .4s;
}

.invest-cal-wrap .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.invest-cal-wrap input:checked + .slider {
	background-color: #2196F3;
}

.invest-cal-wrap input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.invest-cal-wrap input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.invest-cal-wrap .slider.round {
	border-radius: 34px;
}

.invest-cal-wrap .slider.round:before {
	border-radius: 50%;
}

.invest-cal-wrap .hidden { display: none!important; }

.invest-cal-wrap .MuiStepIcon-root.MuiStepIcon-active {
	color: #193351;
}
.invest-cal-wrap .MuiStepIcon-text {
	fill: #fff;
	font-size: 0.75rem;
	font-family: "Lato", sans-serif;
}
.invest-cal-wrap form.invest-calc-form h4 {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-left: 5px;
	width: 80%;
	font-size: 18px;
	margin: 0;
	margin-left: 20px;
}

.invest-cal-wrap .MuiStepIcon-root {
	color: rgba(0, 0, 0, 0.38);
	display: block;
}

.invest-cal-wrap .MuiSvgIcon-root {
	fill: currentColor;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 1.5rem;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	flex-shrink: 0;
	user-select: none;
}
.invest-cal-wrap .stepper.inactive .body-content {
	display: none;
}

.invest-cal-wrap .stepper.inactive .header-content {
	opacity: .5;
}
.invest-cal-wrap .body-content { padding-left: 35px; margin-top: 30px; }

.invest-cal-wrap .stepper-body {
	position: relative;
}
.invest-cal-wrap .stepper.inactive .header-content {
	padding-bottom: 40px;
}

.invest-cal-wrap .stepper.inactive.step-1 {
	margin-bottom: 25px;
}
.invest-cal-wrap .stepper-body:before {
	position: absolute;
	left: 10px;
	top: 40px;
	content: '';
	height: calc( 100% - 35px);
	width: 1px;
	background: #00000075;
}
.invest-cal-wrap .stepper.step-2 button.btn-back, .invest-cal-wrap .stepper.step-3 button.btn-back {
	color: #000;
}

.invest-cal-wrap .final-step .stepper {
	display: none;
}

.invest-cal-wrap .final-step .stepper.step-3 {
	display: flex;
}

.invest-cal-wrap .data-single { border: 1px solid; padding: 10px 20px; border-radius: 25px; display: flex; width: 100%; margin-bottom: 20px; align-items: center; }

.invest-cal-wrap .final-content {
	width: 100%;
}

.invest-cal-wrap .row.invest-calc-form .col-6:first-child {
	padding-right: 80px;
}

.invest-cal-wrap .data-single span {
	margin-left: auto;
	font-size: 18px;
}

.invest-cal-wrap .data-single label {
	margin-left: 20px;
	font-size: 18px;
}

.invest-cal-wrap .stepper.step-3 h6 { margin: 0; }

.invest-cal-wrap .final-stage .stepper {
	display: none;
}

.invest-cal-wrap .final-stage .stepper.step-3 {
	display: flex;
}

.invest-cal-wrap .stepper.step-2 { margin: 0 !important; }

.invest-cal-wrap .invest-cal-card { color: rgba(0, 0, 0, 0.75); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; background-color: #fff; box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12); padding: 2rem 50px; }

.invest-cal-wrap .currency:before {
	content: '$';
	position: absolute;
	left: 10px;
}

.invest-cal-wrap .currency {
	display: flex;
	align-items: center;
	position: relative;
}

.invest-cal-wrap .currency input {
	padding-left: 20px;
}


@media (max-width: 1024px) {
	.invest-cal-wrap .col-6{
		width: 100%;
		flex: unset;
		max-width: unset;
	}

}

@media (max-width: 575px) {
	.invest-cal-wrap .row.invest-calc-form .col-6:first-child {
		padding: 0;
	}
	.invest-cal-wrap .invest-cal-card {
		box-shadow: unset;
		padding: unset;
	}

	.invest-cal-wrap .chart-line {
		height: 360px;
	}
}


/*invest cal ends*/

.chart__wrap__buttons button:hover { background-color: rgba(25, 51, 81, 0.04); border: 1px solid rgb(246 247 248); }
.chart__wrap__buttons button { border-color: #4aab3d; }
.chart__wrap { margin-bottom: 80px; }

.invest-cal-card.chart__wrap h2 { margin-bottom: 5px; }

@media (max-width: 575px) {

	.performance .container {
		padding: 0;
		margin: 0;
	}

	.chart__wrap {
		box-shadow: unset;
		border-radius: unset;
		padding: unset;
	}

	.invest-cal-wrap .col-6 {
		margin: 0;
		padding: 0;
	}

	canvas#performanceChart {max-height: 370px;}

}

.smartupworld_page_header {
	padding: 140px 0 110px 0;
}

.smartupworld_page_header .caption h1 {
	color: #D7D7D7;
	padding: 0 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 40px;
}

.smartupworld_page_header .caption p {
	color: inherit;
	padding: 0 0px 20px;
	line-height: 1.6;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.smartupworld_page_header .caption a.bt.btn-primary {
	color: inherit;
	background-color: #5292c3;
	padding: .5rem 20px;
	border-radius: 1.25rem;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	color: #fff;
	background: #73b82a;
	line-height: 1.75;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: capitalize;
}

.smartupworld_page_header .caption a.bt.btn-primary:hover{
	background: #4B8728;
}

.smartupworld_page_header { padding: 0; margin-top: -80px; position: relative; height: calc(100vh - 90px); }


.smartupworld_page_header .hero-image { top: 0; left: 0; width: 100%; height: 100%; }

.hero-image:after { content: ''; left: 0; top: 0; position: absolute; width: 100%; height: 100%; background: #0000006e; }
.smartupworld_page_header.overlay-cap .hero-image:after { background: transparent; }

.smartupworld_page_header .hero-image img { width: 100% !important; height: 100%; object-fit: cover; }
.smartupworld_page_header .caption { 
	max-width: 50%; color: #fff; position: absolute; z-index: 1; top: 0; height: 100%; align-items: center; display: flex; justify-content: center; 
} 
.smartupworld_page_header .caption .inner-cap { padding: 80px; color: #fff; background-color: #000000bd; background-color: transparent;  }
.smartupworld_page_header.overlay-cap .inner-cap { background-color: rgba(0, 0, 0, 0.5); }


/* Footer */

.footer {
	color: #fff;
	background-color: #112339;
	padding: 16px;
}
.footer-content {
	max-width: 83.333333%;
	width: 100%;
	margin: 0 auto;
	margin-top: 16px;
	display: flex;
}
.fot__logo__social {
	flex-grow: 0;
	max-width: 50%;
	flex-basis: 50%;
	padding: 12px;
	display: flex;
	flex-wrap: wrap;
}
.footer-logo, .footer-column {
	padding: 12px;
	flex-grow: 0;
	max-width: 100%;
	flex-basis: 100%;
}
.footer-social {
	display: flex;
	padding: 12px;
	flex-grow: 0;
	max-width: 100%;
	flex-basis: 100%;
}
.footer-social a {
	margin: 0;
	padding: 2px 8px;
}
.footer-social a i.fab {
	color: #fff;
	font-size: 24px;
}
.footer-social a i.fab:hover {
	color: #87AB42;
}
.footer-links {
	display: flex;
	flex-grow: 0;
	max-width: 50%;
	flex-basis: 50%;
}
.footer-column h3 {
	font-weight: 700;
	margin: 0;
	line-height: 1.5;
	font-size: 21px;
	color: #8094A3;
}
.footer-column li {
	list-style: none;
}
.footer .footer-column li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	padding: 0;
	margin: 12px 0;
	display: block;
}
.footer .footer-column li a:hover {
	color: #87AB42;
}
.footer-legal {
	max-width: 83.333333%;
	width: 100%;
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 32px;
	padding: 12px;
}
.footer-legal p {
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.66;
	color: #fff;
}
.footer-legal a {
	display: inline-block;
	color: #fff;
	padding: 0.4rem 0px;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
}
.footer-legal a:hover {
	color: #87AB42;
}
.footer-legal span {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

.footer-nav-title {
	font-size: 18px;
	font-weight: 700;
}
.footer-nav ul {
	margin: 25px 0 0 0;
	padding: 0;
}
.footer-nav ul li {
	margin-bottom: 17px;
	list-style-type: none;
	line-height: 1.4;
}
.footer-inner .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 125px;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 40px;
}


.footer .footer-inner {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 0;
	padding-top: 32px;
	padding-bottom: 24px;
}
.footer-column ul {
	padding-left: 12px;
}

.footer-bottom .ft-bottom-links {
	width: 100%;
	justify-content: flex-end;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ft_address {
	max-width: 298px;
	padding: 12px;
}
.footer-social a:first-child {
	padding-left: 0;
}

.footer-bottom .ft-bottom-links a {
	width: auto;
	color: var(--linktext);
	text-transform: none;
	cursor: pointer;
	margin-bottom: 16px;
	padding-bottom: 0;
	padding-right: 8px;
	font-family: IBM Plex Mono, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	transition: color 0.3s;
	display: block;
}
.ft_address a {
	font-size: 16px;
	display: block;
	line-height: 26px;
	color: #fff;
}
.ft_address a:hover {
	color: #87AB42;
}

.footer-top .footer-logo a {
	display: block;
}

.footer-top .footer-logo img {
	width: 160px;
}

.footer-top .footer-social {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer-top .footer-top-inner {
	display: flex;
	justify-content: space-between;
}

.footer-top .footer-social img {
	margin-left: 5px;
	border-radius: 100%;
	width: 100%;
	background: #241e20;
	padding: 5px;
	max-width: 45px;
	height: auto;
}

/* Footer ends */


@media (max-width: 1024px) /*and (min-width: 576px) */{
	.smartupworld_page_header .caption {
		max-width: 100%;
		padding: 30px;
	}
	
	.footer-content, .fot__logo__social, .footer-legal, .footer-links {
		max-width: 100%;
		display: block;
	}
	.footer-links {
		display: flex;
	}
	.ft_address {
		max-width: 100%;
	}

}

@media (max-width: 480px){
	.smartupworld_page_header .caption .inner-cap {
		padding: 45px;
	}
	.footer-logo, .footer-social {
		padding: 0;
	}
	.ft_address {
		padding: 20px 0;
	}

}


.two-col-img-right-txt-left .pxl-text-editor p{
	font-size: 16px!important;
}


/*chatgpt */
h2.section-header {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #2C3E50;
	border-bottom: 2px solid #00A86B;
	margin-bottom: 20px;
	/* border: 0; */
}

.content-x1, .content-x1 p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #34495E;
}

.content-x1 p {
	margin: 0 0 20px 0;
}

.content-x1 span.strong { width: 100%; display: block; font-weight: 700; }

/*chatgpt ends */

.text-block {
	line-height: 1.6
}

span, a, ul, li { line-height: 1.6; }

.solar-project-green-headings-wrap .title .elementor-widget-container{
	background-color: #65a028!important;
}


.s-title { font-size: 36px; margin-bottom: 30px; font-weight: 700; }
.row.pxl-content-wrap.pxl-has-sidebar.pxl-sidebar-right { margin-top: 60px; }
.s-title-x2 h3{border-bottom: 2px solid #00A86B!important;}

@media only screen and (max-width: 980px) {
	.project-x1 .project .btn-x6 {font-size: 15px;}
	.project-x1 .project .btn-default {padding: 15px 11px;}
}

@media only screen and (max-width: 959px) {
	.donut-chart-inner {
		justify-content: unset;
		flex-direction: column-reverse!important;
	}
	.sliders {margin-top:30px;}
}

@media only screen and (max-width: 768px) {
	.smartupworld_page_header .caption .inner-cap{padding: 10px!important;}
	.project-x1 .project-grid {display: inline-block!important;}
	.project-x1 .project {margin-bottom: 50px;}
	.step-donut-chart .step2 .step2__inner_box_content {
		max-width: 100%;
		margin: 40px 30px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.real-time-monitor .real-time-monitor-img img {
		width: 100%;
	}
	.footer-links {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.sliders .content-area-rangeslider {
		padding-right: 20px;
	}
	.sliders .range-inner output {
		font-size: 20px;
		right: -60px;
	}
	.sliders .range-slider h4 {
		font-size: 14px;
	}
	.sliders .content-area-rangeslider {
		padding-right: 20px;
	}
	.step-donut-chart .step2 .step2__inner_box_content {
		max-width: 100%;
		margin: 40px 0px 30px;
	}
}


@media only screen and (max-width: 426px) {
	.project-x1 .project {display: inline-block !important;}
	.project-x1 .project-grid .project img {
		width: 100%;
		max-width:100%;
		box-shadow: none;
	}
	.project-x1 .project-grid .project-info {
		padding: 40px 10px;
		width: 100%;
	}
	.project-x1 .project .btn-default {padding: 15px 25px;}

}

.mr-1 {
	margin-right: 1em;
}

/*.single-block-one starts*/


.single-block-one {
	position: relative; /* needed for :after overlay */
	background-image: url('https://renewableergon.io/wp-content/uploads/2024/07/iStock-1841289642-scaled.jpg');
	background-size: cover;
	background-attachment: fixed; /* parallax effect */
	background-position: center center;
	min-height: 80vh; /* responsive height */
	display: flex;
	align-items: center; /* vertical centering */
}

.single-block-one:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.43); /* dark overlay, adjust opacity */
	z-index: 1; /* behind text */
}

.single-block-one .container {
	width: 100%;
	position: relative; /* ensure content is above overlay */
	z-index: 2;
}

.single-block-one .text {
	padding: 60px 30px;
	max-width: 660px;
	color: #fff;
}

.single-block-one .text h2 {
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	color: inherit;
	display: flex;
	align-items: center; /* vertically center emoji */
}

.single-block-one .text h2 .emoji {
	margin-right: 10px; /* spacing between icon and text */
}

.single-block-one .text .content {
	color: #fff;
	padding: 28px 0 10px;
}

/*.single-block-one ends*/



.about-us-3col-box h3.elementor-image-box-title {
	font-size: 25px !important;
	text-align: center;
	margin: 30px 0 20px;
}


.about-us-3col-box figure.elementor-image-box-img {
	margin: auto !important;
	display: block;
	padding: 0;
}

.about-us-3col-box figure.elementor-image-box-img img {
	display: block;
	margin: 20px 0;
}


.about-us-3col-box p.elementor-image-box-description {
    text-align: center;
}