/*
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.0
*/
/* 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: #fff;
	z-index: 1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	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: #fff;
}

/* 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: 33px;
	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;
	font-weight: inherit;
}

/* 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: #1D2949;
	font-size: 20px;
	line-height: 1em;
	text-align: left;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: #1D2949;
	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_footer.png");
	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 10px !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: 21px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 22px;
	font-weight: normal;
	background-image: url("/wp-content/uploads/blue-icon.png");
	content: "";
	height: 21px;
	background-repeat: no-repeat;
	background-size: contain;
}

.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 -- */


/************************************************************ start with azim ************************************************* */

/********************************************************* Start Global area  ***************************************/
/* freashy header ·  ·  · · ·  */

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

body {
	font-family: "proxima-nova", sans-serif !important;
	font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.et_pb_button {
	font-family: "roc-grotesk", sans-serif;
	font-weight: 800;
}

/* 
body,h1, h2, h3, h4, h5, h6 {
	font-weight:400;
} */
.et_pb_button {
	line-height: 1 !important;
	/*     font-weight: 400; */
}

.align_tems_cmn {
	align-items: center;
}

.clomn_items_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* end fresy header footer  */
@media all and (min-width:981px) {
	.margin_right_30_row_cmn .et_pb_column {
		width: calc(33.33% - 30px + 10px) !important;
		margin-right: 30px !important;
	}

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

	.for_practice_page_2box_row .et_pb_column {
		width: calc(50% - 30px + 15px) !important;
	}

	.for_prace_page_4box_row .et_pb_column {
		width: calc(25% - 16px + 4px) !important;
	}
}

@media all and (max-width:980px) {
	body div#et-boc .margin_right_30_row_cmn .et_pb_column {
		margin-bottom: 30px !important;
	}

	body div#et-boc .margin_right_30_row_cmn .et_pb_column:last-child {
		margin-bottom: 0 !important;
	}
}

/* end gatter 1 custom margin */

@media all and (max-width: 980px) {
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.column-reverse .et_pb_column:first-child {
		margin-bottom: 0;
	}

	.column-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}
}

/*  divi icon  text icon */

/* end divi text icon  */
/* -- Scroll to Top Style -- */
.et_pb_scroll_top.et-pb-icon {
	background: #FB0000;
	border-radius: 0;
	padding: 25px 0;
}

/* end scrool top */
@media only screen and (min-width:981px) and (max-width:1650px) {
	.cmn_section {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.cmn_section_top {
		padding-top: 80px !important;
	}

	.cmn_section_btm {
		padding-bottom: 80px !important;
	}

	div#page-container .cmn_margin_j {
		margin-bottom: 80px !important;
		margin-top: 80px !important;
	}

	div#page-container .cmn_margin_top_cmn {
		margin-top: 80px !important;

	}

	div#page-container .cmn_margin_btm_cmn {
		margin-bottom: 80px !important;
	}
}

/* up  */
@media only screen and (min-width: 981px) and (max-width: 1300px) {
	.custom_h_for_all h1 {
		font-size: 50px !important;
		line-height: 1.2em;
	}

	.custom_h_for_all h2 {
		font-size: 40px !important;
	}

	.custom_h_for_all h3 {
		font-size: 28px !important;
	}

	.custom_h_for_all h4 {
		font-size: 24px !important;
	}

	.custom_h_for_all h5 {
		font-size: 22px !important;
	}
}

/* end cmn global  */
/********************************************************* End Global area  ***************************************/

/*********************************************************  Header area ***************************************/
header#main-header .container {
	max-width: 1448px;
}


div#page-container header#main-header ul li a {
	font-family: "roc-grotesk", sans-serif;
	font-weight: 300 !important;
}

div#page-container #top-menu li a:hover {
	opacity: 1;
	color: #A8C6E8;
}

#top-menu li {
	padding-right: 35px;
}

#top-menu li.cmn_menu_btn {
	padding-right: 10px;
}

#top-menu li:last-child {
	padding-right: 0;
}

/*   menu button    */
div#page-container header#main-header ul .cmn_menu_btn a {
	background: transparent;
	position: relative;
	padding: 12px 36.5px 10px 23px;
	border-radius: 100px;
	font-weight: 600 !important;
	border: 2px solid #A8C6E8;
	font-size: 20px;
	line-height: 1;
	color: #FCFEFF !important;
}

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

	.et_header_style_left #et-top-navigation,
	.et_header_style_split #et-top-navigation {
		padding: 43px 0 0 0 !important;
	}
}

header#main-header:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: #a8c6e8;
	opacity: 20%;
	bottom: -4px;
	transition: 0.3s ease-in;
	border-radius: 0px;
	left: 50%;
	transform: translatex(-50%);
}

/* up  */
div#page-container header#main-header ul .cmn_menu_btn a:after {
	background-image: url(/wp-content/uploads/arrow.png);
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
	width: 7px;
	height: 12px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}

/* button hover style  */
div#page-container header#main-header ul .cmn_menu_btn a {
	transition: all 0.5s linear;
}

div#page-container header#main-header ul .cmn_menu_btn a:hover {
	box-shadow: inset 8rem 0 0 0 #D00012, inset -8rem 0 0 0 #D00012;
}

div#page-container header#main-header ul .cmn_menu_btn a:hover {
	background: #D00012;
	color: #fff !important;
	border-color: #D00012;

}

/* u  */

div#page-container header#main-header ul .cmn_menu_btn.red_btn_menu a {
	background: #FB0000;
	border-color: #FB0000;
}

div#page-container header#main-header ul .cmn_menu_btn.red_btn_menu a:hover {
	background: transparent;
	border-color: #A8C6E8;
}

div#page-container header#main-header ul .cmn_menu_btn.red_btn_menu a:hover {
	box-shadow: inset 8rem 0 0 0 #364f6b, inset -8rem 0 0 0 #364f6b;
}

/* end button hover style  */

/* menu respnsive  */
@media all and (min-width:981px) and (max-width:1100px) {

	#top-menu li {
		padding-right: 10px;
	}

	img#logo {
		max-width: 170px;
	}

	div#et-top-navigation {
		padding-left: 180px !important;
	}

	#top-menu li a {
		font-size: 12.5px !important;
	}

	div#page-container header#main-header ul .cmn_menu_btn a {
		font-size: 16px !important;
		padding-left: 20px;
		padding-right: 30px;
	}

	div#page-container header#main-header ul .cmn_menu_btn a:after {
		right: 8%;
	}

}

@media only screen and (min-width:981px) and (max-width:1660px) {
	div#page-container #top-menu li {
		padding-right: 16px;
	}
}

@media only screen and (min-width:1101px) and (max-width:1300px) {

	div#page-container #top-menu li {
		padding-right: 12px;
	}

	img#logo {
		max-width: 200px;
	}

	div#et-top-navigation {
		padding-left: 205px !important;
	}

	#top-menu li a {
		font-size: 14px !important;
	}

	div#page-container header#main-header ul .cmn_menu_btn a {

		font-size: 17px !important;

	}


}

@media only screen and (min-width:1301px) and (max-width:1500px) {

	#top-menu li {
		padding-right: 15px;
	}

	#top-menu li a {
		font-size: 15px !important;
	}

	div#page-container header#main-header ul .cmn_menu_btn a {
		font-size: 19px !important;
	}

	img#logo {
		max-width: 300px;
	}

	div#et-top-navigation {
		padding-left: 310px !important;
	}

}

/* mobile  */
@media all and (max-width:980px) {
	div#page-container header#main-header ul .cmn_menu_btn a {
		text-align: center;
		font-size: 17px;
	}

	.red_btn_menu {
		margin-top: 10px;
	}
}

/* end mobile  */
/* end menu resposnvei  */
/* under line  */

/* underline  4 - 7- 24 */

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

	ul#top-menu li a {
		position: relative;
		transition: 0.3s ease-in;
	}

	ul#top-menu li a:before {
		position: absolute;
		content: "";
		width: 0%;
		height: 4px;
		background: #A8C6E8;
		left: 0;
		bottom: -4px;
		transition: 0.3s ease-in;
		border-radius: 0px;
		left: 50%;
		transform: translatex(-50%);
	}

	ul#top-menu li li a:before {
		left: 0
	}

	ul#top-menu li li a:before {
		background: #A8C6E8 !important;

	}

	ul#top-menu li.menu-item-has-children li a:before {
		width: 0%;
	}

	ul#top-menu li.menu-item-has-children a:before {
		width: 0px;
	}

	ul#top-menu li:hover a:before,
	ul#top-menu .current_page_item a:before,
	ul#top-menu li.menu-item-has-children.current_page_item a:before {
		width: 100%;
	}

	ul#top-menu li.menu-item-has-children:hover a:before {
		width: 0%;
	}

	ul#top-menu li li:hover a:before,
	ul#top-menu li ul.sub-menu .current_page_item a:before,
	ul#top-menu li ul.sub-menu li:hover a:before {
		width: 95%
	}

	ul#top-menu li.cmn_menu_btn a:before {
		height: 0;
	}

	.et-fixed-header ul#top-menu li a:before {
		background: #A8C6E8;
	}

	/* 	up  */
}

/* end under line  */
/* home under line  */
@media all and (min-width:981px) {
	.home .logo_container a img {
		position: relative;
	}

	.home .logo_container a {
		position: relative;
	}
}

.home .logo_container a {
	position: relative;
}

.home .logo_container a:after {
	position: absolute;
	content: "";
	width: 110%;
	height: 4px;
	background: #A8C6E8;
	left: 0;
	bottom: -51px;
	transition: 0.3s ease-in;
	border-radius: 0px;
	left: 50%;
	transform: translatex(-50%);
}

@media all and (max-width:980px) {
	.home .logo_container a:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 4px;
		background: #A8C6E8;
		bottom: -33px;
	}
}


@media all and (min-width:981px) and (max-width:1512px) {
	header#main-header .container {
		max-width: 1512px;
		/*     width: 98% !important; */
	}
}

div#page-container .et_mobile_menu {
	border-top-width: 4px !important;
	margin-top: -1px;
	border-color: #A8C6E8;
}

/* end underline  */
/********************************************************* End Header area   ***************************************/
/********************************************************* Footer area  ***************************************/
.footer_social_ic .et_pb_main_blurb_image {
	width: 34px;
	margin-bottom: 0;
}

.footer_social_ic .et_pb_main_blurb_image span.et_pb_image_wrap {
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.footer_social_ic .et_pb_main_blurb_image span.et_pb_image_wrap img {
	max-width: 20px;

}

.footer_social_ic:hover .et_pb_main_blurb_image span.et_pb_image_wrap img {

	filter: brightness(0) invert(1)
}

.footer_social_ic .et_pb_blurb_container {
	vertical-align: middle;
}

/* footer menu  */
div#page-container .footer_menu_cmn ul li {
	padding: 0;
	width: 50%;
	margin-top: 0;
	margin-bottom: 10px;
}


div#page-container .footer_menu_cmn ul {
	margin: 0;
	align-items: center;
}

/* div#page-container .footer_menu_cmn ul li:last-child {
	margin-bottom: 0;
} */

div#page-container .footer_menu_cmn ul li a {
	padding-bottom: 2px;
	line-height: 1;
}

/* update for 25-7-23  */
/* footer under line  */

div#page-container .footer_menu_cmn ul li a::after {
	content: "";
	background: #D00012;
	width: 00%;
	height: 1px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	transition: 0.3s ease-in;
	z-index: 1;
	left: 50%;
	transform: translatex(-50%);
}

div#page-container .footer_menu_cmn ul li:hover a::after {
	width: 100%;
}

div#page-container .footer_menu_cmn ul li:hover a {
	opacity: 1;
}


div#page-container .footer_menu_cmn ul li.current-menu-item a::after {
	width: 100%;
}

/* end underline  */
/* footer mobile  */
@media all and (max-width:980px) {
	.footer_menu_cmn .et_mobile_nav_menu {
		display: none;
	}

	.footer_menu_cmn .et_pb_menu__menu {
		display: block;
	}

	.footer_menu_cmn .et_pb_menu__wrap {
		justify-content: flex-start;
	}

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

@media all and (max-width:767px) {
	div#page-container .footer_menu_cmn ul li a {
		font-size: 16px;
	}
}

/* end footer mobile  */
/* end update 25-7-23  */
div#page-container .footer_menu_cmn ul li:nth-child(odd) {
	width: 55%;
}

div#page-container .footer_menu_cmn ul li:nth-child(even) {
	width: 45%;
}

.checklist ul li {
	line-height: 1.26em;
}

/* end footer menu  */
/* footer respsonvei  */
@media only screen and (min-width:981px) and (max-width:1300px) {
	.footer_text {
		font-size: 18px;
	}

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

	div#page-container .footer_menu_cmn ul li:nth-child(odd),
	div#page-container .footer_menu_cmn ul li:nth-child(even) {
		width: 100%;
	}


	.footer_social_ic .et_pb_blurb_description {
		font-size: 18px;
	}

}

/* end footer respsnveo  */
/************************************** footer bottom  ***************************/
@media all and (min-width:981px) {
	div#page-container .footer_text_btm span.copyright_via {
		display: none;
	}


	#freshy_copyright a.copyright_fs {
		display: none;
	}
}

div#page-container .footer_menu_cmn.footer_btm_menu ul li {
	width: inherit;
	margin-bottom: 0;
	padding-left: 30px;
	margin-left: 30px;
}


div#page-container .footer_menu_cmn.footer_btm_menu ul li:first-child {
	/*     padding-right: 0; */
	margin-left: 0;
}

div#page-container .footer_menu_cmn.footer_btm_menu ul li:after {
	content: ".";
	font-size: 20px;
	color: #1D2949;
	position: absolute;
	left: 0;
}


@media all and (max-width:980px) {
	div#page-container .footer_menu_cmn.footer_btm_menu ul li:after {
		line-height: 7px;
	}

	div#page-container .footer_menu_cmn.footer_btm_menu ul li {
		padding-left: 30px;
		margin-left: 30px;
	}
}


/* up  */
@media all and (min-width:981px) {
	.row_for_bottom_footer .et_pb_column:first-child {
		width: calc(48.5% - 5%);
	}

	.row_for_bottom_footer .et_pb_column:last-child {
		width: calc(48.5% + 5%);
	}
}

div#page-container .footer_menu_cmn .freshy_ic a:after {
	display: none;
}

div#page-container .footer_menu_cmn ul li.freshy_ic a {
	padding-bottom: 0;
}


/*  responsive  */


.footer_btm_menu .et_pb_menu__wrap {
	justify-content: flex-end;
}

@media all and (min-width:981px) and (max-width:1100px) {
	div#page-container .footer_menu_cmn.footer_btm_menu ul li {
		margin-left: 15px;
		padding-left: 15px;
	}

	#freshy_copyright {
		font-size: 17px;
	}

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

	.row_for_bottom_footer .et_pb_column:first-child {
		width: calc(48.5% + 5%);
		margin-right: 0
	}

	.row_for_bottom_footer .et_pb_column:last-child {
		width: calc(48.5% - 5% + 3%);
	}

	div#page-container .footer_menu_cmn.footer_btm_menu ul li:first-child:after {
		display: none;
	}

}

@media all and (min-width:1101px) and (max-width:1300px) {

	div#page-container .footer_menu_cmn.footer_btm_menu ul li {
		margin-left: 22px;
		padding-left: 22px;
	}

	.row_for_bottom_footer .et_pb_column:first-child {
		width: calc(48.5% + 5%);
		margin-right: 0
	}

	.row_for_bottom_footer .et_pb_column:last-child {
		width: calc(48.5% - 5% + 3%);
	}

	#freshy_copyright {
		font-size: 18px;
	}

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

	div#page-container .footer_menu_cmn.footer_btm_menu ul li:first-child:after {
		display: none;
	}

	div#page-container .footer_menu_cmn.footer_btm_menu ul li:after {
		line-height: 11px;
	}
}

.footer_social_ic {
	width: fit-content;
}


@media all and (min-width:1301px) and (max-width:1450px) {

	div#page-container .footer_menu_cmn.footer_btm_menu ul li {
		margin-left: 30px;
		padding-left: 30px;
	}

	.row_for_bottom_footer .et_pb_column:first-child {
		width: calc(48.5% + 0%);
	}

	.row_for_bottom_footer .et_pb_column:last-child {
		width: calc(48.5% - 0%);
	}

	div#page-container .footer_menu_cmn.footer_btm_menu ul li:first-child:after {
		display: none;
	}

}


/* end responsive  */
/* phone and tab  */
@media all and (max-width:980px) {
	div#page-container .footer_menu_cmn.footer_btm_menu ul li:last-child {
		display: none;
	}

	.footer_btm_menu .et_pb_menu__wrap {
		justify-content: center;
	}

	div#page-container .footer_menu_cmn.footer_btm_menu ul li:first-child {
		padding-left: 0;
	}

	div#page-container .footer_menu_cmn.footer_btm_menu ul li:first-child:after {
		display: none;
	}

	div#page-container .footer_menu_cmn.footer_btm_menu ul {
		padding-bottom: 10px !important;
		border-bottom: 3px solid #deefff;
	}

	.row_for_bottom_footer.column-reverse .et_pb_column:last-child {
		margin-bottom: 20px !important;
	}

	#freshy_copyright {
		font-size: 17px;
		text-align: center;
	}
}

@media all and (max-width:767px) {
	#freshy_copyright {
		font-size: 16px;
	}
}

@media all and (max-width:400px) {
	div#page-container .footer_menu_cmn.footer_btm_menu ul li {
		padding-left: 15px;
		margin-left: 10px;
	}
}

/* end phone and tab  */

/****************************************** end footer btom  */

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

/********************************************************* Home page area  ***************************************/
/* button hover style  */
div#page-container .et_pb_button {
	transition: all 0.5s linear;
}

div#page-container .et_pb_button:hover {
	box-shadow: inset 8rem 0 0 0 #D00012, inset -8rem 0 0 0 #D00012;
}

div#page-container .et_pb_button:hover {
	background: #D00012;
	color: #fff !important;
	border-color: #D00012;

}

/* u  */
/* button cmn for icon  */
.button_with_ic_cmn::after {
	content: url(/wp-content/uploads/arrow.png);
	top: 0px;
}

.footer_btn.button_with_ic_cmn::after {
	top: -3px;
}

@media only screen and (max-width:767px) {
	.footer_btn.button_with_ic_cmn::after {
		top: -2px;
		transform: scale(0.8);
	}
}


.button_with_ic_cmn:hover::after {
	content: url(/wp-content/uploads/blue-arrow.png);
}

div#page-container .button_with_ic_cmn {
	transition: all 0.5s linear;
}

div#page-container .button_with_ic_cmn:hover {
	box-shadow: inset 8rem 0 0 0 #fff, inset -8rem 0 0 0 #fff;
}


/* end button with icon  */
/* who we are section  */
.cmn_img_2_in_one {
	display: inline-block;
	width: calc(50% - 16px) !important;
}

.cmn_img_2_in_one_left {
	margin-right: 32px;
}

/* end who we are section  */
/* banner  */
.banner_home .et_pb_slide_description {
	max-width: 428px;
	margin-left: 0;
}

div#page-container .banner_home .et_pb_slide_title {
	line-height: 1em;
}

.banner_home .et_pb_slide_title span {
	color: #A8C6E8;
}

div#page-container .banner_home .et_pb_button:hover {
	box-shadow: inset 8rem 0 0 0 #ffffff, inset -8rem 0 0 0 #ffffff;
}

@media only screen and (min-width:981px) and (max-width:1300px) {
	div#page-container .banner_home .et_pb_slide_description {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	body {
		font-size: 20px !important;
	}

	.checklist ul li::before {
		top: 1px;
	}
}

@media only screen and (min-width:981px) and (max-width:1200px) {
	div#page-container .row_for_who_we_are {
		background-size: 85%;
	}

}

@media only screen and (max-width:980px) {
	.checklist ul li::before {
		top: 0px;
	}
}


/* end banner  */
/* counter  */

.cmn_counter .percent {
	margin-bottom: 0px !important;
	height: auto;
	font-family: "roc-grotesk", sans-serif;
}

.cmn_counter h3.title {
	padding-bottom: 0;
}

/* end c ounter  */
/* form area  */
.cmn_contact .gform_heading {
	display: none;
}

div#page-container .cmn_contact input,
div#page-container .cmn_contact textarea,
div#page-container .cmn_contact select {
	margin-top: 0 !important;
	border-radius: 100px;
	background: #fff;
	border: 1px solid #fff;
	transition: 0.3s ease-in;
	font-size: 21px;
	color: #242424;
	padding: 12px 25px;
	font-family: "proxima-nova", sans-serif !important;
	font-weight: 400;
}

/*  up  */
/* form style  */
div#page-container .cmn_contact input.button {
	background: #A8C6E8;
	border-color: #A8C6E8;
	border-radius: 100px !important;
	color: #364F6B;
	font-weight: 800;
	line-height: 1;
	font-family: "roc-grotesk", sans-serif !important;
	font-size: 24px;
	padding: 15px 23.5px;
	padding-bottom: 14px;
}


div#page-container .cmn_contact input.button:hover {
	background: #D00012;
	border-color: #D00012;
	color: #FCFEFF;
}

div#page-container .cmn_contact input.button {
	transition: all 0.5s linear;
}

div#page-container .cmn_contact input.button:hover {
	box-shadow: inset 8rem 0 0 0 #D00012, inset -8rem 0 0 0 #D00012;
}


div#page-container .cmn_contact.adv_cnt_f input.button {
	background: #CAE0D0;
}

/*  up  */
div#page-container .cmn_subs_form .gform-footer {
	padding: 0;
	margin: 0;
}

.form_text_u a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* up  */
div#page-container .cmn_contact .gform_fields {
	grid-column-gap: 8px;
}


/* end form area  */
/* tab area  */
div#page-container .accourdion_for_sp_with_img .et_pb_accordion_item {
	margin-bottom: 0;
	opacity: 0.5;
	border-left: 3px solid rgb(29 41 73 / 10%);
	padding: 0;
	padding-left: 30px;
	padding-bottom: 15px;
}

div#page-container .accourdion_for_sp_with_img .et_pb_accordion_item.et_pb_toggle_open {
	opacity: 1;
	border-left-color: #265A23;
}

/* .accourdion_for_sp_with_img  .et_pb_toggle_content {
    display: block !important;
}
 */

div#page-container .accourdion_for_sp_with_img .et_pb_accordion_item:first-child {
	padding-top: 20px;
}


.accourdion_for_sp_with_img .et_pb_toggle_title {
	padding-bottom: 10px;
	/*     padding-right: 0; */
}

/* end tab with image area  */

/* blog style  */


div#page-container .cmn_blog_style article {
	background: transparent;
	padding: 0;
}

div#page-container .cmn_blog_style article .entry-header {
	order: 3;
	padding: 0;
}

div#page-container .cmn_blog_style article .entry-meta {
	order: 2;
	padding-bottom: 15px;
	padding-top: 0;
	font-family: "roc-grotesk", sans-serif;
}

div#page-container .cmn_blog_style article .dp-dfg-image {
	margin: 0 !important;
	margin-bottom: 25px !important;
}

div#page-container .cmn_blog_style article .dp-dfg-image img {
	border-radius: 16px;
}

div#page-container .cmn_blog_style article .entry-meta span a {
	border-bottom: 2px solid #A8C6E8;
	transition: 0.3s ease-in;
}

div#page-container .cmn_blog_style article .entry-meta span a:hover {
	color: #D00012 !important;
	border-bottom-color: #D00012;
}

/* end blog style  */


/* news  */
.row_for_the_title_news h2 {
	padding-bottom: 0;
}

/* end news  */
@media only screen and (min-width:981px) and (max-width:1440px) {
	div#page-container div#et-boc .cmn_blog_style .entry-title {
		font-size: 22px !important;
	}

	.cmn_counter .percent-value {
		font-size: 40px;
	}

	.cmn_counter .title {
		font-size: 20px !important;
	}

	.accourdion_for_sp_with_img .et_pb_toggle_title {
		font-size: 20px !important;
	}

	.comon_title_for_40 h2 {
		font-size: 35px !important;
	}

	div#page-container .cmn_contact input {
		font-size: 18px !important;
	}

	div#page-container .cmn_contact.adv_cnt_f input.button {
		font-size: 18px;
		padding: 14px 23.5px;
	}

	/* baner respsonvei 
 * end   */
	div#page-container .banner_home .et_pb_slide_title {
		font-size: 55px !important;
	}

	.banner_home .et_pb_slide_description {
		max-width: 360px;
	}

	div#page-container .banner_home .et_pb_slide_content {
		font-size: 18px !important;
	}

	div#page-container .banner_home a.et_pb_button {
		font-size: 20px !important;
	}


	div#page-container .banner_home .button_with_ic_cmn::after {
		top: 4px;
	}

	.et_pb_fullwidth_slider_0.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
		margin-bottom: 0.6em !important;
	}


	/* 	end banner reponsive  */
}

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


	.row_for_counter .et_pb_column {
		position: relative;
		padding-right: 2%;
		margin-right: 2% !important;
		width: calc(25% - 2% + 0.5%) !important;
	}

	.row_for_counter .et_pb_column:nth-child(2) {
		width: 33% !important;
	}

}

.row_for_counter .et_pb_column:after {
	content: "";
	height: 100%;
	width: 3px;
	background: rgb(29 41 73 / 10%);
	position: absolute;
	top: 0;
	right: 0;
}

.row_for_counter .et_pb_column:last-child:after {
	display: none;
}

.row_for_counter .et_pb_column:last-child {
	padding-right: 0;
	margin-right: 0 !important;
}

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

	.row_for_counter .et_pb_column:nth-child(2):after {
		display: none;
	}

	.row_for_counter .et_pb_column:nth-child(1),
	.row_for_counter .et_pb_column:nth-child(2) {
		margin-bottom: 30px;
	}

	.row_for_counter .et_pb_column:after:nth-child(2) {
		display: none;
	}
}

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

	div#page-container .row_for_counter .et_pb_column {
		width: 100% !important;
		margin-bottom: 30px !important;
	}

	div#page-container .row_for_counter .et_pb_column:last-child {
		margin-bottom: 0 !important;
	}

	.cmn_counter .percent {
		margin-bottom: 5px !important;
	}

	.row_for_counter .et_pb_column:after {
		display: none;
	}

	.banner_home .button_with_ic_cmn::after {
		top: 8px;
	}
}

@media only screen and (min-width:981px) and (max-width:1100px) {
	div#page-container .cmn_contact input.button {
		font-size: 17px !important;
		padding: 13px 14.5px !important;
	}

	div#page-container .cmn_contact input {
		padding: 10.5px 25px;
	}
}

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

	/* 	.row_for_who_we_are .et_pb_column:nth-child(1) {
    max-width: 600px;
}
 */
	.row_for_who_we_are {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {
	.banner_home .button_with_ic_cmn::after {
		top: 5px;
	}
}

/* up  */
.resouce_text strong {
	font-family: "roc-grotesk", sans-serif;
}

/********************************************************* End home page area ***************************************/
/********************************************************* sart  page  area  ***************************************/
.inner_banner_title h1 span {
	color: #A8C6E8;
}

/* icon blurb  */
.custom_h_for_all h2 span {
	color: #A8C6E8;
}

.cmn_bold_ot_f_text h3 span {
	color: #fff;
}

.icon_right .et_pb_blurb_content {
	display: flex;
	flex-wrap: wrap;
}

.icon_right .et_pb_blurb_content .et_pb_main_blurb_image {
	order: 2;
}

.icon_right .et_pb_blurb_content .et_pb_blurb_container {
	order: 1;
	padding-left: 0;
	padding-right: 15px;
	width: calc(100% - 80px);
}

/* row  */
.icon_right .et_pb_module_header {
	padding-bottom: 0;
}

@media all and (min-width:981px) {
	div#page-container .row_for_spacing .et_pb_column {
		width: calc(33.33% - 20px + 6.66px);
		margin-right: 20px;
	}

	div#page-container .row_for_spacing .et_pb_column:last-child {
		margin-right: 0px;
	}

}

/* end blurb  */
@media all and (max-width:980px) {
	.row_for_spacing .et_pb_column {
		max-width: 500px;
	}

	.row_for_spacing {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.row_for_spacing .et_pb_column {
		margin-bottom: 20px;
	}

	.icon_issue .et_pb_blurb_container {
		width: 100%;
		text-align: center;
	}

	.icon_right .et_pb_blurb_content .et_pb_blurb_container {
		width: 200%;
	}

	.icon_right .et_pb_blurb_content .et_pb_main_blurb_image {
		order: 1;
	}

	.icon_right .et_pb_blurb_content {
		justify-content: center;
	}

	.icon_right .et_pb_blurb_content .et_pb_main_blurb_image {
		margin-bottom: 20px;
	}

	/* 	up  */
	.icon_issue .et_pb_blurb_content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.icon_issue .et_pb_main_blurb_image {
		margin-bottom: 20px;
	}

}

/* end  */
/* resposnive  */
@media only screen and (min-width:981px) and (max-width:1200px) {
	div#page-container .row_for_map_up {
		padding-bottom: 00px !important;
		background-size: 55%;
	}

	.icon_issue h3 {
		font-size: 21px !important;
	}

	.icon_right .et_pb_blurb_content .et_pb_main_blurb_image {

		margin-bottom: 5px;
	}

	.sp_title_text h3 {
		font-size: 21px !important;
	}

}

@media only screen and (min-width:1201px) and (max-width:1650px) {
	div#page-container .row_for_map_up {
		background-size: 75%;
	}
}

/* end responvei  */
/* up  */
.inner_banner_title .et_pb_module_heading {
	padding-bottom: 0;
}

.cmn_bold_ot_f_text strong {
	font-family: "roc-grotesk", sans-serif;
}

.icon_issue .et_pb_blurb_description strong {
	font-family: "roc-grotesk", sans-serif;
}

.icon_btm_o .et_pb_module_header {
	padding-bottom: 0;
}

/********************************************************* End another page  area  ***************************************/

/********************************************************* sart finshing   area  ***************************************/
div#page-container .contact_form_s input,
div#page-container .contact_form_s textarea,
div#page-container .cmn_contact select {
	border: 1px solid #A8C6E8
}


div#page-container .contact_form_s textarea {
	border-radius: 16px;
	resize: none;
}

div#page-container .contact_form_s input:hover,
div#page-container .contact_form_s textarea:hover,
div#page-container .cmn_contact select:hover {
	border: 1px solid #D00012;
}

.cmn_contact p {
	padding-bottom: 0;
}

/* new  */
div#page-container .cmn_contact select {
	width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: calc(100% - 12px);
	background-image: url("/wp-content/uploads/down.png");
	background-size: 18px;
}

/* end new  */
/* radio update  */
/* update  */
div#page-container .cmn_contact input[type=radio] {
	display: none !important;
}

div#page-container .cmn_contact input[type=radio] label {
	position: relative;
	cursor: pointer;
}

div#page-container .cmn_contact input[type=radio]+label:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 8px 0 8px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #A8C6E8;
	transform: translateY(-1px);
}

div#page-container .cmn_contact input[type=radio]:checked+label {
	position: relative;
}

div#page-container .cmn_contact input[type=radio]:checked+label:before {
	background-color: #FB0000;
}

div#page-container .cmn_contact.doate_form input.button {
	padding-left: 35px;
	padding-right: 35px;
}

/* end update  */

/* end radio update  */
/********************************************************* End finshing area  ***************************************/


/********************************************************* staf page  area  ***************************************/


.cmn_person p {
	padding-bottom: 0;
}

.cmn_person p.et_pb_member_position {
	padding-bottom: 8px;
	font-family: "roc-grotesk", sans-serif;
	font-weight: 800;
}


@media all and (min-width:981px) {
	.row_for_team .et_pb_column {
		padding-bottom: 80px;
	}

	.row_for_team .et_pb_column .et_pb_button_module_wrapper {
		position: absolute;
		width: 100%;
		bottom: 30px;
	}

	.row_for_team_last_c .et_pb_column:nth-child(3) {
		margin-right: 0;
		margin-bottom: 0;
	}

	.row_for_team_last_c .et_pb_column:last-child {
		display: none;
	}

	.row_for_team_last_c {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.row_for_team_c_2 {
		justify-content: center;
		display: flex;
	}

	.row_for_team_c_2 .et_pb_column:last-child {
		display: none;
	}

	.row_for_team_c_2 .et_pb_column:nth-child(2) {
		margin-right: 0;

	}

}

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

	.row_for_team_last_c .et_pb_column:nth-child(3),
	.row_for_team_c_2 .et_pb_column:nth-child(2) {
		margin-bottom: 0 !important;
	}
}

/* up  */

/* up  */
.cmn_person .et_pb_team_member_image {
	margin: 0 auto;
	margin-bottom: 20px;
}


/* team popup  */

.pum-theme-default-theme .pum-container {
	background: #fff !important;
}

.popup_row {
	width: 100% !important;
}

.popup_section {
	padding: 10px !important;
}

button.pum-close.popmake-close {
	background: #1D2949 !important;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 25px !important;
	transition: 0.3s ease-in;
}

button.pum-close.popmake-close:hover {
	background: #D00012 !important;
	color: #fff !important;
}

.pum-theme-default-theme {
	background: rgb(0 0 0 / 70%) !important;
}


/* popup content  */

.popup_content h4 {
	font-size: 30px;
}

@media all and (max-width:980px) {
	.popup_content h4 {
		font-size: 24px;
	}
}

@media all and (max-width:767px) {
	.popup_content h4 {
		font-size: 20px;
	}
}

.popup_content {
	color: #242424;
}


.popup_row {
	padding: 0 !important;
}

.popup_section .popup_content {
	margin-bottom: 0 !important;
}

@media all and (min-width:981px) {
	.popup_content {
		font-size: 20px !important;
	}
}

@media only screen and (min-width:981px) and (max-width:1650px) {
	.popup_content {
		font-size: 18px !important;
	}
}

@media all and (max-width:980px) {
	.popup_content {
		font-size: 17px !important;
	}
}

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

.popup_content a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* end poup content  */
.row_for_team .et_pb_team_member_description {
	padding-left: 15px;
	padding-right: 15px;
}

@media all and (max-width:980px) {
	.row_for_team {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.row_for_team .et_pb_column {
		max-width: 400px;
		padding-bottom: 30px;
	}
}

.cmn_person .et_pb_team_member_image {
	max-width: 100%;
	text-align: center;
}

@media only screen and (min-width:981px) and (max-width:1440px) {
	.cmn_person .et_pb_module_header {
		font-size: 20px !important;
	}

	.cmn_person p.et_pb_member_position {
		font-size: 18px !important;
	}

	div#page-container .et_pb_button {
		font-size: 18px !important;
	}


	.inner_banner_section {
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}
}

/********************************************************* End staf page area  ***************************************/

/********************************************************* medicine  area  ***************************************/


.text_un_cmn a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.text_un_cmn a:hover {
	text-decoration: none;
}

/* up  */
.fancybox__caption {
	display: none;
}

@media all and (min-width:981px) {
	div#page-container .row_for_subscrive .et_pb_column {
		width: calc(50% - 8px + 4px);
		margin-right: 8px;
	}

	div#page-container .row_for_subscrive .et_pb_column:last-child {
		margin-right: 0;
	}

}

/* upde  */
.left_con_img_c_cmn:hover {
	cursor: pointer;
}

.left_con_img_c_cmn.active {
	border-left-color: #265A23 !important;
	opacity: 1;
}

.left_con_img_c_cmn {
	opacity: 0.5;
	transition: 0.3s ease-in;
}

/*  icon  */

.pdf_ic_cmn .et_pb_image_wrap {
	max-width: 90px;
}

.pdf_ic_cmn .et_pb_main_blurb_image {
	margin-bottom: 20px;
}

/* end icon  */
div#page-container div#et-boc .contact_form_s input.ginput_total {
	background: transparent;
	border: 0px;
	padding: 0;
	font-weight: 800;
}

/* up */
@media all and (min-width:981px) {
	.bord_section .row_for_team .et_pb_column {
		padding-bottom: 30px !important;
	}
}

.cmn_under_hover a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.icon_for_link.checklist ul li::before {
	background-image: url(/wp-content/uploads/external-link.png);
}

/********************************************************* End medicine area  ***************************************/
.accordion_sp_inner .et_pb_toggle_title:before {
	display: block !important;
}

.form_text_u a:hover {
	/*     text-decoration: none; */
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

/* up  */
.cmn_overlay_banner {
	position: relative;
}

.cmn_overlay_banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 20%);
}

/********************************************************* End finshing area  ***************************************/
/********************************************************* End finshing area  ***************************************/
.counter_1 .title,
.counter_3 .title,
.counter_4 .title {
	max-width: 150px;
	margin: 0 auto;
}

.col_r {
	color: #c6dad4;
}

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

	div#page-container .cmn_contact input,
	div#page-container .cmn_contact textarea,
	div#page-container .cmn_contact select {
		font-size: 18px;
	}

	div#page-container .cmn_contact input.button {
		font-size: 20px;
	}
}

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

	div#page-container .cmn_contact input,
	div#page-container .cmn_contact textarea,
	div#page-container .cmn_contact select {
		font-size: 16px;
	}

	div#page-container .cmn_contact input.button {
		font-size: 20px;
	}
}

.cmn_subs_form .gform_confirmation_message {
	color: #fff !important;
	background: rgb(168 198 232 / 47%);
	border-radius: 16px;
}

/********************************************************* End finshing area  ***************************************/
.imp-tooltip-content a {
	color: #A8C6E8
}

/* .imp-tooltip-content a:hover{
    text-decoration:underline;
    text-underline-offset:2px;
}  */

/* up  */
@media all and (min-width:981px) {
	div#page-container header#main-header ul li li a {
		color: #242424 !important;
	}
}

ul#top-menu li li a {
	position: relative;
}

ul#top-menu li li a:hover {
	background: transparent;
}

ul#top-menu li li a:before {
	left: 0;
	transform: translatex(-00%)
}

div#page-container header#main-header ul li li a {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
	padding-bottom: 3px;
	line-height: 1;
	display: inline-block;
	width: auto;
}

div#page-container header#main-header ul li li {
	width: 100%;
}

/* up  */
.cmn_contact .gform_confirmation_message {
	color: #242424 !important;
	background: rgb(168 198 232 / 47%);
	border-radius: 16px;
	background-image: url(/wp-content/uploads/section-bg.png);
	background-repeat: no-repeat;
}

/* update  */
.cmn_subs_form .gfield--type-submit {
	justify-content: center;
}

/* up  */
.row_for_last_clmn .et_pb_column:nth-child(2) {
	margin-bottom: 0;
}


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

	.banner_home:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(0 0 0 / 45%);
		/* background:red; */
		top: 0;
		left: 0%;
		opacity: 0.77;
	}

}

/********************************************************* End finshing area  ***************************************/
.row_for_single_page .et_pb_button_module_wrapper {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0 !important;
}

.row_for_single_page .et_pb_button_module_wrapper {
	display: inline-block;

	margin-bottom: 20px !important;
}


.cmn_sp_add,
.cmn_sp_phone {
	display: inline-block;

}

.cmn_sp_add {
	margin-right: 20px;
}

/*  up  */
.area_of_phone_ad {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

@media all and (max-width:640px) {
	.row_for_single_page .et_pb_button_module_wrapper {
		display: block;
	}
}

/********************************************************* End finshing area  ***************************************/

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

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

/* CSS by Hridoy starts here */

.dp-dfg-skin-default .dp-dfg-filter a.active,
.dp-dfg-skin-default .pagination li.active a,
.et-l .dp-dfg-skin-default .dp-dfg-filter a.active,
.et-l .dp-dfg-skin-default .pagination li.active a {
	color: #ffffff;
	background-color: #364f6b;
}


/* hpi  */
@media all and (min-width:981px) {
	.row_for_counter.row_counter_for_3 .et_pb_column {
		position: relative;
		padding-right: 2%;
		margin-right: 2% !important;
		width: calc(33.33% - 2% + 0.5%) !important;
	}


	.row_for_counter.row_counter_for_3 .et_pb_column:last-child {
		margin-right: 0 !important;
		padding-right: 0;
	}
}

.row_counter_for_3 .counter_2 .percent-value:after {
	content: "+";
}

.row_counter_for_3 .counter_2 .percent-value:before {
	content: "$";
}

.row_counter_for_3 .counter_1 .percent-value:before {
	content: "Over ";
}

/* end hpi -  */

/* food pharmacy  */
.row_for_food_p .counter_2 .percent-value:before,
.row_for_food_p .counter_2 .percent-value:after {
	display: none;
}

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

	.row_for_exter_blo_cm .resouce_text h3 {
		font-size: 18px !important;
	}

}

/* up  */
.number_li ol li {
	margin-bottom: 5px;
	line-height: 1.26em;
}

.number_li ol {
	padding-bottom: 0;
}

/* update  */
.slider_custom .et_pb_slide_image {
	margin-top: 0 !important;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	margin-right: 0;
	border-radius: 50%;
	overflow: hidden;
	top: 0;
}

.slider_custom .et_pb_slide_description {
	width: 100%;
	display: block;
}

.slider_custom .et_pb_slide_image img {
	border-radius: 50% !important;
	overflow: hidden;
	max-width: 120px;
}

/* up  */
.slider_custom h4 {
	font-size: 20px;
	color: #fff;
}

.slider_custom .et_pb_slide_content {
	max-width: 1150px;
	margin: 0 auto;
}


.slider_custom .et_pb_slide {
	padding-left: 0;
	padding-right: 0;
}

@media all and (min-width:768px) and (max-width:980px) {
	.slider_custom h4 {
		font-size: 18px;
	}

	.slider_custom .et_pb_slide_image {
		display: block !important;
		margin-bottom: 20px;
	}

	.slider_custom .et_pb_slide_image img {
		max-width: 100px;
	}
}

@media all and (max-width:767px) {
	.slider_custom h4 {
		font-size: 17px;
	}
}

.slider_custom .et_pb_slide_0 .et_pb_slide_content {
	max-width: 900px;
}

@media all and (max-width:980px) {
	.banner_home .et_pb_slide .et_pb_container {
		width: 100% !important;
	}

	div#page-container .et_pb_button {
		font-size: 18px;
	}
}

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

	div#page-container .et_pb_button {
		font-size: 16px;
	}
}

/* end food pharmacy  */

/* map hover area  */
.imp-tooltip {
	border: 2px solid #A8C7E8;
	padding: 20px !important;
}

.title_logo_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.logo_area {
	max-width: 150px;
	/* width: 100px; */
}

.map_title {
	width: calc(100% - 150px);
}

.map_title h3 {
	font-size: 23px;
	/*     max-width: 250px; */
	text-align: left;
}

.logo_area img {
	max-width: 100px;
}

.buttonarea_map {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.button_2_area a {
	border: 1px solid;
}

.button_2_area a {
	background: transparent;
	position: relative;
	padding: 12px 23px 10px 23px;
	border-radius: 100px;
	font-weight: 600 !important;
	border: 2px solid #A8C6E8;
	font-size: 20px;
	line-height: 1;
	color: #1D2949 !important;
}

.button_2_area a:hover {
	text-decoration: none;
}

.button_2_area a {
	transition: all 0.5s linear;
}

.button_2_area a:hover {
	box-shadow: inset 8rem 0 0 0 #D00012, inset -8rem 0 0 0 #D00012;
}

.button_2_area a:hover {
	background: #D00012;
	color: #FCFEFF !important;
	border-color: #D00012;

}

.button_2_area a:nth-child(1) {
	margin-right: 10px;
}

/* phone  */

.phone_icon_aea a {
	width: 52px;
	height: 52px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #deefff;
	transition: 0.3s ease-in;
	margin-left: 10px;
}

.phone_icon_aea a:hover {
	background: #D00012;
}

.phone_icon_aea a:hover img {
	filter: brightness(0) invert(1)
}

/* up  */
.map_title h3 a {
	color: #1d2949;
}

.map_title h3:hover a {
	color: #FB0000;
}

/* up  */
.section_for_box_ic_is .sp_title_text h3 {
	padding-bottom: 0;
}

/* up  */
.sp_aproch_link_st a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.sp_aproch_link_st a:hover {
	text-decoration: none;
}

@media all and (max-width:980px) {
	.cmn_blog_style .entry-meta span.terms a {
		font-size: 14px !important;
	}

}

.bord_section .row_for_team .et_pb_column .cmn_person {
	margin-bottom: 0 !important;
}


.bord_section .row_for_team .et_pb_column .cmn_person p.et_pb_member_position {
	padding-bottom: 0
}

.cmn_person p.et_pb_member_position {
	font-weight: 500;
}

/* up  */
@media all and (min-width:850px) and (max-width:980px) {
	.row_for_team .et_pb_column {
		max-width: 450px;
	}

	.cmn_person .et_pb_team_member_image img {
		width: 100%;
	}
}

/* up  */
@media all and (max-width:767px) {
	.modula_gallery_style .modula-items {
		display: flex;
		gap: 10px;
	}

	div#page-container .modula_gallery_style .modula-items .modula-item {
		width: calc(50% - 10px);

	}

	.cmn_img_2_in_one_left {
		margin-right: 16px;
	}

	.cmn_img_2_in_one {
		width: calc(50% - 8px) !important;
	}

	/* 	up  */
	.icon_for_link.checklist ul li::before {
		width: 16px;
	}

	.icon_for_link ul li {
		padding-left: 25px;
	}

}


.banner_home .et_pb_container {
	width: 100% !important;
}

.banner_home .et_pb_slide {
	padding-left: 5% !important;
}

/* blog  */
.food_bank_post a.dp-dfg-image-link img {
	margin: 0 auto;
	max-width: 200px;
}

div#page-container .food_bank_post article .dp-dfg-image {
	margin-bottom: 10px !important;
}

/* up  */
@media all and (min-width:981px) {
	span.sp_title_2ndp {
		width: calc(100% + 80px);
		display: block;
	}
}

/* end map hover area  */

ul#top-menu li li:hover ul li a:before,
ul#top-menu li ul.sub-menu .current_page_item ul li a:before,
ul#top-menu li ul.sub-menu li:hover ul li a:before {
	width: 0%;
}


div#page-container ul#top-menu ul ul li:hover a:before {
	width: 100%;
}

@media all and (max-width:980px) {
	.row_counter_for_3 .et_pb_column:after {
		display: none;
	}

}


/* update  */


.why_health_counter_section .row_counter_for_3 .cmm_times span.percent-value:before {
	content: "";
}

.why_health_counter_section .row_counter_for_3 .cmm_times span.percent-value:after {
	content: " Times"
}

.why_health_counter_section .row_counter_for_3 .cmm_times .percent {
	margin-bottom: 10px !important;
}

.counter_d_6 span.percent-value:after {
	content: " (Twice)";
}

/* end uptea  */
@media only screen and (min-width:981px) and (max-width:1650px) {
	.resouce_text h3 {
		font-size: 20px !important;
	}
}

/* poupoup responsive  */
@media all and (max-width:767px) {
	.map_title {
		width: 100%;
	}

	.map_title h3 {
		font-size: 20px;
		max-width: 100%;
	}

	.logo_area {
		order: 1;
		padding-bottom: 5px;
	}

	.map_title {
		order: 2;
	}

	.button_2_area {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.phone_icon_aea {
		margin-top: 10px;
	}


	.imp-tooltip-content {
		padding: 5px !important;
		border: 2px solid #A8C7E8;
	}

	.buttonarea_map {
		margin-top: 0px;
	}
}

/* end popup resposnive  */
/*  up  */
@media all and (max-width: 980px) {
	.button_2_area a {
		background: transparent;
		position: relative;
		padding: 12px 23px 10px 23px;
		border-radius: 100px;
		font-weight: 600 !important;
		border: 2px solid #A8C6E8;
		font-size: 16px;
		line-height: 1;
		color: #1D2949 !important;
	}

	.phone_icon_aea a {
		width: 40px;
		height: 40px;
		margin-left: 0;
	}
}

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


	.row_for_map .et_pb_column:nth-child(2) {
		width: 80%;

	}


	.row_for_map .et_pb_column:nth-child(1) {
		width: 360px;
	}

	.row_for_map .et_pb_column:nth-child(1) .map_text {
		width: 500px;
	}

}


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


	.row_for_map .et_pb_column:nth-child(2) {
		width: 80%;
	}


	.row_for_map .et_pb_column:nth-child(1) {
		width: 190px;
	}

	.row_for_map .et_pb_column:nth-child(1) .map_text {
		width: 350px;
	}

}


/* image popup  */
@media all and (max-width:980px) {
	div#page-container .cmn_logo {
		display: inline-block;
		margin-bottom: 00px;
	}


	.row_for_logo_popup .et_pb_column {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
		align-items: center;
	}

	.popup_row .button_2_area {
		display: flex;
		flex-wrap: wrap;
	}

	.popup_row .buttonarea_map {
		gap: 10px;
	}

	.imp-tooltip-content {
		border: 2px solid #A8C7E8;
	}

	.buttonarea_map {
		gap: 10px;
	}

	.pum-theme-lightbox .pum-container button.pum-close.popmake-close {
		font-size: 12px !important;
	}

}

/* up  */

@media only screen and (min-width:767px) and (max-width:980px) {
	.pum-container.pum-responsive {
		max-width: 70% !important;
		margin: 0 auto !important;
		display: flex;
		left: 15% !important;
	}
}

/* end image popup  */
@media all and (max-width:500px) {
	div#page-container .cmn_logo {
		width: calc(50% - 10px);
	}
}

@media only screen and (min-width:501px) and (max-width:767px) {
	div#page-container .cmn_logo {
		width: calc(33.33% - 10px);
	}
}

/* update  */

.popup_content .et_pb_text_inner a:hover {
	color: #a8c6e8 !important;
}

.popup_content a {
	transition: 0.2s !important;
	color: #d00012
}

.pum-theme-598 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
	font-size: 13px !important;
	line-height: 20px !important;
}

#top-menu li .menu-item-has-children>a:first-child:after {
	right: -20px;
	top: 5px;
}

body .gform_wrapper .hidden_label .address_state,
body .gform_wrapper .hidden_label .address_zip {
	margin-top: 0px !important;
}

div#page-container .cmn_contact input,
div#page-container .cmn_contact textarea,
div#page-container .cmn_contact select {
	font-size: 18px;
}

div#page-container .cmn_contact input,
div#page-container .cmn_contact textarea,
div#page-container .cmn_contact select {
	color: #757575;
}

div#page-container .cmn_contact input,
div#page-container .cmn_contact textarea,
div#page-container .cmn_contact select option {
	color: #242424;
}

div#page-container .cmn_blog_style article:hover .entry-title {
	color: #D00012 !important;
}

div#page-container .area_of_phone_ad .et_pb_blurb_description a {
	transition: color 300ms ease 100ms;
}

div#page-container .area_of_phone_ad .et_pb_blurb_description:hover a {
	color: #D00012 !important;
}

@media all and (max-width: 980px) {
	div#page-container .cmn_contact input.button {
		font-size: 16px;
	}

	div#page-container .cmn_contact input,
	div#page-container .cmn_contact textarea,
	div#page-container .cmn_contact select {
		font-size: 16px;
	}
}

div#page-container .row_two_clm.et_pb_row {
	justify-content: center;
}

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

.two-columns .et_pb_column {
width: 50%!important;
}

.three-columns .et_pb_column {
width: 33.33%!important;
}

.four-columns .et_pb_column {
width: 25%!important;
}

}
 */
 
 
.row_for_counter_up .counter_2 span.percent-value:after {
    content: " Million";
}
 
.row_for_counter_up .counter_1 span.percent-value:after {
    content: "+";
}

/* up  */
div#page-container .footer_menu_cmn.footer_btm_menu ul li:nth-child(1):after {
    display: none;
}

div#page-container .footer_menu_cmn.footer_btm_menu ul li:nth-child(1){
    padding-left:0;
}

/* update for rev 1  */
.section_for_blur_f_me .icon_issue a {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.section_for_blur_f_me .icon_issue a:hover {
    text-decoration: none;
}
@media all and (min-width:981px){
	.nav li ul {
    width: 260px;
}
	.nav li li ul{
		left:260px;
	}
}
.left_con_img_c_cmn:hover {
    opacity: 1;
}
.row_for_team .et_pb_column {
    transition: 0.3s ease-in;
}


@media all and (max-width:980px){
	div#page-container .slider_custom.et_pb_slider .et-pb-arrow-next,div#page-container .slider_custom.et_pb_slider .et-pb-arrow-prev {
    font-size: 35px;
}

div#page-container .slider_custom.et_pb_slider  .et-pb-arrow-next {
    right: -2%;
}

div#page-container .slider_custom.et_pb_slider .et-pb-arrow-prev {
    left: -2%;
}

.slider_custom {
    overflow: visible !important;
}
	
}
@media all and (max-width:980px){
.slider_custom {
    padding-left: 5%;
    padding-right: 5%;
}
}

/* up  */
.map_info_cmn span.et_pb_image_wrap {
    max-width: inherit;
}

.map_info_cmn .et_pb_blurb_container span {
    text-underline-offset: 3px;
}

.map_info_cmn .et_pb_blurb_container span:hover {
    text-decoration: none !important;
}

/* row for up  */

@media only screen and (min-width:768px) and (max-width:1440px){
div#page-container .section_for_box_find_food .et_pb_button {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 17px !important;
}
}
@media all and (max-width:1440px){
 .section_for_box_find_food .et_pb_button_module_wrapper {
    width: 180px;
}
}

.section_for_box_find_food  .icon_issue {
    margin-bottom: 20px !important; 
}

 
/* end row for up  */
@media all and (min-width:981px){
.slider_custom.et_pb_slider .et-pb-arrow-next {
    right: 0px;
    opacity: 1;
}
.slider_custom.et_pb_slider .et-pb-arrow-prev {
    left: 0px;
    opacity: 1;
}
}
.slider_custom.et_pb_slider .et-pb-arrow-prev,.slider_custom.et_pb_slider .et-pb-arrow-next {
    background:#FB0000;
    border-radius:5px;
}
.slider_custom.et_pb_slider .et-pb-arrow-prev:hover,.slider_custom.et_pb_slider .et-pb-arrow-next:hover {
    background:#fff;
    border-radius:5px;
}
 
@media all and (max-width:767px){
	div#page-container .slider_custom.et_pb_slider .et-pb-arrow-next,div#page-container .slider_custom.et_pb_slider .et-pb-arrow-prev {
    font-size: 25px;
}
div#page-container .slider_custom.et_pb_slider  .et-pb-arrow-next {
    right: -3%;
}

div#page-container .slider_custom.et_pb_slider .et-pb-arrow-prev {
    left: -3%;
}

 
}

@media all and (max-width:980px){
	.section_for_box_find_food .row_for_spacing  .et_pb_column {
    padding-bottom: 4.5em;
}
 
}
 
/* up  */
.popup_row 
 .popup_content h4 {
    color: #1d2949 !important;
}
/* end rev 1 update  */
/* rev 2 up  */
.table_custom   thead th {
    background: #364f6b !important;
    color:#fff;
}


 .table_custom   thead th:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;  
 }

 .table_custom tbody  tr td:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
 
.table_custom table:not(.variations) {
    border-color: #000;
}


/* up  */
.table_custom   .dt-container .dt-paging .dt-paging-button {
    border-color: #A8C6E8;
    font-size:18px 
}

 

.table_custom   .dt-container .dt-paging .dt-paging-button.current, .table_custom   .dt-container .dt-paging .dt-paging-button:hover {
    border-color: #D00012 !important;
}
 

/* end rev 2  */
/*  up  */

 

.table_custom input, .table_custom select {
	margin-top: 0 !important;
	border-radius: 100px;
	background: #fff;
	border: 1px solid #fff;
	transition: 0.3s ease-in;
	font-size: 18px;
	color: #242424;
	padding: 10px 25px !important;
	font-weight: 400;
}
.table_custom   input, .table_custom   select {
	border: 1px solid #A8C6E8
}


 
.table_custom   input:hover,
.table_custom  select:hover {
	border: 1px solid #D00012;
}
.table_custom   select {
	width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: calc(100% - 12px);
	background-image: url("/wp-content/uploads/down.png");
	background-size: 16px;
} 

/*  table  */
@media all and (min-width:768px){
.table_custom   .dt-container .dt-layout-row{
    width:100%;
}
.table_custom   .dt-container .dt-layout-row:nth-child(1) {
    width: 50%;
}

.table_custom   .dt-container .dt-layout-row:nth-child(2) {
    width: 50%;
}


.table_custom  .dt-container {
    display: flex;
    flex-wrap: wrap;
}
}
/* end table  */

@media all and (min-width:981px){
	.row_for_food_med_c.row_for_counter .et_pb_column {
    position: relative;
    padding-right: 2%;
    margin-right: 2% !important;
    width: calc(25% - 2% + 0.5%) !important;
}

 

.row_for_food_med_c.row_for_counter .et_pb_column:last-child {
    padding-right: 0;
    margin-right: 0 !important;
}


}

/* UPDATE  */

  .row_for_food_med_c  .cmm_times span.percent-value:after {
    content: " Times";
}

/* upda  */
@media all and (max-width:500px){
.table_custom   tr td {
    
    padding: 5px;
}
}
 
 div#page-container .row_for_meet_lauren .et_pb_button_module_wrapper {
    position: relative;
    bottom: inherit;
}
div#page-container .row_for_meet_lauren .et_pb_button:hover {
    box-shadow: inset 15rem 0 0 0 #D00012, inset -15rem 0 0 0 #D00012;
}
@media all and (min-width:981px){
	.bord_section .row_for_team.row_for_meet_lauren .et_pb_column:last-child {
    padding-bottom:0px !important;
}

}

/* up  */
@media all and (max-width:980px){
.row_middle_single_cmn_mar.sp_up_s_2  .et_pb_column:nth-child(2) {
    margin-bottom: 0;
}
}
/* end up  */
.row_for_meet_lauren .cmn_person   .et_pb_team_member_image:after {
    content: "A food pharmacy guest brings healthy food home. (Blue Ridge Area Food Bank, Verona)";
    position: relative;
    color: #fff;
    top: 20px;
    z-index: 5;
    line-height: 1.3em;
    font-style: italic;
	font-size:18px;
}
@media all and (max-width:980px){
	.row_for_meet_lauren .cmn_person   .et_pb_team_member_image:after {
		font-size:16px;
	}
}
@media all and (max-width:767px){
	.row_for_meet_lauren .cmn_person   .et_pb_team_member_image:after {
		font-size:15px;
	}
}
.row_for_meet_lauren .cmn_person .et_pb_team_member_image {
    overflow: visible;
    padding-bottom: 20px;
}
/* END UP DATE  */

@media (max-width: 767px) { 
    .widget-0 {
        width: 100% !important;
        display: block;
    }
	.dt-container .dt-layout-row {
    justify-content: center;
}
	.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-end {
    margin-top: calc(0lh + 10px);
		margin-left: 0;
}
}

/* up  */
.last_row_zip .et_pb_column:nth-child(2) {
    padding-bottom: 30px !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.last_row_zip .et_pb_column:nth-child(3) {
    margin-bottom: 0 !important;
    display: none;
}

.last_row_zip {
    justify-content: center;
}

/* update  */
.search_sp_fa .swp-input{
    background-image: url("/wp-content/uploads/search-interface-symbol.png") !important;
    background-position: right 20px top 50% !important;
    background-size: 20px auto !important;
    /* padding-right: 38px !important; */
    /* padding-left: 0.7em !important; */
    background-repeat: no-repeat !important;
}
 
/* update  */

@media all and (max-width:767px){
	.section_for_box_ic_is_sps .icon_issue .et_pb_main_blurb_image {
    width: auto;
}
}

/* update  */

/* up  */
.row_for_search_spu .et_pb_blurb_description {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10px;
}

/* side bar area  */
 
.side_bar_style {
    padding-right: 0;
    border-right: 0px;
}
 
div#page-container .side_bar_style .et_pb_widget  {
    margin-bottom: 30px;
}
 

.side_bar_style .cmn_sidebar_title {
    font-size: 24px;
    padding-bottom: 0;
}

div#page-container .custom_recent_post  .wp-block-latest-posts__post-title {
    font-weight: 700;
    color: #1d2949;
    font-size:20px ;
} 

div#page-container .custom_recent_post  li:last-child {
    margin-bottom: 0;
} 

.custom_recent_post  li a img {
    width: 100%;
    height: 100%;
}
  
/* up  */
.side_bar_style  .widget_categories h4.widgettitle {
    display: none;
}
 
div#page-container .side_bar_style .widget_categories ul li a,div#page-container .side_bar_style .post_archive_custom  li a{
    font-weight:600;
    color:#242424;
    font-size:20px;
    transition:0.3s ease-in;
}
  div#page-container .side_bar_style .widget_categories ul li a:hover,div#page-container .side_bar_style .post_archive_custom  li a:hover{
          color:#d00012
  }

div#page-container .side_bar_style .et_pb_widget:last-child {
    margin-bottom: 0;
}
 

.post_archive_custom  li:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width:981px) and (max-width:1650px){
  div#page-container .custom_recent_post .wp-block-latest-posts__post-title, div#page-container .side_bar_style .widget_categories ul li a,div#page-container .side_bar_style .post_archive_custom  li a{
   font-size:18px;
   }  
    div#page-container .side_bar_style .et_pb_widget{
        margin-bottom:20px;
    }
}
@media all and (max-width:980px){
    div#page-container .side_bar_style .widget_categories ul li a,div#page-container .side_bar_style .post_archive_custom  li a{
    font-size:17px;
    }
    div#page-container .side_bar_style .et_pb_widget{
        margin-bottom:20px;
    }
    .side_bar_style .cmn_sidebar_title{
        font-size:20px;
    }
    div#page-container .custom_recent_post .wp-block-latest-posts__post-title{
        font-size:17px;
    }
}
 
@media all and (max-width:767px){
    div#page-container .side_bar_style .widget_categories ul li a,div#page-container .side_bar_style .post_archive_custom  li a{
    font-size:16px;
    }
    .side_bar_style .cmn_sidebar_title{
        font-size:18px;
    }
    div#page-container .custom_recent_post .wp-block-latest-posts__post-title{
        font-size:16px;
    }
}
 
/* up  */
div#page-container .side_bar_style .et_pb_widget:nth-child(4),div#page-container .side_bar_style .et_pb_widget:nth-child(6) {
    margin-bottom: 15px;
}

div#page-container .side_bar_style .et_pb_widget.widget_categories ul li:last-child {
    margin-bottom: 0;
}

/* up  */
div#page-container .custom_recent_post .wp-block-latest-posts__post-title:hover {
    color: #d00012;
}

div#page-container .custom_recent_post .wp-block-latest-posts__post-title {
    transition: 0.3s ease-in;
}
/* end side bar area  */
div#page-container  .side_bar_style input {
    margin-top: 0 !important;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #A8C6E8;
    transition: 0.3s ease-in;
    font-size: 21px;
    color: #242424;
    padding: 12px 10px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
} 
 

div#page-container .side_bar_style input:focus,div#page-container .side_bar_style input:hover {
    border-color: #d00012;
}

div#page-container .side_bar_style button.wp-block-search__button {
	background: #364f6b;
	color: #fff;
	font-weight: 700;
	font-size: 0;
	padding: 9px;
	/* position: relative; */
	border-radius: 0px 5px 5px 0px;
	border-color: #364f6b;
}

div#page-container .side_bar_style button.wp-block-search__button:after {
    content: '\55';
    font-family: ETModules;
    font-size: 19px;
/*     transform: rotate(-79deg);
    position: absolute;
    right: 6px;
    top: 10px; */
}

div#page-container .side_bar_style button.wp-block-search__button:hover {
    background: #d00012;
	border-color:#d00012;
}

/* up  */
.side_bar_style  .wp-block-latest-posts__featured-image a {
    display:block;
}
