* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top: 84px;
}
.home,
.page {
	padding-top: 0px;
}
.home #masthead{
	background-color: transparent; 
}
.logo-box img{
	outline: none !important;
	border: none !important;
}
#masthead.sticky{
	background: #FFFFFF;
	padding: 35px 0px 35px 0px !important;
}
.single #masthead,
.error404 #masthead {
	border-bottom: 1px solid #00000033;
	padding: 35px 0px 35px 0px !important;
}
/* #masthead.sticky .logo-box .elementor-widget-theme-site-logo img,
.single #masthead .logo-box .elementor-widget-theme-site-logo img,
.error404 #masthead .logo-box .elementor-widget-theme-site-logo img{
filter: brightness(0) invert(0); 
} */
#masthead.sticky .header_menu svg rect,
.single #masthead .header_menu svg rect,
.error404 #masthead .header_menu svg rect{
	fill: #000;   
}
#masthead.header_active .header_menu svg rect,
.single #masthead.header_active .header_menu svg rect,
.error404 #masthead.header_active .header_menu svg rect{
	fill: #FFFFFF;   
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
	transition: all 300ms ease;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}


body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Satoshi-Regular';
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	border: 1px solid rgb(155 155 155 / 70%) !important;
	border-radius: 30px !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Satoshi-Regular';
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}
.orange_color {
	color: #FDB338;  
}
.impact_col > .elementor-widget-wrap{
	gap: 24px;
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
}
.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;   
	height: 127px;
}
.line {
	width: 2px;  
	background: #FFF;
	/* 	animation-timing-function: linear; */
}
.top-line {
	animation: growLine 1.5s linear infinite alternate;
}
.bottom-line {
	animation: shrinkLine 1.5s linear infinite alternate;
}
@keyframes growLine {
	0% { 
		height: 20px;
	}
	100% {
		height: 100%;
	}
}
@keyframes shrinkLine {
	0% {
		height: 100%; 
	}
	100% {
		height: 20px;
	}
}
.btn.elementor-widget-button svg {
	width: 30px;
}
.orange_btn a:hover .elementor-button-icon svg path{
	fill: #FDB338;
}
.re_pro_page_sec .e-loop__load-more a:hover .elementor-button-content-wrapper::after{
	background: url('/wp-content/uploads/2025/08/Arrow-2-1.svg') no-repeat center;
}
.white_btn a:hover .elementor-button-icon svg path {
	fill: #FFF;
}
.header_menu, .header_menu div{
	display: inline-flex;
}
/* .header_active{
z-index: unset !important;
position: unset !important;
display: unset !important; 
} */
.body_active body #masthead.header_active{
	padding-top: 50px !important;
	position: fixed !important;
	z-index: 99999 !important;
	background: transparent;
	padding-bottom: 0px !important;
}
.body_active body #masthead.sticky.header_active{
	padding-top: 35px !important; 
}
.header_active .logo-box .elementor-widget-theme-site-logo{
	display: none;
}
.header-wrapper.header_active .menu-box{
	margin-left: auto;
}
.header_active .header_menu div{
	height: 64px;
	align-items: center;
}
.body_active {
	overflow: hidden !important;
}
.header_menu svg rect {
	transition: transform 0.4s ease, opacity 0.4s ease;
	transform-origin: center center;
}
.header_menu svg rect.first_active {
	transform: rotate(45deg) translateY(5px);
}
.header_menu svg rect.second_active {
	transform: rotate(-45deg) translateY(-5px);
}
.vc_pro_slider .elementor-swiper-button-next,
.vc_pro_slider .elementor-swiper-button-prev {
	top: -90px !important;
	position: absolute !important;
	z-index: 99 !important;
}
.vc_pro_slider .elementor-swiper-button-prev {
	left: auto !important;
	right: 87px !important;
}
.vc_pro_slider .elementor-swiper-button-next {
	left: auto !important;
	right: 1px !important;
}
.menu_popup .dialog-close-button{
	display: none;
}
.vc_pro_slider .elementor-widget-container .elementor-swiper-button.elementor-swiper-button-next > svg,
.vc_pro_slider .elementor-widget-container .elementor-swiper-button.elementor-swiper-button-prev > svg {
	height: 100%;
	width: 100%;
}
.img_slider .swiper-wrapper {
	transition-timing-function: linear !important;
}
.tab .elementor-tabs-wrapper .elementor-active{
	border-radius: 50px;
	border: 1px solid #FDB338;
	background-color : #FDB338 ;
}
.tab .elementor-tab-title{
	color: rgba(253, 179, 56, 1);
	border-radius: 50px;
	background: rgba(253, 179, 56, 0.12);
	padding: 8px 32px !important;
}
.tab .elementor-tabs-wrapper{
	gap:24px;
}
.vc_pro_slider .vc_cata {
	display: none;
}
.vc_pro_slider .vc_headd { 
	width: 100% !important;
}
.re_pro_page_sec .e-loop__load-more a .elementor-button-content-wrapper::after {
	content: ""; 
	display: inline-block;
	width: 30px;
	height: 20px;
	background: url('/wp-content/uploads/2025/08/Arrow-2.svg') no-repeat center;
	background-size: contain; 
}
.re_pro_page_sec .e-loop__load-more a .elementor-button-content-wrapper{
	gap: 10px !important;
}
.you18 .elementor-counter-number-suffix > span{
	font-size: 36px;
	align-items: baseline;
}
/* .single .header-wrapper#masthead {
background: #1A1A1A;
padding: 35px 0px 35px 0px !important;
} */
.single{
	padding-top: 0px;
}
.masthead .menu-box .header_menu div {
	transition: all 1s ease-out;
}
.img_slider figure { 
	display: flex !important;
}
.our_team_sec_col > .elementor-widget-wrap.elementor-element-populated{
	display: grid !important;
	grid-template-columns: repeat(2, 1fr); 
	gap: 80px 36px; 
}
.post_ine_sec .elementor-container.elementor-column-gap-default .elementor-column  {
	width: auto !important;
}
.post_cata_text a{
	text-wrap-mode: nowrap;
}
.post_ine_sec .elementor-container.elementor-column-gap-default{
	justify-content: space-between;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.post_fut a{
	width: 100% !important;
}
.conter_sec .elementor-widget-counter .elementor-counter-title{
	text-align: center;
} 
.re_pro_page_sec .e-loop__load-more{
	padding-top: 80px !important;
}
.re_pro_page_sec .e-loop__load-more a .elementor-button-text{
	display: flex !important;
	align-items: center;
}
.conter_sec .elementor-container  {
	justify-content: center; 
}
.post_fut img {
	height: 276px !important;
	object-fit: cover;
}
.page:not(.home) header#masthead {
	background-color: #1A1A1A;
}

