/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 3.0.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 {
	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 {
	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"] {
	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 {
	position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.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 {
	background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.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 {
	content: '\32';
}

/* hide sub menus by default */
#main-header #mobile_menu.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 {
	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 {
	padding-left: 0;
}

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

/* indent sub menu */
#main-header #mobile_menu.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 {
	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 {
	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 {
	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 {
	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_RGB.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 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: #045948;
	/* set font size helps make icon sharper */
	font-size: 22px;
	
	font-weight: normal;
	font-family: 'Font Awesome 5 Free';
	content: "\f14a";
	font-weight: 900;
}

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


.boxshdocom .et_pb_column_4_4 {
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    padding: 38px 25px !important;
}

.wpbdp-main-box {
   
    background: #055a4a;
}

.wpbdp-with-button-styles .wpbdp-main-box input[type=submit] 
{font-size: 20px;
    font-weight: 600;
    color: white;
}

.wpbdp-categories a {
    color: #055a49;
    font-weight: 600;
    font-size: 20px;
}

.wpbdp-main-box .box-col input {
    padding: 12px;
    font-weight: bold;
}

.wpbdp-main-box .box-col a {
color:white;}

.wpbdp-with-button-styles .wpbdp-button {

    color: white;
}

.wpbdp-main-box .box-col input {
    margin-top: 10px;
}

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


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

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 */
/* .et_pb_text_inner ul:not(.gform_fields) li, .et_pb_blurb_description ul li {
    padding-left: 10px;
    margin-bottom: 10px;
}
.et_pb_text_inner ul:not(.gform_fields) li::marker, .et_pb_blurb_description ul li::marker {
    content: '\e052';
    font-family: ETmodules;
    color: #F26C10;
    margin-right: 10px;
} */

/* end divi text icon  */
/* -- Scroll to Top Style -- */
.et_pb_scroll_top.et-pb-icon {
	background: #055A4A;
	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;
	}
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* end cmn global  */
/********************************************************* End Global area  ***************************************/
/*********************************************************  Header area ***************************************/
/*set the defautl background color of the header section*/
.pa-header {
	background: transparent;
	-webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}


/*set the background color of the fixed header when scrolling*/
.pa-fixed-header {
	background-color: #fff !important;
	-webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}

/* update with custom */
/* update header  */
.primary_menu li a:hover {
	/* 	color: #BAD074 !important; */
	opacity: 1 !important;
}

@media all and (min-width: 981px) {
	.primary_menu li a {
		position: relative;
	}

	.primary_menu li a:before {
		position: absolute;
		content: "";
		width: 0%;
		height: 2px;
		background: #065949;
		left: 0;
		bottom: 0;
		transition: 0.3s ease-in;
		border-radius: 5px;
	}

	.primary_menu li li a:before {
		left: 0;
	}

	.primary_menu li li a:before {
		background: #065949 !important;
	}

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

	.primary_menu li.menu-item-has-children a:before {
		width: 0;
	}

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

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

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

	.primary_menu li.contact_menu_btn a:before {
		height: 0;
	}

	.et-fixed-header .primary_menu li a:before {
		background: #065949;
	}

	div#page-container .menu_btn_class a:before {
		display: none;
	}
}

/* end update  */
div#page-container #et-boc  .pa-fixed-header .primary_menu ul li a {
    color: #045948 !important;
}

.primary_menu ul li a {
	padding-bottom: 8px !important;
	line-height: 1 !important;
	padding-top: 2px !important;
}

.primary_menu ul li a {
	position: relative;
}

.primary_menu ul li {
	align-items: center !important;
}

/* end bupdae  */
/* search box  */
div#page-container .search_in_menu input.et_pb_s {
    background: #fff !important;
    padding: 10px !important;
    font-size: 16px;
    border: 0px !important;
}

div#page-container .pa-fixed-header .search_in_menu input.et_pb_s {
	background-color: #0659493d !important;
}


.search_in_menu input.et_pb_s::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
}

.search_in_menu input.et_pb_s::-moz-placeholder {
	/* Firefox 19+ */

	opacity: 1;
}

.search_in_menu input.et_pb_s:-ms-input-placeholder {
	/* IE 10+ */

	opacity: 1;
}

.search_in_menu input.et_pb_s:-moz-placeholder {
	/* Firefox 18- */

	opacity: 1;
}

/* end search box  */
/* up */
div#page-container .search_in_menu input.et_pb_searchsubmit {
    /* background: #065949; */
    background-color: transparent !important;
    color: transparent !important;
    border: none;
    width: 40px;
    z-index: 2;
    margin-left: 5px !important;
}

 div#page-container .search_in_menu .et_pb_searchform:before {
	content: '\55';
	position: absolute;
	font-family: 'ETModules';
	z-index: 1;
	right: 0;
	font-size: 18px;
	padding: 10px 11px;
	color: #fff;
	background: #065949;
	width: 40px;
	height: 48.88px;
	padding: 0;
	text-align: center;
	line-height: 48.88px;
}


.search_in_menu {
	border: 0px !important;
}

/* up  */

.primary_menu .et_pb_menu__logo img {
	transition: 0.3s ease-in;
}

.pa-fixed-header .primary_menu .et_pb_menu__logo img {
	max-width: 100px;
}

/* up date for menu  */
.search_in_menu {
	transform: translateY(0px);
	position: relative;
	z-index: 5;
}

.primary_menu {
	margin-top: -25px;
}
.pa-fixed-header .primary_menu {
    margin-top: -15px;
}
.primary_menu nav.et-menu-nav {
	align-items: center !important;
}

.primary_menu .et_pb_menu__menu {
	align-items: center !important;
}

.primary_menu .et_pb_menu__wrap {
	align-items: center !important;
}

.primary_menu .et_pb_menu_inner_container {
	align-items: center !important;
}

.primary_menu {
	align-items: center !important;
}

/* header resposnsive  */


@media only screen and (min-width:981px) and (max-width:1150px) {
	div#page-container .primary_menu ul li a {
		font-size: 11px !important;
	}

	div#page-container .primary_menu ul li {
		padding-left: 2px;
		padding-right: 2px;
	}

	div#page-container .et_pb_menu__logo {
		margin-right: 0px !important;
	}

	div#page-container .et_pb_menu__logo-wrap {
		max-width: 88px !important;
		margin-right: 10px;
	}

	.pa-fixed-header .primary_menu .et_pb_menu__logo img {
		max-width: 80px !important;
	}
}

@media only screen and (min-width:1100px) and (max-width:1280px) {
	div#page-container .primary_menu ul li a {
		font-size: 13px !important;
	}

}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	div#page-container .primary_menu ul li a {
		font-size: 13.5px !important;
	}
}

@media only screen and (min-width:1441px) and (max-width:1650px) {
	div#page-container .primary_menu ul li a {
		font-size: 16px !important;
	}
}


/* end header responsive  */
.search_in_menu .et_pb_searchform:hover:before {
	background: #337ab7;
}

.search_in_menu .et_pb_searchform:before {
	transition: 0.3s ease-in;
}

/* mobile menu  */
@media all and (max-width:980px) {
	.mobile_menu span.mobile_menu_bar {
		background: #055A4A;
		border-radius: 3px;
	}

	.mobile_menu .et_pb_menu__search-input {
		border: 1px solid #055A4A !important;
		padding: 8px;
		color: #000 !important;
		/* color: #fff !important; */
		opacity: 1 !important;
		background: #fff !important;
	}


	.mobile_menu {
		margin-top: 0;
	}

	.mobile_menu .et_pb_menu__search-button:after {
		color: #055A4A !important;
	}
.et_pb_menu_1_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button {
    color: #055A4A !important;
}
	.pa-fixed-header .mobile_menu .et_pb_menu__logo img,
	.mobile_menu .et_pb_menu__logo img {
		max-width: 80px !important;
	}

	/* u  */
	div#page-container .mobile_menu ul.et_mobile_menu {
		margin-top: 10px;
		background-color: #fff !important;
	}
}

/* end  */
/********************************************************* End Header area   ***************************************/

/********************************************************* Footer area  ***************************************/

.footer_bottom div#freshy_copyright {
	justify-content: center;
}

.footer_bottom span.copyright_text {
	font-size: 17px;
	font-family: 'Hind', Helvetica, Arial, Lucida, sans-serif;
}


/********************************************************* End footer area   ***************************************/
/********************************************************* Home page area  ***************************************/
/* section title  */
.cmn_for_section_title h3 {
	padding-bottom: 0;
	transform: translateY(10px);
}

@media all and (max-width:980px) {
	.cmn_for_section_title h3 {
		transform: translateY(5px);
	}
}

@media all and (min-width:768px) {

	.cmn_for_section_title h2:after {
		content: "";
		border: 1px solid #e6edf2;
		display: inline-block;
		padding: 50px 35px 20px;
		box-shadow: 0px 0px 11px 0px rgb(230 237 242);
		left: 0;
		width: 100%;
		position: absolute;
		height: 100%;
		top: -68px;
	}

	.cmn_for_section_title h2 {
		position:
			relative;
		display: inline-block;
	}

	.cmn_for_section_title h3,
	.cmn_for_section_title h2 {
		padding-left: 35px;
	}

	/* 	white section title  */
	.cmn_for_section_title_white h2::after {
		border: 1px solid #fff;
		box-shadow: 0 0 0 0;
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {
	.cmn_for_section_title h2:after {
		padding: 36px 35px 20px;
		top: -55px;
	}
}

/* end section title  */
/* in the comunity section  */
.comunity_row .et_pb_column:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

/* end in the comunity section  */
/* about us section  */
/* gallery box  */
.row_special_image_row_about_us .et_pb_column:nth-child(1) {
	/*     padding-right: 5px; */
	margin-right: 5px;
}

.row_special_image_row_about_us .middle_clm_s {
	padding-right: 2.5px;

}

.row_special_image_row_about_us .right_clm_s {
	padding-left: 2.5px;
}

.single_top_g_img {
	padding-bottom: 5px;
}

@media all and (min-width:981px) {
	.about_us_row {
		display: flex;
	}
}

/* responisve  */
@media all and (max-width:479px) {
	.middle_clm_s {
		width: 50% !important;
	}

	.right_clm_s {
		width: 50% !important;
	}
}

@media all and (max-width:980px) {
	.row_special_image_row_about_us .et_pb_column:nth-child(1) {
		margin-bottom: 5px !important;
		margin-right: 0px;
	}
}

/* end gallery box  */
/* end aobut section  */
/* notice section  */
.slider_image div#post-cs {
	display: flex;
	flex-wrap: wrap;
}

.slider_image .ps-box:nth-child(3n) {
	margin-right: 0;
}

.slider_image .ps-box {
	width: calc(33.33% - 20px + 6.66px);
	margin-right: 20px;
}

/* up  */
.slider_image .ps-box {
	background: transparent !important;
	border: 1px solid #fff;
}

/* update with notice  */
.slider_image h2.ps-title {
	color: #fff;
	font-weight: 600;
	font-size: 18px !important;
/* 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family:'Helvetica Neue',Helvetica,Arial,Lucida,sans-serif;
}

.slider_image .ps-content {
	width: 100% !important;
	margin-left: 0 !important;
	text-align: center;
}

.slider_image span.ps-date {
	color: #fff !important;
	font-size: 18px;
	font-weight: 600;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slider_image a.ps-readmore {
    font-size: 17px !important;
    padding: 10.5px 27px !important;
    border-radius: 25px;
    white-space: nowrap;
    border: 1px solid #e3e3e3;
    transition: all .3s ease;
    color: #566e3d !important;
    background: #fff !important;
    display: inline-block !important;
    margin-top: 25px !important;
    font-family: 'Hind', Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 1;
}
.slider_image a.ps-readmore:hover {
	background: #045a47 !important;
	color: #fff !important;
	border: 1px solid #045a47;

}

.slider_image .ps-excerpt {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	font-family: 'Hind', Helvetica, Arial, Lucida, sans-serif;
}

@media all and (max-width:767px) {
	.slider_image .ps-excerpt {
		font-size: 16px;
	}
}

@media all and (max-width:980px) {
	.slider_image .ps-box {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0 !important;
}

}

.slider_image .ps-pagi a {
	background: #869791 !important;
}


.slider_image .ps-pagi a.active {
	background: #065949 !important;
}

/* end update with notice  */
/* prev desin */
.comunity_news_row #post-cs .ps-next,
.comunity_news_row #post-cs a.ps-prev {
	font-size: 0;
	background: transparent;
}

.comunity_news_row #post-cs .ps-next:after {
	content: "";
	font-family: 'FontAwesome' !important;
	height: 30px;
	content: "\f105";
	font-weight: 900;
	font-size: 24px;
	background: #065949;
	position: absolute;
	width: 30px;
	text-align: center;
	border-radius: 3px;
	line-height: 30px;
	right: -0px;
	transition: 0.3s ease-in;
}

.slider_image a.ps-prev:after {
	content: "";
	font-family: 'FontAwesome' !important;
	height: 30px;
	content: "\f104";
	font-weight: 900;
	font-size: 24px;
	background: #065949;
	position: absolute;
	width: 30px;
	text-align: center;
	border-radius: 3px;
	line-height: 30px;
	left: -0px;
	transition: 0.3s ease-in;
}

.slider_image a.ps-prev:hover:after,
#post-cs .ps-next:hover:after {
	background: #337ab7;
}

#post-cs .ps-next,
#post-cs .ps-prev {
	bottom: 50%;
	opacity: 0;
	transition: 0.3s ease-in;
}

.slider_image:hover #post-cs .ps-next,
.slider_image:hover #post-cs .ps-prev {
	opacity: 1;

}


/* end prev  */
.single_notice_bg_section {
	position: relative;
	background-attachment: fixed;
	background-position: center center !important;
	background-size:
		cover;
}


.single_notice_bg_section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-linear-gradient(top, rgba(15, 46, 72, 0.8), rgba(0, 0, 0, 0.0));
	background: -moz-linear-gradient(top, rgba(15, 46, 72, 0.8), rgba(0, 0, 0, 0.0));
	background: -o-linear-gradient(top, rgba(15, 46, 72, 0.8), rgba(0, 0, 0, 0.0));
	background: -ms-linear-gradient(top, rgba(15, 46, 72, 0.8), rgba(0, 0, 0, 0.0));
	z-index: 1;
}

/* end notice section  */
/* news section  */
.news_slider div#post-cs {
	display: flex;
	flex-wrap: wrap;
}

.news_slider .ps-box:nth-child(2n) {
	margin-right: 0;
}

.news_slider .ps-box {
	width: calc(50% - 20px + 10px);
	margin-right: 20px;
}

/* up  */
.news_slider .ps-box {
	background: transparent !important;
	border: 1px solid #045948;
}

/* update with notice  */
.news_slider h2.ps-title a {
    color: #1d3a53 !important;
    font-weight: 700;
	line-height:1.2em;
    font-size: 19px !important;
/*     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.news_slider .ps-content {
	width: 100% !important;
	margin-left: 0 !important;
	text-align: center;
}

.news_slider span.ps-date {
	color: #045a47 !important;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Hind',Helvetica,Arial,Lucida,sans-serif;
	
}


.news_slider a.ps-readmore {
	font-size: 20px !important;
	padding: 0 !important;
	transition: all .3s ease;
	background: transparent !important;
	color: #045a47 !important;
	display: inline-block !important;
	margin-top: 15px !important;
	font-family: 'Hind', Helvetica, Arial, Lucida, sans-serif !important;
}

.news_slider a.ps-readmore:hover {
	color: #337ab7 !important;
	text-decoration: underline !important;
}

.news_slider .ps-excerpt {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	font-family:
		'Hind', Helvetica, Arial, Lucida, sans-serif;
	color: #828c95 !important;
}

@media all and (max-width:767px) {
	.news_slider .ps-excerpt {
		font-size: 16px;
	}
}

@media all and (max-width:980px) {
	.news_slider .ps-box {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0px;
	}

}

.news_slider .ps-pagi a {
	background: #869791 !important;
}


.news_slider .ps-pagi a.active {
	background: #065949 !important;
}

/* end update with notice  */
/* prev desin */
.news_slider #post-cs .ps-next,
.news_slider #post-cs a.ps-prev {
	font-size: 0;
	background: transparent;
}

.news_slider #post-cs .ps-next:after {
	content: "";
	font-family: 'FontAwesome' !important;
	height: 30px;
	content: "\f105";
	font-weight: 900;
	font-size: 24px;
	background: #065949;
	position: absolute;
	width: 30px;
	text-align: center;
	border-radius: 3px;
	line-height: 30px;
	right: -0px;
	transition: 0.3s ease-in;
}

.news_slider a.ps-prev:after {
	content: "";
	font-family: 'FontAwesome' !important;
	height: 30px;
	content: "\f104";
	font-weight: 900;
	font-size: 24px;
	background: #065949;
	position: absolute;
	width: 30px;
	text-align: center;
	border-radius: 3px;
	line-height: 30px;
	left: -0px;
	transition: 0.3s ease-in;
}

.news_slider a.ps-prev:hover:after,
#post-cs .ps-next:hover:after {
	background: #337ab7;
}

#post-cs .ps-next,
#post-cs .ps-prev {
	bottom: 50%;
	opacity: 0;
	transition: 0.3s ease-in;
}

.news_slider:hover #post-cs .ps-next,
.news_slider:hover #post-cs .ps-prev {
	opacity: 1;

}


.featured_img_area img.ps-image {
	border-radius: 50%;
}

.news_slider .ps-pad {
	display: flex;
	flex-wrap: wrap;
}

.featured_img_area {
	width: 150px;
	margin-right: 20px;
}

.news_slider .ps-content {
	width: calc(100% - 170px) !important;
	text-align: left;
}

.news_slider .ps-pagi {
	margin-top: 20px;
}

/* end news section  */
/* update  */
.custom_sidebar {
	padding-right: 0;
	border-right: 0;
}


.custom_sidebar .widget_recent_entries ul li {
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

.custom_sidebar .widget_recent_entries ul li a:hover {
	text-decoration: underline;
}

.custom_sidebar .widget_recent_entries ul li:after {

	font-family: 'FontAwesome' !important;
	content: "\f105";
	font-weight: 900;
	font-size: 24px;
	position: absolute;
	right: -0px;
}

/* u */
.custom_sidebar div#block-3 {
	margin-bottom: 5px !important;
}

.custom_sidebar .wp-block-archives li {
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

.custom_sidebar .wp-block-archives li a:hover {
	text-decoration: underline;
}

.custom_sidebar .wp-block-archives li:after {

	font-family: 'FontAwesome' !important;
	content: "\f105";
	font-weight: 900;
	font-size: 24px;
	position: absolute;
	right: -0px;
}

/* end update  */
.search_for_widget {
	max-width: 100% !important;
}

.search_for_widget input.et_pb_s {
	border: 1px solid #f1f1f1 !important;
}

/* u  */
.search_for_widget input.et_pb_searchsubmit {
	padding-bottom: 0px !important;
}

.search_for_widget .et_pb_searchform:before {
	/* padding: 12px 15px; */
	/* line-height: 52px; */
	height: 100%;
	width: 55px;
	line-height: 56px;
}

.search_for_widget input.et_pb_searchsubmit {
	margin-left: 5px;
	width: 55px;
}

/* end blog single page  */
/* up  */
@media all and (max-width:1650px) {
	.our_gallery_slider .n2-ss-widget.n2-ss-control-bullet {
		bottom: -40px;
	}
}

/********************************************************* End home page area ***************************************/

/********************************************************* End Global area  ***************************************/
/* inner banner section  */
.cmn_inner_banner_section {
	background-attachment: inherit;
}

@media all and (min-width:981px) {
	.celeration_row_box_cmn .et_pb_button_module_wrapper {
		position: absolute;
		bottom: 20px;
		left: 25px;
	}

	.celeration_row_box_cmn .et_pb_column {
		padding-bottom: 70px;
	}
}

/* end  */
@media all and (min-width:981px) {
	.center_row_for_2_clmn .et_pb_column:nth-child(2) {
		display: none;
	}

	.center_row_for_2_clmn .et_pb_column:nth-child(1) {
		margin-right: 0 !important;
	}

	.center_row_for_2_clmn {
		justify-content: center;
	}
}

/* contact us page  */

.single_address .et-pb-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

/* up  */

.contact_form_custom .gform_body input,
.contact_form_custom .gform_body textarea {
	float: left;
	width: 100%;
	padding: 8px 12px;
	height: auto;
	background: #e2e2e2 !important;
	color: #000 !important;
	font-size: 16px !important;
}

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

	.contact_form_custom .gform_body input,
	.contact_form_custom .gform_body textarea {
		font-size: 15px !important;
	}
}

.contact_form_custom .gform_fields {
	grid-row-gap: 0px !important;
}

div#page-container .contact_form_custom .gform_body textarea {
	margin-top: 12px !important;
}


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

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

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

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

/* textarae  */
div#page-container .contact_form_custom .gform_body textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
	opacity: 1;
}

div#page-container .contact_form_custom .gform_body textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	opacity: 1;
}

div#page-container .contact_form_custom .gform_body textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
	opacity: 1;
}

div#page-container .contact_form_custom .gform_body textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
	opacity: 1;
}

.contact_form_custom p.gform_required_legend {
	display: none;
}

.contact_form_custom .gform_footer input {
	padding: 13px 30px 9px 30px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px !important;
	color: #fff !important;
}

/* end contact us  */
.cmn_text_d_u a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

a.sp_tel {
	display: inline-block;
}

.sp_for_tel strong {
	color: #055A4A;
}

/* up  */
.tow_row_center_cmn .et_pb_column:nth-child(3) {
	display: none;
}

.tow_row_center_cmn .et_pb_column:nth-child(2) {
	margin-right: 0 !important;
}

.tow_row_center_cmn {
	justify-content: center;
}

/* up  */
.cmn_text_d_u h3 {
	margin-bottom: 30px;
}

.cmn_text_d_u h3:last-child {
	margin-bottom: 0;
}

/* up  */
.celeservice_row .et_pb_button_module_wrapper {
	display: inline-block;
}

.celeservice_row .et_pb_button_module_wrapper:last-child {
	margin-left: 20px;
}

/* youtube video css  */
#streaming .epyt-pagination>div,
.epyt-pagenumbers {
	color: #045a49;
	font-weight: 500;
	font-size: 20px;
}

/* end youtube video css  */
/* update with inspection team section  */
.single_person .et_pb_team_member_image {
	position: relative;
	max-width: 250px !important;
	margin: auto;
	margin-bottom: 20px;
}

.single_person .et_pb_team_member_image:after {
	content: "";
	width: 0%;
	height: 0%;
	background: rgb(0 0 0 /40%);
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 0;
	transition: 0.3s ease-in;
	bottom: 0;
	right: 0;
	margin: auto;
	display:none;
}

.single_person:hover .et_pb_team_member_image:after {
	width: 100%;
	height: 100%;
}

.single_person p.et_pb_member_position {
	padding-bottom: 5px !important;
}

/* end inspection team section  */
/* css for table  */
table.posts-data-table td {
	border: 1px solid #ddd !important;
}

table.posts-data-table thead tr th {
	border: 1px solid #ddd !important;
}

/* u */
.posts-table-controls input[type=search] {
	padding: 5px;
	height: auto;
	background: transparent;
	border: 1px solid #ddd !important;
}

table.posts-data-table tr td.col-doc_category a,
table.posts-data-table tr td.col-doc_year a,
table.posts-data-table tr td.col-entity a {
	color: #555555;
}

table.posts-data-table tr td.col-download_link a {
	font-size: 14px;
	color: #045948 !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
	line-height: 1.6em !important;
	font-size:15px;
}

/* end css for table  */
/********************************************************* End Global area  ***************************************/
/* finising  */
@media all and (min-width:981px) {
	.single_comonuty_blurb {
		width: calc(50% - 25px);
	}
}

@media all and (max-width:980px) {
	.news_slider .ps-content {
		width: 100% !important;
	}

}

@media all and (max-width:767px) {
	.cmn_inner_banner_section {
		padding-bottom: 50px !important;
		padding-top: 70px !important;
	}
}

@media all and (max-width:525px) {
	.celeservice_row .et_pb_button_module_wrapper:last-child {
		margin-left: 00px;
	}

	.celeservice_row .et_pb_button_module_wrapper {
		margin-right: 10px;
	}
}

/* up  */
.custom_blogarea a.more-link {
	text-transform: capitalize;
	display: inline-block;
	margin-top: 15px;
}

.custom_blogarea p.post-meta {
	padding-bottom: 2px;
}

/* up  */
.single_page_for_blog .et_pb_title_container {
	max-width: 1280px !important;
}

/* update  */

.search_in_menu_up.search_in_menu input.et_pb_s {
    height: 40px !important;
    padding-top: 15px !important;
}
div#page-container .search_in_menu .et_pb_searchform:before{
    height:40px;
    line-height: 40px;
}
.sp_check_list ul li:before {
    font-size: 24px;
}

.sp_check_list   ul li {
    margin-bottom: 20px !important;
}

.sp_check_list ul li:last-child {
    margin-bottom: 0 !important;
}

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

.row_for_3_ic .et_pb_column:last-child {
    margin-bottom: 0 !important;
}
/* .dataTables_info {
    display: none;
} */
.pa-fixed-header {
    box-shadow: 0 0 10px 0px #065a49;
}
@media only screen and (min-width:981px) and (max-width:1280px){
.cmn_for_section_title h3 {
    font-size: 38px !important;
}
	.cmn_for_section_title h2 {
    font-size: 38px !important;
}
}

/* up  */
div#page-container .primary_menu ul li a::after {
    top: 9px !important;
}

@media only screen and (min-width:981px) and (max-width:1150px){
   div#page-container .primary_menu ul li a::after {
    top: 6px !important;
} 
}
@media only screen and (min-width:1151px) and (max-width:1365px){
	div#page-container .primary_menu ul li {
    padding-left: 5px;
    padding-right: 5px;
}

div#page-container .primary_menu ul li a {
    font-size: 12px !important;
}

@media only screen and (min-width:1151px) and (max-width:1280px){
div#page-container .primary_menu ul li a::after {
    top: 6px !important;
}
}
}
/* up  */
.primary_menu li li a {
    padding-left: 0;
    padding-right: 0;
}
/* up  */
.custom_timeline  
 h2.content-title {background: #055A4A !important;
                   color:#fff !important;
                  }

.custom_timeline h2.content-title:before {border-right-color: #055A4A  !important;}

.custom_timeline .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before {
    border-left-color: #055A4A  !important;
}

.custom_timeline .timeline-meta .meta-details {
    display: none;
}

.custom_timeline .cool-timeline.white-timeline .timeline-year {
    background: #055A4A  !important;
}


.custom_timeline .cool-timeline.white-timeline .timeline-post.even .icon-color-white, .custom_timeline .cool-timeline.one-sided.white-timeline .timeline-post.even .icon-color-white {
    background: #055A4A !important;
}

.custom_timeline  .cool-timeline.white-timeline .timeline-post.odd .icon-color-white,.custom_timeline  .cool-timeline.one-sided.white-timeline .timeline-post .icon-color-white {
     background: #055A4A !important;
}

.custom_timeline  .ctl_info.event-description.full {
    text-align: left;
    line-height: 1.7em !important;
    box-shadow: 0px 2px 18px rgb(0 0 0 / 13%);
}

.custom_timeline  h2.timeline-main-title.center-block {
    font-size: 35px !important;
    font-weight: 700 !important;
    padding-bottom: 8px;
}
/* end time line  */
/* DIVI ENGINE KEN BURNS */
 .de-ken-burns {
     -webkit-animation: summersaleburns 30s ease-in-out; /* You can change the duration by changing the 30s here */
     animation: summersaleburns 30s ease-in-out; /* You can change the duration by changing the 30s here */
     animation-iteration-count: infinite; /* This makes the effect loop forever */
}
/* Divi Engine Ken Burns Animation Keyframes */
 @-webkit-keyframes summersaleburns {
     0% {
         -webkit-transform: scale(1) translate(0, 0);
         transform: scale(1) translate(0, 0);
         -webkit-transform-origin: 84% 84%;
         transform-origin: 84% 84%;
    }
     50% {
         -webkit-transform: scale(1.25) translate(20px, 15px);
         transform: scale(1.25) translate(20px, 15px);
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
    }
     100% {
         -webkit-transform: scale(1) translate(0, 0);
         transform: scale(1) translate(0, 0);
         -webkit-transform-origin: 84% 84%;
         transform-origin: 84% 84%;
    }
}
 @keyframes summersaleburns {
     0% {
         -webkit-transform: scale(1) translate(0, 0);
         transform: scale(1) translate(0, 0);
         -webkit-transform-origin: 84% 84%;
         transform-origin: 84% 84%;
    }
     50% {
         -webkit-transform: scale(1.25) translate(20px, 15px);
         transform: scale(1.25) translate(20px, 15px);
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
    }
     100% {
         -webkit-transform: scale(1) translate(0, 0);
         transform: scale(1) translate(0, 0);
         -webkit-transform-origin: 84% 84%;
         transform-origin: 84% 84%;
    }
}
/* up  */
.event_calender_custom   em.hm {
    background: #0659493d !important;
}
.event_calender_custom .event_calender_custom .evo_month_title {
    color: #000 !important;
}
/* up  */
.evo_lightbox_content .evcal_event_title {
    color: #065949 !important;
}

.evo_lightbox_content #evcal_list .eventon_list_event .evoet_cx em, .evo_lightbox_content .evoet_cx em {
      color: #065949 !important;
}

.evo_lightbox_content .evo_lightbox_content .evopop_top .evcal_desc  {
    justify-content: center;
}




.evo_lightbox_content .eventon_full_description h3.padb5.evo_h3 {
         color: #065949 !important;
}



.evo_lightbox_content .evo_lightbox_content h3.evo_h3 {
    color: #065949 !important;
}

.evo_lightbox_content .evcal_evdata_cell a {
   color: #065949 !important;
}
.evo_lightbox_content .evcal_evdata_row .evcal_evdata_cell h3{
    color: #065949 !important;
}

.evo_lightbox_content span.evcal_btn {
    background: #065949 !important;
    font-weight:600;
}


.evo_lightbox_content .evcal_evdata_cell a {
   color: #065949 !important;
}

/* up  */
.class_for_banner_shape {
    overflow: hidden;
}
@media all and (min-width:981px){
	.custom_slider_blog_up .dgbc_post_inner_wrapper {
    padding: 20px;
   
}



.custom_slider_blog_up .swiper-pagination {
    margin-top: 25px;
}
}
.custom_slider_blog_up a.read-more {
    display: inline-block;
    margin-top: 20px;
}
.custom_slider_blog_up a.read-more:hover{
	text-decoration:underline;
}

/* up  */
/* .custom_slider_blog_up .dgbc_carousel_wrapper {
	display: flex !important;
	flex-wrap: wrap !important;
}

.custom_slider_blog_up .dg-post-thumb  {
	width: 150px !important;
	margin-right: 20px !important;;
}

.custom_slider_blog_up .content-wrapper {
	width: calc(100% - 170px) !important;
	text-align: left !important;;
}
 */
.custom_slider_blog_up .dgbc_post_inner_wrapper {
    padding: 20px;
}
/* end finishing  */
/* up  */
/* .eventon_desc_in p:nth-child(1) {
    display: none;
} */
/* up  */
/* .single-ajde_events .eventon_desc_in p:nth-child(1) {
    display: none !important;
} */
/* up  */
.evofc_lightbox_body  .evcal_event_title {color: #fff !important;}


.evofc_lightbox_body span.evo_start em.date {
    color: #fff !important;
}


/* update with 45 event  */
.evo_metarow_directimg img {
    width: auto;
}

.evo_metarow_directimg {
    display: flex;
    justify-content: center;
}
/* end update with 45 event s */
/* update with 13-10-22  */
.cmn_for_section_title h2:after {
    display:none;
}

.cmn_for_section_title h3, .cmn_for_section_title h2 {
    padding-left: 0;
}
/* up  */
@media all and (min-width:981px){
.primary_menu ul li li {
    margin-bottom: 5px;
}
}
/* up  */
.event_calender_custom  span.day_evs i {
    background: #055A4A  !IMPORTANT;
}

.evofc_month_grid .eventon_fc_days .evo_fc_day.today:before {
    background-color: #045948 !important ;
}


.desc_trig {
    background-color: #055A4A !important;
}



.ajde_evcal_calendar .calendar_header .evcal_arrows:hover, .evo_footer_nav .evcal_arrows:hover {
    background: #055A4A;
}
/* up  */
.mag_ic ul li::before {
    background-image: url(/wp-content/uploads/checklist-icon-sp.png);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    top: -6px;
}

.mag_ic ul li {
    padding-left: 45px;
}
/* up  */
.custom_event .desc_trig {
    background-color: transparent !important;
}

.evofc_title_tip ul.evofc_ttle_events li {
    border-left-color: #055A4A    !important;
}
/* up  */
#eventon_loadbar:before {
    background-color: #981a1e    !important;
}

/* end update with 13-10-22  */
/* update for 32 new page area  */
/* archive page  */
.archive_img_25 {
    width: calc(25% - 20px + 5px);
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0 !important;
}

.archive_img_25:last-child {
    margin-right: 0;
}

@media all and (max-width:980px){
    .archive_img_25{
        width:calc(50% - 10px);
    }
    .archive_img_25:nth-child(even){
        margin-right:0;
    }
}
.archive_img_33 {
    width: calc( 33.33% - 20px + 6.66px );
    display: inline-block;
    margin-right: 20px;
	margin-bottom:0 !important;
}

.archive_img_33:last-child {
    margin-right: 0;
}
@media all and (max-width:980px){
	.archive_img_33 {
		width: calc( 33.33% - 10px + 3.33px );
		margin-right:10px;
	}
}

.archive_img_50:last-child {
    margin-right: 0;
}

.archive_img_50 {
    width: calc( 50% - 10px);
    display: inline-block;
    margin-right: 20px;
	margin-bottom:0 !important;
}

@media all and (max-width:980px){
	.archive_img_50{
	margin-right:10px;
        width:calc(50% - 5px);
}
}
/* up  */
.img_row_archive  .et_pb_image:hover {
    box-shadow: 0px 2px 10px 0px rgb(5 90 74 / 49%);
}

.img_row_archive  .et_pb_image{
    transition:0.3s ease-in;
}

/* end archive page  */
/* up  */
.sp_ol_style  ol li {
    margin-bottom: 5px;
}

.sp_ol_style ol li:last-child {
    margin-bottom: 0;
}

.sp_ol_style ol {
    padding-bottom: 0;
}

/* up  */
@media all and (max-width:767px){
	
.accordion_custom_table_style table {
    overflow-x: auto;
    /* width: 209% !important; */
    display: block;
	height:auto !important;
}

.accordion_custom_table_style ul li{
    padding-left:22px;
}

.accordion_custom_table_style ul li::before {
    font-size: 15px;
    width: 15px;
}

}
/* end update for 32 new page area   */


/* Blog image aspect ratio */

/*blog image aspect ratio landscape 3:2*/
.pa-blog-image-3-2 .entry-featured-image-url {
  padding-top: 66.66%;
  display: block;
}
.pa-blog-image-3-2 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

div#page-container .blog-button-equal article {
	position:relative;
	padding-bottom:80px;
}

div#page-container .blog-button-equal .post-content .more-link {
	position:absolute;
	bottom: 25px;
}

/* update with team doc rev  */
.h2_cmn_title_inner_page   h2 {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600;
}
@media only screen and (min-width:981px) and (max-width:1650px){
.h2_cmn_title_inner_page h2 {
    font-size: 35px !important;
}
}

/* up  */
@media all and (min-width:981px){
.team_2_cmn_row  .et_pb_column:nth-child(3) {
    display: none;
}

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

.team_2_cmn_row {
    justify-content: center;
}
}
/* up  */

.archive div#page-container  .header_section {
    background: transparent !important;
}
.archive div#page-container  .pa-fixed-header.header_section  {
	background:#fff !important;
}

/* up  */
.tax-wpbdp_category div#page-container .blog-button-equal .post-content .more-link {
    position: relative;
    bottom: 0;
}
/* end with team doc rev  */

/* update with team rev  */
.custom_event_s .tribe-common-l-container {
    padding: 0 !important;
}

/* update  */

.custom_event_s .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop {
    background: #fff;
}

.custom_event_s h3.tribe-events-calendar-month__header-column-title.tribe-common-b3 {
    color: #fff;
}

.custom_event_s button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    color: #fff;
}

.custom_event_s .tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: #fff !important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background: #055a4a !important;
}


.custom_event_s .tribe-events .tribe-events-c-search__button, .custom_event_s .tribe-events button.tribe-events-c-search__button {
    background: #055a4a;
}

/* up  */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background: #055a4a;
}

/* end update  */

/* update up  */
.custom_event_s  .tribe-common-c-btn-border {
    color: #000 !important;
}

.custom_event_s .tribe-common-c-btn-border:hover {
    background: #337ab7  !important;
    color: #fff !important;
}

.custom_event_s .tribe-events .tribe-events-c-search__button:hover, .custom_event_s .tribe-events button.tribe-events-c-search__button:hover {
    background: #337ab7;
}
/* end up  */
.notice_content   #post-cs .ps-pagi  a.active {
    background:#fff !important
}

@media all and (max-width:980px){
.header_section {
    background: #fff !important;
}
}

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

.tribe-events-calendar-month__week {
    background: #fff;
}

.tribe-events .tribe-events-c-events-bar__search-button-icon-svg path {
    fill: #fff !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #055a4a !important;
}


.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #065949 !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected time {
    color: #fff !important;
}

.tribe-events .tribe-events-c-messages__message {
    background: #fff;
}

ul.tribe-events-c-nav__list li a {
    color: #fff !important;
}

.tribe-events .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path, .tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path, .tribe-events button.tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path, .tribe-events button.tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path {
    fill: #fff !important;
}

ul.tribe-events-c-nav__list li a svg path {
    fill: #fff !important;
}

}
/* end update  */
/* event seing page  */
.tribe_events-template-default .header_section {
    background: #fff !important;
}

.tribe_events-template-default div#page-container #et-boc   .primary_menu ul li a {
    color: #045948 !important;
}

.tribe_events-template-default div#page-container  .search_in_menu input.et_pb_s {
    background-color: #0659493d !important;
}

/* end event single page  */
/* update with single  */
#tribe-events-pg-template {
    max-width: 1200px;
}

#tribe-events-pg-template h1.tribe-events-single-event-title {
    font-size: 35px;
    color: #055A4A;
    font-weight: 700;
}

#tribe-events-pg-template .tribe-events-schedule {
    margin-top: 10px;
    margin-bottom: 20px;
}

.tribe-events-schedule h2 {
    font-weight: 600;
}

.tribe-events-series-relationship-single-marker__title {
    color: #337ab7;
}

.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: #337ab7;
}

.tribe-events-related-events-title {
    font-weight: 700;
}

.tribe-related-event-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.tribe-events-single ul.tribe-related-events li {
    background: #f2f2f2 !important;
}


@media all and (max-width:980px){
#tribe-events-pg-template h1.tribe-events-single-event-title {
    font-size: 26px;
}

.tribe-events-schedule h2 {
    font-size: 22px;
}
}
/* end with single  */

/* phone menu  */
/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #000;
    font-size: 16px;
    font-family: ETmodules;
	    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
}
#page-container span.menu-closed.menu-open:before {
    content: "\f00d";
}
/* end phone mun  */


/* home adjustment  */
@media all and (max-width:549px){
.comunity_row .et_pb_column:nth-child(2) {
    gap: 0;
}
}

@media only screen and (min-width:550px) and (max-width:980px){
.single_comonuty_blurb {
    width: calc(50% - 7.5px);
}
.comunity_row .et_pb_column:nth-child(2) {
    gap: 15px;
}
}
@media all and (max-width:910px){
.our_gallery_slider {
    max-width: 550px;
    margin: 0 auto;
}
}

/* event update  */
ul.tribe-events-c-messages__message-list li {
    color: #fff;
}

.tribe-common .tribe-common-c-svgicon--messages-not-found path {
    stroke: #fff !important;
}
@media all and (max-width:980px){
.custom_blogarea  article {
    margin-bottom: 30px !important;
}}
/* end home adjustment  */

/* finishing  */
@media only screen and   (max-width:980px){
.row_for_team_cmn .et_pb_column {
    max-width: 450px;
}

.row_for_team_cmn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}
/* end finishing  */

/* update finihins */


.directory_custom .box-col.submit-btn input {
    padding: 6.5px;
}

.directory_custom .box-col.main-input input {
    margin-top: 0;
}

.directory_custom .wpbdp-main-box {
    padding: 15px !important;
}



.directory_custom .wpbdp-main-links.wpbdp-main-links-1-buttons a {
    color: #fff;
}
/* end finishing  */

/* updated for business directory  */
@media (min-width: 981px) {
.pa-blog-image-3-2 .entry-featured-image-url img {
height: 13vw !important;
min-height: 200px !important;
}
}
/* end business directory  */
/* single template  */
#tribe-events-pg-template {
    padding-top: 150px;
}
/* end single template  */
/* business directory single page  */
.wpbdp_listing-template-default .header_section {
    background: #fff !important;
}

.wpbdp_listing-template-default div#page-container #et-boc   .primary_menu ul li a {
    color: #045948 !important;
}

.wpbdp_listing-template-default div#page-container  .search_in_menu input.et_pb_s {
    background-color: #0659493d !important;
}

/* end event single page  */


.wpbdp_listing-template-default .container {
    padding-top: 180px !important;
}

.wpbdp_listing-template-default div#sidebar {
    display: none;
}

.wpbdp_listing-template-default .container::before {
    display: none;
}

.wpbdp_listing-template-default div#left-area {
    padding-right: 0;
    max-width: 1160px !important;
    width: 100% !important;
    margin: 0 auto !important;
    float: inherit;
    padding-bottom: 50px;
}





.wpbdp_listing-template-default .contact-form-wrapper input.wpbdp-button {
    background-color:#065949 !important;
}

.wpbdp_listing-template-default .listing-actions.cf  a.wpbdp-button {
    background-color: #065949 !important;
}
/* end business directory single page  */
/* end update with team rev  */

/*Hridoy CSS update 07-23-23*/

body #page-container .inner_banner_fix .header-content {
    max-width: 1920px;
	width: 100%;
	padding: 0;
}


/* update 6-8-23  */

.custom_event_up_8_23 .eventon_fullcal .evo_fc_day {
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
}
.custom_event_up_8_23 .eventon_fc_daynames p {
    color: #045948;
}

.custom_event_up_8_23 .eventon_fc_days .evo_fc_day.on_focus {
    background-color: rgb(6 89 73 / 20%);
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:hover:before, .evo_footer_nav .evcal_arrows:hover:before {
    border-color: #fff;
}

/* update  */
 .custom_event_up_8_23 .evo_metarow_fimg.evorow.evcal_evdata_img {
    width: 300px !important;
    height: 300px !important;
    display: table;
    margin: 0 auto;
}

.custom_event_up_8_23 .evocard_box {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* up  */

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

@media all and (max-width:980px){
.custom_event_up_8_23 .evoet_title {
    font-size:18px !important;
}    
}
@media all and (max-width:400px){
    .custom_event_up_8_23 .evoet_title {
    font-size:16px !important;
}
}

/* end update  */
.custom_event_up_8_23 .eventon_full_description .eventon_desc_in a {
    color: #065949;
}

.custom_event_up_8_23   .ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set,.custom_event_up_8_23   .ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current {
    background-color: #065949;
}
/* end update 6-8-23  */
