@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,700&display=swap");
body {
font-family: "Montserrat", sans-serif;
overflow-x: hidden;
}
ul {
list-style-position: inside;
}
h2 {
position: relative;
}
h2 .anchor {
position: absolute;
top: -8rem;
}
a {
color: #1B3E00;
}
a:hover {
text-decoration: none;
color: #275203;
}
.kp-button {
display: block;
margin-left: auto;
margin-right: auto;
background-color: #1B3E00;
color: white;
border: none;
font-weight: 300;
padding: 0.5rem 1rem;
border-radius: 0.3rem;
transition: 0.3s ease all;
}
.kp-button:hover {
background-color: #275203;
}
.form-control:focus {
border-color: #275203;
box-shadow: 0 0 0 0.2rem rgba(39, 82, 3, 0.25);
}
.elementor-location-footer .elementor-text-editor a {
color: white;
}
#menu-toggle {
display: none !important;
position: fixed;
top: 1.75rem;
right: 0.5rem;
height: 3rem;
width: 3rem;
cursor: pointer;
z-index: 9999;
border-radius: 0.5rem;
}
#menu-toggle #hamburger {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 99;
}
#menu-toggle #hamburger span {
display: block;
height: 4px;
width: 2rem;
background-color: white;
margin-bottom: 6px;
-webkit-transition: 0.3s ease-in-out all;
-o-transition: 0.3s ease-in-out all;
transition: 0.3s ease-in-out all;
}
#menu-toggle #cross {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 99;
}
#menu-toggle #cross span {
display: block;
height: 4px;
background-color: white;
-webkit-transition: 0.3s ease-in-out all;
-o-transition: 0.3s ease-in-out all;
transition: 0.3s ease-in-out all;
position: absolute;
width: 0;
}
#menu-toggle #cross span:nth-of-type(1) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#menu-toggle #cross span:nth-of-type(2) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#menu-toggle.open #hamburger span {
width: 0;
background-color: white;
}
#menu-toggle.open #hamburger span:nth-of-type(2) {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
}
#menu-toggle.open #hamburger span:nth-of-type(3) {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
#menu-toggle.open #cross span {
width: 2rem;
background-color: white;
}
#menu-toggle.open #cross span:nth-of-type(1) {
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
}
#menu-toggle.open #cross span:nth-of-type(2) {
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
}
@media screen and (max-width: 1100px) {
#menu-toggle {
display: block !important;
}
}
.loading-overlay {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
}
.loading-spinner {
border: 16px solid #f3f3f3;
border-top: 16px solid #275203;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.header-logo-area a,
footer a {
color: white;
}
.header-logo-area a:hover,
footer a:hover {
color: white;
}