/*!
Theme Name: PremGuarGum
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: premguargum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PremGuarGum is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	margin-top: 1.5em !important;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.ftr-news-letter {
    height: 100px;
}

/* form.wpcf7-form.sent .wpcf7-response-output .wpcf7-response-output {
    margin: 0 !important;
    margin-top: 10px !important;
	color:#fff !important;
	font-size:14px;
}
 */

#mainfooter .wpcf7-response-output {
    margin-bottom: 0px !important;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
	margin-top: 30px;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* ================custom css start========== */

/* =========top bar css========= */
.top-social {
    background: #4b6f25;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.flex-style
 {
    display: flex;
    align-items: center;
    justify-content: space-between;
	    padding-left: 1rem;
    padding-right: 1rem;
}

.ul ul.ulfirst {
    margin: 0;
    padding: 0;
}


.ul ul.ulfirst {
    margin: 0;
    padding: 0;
    display: flex;
	gap:16px;
}


.ulfirst li {
    list-style: none;
	color: #fff;
    display: flex;
    gap: 7px;
	    align-items: center;
		text-decoration:none;
}

.ulfirst li a {
    list-style: none;
    color: #fff;
    display: flex;
    gap: 7px;
	    align-items: center;
		text-decoration:none;
}

.ulfirst li svg {
    width: 1rem;
    height: 1rem;
}

.ulfirst li p
{
	    margin: 0px !important;
    font-size: 14px;
    font-weight: 400;
}

.ul2 {
    display: flex;
    gap: 8px;
	align-items: center;
}

.ul2 p {
    margin-bottom: 0px;
	color:#fff;
	font-size: 14px;
    font-weight: 400;
	margin-right:8px;
}

.ul2 svg{
width:1rem;
height: 1rem;
color:#fff;
    align-items: center;
}


.ul2 img {
    width: 25px;
    height: 25px;
}

.ul2 svg:hover {
    color: #659532;
}

.container
{
	width:100%;
	max-width:1400px;
	overflow:hidden;
}


/* ======header css start===== */


header#masthead {
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
	/*padding-top: 10px;*/
	position: relative;
	padding:15px 0px;
	    background: #fff;
}

.site-branding img {
   width: 95%;
    height: auto;
/*     margin-left: -20px */
}

.col-sm-3.submitbtn {
    text-align: end;
}

.site-header .row {
    align-items: center;
}

#primary-menu {
    justify-content: center;
    gap: 0px;
}

#primary-menu li a {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 500;
    margin-left: 32px;
}


#primary-menu li a:hover {
    color: #659532;
}
button.menu-toggle2 {
    display: none;
}

.site-title
{
	margin:0;
}

.main-navigation li.current-menu-item a {
    color: #659532!important;
}

.bg-gradient-hero {
    background-image: linear-gradient(135deg, #659532, #75b82e);
	 /* transition-duration: 0.6s; */
	 /* transition: all .3s ease-in-out; */
	 width: fit-content;
    margin-left: auto;
	  border-radius: 7px;
}

.bg-gradient-hero:hover {

    background: #659532e6 !important;
	opacity: .9;
}

.bg-gradient-hero a {

    font-size: .875rem !important;
    line-height: 1.25rem !important;
	background: transparent !important;
    color: #fff !important;
	font-weight: 500;
	text-decoration: none;

    border-radius: 7px;
    padding-top: .6rem !important;
    padding-bottom: .7rem !important;
	padding-left: 1rem !important;
    padding-right: 1rem !important;

	    /* padding: 2px 5px 5px !important; */
    display: flex
;
    align-items: center;
}






/* =========whatsapp blink===== */

.whatsappblink .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index:9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.whatsappblink .btn-whatsapp-pulse-border {
	bottom: 0px;
	right: 0px;
	animation-play-state: paused;
}

.whatsappblink .btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.whatsappblink a.btn-whatsapp-pulse.btn-whatsapp-pulse-border {
    color: #fff;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.whatsappblink a i.fab.fa-whatsapp
 {
    font-family: fontAwesome !important;
}



/* ================footer section=============== */

footer#colophon {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #4b6f25;
}

.footer-1 img {
    margin-left: -20px;
}

div#mainfooter p {
    color: #d1d5db;
    font-weight: 400;
    font-size: 16px;
}

div#mainfooter h2 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #d1d5db;
    margin-bottom: 1rem;
}

div#mainfooter ul {
    margin: 0;
    padding: 0;
}

div#mainfooter ul li {
    list-style: none;
    font-size: 1rem;
    margin-top: 8px;
}

ul#menu-quick-links li a:hover {
    color: #659532;
}

div#mainfooter ul li a{
color:#d1d5db;
text-decoration:none;
}


.socialcls svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    margin-right: 16px;
}

.lastft_cls
 {
    display: flex
;
    justify-content: space-between;
}

.copyright p {
    font-size: 14px !important;
    font-weight: 400;
    color: #d1d5db;
}

.copyright a{
	 font-size: 14px;
    font-weight: 400;
	color:#d1d5db;
	text-decoration:none;
	
}

.text-gray-300 a {
    color: #d1d5db;
    font-size: 14px;
    font-weight: 400;
	text-decoration:none;
}

.copyright p
{
	margin:0px ;
}



.ftr-news-letter input {
    height: 45px !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    width: 100%;
	    background: #ffffff33;
    border-color: #659532;
    border-radius: 6px;
	color:#fff !important;
}

.ftr-news-letter input::placeholder{
	color: #768764;
}


.ftr-news-letter  input.wpcf7-form-control.wpcf7-submit.has-spinner.nl-btn {
    font-weight: 500;
	margin-bottom:10px;
	background:#659532;
	font-size:14px;
}

.ftr-news-letter .col-sm-12 p{
	margin-bottom:10px;
}




/* ================hero section================= */

.animate-bounce {
    /* animation: bounce 1s infinite; */
	    animation: 1s ease 0s infinite normal none running bounce;
}


@keyframes bounce
{
	0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(.8,0,1,1);
}
50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,.2,1);
}
}

.boxcls {
    box-shadow: 0 4px 16px -4px hsl(89 50% 39% / .1);
    background: #fff;
    border-radius: 8px;
}

.text-primary
{
	color: #659532 !important;
}


.transhover
{
	box-shadow: 0 4px 16px -4px hsl(89 50% 39% / .1);
    background: #fff;
    border-radius: 8px;
	transition-duration: .3s;
	transition-duration: .3s;
}

.transhover:hover {
    box-shadow: 0 8px 32px -8px #65953226;
    transform: translateY(-.8rem);
	
}

figure.elementor-image-box-img {
    position: relative;
    overflow: hidden;
}

.transhover:hover img {
    transform: scaleX(1.1) scaleY(1.1);
}


.transhover:hover .elementor-icon-box-icon {
    transform: scaleX(1.1) scaleY(1.1);
	transition:all 0.3s ease-in-out;
}

/* .icohovcls
{
	transition:all 0.3s ease-in-out;
} */

.icohovcls:hover figure.elementor-image-box-img {
    transform: scaleX(1.12) scaleY(1.12);
	transition:all 0.3s ease-in-out;
}

.imgcertifi figure.elementor-image-box-img {
    overflow: visible;
}
.imgcertifi img {
    width: 75px;
    height: 75px !important;
    object-fit: cover;
    overflow: visible;
}

.bgcls {
    background-image: linear-gradient(180deg, hsl(0 0% 98%), hsl(89 15% 97%));
}


.bannercls{
	    background-image: linear-gradient(135deg, #415926, #5d8f24);

}

.contacticon .elementor-icon-box-icon {
    background: #5d8f241a;
    padding: 12px;
    border-radius: 50px;
}


.contactbox {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.19);
    border-radius: 8px !important;
}

.contactbox:hover {
    box-shadow: 0 4px 20px -4px #41592626 !important;
}

.bground h3.elementor-icon-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem !important;
    border-radius: 9999px !important;
    background-color: #5d8f24 !important;
    margin-left: auto;
    margin-right: auto;
    width: 4rem !important;
    color: #fff !important;
}

.text-white {

    color: #fff;
}

.bgbtcls{
	/* background-image:linear-gradient(135deg, hsl(89 50% 39%), hsl(89 60% 45%)) !important; */
	/* background-image: linear-gradient(135deg, #659532, #75b82e); */

	background-image: linear-gradient(135deg, #659532, #75b82e) !important;
	border-radius: 8px;
}


.bggredicls
 {
    background-image: linear-gradient(135deg, hsl(89 50% 39%), hsl(89 60% 45%));
    border-radius: .5rem !important;
}

.gresection
 {
    background-image: linear-gradient(135deg, hsl(89 50% 39%), hsl(89 60% 45%));
}


.bgfcls
{
	box-shadow:0 4px 16px -4px hsl(89 50% 39% / .1);
}

.iconbg .elementor-icon-box-icon
{
	background:#6595321a;
	padding:12px;
	border-radius:8px;
}


/* ====table======== */
table {
    border: none;
}

table tr {
    border-bottom: 1px solid #e6ebe0;
}

table tr:last-child
 {
    border: none;
}

table tr td{

	    padding-left: 1rem;
    padding-right: 1rem;
	padding-top: .75rem;
    padding-bottom: .75rem;
	color:#659532;
}


table tr th{

	    padding-left: 1rem;
    padding-right: 1rem;
	padding-top: .75rem;
    padding-bottom: .75rem;
	font-weight: 600;
}


.blurcls
{
	backdrop-filter: blur(5px)
}

.blurcls:hover
{
	background:#fff;
	color:#768764 !important;
	border-radius:7px;
}

.bgcol:hover svg {
    color: #fff !important;
    background: #659532;
    padding: 3px;
    border-radius: 6px;
    transition: all 0.3s;
}




.mainform input::placeholder {
    color: #747e67;
}

.mainform input
 {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
}


.mainform select {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.mainform p {
    margin-bottom: 10px;
}

.mainform  textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
	height:100px;
}


.mainform input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-image: linear-gradient(135deg, #5d8f24, #78c322);
    padding: 12px;
    color: #fff;
    font-weight: 500;
}


.formsection .wpcf7-response-output {
    margin: 0px !important;
}
.mainform input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    margin: 0;
    margin-top: 10px;
}

.buton
 {
    height: 50px;
}


.page-id-617 h3 {
    font-size: 24px;
    font-weight: 500;
}

.page-id-3 h3 {
    font-size: 24px;
    font-weight: 500;
}

.page-id-617 h1 {
  font-size: 35px; 
}

.page-id-3 h1 {
  font-size: 35px; 
}

.page-id-3, .page-id-617 h2 {
  font-size: 30px;
}

.page-id-3, .page-id-617 h3 {
  font-size: 25px;
}

.page-id-3, .page-id-617 h4 {
  font-size: 20px;
}

.page-id-3, .page-id-617 ul {
  margin: 0;
}

.page-id-3 p {
    font-size: 16px !important;
    margin-bottom: 20px !important;
}


.page-id-617 p {
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

.page-id-3 ul {
  margin: 0;
 
}
.page-id-3, .page-id-617 ul li {
	  list-style: none;
}

.page-id-3 ul li {
	  list-style: none;
}


.stickycls {
    position: sticky !important;
    top: 50px !important;
    /* width: 100%; */
    align-self: flex-start !important;
    /* padding-left: 20px; */
}

.transhover img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}

.activecla .elementor-icon-list-item.active {
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    padding: 8px !important;
    box-shadow: rgba(75, 111, 37, 0.4) 0px 1px 4px;
}
.activecla .elementor-icon-list-item.active .elementor-icon-list-text {
    font-weight: bold;
    color: #000;
}

.contactbox1:hover {
    transform: translate(5px, 5px) scale(1.05);
}


/*==============================================================================*/
/*==========================Responsive mobile================================*/
/*-============================================================================*/


@media only screen and (max-width: 768px) 
{
	
	#mainfooter .col-sm-3
 {
    margin-bottom: 20px;
}

	#primary-menu li a {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 500;
    margin-left: 0;
}

ul#primary-menu {
    padding: 10px;
}
	
	.top-social {
    display: none;
}

  .menu-toggle2.active:before {
        font-size: 31px;
        content: "\f00d";
        font-family: fontAwesome !important;
        color: #4b6f25;
    }
	
	    .menu-toggle2.active i {
        display: none;
    }
	
	button.menu-toggle2
	{
		 display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: transparent;
        border: none;
			font-family: Fontawesome !important;	
	}

	button.menu-toggle2 i {
    font-size: 25px;
	color: #4b6f25;
	font-family: Fontawesome !important;	
}

.col-sm-3.submitbtn {
    display: none;
}


.site-branding {
    position: relative;
		/*text-align:center;*/
}

    nav#site-navigation {
        position: absolute;
/*         top: 100%; */
        z-index: 9;
        background: #fff;
        left: 0;
        right: 0;
    }
	
	
	table tr th {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: 600;
		font-size: 15px;
}
	
	table tr td {
      padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: 600;
		font-size: 12px;
    color: #659532;
}
	
	table {
    width: 600px !important;
}
	
	.overfles .elementor-widget-html {
    overflow-y: scroll;
}

}