/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 13:18:46 */
/* Default header style */
#masthead {
  position: relative;
  transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
  background: transparent;
  box-shadow: none;
}

/* Sticky state */
#masthead.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff; /* or rgba(255,255,255,0.96) for translucency */
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  z-index: 1000;
}
html {
  scroll-behavior: smooth;
}
.redFont{
	color: #FF4D47;
	display:block;
}
.forminator-ui#forminator-module-176.forminator-design--default .forminator-button-submit {
	font-family: "Poppins", Sans-serif;
    background: #80b19a;
    color: #000;
}