* {
	padding:0;
	margin:0;
}
/* header{
display: none;
} */
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top:125px;
	overflow-x:hidden;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
.menu-opened {
        overflow: hidden !important;
}
header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100% !important;
	background-color: #fff;
	display: block;
	z-index: 999;
	transition: opacity 0.3s ease;
}

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

.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;
	display: flex;
	flex-direction: column;
	align-items: center;
}
body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin-bottom: 30px;
}

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: "Helvetica", Sans-serif;
	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 .gfield_validation_message, body .gform_wrapper form .validation_message{
	border: none !important;
	background-color: transparent !important;
	padding-left: 0px !important;
}
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;
	padding-bottom: 0px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: "Helvetica", Sans-serif;
	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 #999 !important;
	border-radius: 0px !important;
	padding: 18px 22px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: "Helvetica", Sans-serif;
	/* 	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: 0px;
	border: none;

}
.gform_button {
	margin: 0 auto !important;
	display: flex;
	cursor:pointer;
}
.gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0px !important;
	display: block !important;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
	height: 120px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size:18px !important;
	font-family: "Goldman", Sans-serif !important;
	font-weight: 400 !important;
}
.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}
.gform_validation_errors{
	padding:16px !important;
}
.gform_wrapper.gravity-theme .gform_footer {
	display: inline-block !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.gform_heading{
	display:none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	font-size:14px !important;
}
.f_sec{
	max-height: 530px;
	padding-block: 80px 40px !important;
}
.footer_inner_menu .elementor-column{
	width: auto !important;
}
.footer_inner_menu .elementor-container{
	justify-content: end;
}
.f_inner > .elementor-container{
	padding-bottom: 30px;

}
.our-vision .elementor-heading-title span{
	padding-right: 50px;
}
.about-us .elementor-image-box-content{
	display: flex;
	flex-direction: column-reverse;

}
.about-us .elementor-image-box-description{
	padding-bottom:23px;
}
.elementor-button {
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #000; 
	transition: color 0.3s ease;
}

.elementor-button::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0%;
	width: 100%;
	background-color: #623921;
	z-index: -1;
	transition: height 0.3s ease;
}

.elementor-button:hover::before {
	height: 100%;
}

.elementor-button:hover {
	color: #fff !important; 
}
.gform_ajax_spinner{
	display:none;
}
.gform_footer:before{
	content: "";
	background: #623921;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	transition: all 0.5s;
	z-index: -1;
}
.gform_footer{
	position: relative;
	overflow: hidden;
}
.gform_footer:hover:before{
	top: 0%;
}
.gform_button:hover{
	color: #fff !important;
}
.gform_button{
	z-index: 99999 !important;
	background: rgba(0,0,0,0)00 !important;
	transition: all 0.5s;
}

.our-product:before, .film-faced.product-2:before{
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2025/10/Frame-1618873818.webp);
	width:525px;
	height: 188px;
	background-repeat: no-repeat;
	background-size: contain;
	top: auto;
	bottom:0;
	right: 0;  
}
.our-product{
	position: relative;
}
.our-product:after{
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/2025/10/Our-Products.webp);
	width:100%;
	height: 85%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: auto;
	top:70px;
	right: 0;  
	background-position:center center;
}
.film-faced.product-2, .film-faced.product1, .film-faced.product3{
	position: relative;
}
.film-faced.product1:after{
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/2025/10/Our-Products-12.webp);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: auto;
	top: 0px;
	right: 0;  
	background-position:center center;
}
.film-faced.product1:before, .film-faced.product3:before {
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/2025/10/Frame-1618873817.webp);
	width: 325px;
	height: 186px;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	top: auto;
	left: 0;
	background-position:center center;
}

.film-faced .fp-overflow{
	height: 100vh;
	display: flex;
	align-items: center;
}
.product-2, .product3, .product-4, .main-heading {
	position: relative;
}
.product-2:after{
	position: absolute;
	content: '';
	background-image: url(https://solwoodlimited.techsolutionn.com/wp-content/uploads/2025/10/Our-Products-9.webp);
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	bottom: auto;
	top:0px;
	right: 0;  
}
.product-2 .elementor-container, .product3 .elementor-container, .product-4 .elementor-container{
	width:100%;
}
.product3:after{
	position: absolute;
	content: '';
	background-image: url(https://solwoodlimited.techsolutionn.com/wp-content/uploads/2025/10/Our-Products-10.webp);
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	bottom: auto;
	top:0px;
	right: 0;  
}
.product-4:after {
	position: absolute;
	content: '';
	background-image: url(https://solwoodlimited.techsolutionn.com/wp-content/uploads/2025/10/Our-Products-11.webp);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	bottom: auto;
	top: 0;
	left: 0;
}
.main-heading:before {
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/2025/10/Frame-1618873771.webp);
	width: 247px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: auto;
	top: 70px;
	left: auto;
	right: -150px;
}
.product1 .film-faced .elementor-icon-box-icon, .film-faced-two .elementor-icon-box-icon, .melamine .elementor-icon-box-icon, .melamine-plat .elementor-icon-box-icon{
	display:none !important;
}
.fp-watermark {
	display: none;
}


.inner_center {
	max-height: 100vh !important;
}
.inner_center .fp-overflow{
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.fp-arrow{
	display: none !important;
}
.home .footer_temp{
	display: none;
}

/*-----------------*/

/* .about-active #masthead {
  opacity: 1;
  transition: opacity 0.3s ease;
	pointer-events:none;
} */
.ginput_container.ginput_recaptcha.gform-initialized {
    display: flex;
    justify-content: left;
}
.menu-opened {
        overflow: hidden !important;
}
.grecaptcha-badge{
    opacity: 0;
}

.elementor-section.blogs-section {
	display:flex;
}