/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 4.2.1
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
	color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
	color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
	color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
	color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
	font-weight: 400;
}

.font-italic {
	font-style: italic;
}

.text-underline-none,
.text-underline-none a {
	text-decoration: none !important;
}

.text-underline,
.text-underline a {
	text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
	white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
	white-space: normal !important;
}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */


/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
#et-boc header .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-boc header .menu-item-has-children .menu-item-has-children>a:first-child::after {
	content: '5';
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a[href="#0"],
#et-boc header .et_mobile_menu .menu-item-has-children>a[href="#0"] {
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children,
#et-boc header .et_mobile_menu .menu-item-has-children {
	position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle,
#et-boc header .et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}

/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before,
#et-boc header .et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background-color: rgba(0, 0, 0, 0.03);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li,
#et-boc header .et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a,
#et-boc header .et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a,
#et-boc header .et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a,
#et-boc header .et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle+a,
#et-boc header .et_mobile_menu .menu-item-has-children .sub-menu-toggle+a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a,
#et-boc header .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
 
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a,
#et-boc header .et_mobile_menu li.current-menu-item>a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

/* if the bottom bar has equal column height setting, then make it always be flex, and stack the columns initially (for mobile use)
 * and make the columns vertical aligned to be vertically centered too */
#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
	display: flex;
	align-items: center;
}

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	font-size: 13px;
	line-height: 1.25em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: rgba(255, 255, 255, 0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 68px;
	height: 20px;
	background-image: url("/wp-content/uploads/freshy_logo_WHITE.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 4px 0 0 0;
	flex-shrink: 0;
	transition: all 0.4s ease-in-out;
}

/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.8;
}

/* remove the bottom margin that Divi adds to the social media follow icons */
#fs-footer-bottom-bar .et_pb_social_media_follow li {
	margin-bottom: 0;
}

@media (min-width: 600px) {

	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}

	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {

	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}

	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column {
		margin-bottom: 1rem;
	}

	/* swap the order of columns when stacked, to the first column is the last one 
	 * and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}

	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}

	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {

	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {

	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}

	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {

	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: both;
	}

	.checklist-columns-2-alt>ul,
	.checklist-columns-3-alt>ul,
	.checklist-columns-4-alt>ul {
		column-count: 2;
		column-gap: 20px;
	}

	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}

@media (min-width: 981px) {

	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}

	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;
	}

	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}

@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}

	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;
	}

	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\4e';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: '\e050';
}

.externallist ul li::before {
	content: '\e906';
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1, -1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}

.fullwidth-section.et_pb_section>.et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;
}

.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
	padding: 50px 10%;
}

@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
		padding: 80px 6%;
	}
}

/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}

	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}
}

/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {

	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap;
	}

	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}

	.stacked-order-negative-3 {
		order: -3;
	}

	.stacked-order-negative-2 {
		order: -2;
	}

	.stacked-order-negative-1 {
		order: -1;
	}

	.stacked-order-1 {
		order: 1;
	}

	.stacked-order-2 {
		order: 2;
	}

	.stacked-order-3 {
		order: 3;
	}

	.stacked-order-4 {
		order: 4;
	}

	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/*------------------------------------------------
---------------- Custom Style Start ---------------
------------------------------------------------*/

html,
body {
	overflow-x: hidden;
}

body {
	font-weight: 400;
}

body .cmn-mdmText,
body .cmn-mdmText .et_pb_text_inner,
body .cmn-mdmText .et_pb_text_inner p,
body .cmn-mdmText .et_pb_text_inner a {
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}
body #page-container .ppb-tag-wrap {
	text-transform: capitalize;
}
.mapWrap {
	line-height: 0;
}

body .et_pb_button,
body .cmn-centerText,
body #page-container .cmn-centerblurbTab {
	text-align: center;

}
body #page-container .cmn-inlineList ul{
	text-align: center;
}
body #page-container .cmn-inlineList ul li{
	margin-right: 15px !important;
}
body #page-container .cmn-inlinebtnWrap .et_pb_button_module_wrapper,
body #page-container .cmn-inlineElement,
body #page-container .cmn-inlineList ul li{
	display: inline-block;
}

body #page-container .cmn-vertclamdleBlurb .et_pb_blurb_content .et_pb_main_blurb_image,
body #page-container .cmn-vertclamdleBlurb .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
}

body #page-container .cmn-centerblurbTab .et_pb_blurb_content {
	width: auto;
}


/*------------------------------------------------
---------------- Custom Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Header Style Start ---------------
------------------------------------------------*/


#main-header .container,
#main-footer .container,
#top-header .container {
	width: 91%;
	max-width: 1520px
}

#main-header .container,
#top-header .container {
	max-width: 1520px
}

body #page-container #top-header {
	z-index: 1;
}

body #page-container #main-header {
	overflow: visible;
	z-index: 9999;
	box-shadow: none !important;
}

body #page-container #main-header .nav li ul.sub-menu {
	background: #ffffff;
}

body #page-container #main-header .nav li ul.sub-menu li {
	display: block;
	padding: 0;
}

body #page-container #main-header .nav li ul.sub-menu li a:hover {
	background: transparent;
}

body #page-container #main-header .nav li ul.sub-menu,
body #page-container #main-header .nav li ul.sub-menu a {
	width: unset;
}

body #page-container #main-header .nav li ul.sub-menu a {
	white-space: nowrap;
}

body:not(.home) #page-container #main-header:not(.et-fixed-header) {
	background: #65A955;
}
body.transparent #page-container #et-boc #main-header{
	background: transparent;
}
body.transparent #page-container #et-boc #main-header.et-fixed-header{
	background: rgba(84,160,67,0.9);
}
body.transparent #page-container #et-boc #main-header.et-fixed-header #top-menu-nav #top-menu > li > a{
	color: #ffffff !important;
}

body:not(.home):not(.single-post):not(.single) #page-container #main-header #et-top-navigation li a{
	color: #491658 !important;
}
body:not(.home):not(.single-post):not(.single) #page-container #main-header #et-top-navigation #top-menu > li > a {
	color: #ffffff !important;
}
/* body:not(.home):not(.single-post):not(.single) #main-header:not(.et-fixed-header) .logo_container img {
	content: url('/wp-content/uploads/Peer-Network-Inner-Logo.svg');
} */
body.transparent #page-container #et-boc #main-header.et-fixed-header #top-menu-nav #top-menu li.ppb-login-button a .ppb-menu-icon img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(313deg) brightness(102%) contrast(103%);
}
body #main-header #top-menu li {
	padding-right: 35px;
	transition: all 300ms ease-in-out;
}

body #main-header #top-menu li:last-child {
	padding-right: 0px !important;
}

body #page-container #main-header {
	transition: all 300ms ease-in-out;
}
body #page-container .ppb-server-menu .et_pb_menu__menu{
	display: none;
}
body #page-container .ppb-server-menu .et_mobile_nav_menu{
	display: block;
	width: 100%;
}
body #page-container .ppb-server-menu .et_mobile_nav_menu ul{
	list-style: none;
	padding: 0;
}
body #page-container .ppb-server-menu .et_mobile_nav_menu ul li a{
	display: block;
	color: #36454f;
}
body #page-container .ppb-server-menu .et_mobile_nav_menu .mobile_menu_bar:before{
background-image: url(/wp-content/uploads/button-arrow-icon.svg) !important;
  top: -5px;
  width: 100%;
  position: absolute;
  z-index: 99999;
  content: "";
  background-position: center right;
  height: 54px;
  background-repeat: no-repeat;
  background-size: 45px;
   
}
body #page-container .ppb-server-menu .et_mobile_nav_menu ul li:last-child a{
	border-bottom: none;
}
body #page-container .ppb-server-menu{
	max-width: 600px;
}
body #page-container .ppb-server-menu .mobile_menu_bar{
	height: 57px;
}
body #page-container .ppb-server-menu .et_mobile_nav_menu .mobile_menu_bar:after{
	content: "Learn More About Enterprise Solutions";
	color: #fff;
  text-transform: uppercase;
  font-weight: 700;
	font-size: 22px;
	top: 22px;;
  position: relative;
}
body #page-container #main-header:not(.et-fixed-header) {
	padding-top: 15px;
}

body #page-container #main-header.et-fixed-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

body #main-header.et-fixed-header #top-menu li {
	padding-right: 30px;
}

body #main-header.et-fixed-header #et-top-navigation #top-menu-nav>li>a {
	padding-bottom: 35px;
}

body #main-header #et-top-navigation li a {
	font-weight: 400;
	transition: all 300ms ease-in-out;
}

body #main-header:not(.et-fixed-header) .logo_container {
	top: -5px;
}

body #main-header #et-top-navigation li.ppb-menu-button a {
	padding: 10px 20px 19px 25px;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #F19318;
}

body #main-header #et-top-navigation li.ppb-menu-button a:before {
	display: none;
}

body #main-header #et-top-navigation li.ppb-signup-button a {
	border-radius: 50px 0 0 50px;
	background: #F19318;
}

body #main-header #et-top-navigation li.ppb-signup-button {
	padding-right: 0 !important;
	margin-right: -6px;
	margin-left: 1.6vw;
}

body #main-header #et-top-navigation li.ppb-login-button a {
	border-radius: 0px 50px 50px 0px;
}

body #main-header #et-top-navigation li.ppb-menu-button a:hover {
	border: 1px solid #491658;
	background: #491658;
}

body #main-header #et-top-navigation .ppb-menu-icon img {
	position: relative;
	top: 5px;
	margin-right: 5px;
}

body #main-header.et-fixed-header #et-top-navigation .ppb-menu-icon img {
	width: 20px;
}

body #main-header.et-fixed-header #et-top-navigation .ppb-menu-icon img {
	top: 3px;

}

 
body:not(.home):not(.single-post):not(.single) #main-header.et-fixed-header #et-top-navigation .ppb-login-button .ppb-menu-icon img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(313deg) brightness(102%) contrast(103%);
}
body:not(.home):not(.single-post):not(.single) #main-header #et-top-navigation .ppb-signup-button .ppb-menu-icon img,
body:not(.home):not(.single-post):not(.single) #main-header #et-top-navigation .ppb-login-button:hover .ppb-menu-icon img,
body:not(.home):not(.single-post):not(.single) #main-header.et-fixed-header #et-top-navigation .ppb-login-button:hover .ppb-menu-icon img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(313deg) brightness(102%) contrast(103%);
}

body:not(.home):not(.single-post):not(.single) #page-container #main-header #et-top-navigation .ppb-menu-button a {
	color: #ffffff !important;
}

body:not(.home):not(.single-post):not(.single) #page-container #main-header #et-top-navigation .ppb-menu-button.ppb-login-button a {
	color: #491658 !important;
}
 
body:not(.home):not(.single-post):not(.single) #page-container #main-header.et-fixed-header #et-top-navigation .ppb-menu-button.ppb-login-button a,
body:not(.home):not(.single-post):not(.single) #page-container #main-header #et-top-navigation .ppb-menu-button a:hover,
body:not(.home):not(.single-post):not(.single) #page-container #main-header #et-top-navigation .ppb-menu-button.ppb-signup-button a,
body:not(.home):not(.single-post):not(.single) #page-container #main-header.et-fixed-header #et-top-navigation .ppb-menu-button a:hover {
	color: #ffffff !important;
}

body #main-header #et-top-navigation .ppb-menu-icon {
	padding-right: 0;
}

body #main-header.et-fixed-header #et-top-navigation {
	padding-top: 15px;
}

body #main-header #top-menu li.current-menu-ancestor>a,
body #main-header #top-menu li.current-menu-item>a,
body #main-header #top-menu li.current_page_item>a {
	font-weight: 700;
}

body #page-container #top-header #et-secondary-menu>ul>li a {
	background: #005371;
	padding: 10px 25px !important;
	line-height: 1em;
	height: unset;
	border-radius: 20px;
}

.et_fixed_nav #page-container .et-fixed-header#top-header {
	z-index: 9999;
}

/************ Menu hover line style start ***********/
#top-menu .current-menu-item>a::before,
#top-menu .current_page_item>a::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}

#top-menu li a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	bottom: 40%;
	background: #F19318;
	/*** COLOR OF THE LINE ***/
	height: 4px;
	/*** THICKNESS OF THE LINE ***/
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

body #main-header #et-top-navigation .sub-menu li a {
	display: block;
	width: 100%;
	color: #000000 !important;
}

#top-menu .sub-menu li a::before,
body .et-fixed-header #top-menu li a::before {
	height: 2px;
}

#top-menu li a:hover {
	opacity: 1 !important;
}

#top-menu li a:hover:before {
	right: 0;
}

#top-menu li li a:before {
	bottom: 10%;
}

/************ Menu hover line style End ***********/
/*------------------------------------------------
---------------- Header Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Home Page Style Start ---------------
------------------------------------------------*/

body #page-container .ppb-home-hero .et_pb_slider_container_inner {
	display: flex;
	flex-direction: column-reverse;
	padding-bottom: 140px;
}

body #page-container .ppb-home-hero .et_pb_slider_container_inner .et_pb_slide_image {
	position: relative;
	margin-top: 0 !important;
	text-align: left;
}

body #page-container .ppb-home-hero .et_pb_slider_container_inner .et_pb_slide_description {
	max-width: 750px;
	margin-left: 0;
	width: 100%;
}

body #page-container .ppb-wwd-tab .et_pb_tabs_controls:before {
	content: "How We're Different:";
	position: relative;
	left: 65px;
	bottom: 26px;
	color: #491658;
	font-size: 25px;
	font-weight: 600;
}

 

body #page-container .ppb-start-blurb-wrap .et_pb_column .et_pb_image .et_pb_image_wrap {
	transition: all 300ms ease-in-out;
}



body #page-container .ppb-wwd-tab .et_pb_tab_content img {
	border-radius: 42px;
}

/*
 * Tab Css
 */
.accordion-tab {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.accordion-header {
	background: #f1f1f1;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: bold;
}

.accordion-header.open {
	background: #e1e1e1;
}

.accordion-content {
	padding: 15px;
	background: #fff;
}

/*------------------------------------------------
---------------- Home Page Style End ---------------
------------------------------------------------*/


/*------------------------------------------------
---------------- Divi Vertical Tabs Start ---------------
------------------------------------------------*/
body div#page-container .tab-content {
	padding: 0px !important;
	border: none !important;
}

#country_Ham {
	width: 100% !important;
}

#fully_cooked {
	width: 100% !important;
}

#seasoning_meats {
	width: 100% !important;

}

body #page-container .tab-pane.active {
	background-color: rgba(237, 237, 237, 0.66);
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
}

body #page-container .wpsm_nav-tabs {
	text-align: center;
}
.et_pb_slider .et_pb_slide_title a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}
body #page-container .wpsm_nav-tabs>li {
	width: 22.33%;
	float: unset !important;
	display: inline-block !important;
	margin-bottom: 15px !important;
}

body div#page-container .wpsm_nav-tabs>li>a {
	color: #9a3324 !important;
	border-width: 1.4px !important;
	border-color: #9a3324 !important;
	border-radius: 100px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	background-color: transparent !important;
	background-image: none !important;
	font-family: 'Roboto Slab', Georgia, "Times New Roman", serif;
	font-size: 20px !important;
}

body div#page-container .wpsm_nav-tabs>li>a:hover {
	color: #ffffff !important;
	background-color: #9a3324 !important;
	border: 1px solid #811a0b !important;
}

body div#page-container .tab-pane .et_pb_image_wrap img {
	border-radius: 16px 16px 16px 16px !important;
}

body div#page-container .tab-pane .et_pb_row {
	width: 100%;
}

body div#page-container .tab-pane h3 {
	font-size: 24px;
}

#tab_container_218552 .wpsm_nav {
	margin-bottom: 25px !important;
}

@media only screen and (min-width: 981px) and (max-width:1366px) {

	body,
	p,
	li,
	a,
	body .et_pb_text_inner,
	body .et_pb_blurb_description {
		font-size: 18px;
		line-height: 1.6em;
	}
	body .popmake-content .et_pb_text_inner{
		font-size: 16px;
	}
	body div#page-container #tab_container_218552 .wpsm_nav-tabs>li>a {
		font-size: 17px !important;
	}

	body div#page-container .wpsm_nav-tabs>li>a {
		font-size: 16px !important;
	}

}

@media only screen and (max-width: 980px) {
	body div#page-container #tab_container_218552 .wpsm_nav-tabs>li>a {
		font-size: 16px !important;
	}

	body div#page-container .wpsm_nav-tabs>li>a {
		font-size: 16px !important;
	}

	body #page-container .wpsm_nav-tabs>li {
		width: 38.33%;
	}
}

@media only screen and (max-width: 768px) {
	body div#page-container .wpsm_nav-tabs>li>a {
		font-size: 15px !important;
		padding: 15px 15px 15px 15px !important;
	}
}

@media only screen and (max-width: 670px) {
	body #page-container .wpsm_nav-tabs>li {
		width: 100%;
		margin-bottom: 15px;
	}

	body #page-container #tab_container_218552 .wpsm_nav-tabs>li>a {
		padding: 10px 18px 10px 18px !important;
	}
}

body #page-container #tab_container_218552 .wpsm_nav-tabs>li>a:hover,
body #page-container #tab_container_218552 .wpsm_nav-tabs>li>a:focus {
	color: #fff !important;
	background-color: #9a3324 !important;
	border: 1px solid #9a3324 !important;
}

.vertical-tabs1 {
	border: none;
}

body #page-container .ppb-wwd-tab {
	display: flex;
	align-items: center;

}

.vertical-tabs1 ul.et_pb_tabs_controls {
	width: 52.5%;
	margin-right: 0;
	background: transparent;
	order: 2;
}

body #page-container .ppb-wwd-tab .et_pb_all_tabs {
	width: 47.5%;
}

body #page-container .ppb-wwd-tab .et_pb_tabs_controls li a {
	display: flex;
	align-items: center;
}

body #page-container .ppb-wwd-tab .et_pb_tabs_controls li a span.ppb-tab-number {
	width: 62px;
	height: 62px;
	color: #fff;
	background:rgb(101, 169, 85);
	font-size: 25px;
	font-weight: 600;
	border-radius: 100px;
	display: inline-block;
	text-align: center;
	line-height: 62px;
	box-shadow: 0 0 0 10px rgba(84, 224, 67, .2);
}

body #page-container .ppb-wwd-tab .et_pb_tabs_controls li a .ppb-tab-content {
	width: calc(100% - 62px);
	padding-left: 30px;
}

body #page-container .ppb-wwd-tab .ppb-tab-sub-title {
	font-size: 17px;
	color: #36454f;
	font-weight: 400;
	display: none;
	line-height: 1.4em;
}

body #page-container .ppb-wwd-tab .et_pb_tabs_controls li.et_pb_tab_active .ppb-tab-sub-title {
	display: block;
}

.vertical-tabs1 ul.et_pb_tabs_controls:after {
	content: none;
}

.vertical-tabs1 .et_pb_tabs_controls li {
	width: 100%;
	border-right: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: transparent;
	margin-bottom: 0px;
	height: auto !important;
}

.vertical-tabs1 .et_pb_tabs_controls li.et_pb_tab_active {
	background: #e8e8e8;
	box-shadow: 0 0 95px 0 rgba(73, 22, 88, .14);
	border-radius: 0 15px 15px 0;
	border: none !important;
}
.vertical-tabs1 .et_pb_tabs_controls li:first-child.et_pb_tab_active{
	border-radius: 15px 15px 15px 0;
}
.vertical-tabs1 .et_pb_tabs_controls li:last-child.et_pb_tab_active{
	border-radius: 0px 15px 15px 15px;
}
.vertical-tabs1 .et_pb_tabs_controls li a {
	padding: 30px 45px 30px 75px;
	font-weight: 400;
}


.vertical-tabs1 .et_pb_tab {
	padding: 0;
}

.vertical-tabs1 .et_pb_tab_content {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 1366px) {
	.vertical-tabs1 .et_pb_tabs_controls li a {
		padding: 20px 25px 20px 25px;

	}
	body #page-container .cmn-inlineList ul li:before{
		top: 0px;
	}
	div#page-container .our_misson_title{
		max-width: 530px;
	}
}

@media(max-width:767px) {
	.vertical-tabs1 ul.et_pb_tabs_controls {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}

	body:not(.home) .vertical-tabs1 .et_pb_tabs_controls li {
		border-bottom: none;
	}

	.vertical-tabs1 .et_pb_tab {
		padding: 0;
	}

	.vertical-tabs1 .et_pb_tab_content {
		display: block;
	}
}


/*tab style*/

/* === Sticky Tab Scroll Section Styles === */
@media(min-width:981px) {

	/* Main wrapper for the scroll-based tab system */
	.scroll-tabs {
		position: relative;
		/* Establishes a reference point for absolute or sticky positioning within */
	}

	/* Makes the row inside .scroll-tabs sticky so it stays fixed while scrolling */
	.scroll-tabs .et_pb_row.ppb-tab-row {
		position: -webkit-sticky;
		/* For Safari support */
		position: sticky;
		/* Standard sticky positioning */
		top: 250px;
		/* Starts sticking 100px from the top of the viewport */
		z-index: 10;
		/* Ensures it stays above other elements while scrolling */
	}

	/* Prevents the tab content container from overflowing when switching tabs */
	.scroll-tabs .et_pb_tabs_contents {
		overflow: hidden;
		/* Ensures clean transitions by clipping animated elements */
	}

	/* === Tab Panel Visibility Management === */

	/* Hide all tabs by default so only the active one is shown */
 
	.scroll-tabs .et_pb_tab.et_pb_tab_active{
		display: block;
		opacity: 1;
	}

	/* Styles for the currently active tab */
	.scroll-tabs .et_pb_tab.active-tab {
		display: block;
		/* Reinsert into layout */
		opacity: 1;
		/* Make fully visible */
		animation: slideAndFadeIn 0.6s ease-out forwards !important;
		/* Apply slide-in animation */
	}
}

/* === Slide and Fade Animation === */

/* Animation for making a tab slide in from the right and fade into view */
@keyframes slideAndFadeIn {
	from {
		opacity: 0;
		/* Start fully transparent */
		transform: translateX(40px);
		/* Start 40px to the right */
	}

	to {
		opacity: 1;
		/* End fully visible */
		transform: translateX(0);
		/* End at original position */
	}
}

/*------------------------------------------------
---------------- Divi Vertical Tabs End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Button Style Start ---------------
------------------------------------------------*/
body #page-container .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
	padding: 20px 0;
}

body #page-container .et_pb_slides .et_pb_slide .et_pb_button_wrapper .et_pb_button:after,
body #page-container .ppb-main-button:after {
	content: url(/wp-content/uploads/button-arrow-icon.svg) !important;
	top: 55%;
	transform: translateY(-50%);
	right: 20px;
	transition: all 300ms ease-in-out;
}
body #page-container .ppb-main-button.ppb-small-button::after{
	transform: translateY(-50%) scale(.8);
  right: 10px;
  transition: all 300ms ease-in-out;
}
body #page-container .ppb-main-button.ppb-yellow-arrow-button::after {
	content: url(/wp-content/uploads/yellow-arrow-icon.svg) !important;
}

body #page-container .et_pb_slides .et_pb_slide .et_pb_button_wrapper .et_pb_button:hover:after,
body #page-container .ppb-main-button:hover:after {
	right: 10px;
}
body #page-container .ppb-main-button.ppb-small-icon-button:after{
	transform: translateY(-50%) scale(.7);
	right: 10px;
}
body #page-container .ppb-main-button.ppb-small-icon-button:hover:after,
body #page-container .ppb-main-button.ppb-small-button:hover::after{
	right: 5px;
}

/*------------------------------------------------
---------------- Button Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Testimonial Carousel Style Start ---------------
------------------------------------------------*/
body #page-container .testimonial-carousel .slick-arrow {
	position: absolute;
	bottom: 0;
	width: 61px;
	height: 61px;
	border-radius: 100px;
	border: 1px solid #491658;
	background: #ffffff;
	cursor: pointer;

}

body #page-container .testimonial-carousel .slick-arrow:hover {
	border: 1px solid #ffffff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

body #page-container .testimonial-carousel .slick-arrow.slick-prev {
	right: 83px;
	z-index: 99999;
}

body #page-container .testimonial-carousel .slick-arrow.slick-next {
	right: 0px;
}

body #page-container .testimonial-carousel .slick-arrow img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body #page-container .testimonial-carousel:before {
	content: "";
	position: absolute;
	left: 10px;
	top: -60px;
	background-image: url(/wp-content/uploads/Quote-Icon.svg);
	background-position: center;
	background-size: 100%;
	width: 228px;
	height: 195px;
	background-repeat: no-repeat;
}

/*------------------------------------------------
---------------- Testimonial Carousel Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Blog Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-main-blog-wrap .et_pb_post,
body #page-container .ppb-main-blog-wrap .dp-dfg-item {
	padding-bottom: 80px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}

body #page-container .ppb-main-blog-wrap .dp-dfg-item .dp-dfg-image,
body #page-container .ppb-main-blog-wrap .et_pb_post .et_pb_image_container,
body #page-container .ppb-main-blog-wrap .et_pb_post .et_pb_image_container a,
body #page-container .ppb-main-blog-wrap .et_pb_post .et_pb_image_container img {
	margin-left: -60px;
	margin-right: -60px;
}

body #page-container .ppb-main-blog-wrap .dp-dfg-item .et_pb_button_wrapper,
body #page-container .ppb-main-blog-wrap .et_pb_post .more-link {
	position: absolute;
	bottom: 65px;
}

body #page-container .ppb-main-blog-wrap .dp-dfg-item .et_pb_button_wrapper {
	bottom: 45px;
	left: 60px;
}

body #page-container .ppb-main-blog-wrap .dp-dfg-item .dp-dfg-header,
body #page-container .ppb-main-blog-wrap .et_pb_post .entry-title {
	margin-bottom: 60px;
}

body #page-container .ppb-main-blog-wrap .dp-dfg-item .dp-dfg-header {

	padding-top: 30px;
}

body #page-container .ppb-main-blog-wrap .dp-dfg-item,
body #page-container .ppb-main-blog-wrap .et_pb_post {
	box-shadow: none !important;
}

body #page-container .ppb-main-blog-wrap .dp-dfg-item:hover,
body #page-container .ppb-main-blog-wrap .et_pb_post:hover {
	box-shadow: 0 0 95px 0 rgba(35, 33, 91, .15) !important;

}

/*------------------------------------------------
---------------- Blog Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Inner Page Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-key-benefit-blurb .et_pb_main_blurb_image {
	border-radius: 100px 100px 100px 100px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 10px rgba(84, 224, 67, 0.2);
}

body #page-container .ppb-key-benefit-blurb .et_pb_module_header {
	padding-bottom: 15px;
}

body #page-container .ppb-key-benefit-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
	height: 92px;
}
body #page-container .ppb-small-icon-blurb .et_pb_main_blurb_image .et_pb_image_wrap{
height:40px;	
}
body #page-container .ppb-small-icon-blurb .et_pb_module_header{
	padding-bottom: 2px;
}
body #page-container .ppb-small-icon-blurb .et_pb_main_blurb_image{
box-shadow: 0px 0px 0px 6px rgba(84, 224, 67, 0.2);	
}
body #page-container .ppb-small-icon-blurb .et_pb_blurb_content{
	display: flex;
	align-items: center;
}
body #page-container .ppb-small-icon-blurb .et_pb_blurb_content .et_pb_main_blurb_image{
	width: 40px;
	margin-bottom: 0;
}
body #page-container .ppb-big-icon .et_pb_main_blurb_image .et_pb_image_wrap{
height: 110px;	
}
body #page-container .ppb-key-benefit-blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
	padding: 2px;
}

body #page-container .ppb-started-blurb .et_pb_module_header {
	margin-bottom: 15px;
}

body #page-container .testimonial-carousel .et_pb_blurb .et_pb_blurb_container {
	padding-left: 0;
}

body #page-container .testimonial-carousel .et_pb_blurb_content .et_pb_main_blurb_image {
	padding-right: 15px;
}
body #page-container .ppb-privacy-content h2,
body #page-container .ppb-privacy-content h3,
body #page-container .ppb-privacy-content h4,
body #page-container .ppb-privacy-content h5{
	margin-bottom: 15px;
}
body #page-container .ppb-started-blurb.et_pb_blurb .et_pb_main_blurb_image img{
filter: brightness(0) saturate(100%) invert(64%) sepia(24%) saturate(846%) hue-rotate(63deg) brightness(89%) contrast(89%);	
}
 body.page-id-335 #page-container .ppb-started-blurb.et_pb_blurb .et_pb_main_blurb_image img{
filter: brightness(0) saturate(100%) invert(14%) sepia(54%) saturate(2092%) hue-rotate(263deg) brightness(92%) contrast(103%);
}
body #page-container .ppb-media-wrap .et_pb_module_header{
	margin-bottom: 15px;
}
@media only screen and (max-width: 980px){
	body #page-container .ppb-small-icon-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 30px;  
  height: 30px;
}
	  body #page-container .ppb-small-icon-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    height: 30px;
  }
}
/*------------------------------------------------
---------------- Inner Page Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Scroll Top Style Strat ---------------
------------------------------------------------*/
body .et_pb_scroll_top.et-pb-icon {
	border-radius: 0;
	background: #65A955;
	height: 60px;
	line-height: 60px;
	padding: 0;
}

/*------------------------------------------------
---------------- Scroll Top Style End ---------------
------------------------------------------------*/


/*------------------------------------------------
---------------- Responsive Style Strat ---------------
------------------------------------------------*/
@media only screen and (min-width: 1921px) {
body #page-container .ppb-banner-bottom-logo{
max-width: 1510px;
  padding: 0;	
}
	}
@media only screen and (min-width: 981px) {

	.equalHeight:not(.et_section_specialty) .et_pb_column,
	.et_section_specialty.equalHeight>.et_pb_row>.et_pb_column.et_pb_specialty_column {
		margin: auto;
	}

	.equalHeight .et_pb_column:first-child {
		margin-left: 0;
	}

	body #page-container .cmn-3colWrap .et_pb_column {
		width: calc((100% - 32px)/3);
		margin-right: 16px;
	}

	body #page-container .ppb-start-blurb-wrap .et_pb_column {
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
	}

	.accordion-content {
		display: none;
	}
}
@media only screen and (min-width: 1561px) and (max-width: 1660px) {
	body #main-header #et-top-navigation li a {
		font-size: 16px;
	}
	body #main-header #top-menu li,
	body #main-header.et-fixed-header #top-menu li {
		padding-right: 20px;

	}
}
@media only screen and (min-width: 981px) and (max-width: 1560px) {
	body #main-header #et-top-navigation li a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1560px) {

	body #main-header #top-menu li,
	body #main-header.et-fixed-header #top-menu li {
		padding-right: 20px;

	}

	body #main-header #et-top-navigation li.ppb-signup-button {
		margin-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1440px) {
	body.et_pb_svg_logo #main-header:not(.et-fixed-header) #logo {
		height: 65%;
	}

	body #main-header:not(.et-fixed-header) .logo_container {
		top: 0;
	}

	body #page-container #main-header:not(.et-fixed-header) {
		padding-top: 0;
	}
	
	body footer .et_pb_button {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1448px){
	    body #page-container .et_pb_section .et_pb_button.ppb-small-button {
        padding: 15px 65px 15px 20px !important;
        min-width: 165px;
    }
	    body #page-container .ppb-main-button.ppb-small-button::after {
        transform: translateY(-50%) scale(.6);
        right: 0px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px){
		body #page-container .ppb-inner-banner {
		padding-top: 80px;
		
	}
}

@media only screen and (min-width: 981px) and (max-width: 1366px) {

	body #page-container #et-boc #et-main-area,
	body #page-container #et-boc #et-main-area p,
	body #page-container #et-boc #et-main-area li,
	body #page-container #et-boc #et-main-area a {
		font-size: 18px;
		line-height: 1.6em;
	}

	body #page-container .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
		padding: 20px 0 20px;
		font-size: 24px;
	}

	body #page-container .cmn-secResp {
		padding-top: 60px;
		padding-bottom: 60px;

	}

	body #page-container .ppb-inner-banner {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	body #page-container #et-boc #et-main-area .ppb-inner-banner .top_banner_content .et_pb_text_inner,
	body #page-container #et-boc #et-main-area .ppb-inner-banner .top_banner_content .et_pb_text_inner p,
	body #page-container #et-boc #et-main-area .ppb-inner-banner .top_banner_content .et_pb_text_inner p a{
		font-size: 24px;
	}

	body #page-container .custom_h_for_all h1,
	body #page-container .custom_h_for_all h1 a{
		font-size: 50px !important;
		line-height:1.2em !important;
	}

	body.single #page-container .custom_h_for_all h1,
	body.single-post #page-container .custom_h_for_all h1 {
		font-size: 40px !important;
	}

	body .custom_h_for_all h2,
	body #page-container .custom_h_for_all h2 {
		font-size: 38px !important;
	}

	body .popmake-content p {
		font-size: 18px !important;
	}

	body #page-container #et-boc #et-main-area .testimonial-carousel .et_pb_text_inner,
	body #page-container #et-boc #et-main-area .testimonial-carousel .et_pb_text_inner p {
		font-size: 22px;
	}

	body #page-container .custom_h_for_all h3 {
		font-size: 24px !important;
	}

	body #page-container #et-boc #et-main-area .et_pb_slides .et_pb_slide .et_pb_button_wrapper .et_pb_button,
	body #page-container .et_pb_section .et_pb_button {
		font-size: 18px !important;
		padding: 20px 65px 20px 30px !important;
	}
	body #page-container .et_pb_section .et_pb_button.ppb-small-button{
		padding: 15px 65px 15px 17px !important;
    min-width: 165px;
	}
	body #page-container .ppb-main-button.ppb-small-button::after {
  transform: translateY(-50%) scale(.6);
  right: 0px; 
}
body #page-container .ppb-main-button.ppb-small-button:hover::after{  
  right: -5px;
  
}	
	body #page-container .cmn_section {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	body #page-container .cmn_padding_btm {
		padding-bottom: 80px !important;
	}

	body #page-container .cmn_padding_top {
		padding-top: 80px !important;
	}
	body #page-container .ppb-blank-banner-section{
		padding-top: 80px;
	}
	body #page-container .cmn-rmoveBRK br {
		display: none;
	}

	body #main-header #et-top-navigation li.ppb-menu-button a {
		padding: 10px 20px 16px 25px;
	}

	body #main-header.et-fixed-header #et-top-navigation li.ppb-menu-button a {
		padding: 10px 20px 12px 25px;
	}

	body #page-container .ppb-main-blog-wrap .dp-dfg-item .dp-dfg-header .entry-title,
	body #page-container .ppb-main-blog-wrap .et_pb_post .entry-title,
	body #page-container .ppb-main-blog-wrap .et_pb_post .entry-title a {
		line-height: 1em !important;
	}

	body #page-container .testimonial-carousel::before {
		left: 45px;
		top: -54px;
		width: 125px;
		height: 118px;
	}

	body #page-container .testimonial-carousel .et_pb_blurb .et_pb_module_header {
		font-size: 22px;
	}

	body #page-container .testimonial-carousel .et_pb_blurb .et_pb_blurb_description {
		font-size: 18px;
	}

	body #page-container .testimonial-carousel .et_pb_blurb .et_pb_image_wrap {
		width: 90px;
	}

	body #page-container .testimonial-carousel .et_pb_blurb .et_pb_blurb_container {
		padding-left: 0;
	}

	body #page-container .ppb-wwd-tab .et_pb_tabs_controls li a,
	body #page-container .ppb-started-blurb .et_pb_module_header {
		font-size: 18px;
	}

	body #page-container .ppb-main-blog-wrap .dp-dfg-item .dp-dfg-header .entry-title {
		font-size: 22px !important;
	}
	body #page-container #main-header .nav li ul.sub-menu{
		top: 65%;
	}
	body #page-container .ppb-key-benefit-blurb .et_pb_module_header {
	font-size: 28px;
}
}

@media only screen and (max-width: 1366px) {
	body #main-header #et-top-navigation li a {
		font-size: 14px;
	}

	#top-menu li a::before {
		bottom: 55%;
		height: 2px;

	}

	body #main-header.et-fixed-header #et-top-navigation #top-menu-nav>li>a {
		padding-bottom: 30px;
	}

	body #page-container .et_pb_slides .et_pb_slide .et_pb_button_wrapper .et_pb_button:after,
	body #page-container .ppb-main-button::after {
		transform: translateY(-50%) scale(.7);
		right: 5px;
	}

	body #page-container .et_pb_slides .et_pb_slide .et_pb_button_wrapper .et_pb_button:hover:after,
	body #page-container .ppb-main-button:hover::after {
		right: 0px;
	}

	body #page-container .ppb-main-blog-wrap .dp-dfg-item,
	body #page-container .ppb-main-blog-wrap .et_pb_post {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 40px;
	}

	body #page-container .ppb-main-blog-wrap .dp-dfg-item .dp-dfg-image,
	body #page-container .ppb-main-blog-wrap .et_pb_post .et_pb_image_container,
	body #page-container .ppb-main-blog-wrap .et_pb_post .et_pb_image_container a,
	body #page-container .ppb-main-blog-wrap .et_pb_post .et_pb_image_container img {
		margin-left: -30px;
		margin-right: -30px;
	}

	body #page-container .ppb-main-blog-wrap .dp-dfg-item .et_pb_button_wrapper,
	body #page-container .ppb-main-blog-wrap .et_pb_post .more-link {
		bottom: 30px;
	}

	body #page-container .ppb-main-blog-wrap .dp-dfg-item .et_pb_button_wrapper {
		padding: 0 !important;
		left: 30px;
	}

	body #page-container .ppb-main-blog-wrap .dp-dfg-item .et_pb_button_wrapper a {
		padding: 0 !important;
	}

	body #page-container .testimonial-carousel .slick-arrow {
		width: 45px;
		height: 45px;
	}

	body #page-container .testimonial-carousel .slick-arrow img {
		width: 50%;
	}

	body #page-container .testimonial-carousel .slick-arrow.slick-prev {
		right: 55px;
	}

	body #page-container .ppb-started-blurb .et_pb_main_blurb_image {
		margin-bottom: 10px;
	}

	body #page-container .ppb-wwd-tab .et_pb_tabs_controls li a span.ppb-tab-number {
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		box-shadow: 0 0 0 5px rgba(84, 224, 67, .2);
	}
body #page-container .ppb-server-menu .et_mobile_nav_menu .mobile_menu_bar::after {  
  font-size: 18px;  
}
	body #page-container .ppb-server-menu {
  max-width: 500px;
}
	body #page-container .ppb-home-hero .et_pb_slider_container_inner .et_pb_slide_description{
		max-width: 570px;
	}
    body #main-header #top-menu li, body #main-header.et-fixed-header #top-menu li {
        padding-right: 15px;
    }	
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container .ppb-started-wrap .ppb-started-wrap-col-1 {
		width: 52.25%;
	}

	body #page-container .ppb-started-wrap .ppb-started-wrap-col-2 {
		width: 42.25%;
	}
}

@media only screen and (max-width: 1280px) {

	body #main-header #top-menu li,
	body #main-header.et-fixed-header #top-menu li {
		padding-right: 10px;
	}

	body #main-header #et-top-navigation li a {
		font-size: 12px;
	}

	body #main-header #et-top-navigation .ppb-menu-icon img,
	body #main-header.et-fixed-header #et-top-navigation .ppb-menu-icon img {
		width: 20px;
	}

	body #main-header #et-top-navigation li.ppb-signup-button {
		margin-right: -7px;
	}

}
@media only screen and (min-width: 981px) and (max-width: 1170px) {
body #main-header #logo {
        max-height: 50%;
    }
	 
}
@media only screen and (max-width: 1170px) {
	body.et_pb_svg_logo #main-header:not(.et-fixed-header) #logo {
		height: 50%;
	}

	body.et_pb_svg_logo #main-header.et-fixed-header .logo_container {
		top: -3px;
	}

	body #main-header #top-menu li,
	body #main-header.et-fixed-header #top-menu li {
		padding-right: 11px;
	}
	body #main-header #et-top-navigation{
		padding-left: 0 !important;
	}

	body #main-header #et-top-navigation li a {
		font-size: 12px;
	}

	body #page-container footer .ppb-main-button {
		padding: 20px 60px 20px 18px !important;
	}
	body #page-container .ppb-server-menu .et_mobile_nav_menu .mobile_menu_bar::after {
    font-size: 14px;
  }
	body #page-container .ppb-server-menu{
		padding-top: 10px;  
  padding-bottom: 5px;
 
	}
}
@media only screen and (min-width: 981px) and (max-width: 1100px) {
 
	body #main-header #et-top-navigation li a {
		font-size: 10px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
	body #page-container .cmn-tab2colRow .et_pb_column {
		width: 48.5%;
		float: left;
	}

	body #page-container .cmn-tab3colRow .et_pb_column {
		width: 31%;
		float: left;
		margin-right: 3%;
	}
	body #page-container .testimonial-carousel .et_pb_column{
		padding-right: 60px;
        padding-left: 60px;
	}
}

@media only screen and (max-width: 980px) {
		body #page-container .et_pb_section .et_pb_button.ppb-small-button{
		padding: 15px 65px 15px 17px !important;
    min-width: 165px;
	}
	body #page-container .ppb-main-button.ppb-small-button::after {
  transform: translateY(-50%) scale(.6);
  right: 0px; 
}

	body #page-container .et_section_specialty.ppb-column-reverse>.et_pb_row,
	.ppb-column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	body #page-container .et_section_specialty.ppb-column-reverse>.et_pb_row>.et_pb_column:first-child,
	.ppb-column-reverse .et_pb_column:first-child {
		margin-bottom: 0;
	}

	body #page-container .et_section_specialty.ppb-column-reverse>.et_pb_row>.et_pb_column:last-child,
	body:not(.home) .ppb-column-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}

	body #page-container .ppb-start-blurb-wrap {
		flex-wrap: unset;
	}

	body #page-container .ppb-start-blurb-wrap .et_pb_column {
		text-align: center;
	}

	body:not(.home) #page-container .ppb-start-blurb-wrap .et_pb_column {
		text-align: center;
		margin: 0 5px !important;
	}

	body .et_pb_button {
		line-height: 1.4em !important;

	}

	body #page-container .cmn-maxColWrap .et_pb_column {
		max-width: 500px;
		margin: 0 auto 30px !important;
		float: unset;
	}

	body #page-container .cmn-maxColWrap .et_pb_column:last-child {

		margin-bottom: 0 !important;

	}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu, #et-boc header .et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {  
  background-color: transparent;
}
	body #page-container .et_pb_column.cmn-colspacemobHide {
		margin-bottom: 0 !important;
	}

	#main-header .container,
	#main-footer .container,
	#top-header .container {
		width: 90%;
	}


	body.et_pb_svg_logo #main-header:not(.et-fixed-header) #logo {
		height: 100%;
		max-height: 100%;
	}

	body #page-container #main-header .et_mobile_menu {
		background-color: rgb(255, 255, 255);
		padding: 15px 0;
		border: none;
		top: 90px;
	}

	body #page-container .mobile_menu_bar::before {
		color: #f19318;
	}

	body #main-header #et-top-navigation li.ppb-signup-button {
		margin-right: 0;
		margin-bottom: 10px;
	}

	body #main-header #et-top-navigation li.ppb-menu-button a {
		border-radius: 50px;
		background: #F19318;
		text-align: center;
		color: #fff;
	}

	body #main-header #et-top-navigation li.ppb-menu-button {
		padding-left: 20px;
		padding-right: 20px !important;
	}

	body #page-container .ppb-main-blog-wrap .et_pb_post {
		margin-bottom: 30px;
	}

	body #page-container .testimonial-carousel::before {
		left: 68px;
		top: -30px;
		width: 80px;
		height: 75px;
	}

	body #page-container .ppb-key-benefit-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
		height: 65px;
	}

	body #page-container .ppb-key-benefit-blurb .et_pb_main_blurb_image {
		box-shadow: 0px 0px 0px 6px rgba(84, 224, 67, 0.2);
	}

	body #page-container .ppb-start-blurb-wrap {
		gap: 10px;
	}

	body:not(.home) #page-container .ppb-start-blurb-wrap .et_pb_column,
	body:not(.home) #page-container .ppb-start-blurb-wrap .et_pb_column:nth-child(1) {
		margin: 0 auto !important;
	}

	body #page-container .ppb-wwd-tab {
		flex-direction: column-reverse;
	}

	/******Tab*****/
	.mobile-accordion-tabs .et_pb_tabs_controls {
		display: block;
	}

	.mobile-accordion-tabs .et_pb_tabs_controls li {
		display: block;
		height: auto !important;
		/* override Divi's inline height */
		cursor: pointer;
	}

	.mobile-accordion-tabs .et_pb_tabs_controls li a {
		display: block;
		pointer-events: none;
		/* our <li> handles toggling */
	}

	.mobile-accordion-tabs .et_pb_all_tabs {
		display: none !important;
	}

	/* hidden while accordion active */
	.mobile-accordion-tabs .et-acc-wrap .et_pb_tab {
		margin: 12px 0 0;
	}

	body #page-container .vertical-tabs1 .et_pb_tab_content {
		display: block;

	}

	.vertical-tabs1 ul.et_pb_tabs_controls {
		width: 100%;
	}

	.vertical-tabs1 .et_pb_tabs_controls li a {
		padding: 20px 25px 20px 25px;
	}

	body #page-container .ppb-wwd-tab {
		padding-top: 30px;
	}

	body #page-container .ppb-wwd-tab .et_pb_tabs_controls::before {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 22px;
		left: unset;
	}

	.accordion-content {
		padding: 0;

	}

	.accordion-content .et_pb_tab {
		padding: 15px;
	}

	body #page-container .ppb-main-blog-wrap .dp-dfg-item .dp-dfg-header,
	body #page-container .ppb-main-blog-wrap .et_pb_post .entry-title {
		margin-bottom: 40px;
	}
	
	body #main-header #et-top-navigation li.ppb-menu-button a{
		padding: 10px 20px 13px 20px;
		 max-width: 250px;
    margin: 15px auto 0 !important;
	}
 body #page-container .ppb-server-menu .et_mobile_nav_menu .mobile_menu_bar::after {
    font-size: 16px;
  }
	body #page-container .ppb-main-button.ppb-small-icon-button::after {
  top: 50%;
  right: 5px;
}
	body #page-container .ppb-main-button.ppb-small-icon-button:hover::after {
	 right: 0px;	
	}
	body #page-container .cmn-inlineList ul li::before {
    top: 3px;
	background-size: 50%;
	width: 20px;
	height: 20px;	
  }
	body #page-container .cmn-inlineList ul li{
		padding-left: 30px;
	}	
	body #page-container #logo{
	max-height: 100%;	
	}
	body #page-container .ppb-home-hero .et_pb_container{
		width: 100%;
	}
	  body #page-container .ppb-home-hero .et_pb_slider_container_inner .et_pb_slide_description {
    max-width: 385px;
		  padding-bottom: 190px !important;
  }
body #page-container .ppb-home-hero .et_pb_slide_image img{
		max-width: 80px;
	}
	body #page-container .ppb-home-hero .et_pb_slider_container_inner { 
  padding-bottom: 80px;
}
}

@media only screen and (max-width: 768px) {
	body #page-container .ppb-main-blog-wrap .et_pb_post .entry-title {
		margin-bottom: 30px;
	}

	body #page-container .ppb-main-blog-wrap .et_pb_post .more-link {
		bottom: 0;
		position: relative;
	}

	body #page-container .ppb-wwd-tab .et_pb_tabs_controls::before {
		font-size: 18px;
	}

	body #page-container .ppb-main-blog-wrap .et_pb_post {
		padding-bottom: 30px;
		height: auto !important;
		margin-left: 0;
		margin-right: 0;
	}

	body #page-container .testimonial-carousel .slick-arrow img {
		width: 40%;
	}
	body #page-container .ppb-banner-bottom-logo img{
	max-width: 65% !important;	
	}
	  body #page-container .ppb-home-hero .et_pb_slider_container_inner {
    padding-bottom: 230px;
  }
	body #page-container .testimonial-carousel .slick-arrow {
		width: 35px;
		height: 35px;
	}

	body #page-container .testimonial-carousel .slick-arrow.slick-prev {
		right: calc(47% + 23px);
	}
body #page-container .testimonial-carousel .slick-arrow.slick-next {
  right: calc(47% - 23px);
}
	body #page-container .ppb-start-blurb-wrap .et_pb_column {
		padding-bottom: 70px;
	}

	body #page-container .ppb-key-benefit-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
		height: 50px;
	}

	body:not(.home) #page-container .ppb-start-blurb-wrap .et_pb_column,
	body:not(.home) #page-container .ppb-start-blurb-wrap .et_pb_column:nth-child(1) {
		margin: 0 auto 10px !important;
	}


	body #page-container .ppb-home-hero .et_pb_slider_container_inner .et_pb_slide_description {
		padding-bottom: 0px !important;
	}
	body #page-container .ppb-home-hero .et_pb_slide{
		    background-position: right 55% top !important;
	}
	body #page-container .testimonial-carousel::before {
    left: 0px;
    top: -30px;
    width: 55px;
    height: 55px;
  }
	 body #page-container .ppb-server-menu {    
    padding-right: 0;
    padding-left: 0;
  }
  body #page-container .ppb-server-menu .mobile_menu_bar {
    padding: 0 40px 0 20px;
  }
	  body #page-container .ppb-server-menu .et_mobile_nav_menu .mobile_menu_bar::after {
    font-size: 16px;
line-height: 1.2em;
    top: 15px;
  }
body #page-container .ppb-server-menu .et_mobile_nav_menu .mobile_menu_bar::before { 
  background-position: 100% center;  
}	
 body #page-container .ppb-home-hero .et_pb_container {
    width: 90%;
  }	
}

@media only screen and (max-width: 767px) {
	body #page-container .ppb-home-hero .et_pb_slider_container_inner .et_pb_slide_image {
		 
		display: block !important;
	}

	body #page-container .ppb-home-hero .et_pb_slide {
		padding-left: 0;
		padding-right: 0;
		background-position: right 10% top;
	}
	body #page-container .testimonial-carousel .slick-list{
		padding: 0 !important;
		padding-bottom: 60px !important;
	}
	body #page-container .testimonial-carousel .slick-list .et_pb_column{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media only screen and (max-width: 600px) {
	body #page-container .ppb-start-blurb-wrap {
		display: block;
		margin-top: 0 !important;
	}

	body #page-container .ppb-start-blurb-wrap .et_pb_column {
		width: 100%;
		margin: 0 0 10px !important;
	}

	body #page-container .ppb-start-blurb-wrap .et_pb_column {
		padding-bottom: 60px;
	}
 body #main-header #et-top-navigation li.ppb-menu-button a {   
    max-width: 175px;
    margin: 15px auto 0 !important;
  }
body #page-container .ppb-home-hero .et_pb_slider_container_inner .et_pb_slide_description {
    max-width: 275px;
     
  }	
	  body #page-container .ppb-home-hero .et_pb_slide {
    background-position: right 45% top !important;
  }
}

@media(max-width: 479px) {
	.slick-list draggable .slick-track {
		display: flex !important;

	}
	body .slick-track > .et_pb_column{
    width: 100% !important;
}
 
	  body #page-container .ppb-home-hero .et_pb_slider_container_inner .et_pb_slide_description {
    max-width: 260px;
  }
  body #page-container .ppb-home-hero .et_pb_slide {
    background-position: right 40% top !important;
  }

}
@media(max-width: 478px) {
	 body #page-container .ppb-server-menu .mobile_menu_bar {
    padding: 0 50px 0 20px;
		 text-align: center;
  }
body #page-container .ppb-server-menu .et_mobile_nav_menu .mobile_menu_bar::after {
    font-size: 16px;    
    top: 5px;
  }	
}
@media (max-width: 480px){
body .slick-track{
    display: flex;
    flex-direction: row;
}
	body #page-container #et-boc #et-main-area .ppb-mob-small-button{
		font-size: 12px !important;
	}
}
@media only screen and (max-width: 360px) {
	body #page-container .testimonial-carousel .et_pb_column {
		width: 320px !important;
		padding-right: 30px;
		padding-left: 30px;
		float: left !important;
	}
}

/*------------------------------------------------
---------------- Responsive Style End ---------------
------------------------------------------------*/
@media (max-width: 980px) {
	.et_pb_tabs_controls {
		display: block !important;
	}

	.et_pb_tabs_controls li {
		border-bottom: 1px solid #ccc;
		cursor: pointer;
		margin-bottom: 10px;
	}

	.et_pb_tabs_controls li>a {
		display: block;
	}

	.et_pb_all_tabs {
		display: none !important;
		/* prevent duplication outside of <li> */
	}
	.accordion_custom .et_pb_toggle_title{
		padding-right: 30px;
	}
}

/* -- RECAPTCHA BADGE -- */
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
	z-index: 9;
	visibility: visible !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

/* css with footer  */
/********************************************************* Footer area  ***************************************/
@media all and (min-width:981px) {
	div#page-container .cmn_blurb_footer {
		margin-bottom: 0;
	}
}

div#page-container .cmn_blurb_footer {
	display: inline-block;
}

.footer_social {
	display: inline-block;
}

.footer_social li {
	margin-bottom: 0;
}

.row_for_logo_area .et_pb_column:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 50px;
	justify-content: flex-end;
}

.row_for_logo_area {
	display: flex;
	position: relative;
	clear: both;
	align-items: center;
}

.row_for_logo_area:before,
.row_for_logo_area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 50%, rgb(255 255 255 / 0%) 100%);
	top: 0;
	left: 0;
}

.row_for_logo_area:after {
	bottom: 0;
	top: inherit;
	visibility: visible;
}

/* up  */
div#page-container .footer_menu ul {
	margin: 0;
}

div#page-container .footer_menu ul li {
	margin: 0;
	padding: 0;
	padding-right: 60px;
}


div#page-container .footer_menu ul li:last-child {
	padding-right: 0;
}

.cmn_500,
div#page-container .footer_menu ul li a {
	font-weight: 500;
}


.footer_btm_text {
	line-height: 1;
}

div#page-container .footer_menu ul li a {
	line-height: 1;
}

@media all and (min-width:981px) {
	.footer_title h2 {
		padding-bottom: 20px;
	}
}

/* up  */
@media only screen and (min-width:981px) and (max-width:1550px) {
	.row_for_logo_area .et_pb_column:nth-child(2) {
		column-gap: 15px;
	}

	.row_for_logo_area .et_pb_column:nth-child(1) {
		margin-right: 1%;
		width: calc(20.875% - 5%);
	}

	div#page-container .footer_social li a {
		width: 35px;
		height: 35px;
	}


	div#page-container .footer_social li a:before {
		width: 35px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}

	.row_for_logo_area .et_pb_column:nth-child(2) {
		width: calc(73.625% + 5% + 4.5%);
	}


	div#page-container .footer_menu ul li a {
		font-size: 18px;
	}

	div#page-container .footer_menu ul li {
		padding-right: 20px;
	}


	.footer_botm_row .et_pb_column:nth-child(1) {
		margin-right: 1%;
		width: calc(47.25% + 4.5% + 5%);
	}

	.footer_botm_row .et_pb_column:nth-child(2) {
		width: calc(47.25% - 5%);
	}

	.footer_btm_text p {
		line-height: 1;
	}

}

/* footer responsive -  */
@media all and (max-width:980px) {

	div#page-container .cmn_blurb_footer {
		display: block;
		width: 100%;
	}

	.row_for_logo_area .et_pb_column:nth-child(2) {
		column-gap: 0px;
	}

	.row_for_logo_area .et_pb_column:nth-child(1) {
		margin-right: 0%;
		width: calc(100%);
	}

	div#page-container .footer_social li a {
		width: 40px;
		height: 40px;
	}


	div#page-container .footer_social li a:before {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}

	.row_for_logo_area .et_pb_column:nth-child(2) {
		width: 100%;
	}


	div#page-container .footer_menu ul li a {
		font-size: 18px;
	}

	div#page-container .footer_menu ul li {
		padding-right: 10px;
	}


	.row_for_logo_area {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.row_for_logo_area .et_pb_column:nth-child(2) {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	div#page-container .cmn_blurb_footer {
		margin-bottom: 25px;
	}


	.footer_menu .et_pb_menu__menu {
		display: block;
	}

	.footer_menu .et_mobile_nav_menu {
		display: none;
	}

}

@media all and (max-width:767px) {

	div#page-container .footer_menu ul li a {
		font-size: 15px;
	}

}

@media all and (max-width:399px) {
	.cmn_blurb_footer .et_pb_blurb_description {
		font-size: 14px;
	}

	.cmn_blurb_footer .et_pb_blurb_container {
		padding-left: 10px;
	}


	.cmn_blurb_footer .et_pb_main_blurb_image {
		width: 25px;
	}

	div#page-container .footer_menu ul li {
		margin-bottom: 10px;
	}
}

/* end footer responsive  */


/********************************************************* End footer area   ***************************************/

/* other page  */
.link_banner_text a {
	text-decoration: underline;
	text-underline-offset: 4px;
	font-weight: 500;
}

.our_misson_title h2 {
	padding-bottom: 10px;
}

@media only screen and (min-width:981px) and (max-width:1650px) {

	div#page-container .our_misson_title {
		padding: 40px !important;

	}
}

/* blurb  */

.blurb_checklist .et_pb_image_wrap img {
	max-width: 20px;
}

.blurb_checklist .et_pb_image_wrap {
	height: 62px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.blurb_checklist .et_pb_image_wrap:after {
	width: 78px;
	height: 78px;
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	background: rgb(84 224 67 / 20%);
	border-radius: 50%;
	z-index: -5;
}

.blurb_checklist .et_pb_blurb_container {
	padding-left: 30px;
}

/* end blurb  */
.blurb_checklist .et_pb_blurb_description {
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

/* up  */
.border_cmn_0 .et_pb_blurb_description {
	padding-bottom: 0;
	border-bottom: 0px;
}

/* up  */
.blurb_checklist .et_pb_blurb_description {
	max-width: 560px;
}

.blurb_checklist .et_pb_blurb_content {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.blurb_checklist .et_pb_main_blurb_image {
	position: relative;
	width: auto;
	margin-bottom: 0;
}

/* up  */
.blurb_checklist:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	left: 30px;
	top: 50%;
	background: rgb(0 0 0 / 10%);
}

.border_cmn_0::after {
	width: 0;
}

/* update  */

@media only screen and (min-width:981px) and (max-width:1650px) {

	.blurb_checklist .et_pb_blurb_container {
		padding-left: 15px;
	}

	.blurb_checklist .et_pb_main_blurb_image span.et_pb_image_wrap {
		width: 45px !important;
		height: 45px !important;
	}


	.blurb_checklist .et_pb_image_wrap:after {
		width: 55px;
		height: 55px;
		top: -5px;
		left: -5px;
	}

	.blurb_checklist:after {
		left: 21px;
	}

	/* 	up  */

	div#page-container .blurb_checklist {
		padding-bottom: 30px !important;
	}


}

/* end update  */
@media all and (max-width:980px) {

	.blurb_checklist .et_pb_blurb_container {
		padding-left: 0;
	}

	.blurb_checklist .et_pb_main_blurb_image {
		display: block;
		margin-bottom: 20px;
	}

	.blurb_checklist .et_pb_blurb_content {
		flex-wrap: wrap;
	}

	.blurb_checklist:after {
		display: none;
	}

	/*    up 	*/

}

@media all and (max-width:980px) {

	.blurb_checklist .et_pb_main_blurb_image span.et_pb_image_wrap {
		width: 45px !important;
		height: 45px !important;
	}

	.blurb_checklist .et_pb_image_wrap:after {
		width: 55px;
		height: 55px;
		top: -5px;
		left: -5px;
	}
}

/* end other page css  */
.checklist ul li::before {
	background-image: url(/wp-content/uploads/checklist-icon.png);
	content: "";
	height: 28px;
	background-color: rgba(84,160,67,0.9);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	background-size: auto;
	width: 28px;
	top: 5px;
}

.checklist ul li {
	line-height: 1.5em;
	padding-left: 45px;
}

.checklist_cross ul li:before {
	background-color: #D0352A;
	background-image: url("/wp-content/uploads/cross-icon.png")
}

/* up  */
@media all and (min-width:981px) {

	div#page-container .row_for_checklist .et_pb_column:nth-child(1) {
		margin-right: 20px;
	}

	div#page-container .row_for_checklist .et_pb_column {
		width: calc(50% - 10px);
	}

}

/* up  */
.checklist ul li:last-child {
	margin-bottom: 0 !important;
}
.checklist ol,
.checklist ul{
	margin-bottom: 25px !important;
}

.checklist ul li {
	line-height: 1.5em;
	padding-left: 45px;
	margin-bottom: 15px !important;
}
.checklist ol li{
	margin-bottom: 15px !important;	
	line-height: 1.5em;
}
.checklist ol{
	padding-bottom: 0;
}
/* p  */
div#page-container .icon_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
	width: 100px;
	background: #491658;
	height: 100px;
	border-radius: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.icon_blurb .et_pb_main_blurb_image {
	width: auto;
	margin-bottom: 0;
}

.icon_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
	max-width: 47px;
	width: 100%;
	object-fit: unset;
	border-radius: 0;
}

/* up  */
.icon_blurb .et_pb_blurb_container {
	padding-left: 35px;
}

.icon_blurb .et_pb_blurb_content {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

/* up  */
@media all and (max-width:980px) {
	div#page-container .icon_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
		width: 70px;
		height: 70px;
	}

	div#page-container .icon_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
		max-width: 30px;
	}

	.icon_blurb .et_pb_blurb_container {
		padding-left: 15px;
	}
}

@media all and (max-width:399px) {
	div#page-container .icon_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
		width: 50px;
		height: 50px;
	}

	div#page-container .icon_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
		max-width: 25px;
	}
}

/* up  */
@media only screen and (min-width:768px) and (max-width:980px) {

	.blurb_checklist .et_pb_blurb_container {
		padding-left: 15px;
	}
	

}

div#page-container .blurb_checklist .et_pb_main_blurb_image span.et_pb_image_wrap {
	position: relative;
	 
	 

}

@media all and (max-width:767px) {
	div#page-container .blurb_checklist .et_pb_main_blurb_image span.et_pb_image_wrap {

		 
	}


	.blurb_checklist .et_pb_main_blurb_image {
		width: 100%;
	}
}

/* update  */
.accordion_custom .et_pb_toggle {
	margin-bottom: 25px !important;
}


.accordion_custom .et_pb_toggle_title:before {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

div#page-container .accordion_custom .et_pb_toggle {
	background: #fff;
	border-radius: 5px;
}

/********************************************************* contact page  area  ***************************************/

.cmn_contact .gform_heading {
	display: none;
}


.cmn_contact .gform_body .gform_fields {
	grid-row-gap: 15px;
}

.cmn_contact .gform_footer {
	margin-top: 0;
	padding: 0;
	justify-content: start;
}

.cmn_contact .gform_footer input {
	margin-top: 20px;
}

/* placeholder  */
/* placeholder css update - 30-11-23  */

/* placeholder  */
.cmn_contact form .gform_body input::placeholder {
	color: #000;
	opacity: 1;
}

.cmn_contact form .gform_body input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
	opacity: 1;
}

.cmn_contact form .gform_body input::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	opacity: 1;
}

.cmn_contact form .gform_body input:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
	opacity: 1;
}

.cmn_contact form .gform_body input:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
	opacity: 1;
}

.cmn_contact form .gform_body textarea::placeholder {
	color: #000;
	opacity: 1;
}

.cmn_contact form .gform_body textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
	opacity: 1;
}

.cmn_contact form .gform_body textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	opacity: 1;
}

.cmn_contact form .gform_body textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
	opacity: 1;
}

.cmn_contact form .gform_body textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
	opacity: 1;
}

/* up  */
/* update  */
.cmn_contact .gform_body input,
.cmn_contact .gform_body textarea,
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
	background-color: transparent !important;
	font-size: 22px !important;
	font-weight: 400;
	line-height: 1 !important;
	color: #000 !important;
	padding: 15px 20px !important;
	margin-top: 0 !important;
	border: 1.5px solid #000 !important;
	transition: 0.3s ease-in !important;
	border-radius: 10px;
}
input.text:hover, input.title:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=text]:hover, select:hover, textarea:hover,
input.text:focus, input.title:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus,
.cmn_contact .gform_body input:hover,
.cmn_contact .gform_body textarea:hover,
.cmn_contact .gform_body input:focus,
.cmn_contact .gform_body textarea:focus {
	border: 1.5px solid #F19318 !important;
}


@media only screen and (min-width:768px) and (max-width:980px) {
	.cmn_contact .gform_footer input,
	input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
		font-size: 17px !important;

	}

	.cmn_contact .gform_body input,
	.cmn_contact .gform_body textarea {
		font-size: 17px !important;
		padding: 15px !important;
	}
}
@media all and (max-width:980px) {
	.cmn_contact .gform_footer input {

		font-size: 18px !important;
		padding: 18px 50px !important;
	}

}
@media all and (max-width:767px) {
	.cmn_contact .gform_footer input,
	input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
		font-size: 16px !important;

	}

	.cmn_contact .gform_body input,
	.cmn_contact .gform_body textarea,
	input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
		font-size: 16px !important;
		padding: 15px !important;
	}
}


.cmn_contact .gform_body textarea {
	resize: none;
	height: 150px;
}




@media all and (max-width:767px) {
	.cmn_contact .gform_footer input {

		padding: 18px 40px !important;
	}

}


.contact_checklist legend.gfield_label {
	display: none !important;
}

.contact_checklist label {
	font-weight: 600;
}

@media only screen and (min-width:981px) and (max-width:1650px) {


	.cmn_contact .gform_body input,
	.cmn_contact .gform_body textarea {
		padding: 16px !important;
		font-size: 20px !important;
	}

}

.cmn_contact .gform_body .upload_file_c input {
	border: 0px !important;
	padding: 0;
	border-radius: 0;
}

div#page-container .cmn_contact .gform_body input,
div#page-container .cmn_contact .gform_body textarea {
	margin-top: 0px !important;
}

/* button update  */
.cmn_contact .gform_footer input {
	padding: 20px 65px 20px 20px !important;
	border: 0px !important;
	width: 100% !important;
	border-radius: 50px !important;
}

body #page-container .cmn_contact .gform_footer:after {
	/* content: url(/wp-content/uploads/button-arrow-icon.svg) !important; */
	top: 38px;
	transform: translateY(-00%);
	right: 15px;
	transition: all 300ms ease-in-out;
	position: absolute;
	content: "";
	background-image: url(/wp-content/uploads/button-arrow-icon.svg);
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}

.cmn_contact .gform_footer {
	position: relative;
}

body #page-container .gform_footer {
	max-width: 220px;
}

@media only screen and (min-width:981px) and (max-width:1650px) {
	.cmn_contact .gform_footer input {
		font-size: 20px !important;
	}


}

/* end btn update  */
/********************************************************* End contact  page  area  ***************************************/

@media all and (max-width:767px) {
	.cmn_contact .gform_footer input {
		font-size: 16px !important;
	}
}

/* up  */
.accordion_custom .et_pb_toggle_title:before {

	transition: 0.3s ease-in;
	content: "" !important;
	/* content: ""; */
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/down.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	/* 	transform: rotate(90deg); */
}

.accordion_custom .et_pb_toggle_open .et_pb_toggle_title:before {
	transform: rotate(180deg);
}

/* up  */
@media only screen and (min-width:981px) and (max-width:1650px) {
	.accordion_custom .et_pb_toggle_title {
		font-size: 24px !important;
	}
}

/* up  */
@media all and (max-width:980px) {
	.cmn_contact .gform_footer input {
		padding: 15px 65px 15px 25px !important;
		border: 0px !important;
		width: 100% !important;
		border-radius: 50px !important;
	}

	body #page-container .cmn_contact .gform_footer:after {
		width: 35px;
		height: 35px;
		top: 38px;
	}

	body #page-container .gform_footer {
		max-width: 150px;
	}

	body #page-container .blurb_checklist .et_pb_blurb_container {
		width: 100%;
		text-align:center;
	}

	body #page-container .blurb_checklist .et_pb_main_blurb_image {

		width: 100%;
	}

	body #page-container .blurb_checklist .et_pb_main_blurb_image {
		margin: 0 auto 30px;
	}

	.blurb_checklist .et_pb_blurb_description {
		max-width: 100%;
	}
}

.cmn_blurb_footer span.et_pb_image_wrap {
	margin-top: 4px;
}

.blog_custom_c article {
	margin-bottom: 20px !important;
}


/* blog pagination  */
.wp-pagenavi {
	text-align: center;
	padding-top: 30px;
}

div#page-container .wp-pagenavi a,
div#page-container .wp-pagenavi span {
	font-weight: 400 !important;
	padding: 5px 15px;
	border-color: #F19318;
	color: #000 !important;
	transition: 0.3s ease-in;
}


div#page-container .wp-pagenavi a:hover,
div#page-container .wp-pagenavi span:hover,
div#page-container .wp-pagenavi span.current {
	background: #54E043 !important;
	color: #fff !important;
	border-color: #54E043;
}

/* end pagi nation  */
/********************************************************* End another page  area  ***************************************/

/* end update for contact us  */

/* --------- new Issues Css Start ------------*/

@media(min-width: 981px) and (max-width: 1366px) {
	.row_for_checklist .et_pb_column {
		padding-top: 50px;
		padding-right: 30px;
		padding-bottom: 50px;
		padding-left: 30px;
	}

	.row_for_checklist .checklist ul li::before {
		width: 25px;
		height: 25px;
		top: 2px;
	}

	body #page-container #et-boc #et-main-area .et_pb_slides .et_pb_slide .et_pb_button_wrapper .et_pb_button,
	body #page-container .et_pb_section .et_pb_button {
		font-size: 16px !important;
		padding: 20px 65px 20px 30px !important;
	}
}

@media(max-width: 980px) {
	body:not(.home) #page-container #et-boc .ppb-start-blurb-wrap .et_pb_column:first-child {
		margin-bottom: 15px !important;
	}

	.footer_botm_row .et_pb_menu__wrap,
	.footer_botm_row #menu-fotoer-menu {
		justify-content: center;
	}

	.row_for_checklist .checklist ul li::before {
		width: 25px;
		height: 25px;
		top: 0px;
	}

	.our_misson_title {
		margin: 0 auto !important;
		max-width: 100% !important;
	}

	body #main-header #et-top-navigation li.ppb-menu-button a {
		margin-top: 15px;
	}

	body.home #page-container .ppb-wwd-tab .et_pb_tabs_controls li a:before {
		transition: 0.3s ease-in;
		content: "" !important;
		width: 24px;
		height: 24px;
		background-image: url(/wp-content/uploads/down.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		right: 10px;
		position: absolute;
	}

	body.home #page-container .ppb-wwd-tab .et_pb_tabs_controls li.et_pb_tab_active a:before {
		transform: rotate(180deg);
	}
}

@media(max-width: 767px) {
	body #page-container #et-boc .ppb-start-blurb-wrap .et_pb_column:last-child {
		margin-bottom: 0px !important;
	}

	body.home #page-container #et-boc .ppb-start-blurb-wrap .et_pb_column:last-child {
		margin-bottom: 10px !important;
	}
	

	

	body:not(.home) #page-container .ppb-wwd-tab .et_pb_tabs_controls li a {
		flex-direction: column;
		gap: 15px;
	}

	body:not(.home) #page-container .ppb-wwd-tab .et_pb_tabs_controls li a .ppb-tab-content {
		width: unset;
		padding-left: 0;
		text-align: center;
	}
}

@media(min-width: 601px) and (max-width: 767px){
	 		body.home #page-container #et-boc .ppb-start-blurb-wrap:last-child .et_pb_column:last-child,
	body.home #page-container #et-boc .ppb-start-blurb-wrap:first-child .et_pb_column:last-child{
		margin-bottom: 0px !important;
	}
	 
}

/* --------- new Issues Css End ------------*/

/* -------------- Some contact page Css Start----------*/
body #page-container .gform_footer {
	max-width: 280px;
}


@media (max-width: 980px) {
	body #page-container .gform_wrapper .gform_footer {
		max-width: 225px !important;
	}
}

@media (max-width: 767px) {
	body #page-container .gform_wrapper .gform_footer {
		max-width: 205px !important;
	}

	body #page-container .cmn_contact .gform_footer:after {
		top: 35px;
	}


	body #page-container #et-boc .how-it-wrap .ppb-start-blurb-wrap .et_pb_column:last-child {
		margin-bottom: 0px !important;
	}
}

@media (max-width: 600px) {

	body #page-container #et-boc .how-it-wrap .ppb-start-blurb-wrap .et_pb_column:last-child {
		margin-bottom: 15px !important;
	}
		body #page-container #et-boc .how-it-wrap .ppb-start-blurb-wrap:last-child .et_pb_column:last-child {
		margin-bottom: 0px !important;
	}
}


/* -------------- Some contact page Css end----------*/


/* -------------- Teams page Css Start----------*/

.leadership-row .et_pb_column:hover {
	box-shadow: 0 0 95px 0 rgba(35, 33, 91, .15) !important;
}

.leadership-row .et_pb_column {
	transition: all 300ms ease-in-out;
	;
}

body #page-container .leadership-row .et_pb_column a.ppb-main-button:after {
	top: 57%;
	right: 14px;
}

body #page-container .leadership-row .et_pb_column a.ppb-main-button:hover:after {
	right: 10px;
}


@media(min-width:981px) {
	.leadership-row .et_pb_column {
		width: calc((100% - 44px) / 3);
		margin-right: 22px;
	}

	.leadership-row .et_pb_column:last-child {
		margin-right: 0 !important;
	}

}


@media(min-width: 981px) and (max-width: 1366px) {
	body #page-container .leadership-row .et_pb_column a.ppb-main-button {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		padding-right: 65px !important;
	}

	body #page-container .leadership-row .et_pb_column a.ppb-main-button:after {
		top: 55%;
		right: 5px;
	}
	body #page-container .leadership-row .et_pb_column a.ppb-main-button:hover::after {
  right: 0px;
}
}

@media(max-width: 980px) {

	.leadership-row .et_pb_column .et_pb_blurb_content,
	.leadership-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image,
	.leadership-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image img {
		width: 100%;
	}

	body #page-container .leadership-row .et_pb_column a.ppb-main-button:after {
		top: 53%;
		right: 6px;
	}
		body #page-container .leadership-row .et_pb_column a.ppb-main-button:hover::after {
  right: 0px;
}
}


/* -------------- Teams page Css end----------*/




/* -------------- About page new blurb Css Start----------*/

 body #page-container .ppb-about-blurb .et_pb_main_blurb_image{
	    background: #B4D6B2; 
    border-radius: 100px;
	 position: relative;    
	width: 52px;
  height: 52px;
	text-align: center;
	 box-shadow: 0 0 0 6px rgba(84, 160, 67, .1);
} 
 
body #page-container .ppb-about-blurb .et_pb_main_blurb_image img{
	max-width: 24px;
}

body #page-container .ppb-about-blurb:nth-child(3) .et_pb_main_blurb_image img{
	max-width: 25px;
}

body #page-container .ppb-redbg-blrb-col .ppb-about-blurb .et_pb_main_blurb_image{
	background: #EBB6AB;
	 box-shadow: 0 0 0 6px rgba(196, 0, 0, .1);
}
 
body #page-container .ppb-about-blurb .et_pb_image_wrap{
	position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  left: 50%;
}

@media(min-width: 981px) and (max-width: 1366px){
	body #page-container .ppb-about-blurb .et_pb_module_header{
		font-size: 22px !important;
	}
	
	body #page-container .ppb-blurb-row .et_pb_column{
		padding-bottom: 30px !important;
	}
}

@media(max-width: 980px){
	body #page-container .ppb-about-blurb .et_pb_main_blurb_image img {
    max-width: 20px;
}
	body #page-container .ppb-blurb-row .et_pb_column{
		width: 48.5%;
	}
	
	body #page-container .ppb-blurb-row .et_pb_column:first-child{
		margin-right: 3%;
	}
	
	 body #page-container .ppb-about-blurb .et_pb_main_blurb_image{
	 width: 55px;
	 height: 55px;
} 
}


@media(max-width: 767px){
	body #page-container .ppb-about-blurb .et_pb_main_blurb_image{
		display: inline-block;
		top: 0;
		margin-bottom: 12px;
	}
	
	body #page-container .ppb-about-blurb .et_pb_module_header{
		text-align: center;
	}
	
		body #page-container .ppb-blurb-row .et_pb_column{
		width: 100%;
	}
	
	body #page-container .ppb-blurb-row .et_pb_column:first-child{
		margin-right: 0;
	}
}





/* -------------- About page new blurb Css end----------*/
body.tml-action #main-content #left-area{
	width: 100%;
	    max-width: 900px;
    margin: 0 auto !important;
	float: unset;
}
body.tml-action #main-content #left-area .main_title{
	font-weight: 800;
}
body.tml-action #main-content .container:before{
	display: none;
}
.tml-submit-wrap .tml-button{
    background-color: #f19318;
    color: #ffffff;
    border-width: 0px;
    border-color: #f19318;
    border-radius: 50px !important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 0px;
    min-width: 200px;
    height: 65px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	padding: 15px 30px;
}
.tml-submit-wrap .tml-button:hover{
	background-color: #65a955;
    color: #ffffff;
    border-color: transparent;
    border-radius: 3px;
    letter-spacing: 0px;
}
body.tml-action #main-content .tml-links{
	list-style: none !important;
	padding-left: 0;
	
}
body.tml-action #main-content .tml-links li{
margin-bottom: 15px;
	
}
.tml .tml-action-confirmaction .success, .tml .tml-error, .tml .tml-message, .tml .tml-success {
    border-left: 4px solid #65a955;    
    padding: .75em !important;
}
/* Show exactly one pane on desktop, regardless of Divi's leftover classes */
@media (min-width: 981px){
  .scroll-tabs .et_pb_all_tabs .et_pb_tab{
/*     display: none !important;
    opacity: 0 !important; */
    z-index: 1 !important;
    pointer-events: none;
  }
  .scroll-tabs .et_pb_all_tabs .et_pb_tab.active-tab{
    display: block !important;
    opacity: 1 !important;
    z-index: 2 !important;
    pointer-events: auto;
  }

  /* Calm Divi’s slide/fade so it doesn’t fight your classes */
  .scroll-tabs .et_pb_all_tabs{ transition: none !important; }
  .scroll-tabs .et_pb_tab{ transition: none !important; transform: none !important; }
}

/*------------------------------------------------
---------------- Checkbox Style Start ---------------
------------------------------------------------*/
input[type=checkbox]{
	position: absolute;
}
input[type=checkbox],
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] {
opacity: 0;}
input[type=checkbox] + label,
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label {
position: relative;
overflow: hidden;
padding-left: 35px;
cursor: pointer;
display: inline-block;}
input[type=checkbox] + label:before,
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label:before,
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label:after,
input[type=checkbox] + label:after{
content: '';
position: absolute;
left: 0;
z-index: 1;
-webkit-transition: .2s;
transition: .2s;}/* after */
input[type=checkbox]:not(:checked) + label:after,
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:after {
width: 20px;
height: 19px;
border: 2px solid #f19318;
border-radius: 5px;
background-color: #fff;
top: 5px;}
input[type=checkbox]:checked + label:after,
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after {
top: 5px;
width: 20px;
height: 19px;
border: 2px solid #f19318;
  background-color: #f19318;
  z-index: 0;
  border-radius: 5px;
 }
@media only screen and (max-width: 1366px) {
	input[type="checkbox"]:checked + label::after,
	input[type="checkbox"]:not(:checked) + label::after
 .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked + label::after,	
.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:not(:checked) + label::after {
  width: 18px;
  height: 18px;   
  border-radius: 3px !important;  
  top: 5px;
	border: 1px solid #f19318;

}	
	input[type="checkbox"]:checked + label::before,
.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked + label::before {  
  width: 5px;
  height: 13px;  
  top: 3px;
}
	.tml-submit-wrap .tml-button{
		font-size: 18px;
	}
	body.tml-action #main-content #left-area .main_title{
		font-size: 50px;
	}
}
@media only screen and (max-width: 980px) {
	.tml-submit-wrap .tml-button{
		font-size: 16px;
	}
	body.tml-action #main-content #left-area .main_title{
		font-size: 45px;
	}
}
@media only screen and (max-width: 768px) { 
	body.tml-action #main-content #left-area .main_title{
		font-size: 35px;
	}
}
 /*------------------------------------------------
---------------- Checkbox Style End ---------------
------------------------------------------------*/
