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

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}

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

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-grey.svg");
	background-repeat: no-repeat;
	background-size: 35px 20px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {

	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}

	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#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 {
	display: inline-block;
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	background: url("/wp-content/uploads/read-more-icon.png");
	top: 4px;
	left: 0;
}

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

/* DIVI related filter grid on single posts */
 
.blog-related-grid .dp-dfg-layout-grid .dp-dfg-item {
    display: flex;
    flex-direction: column;
}

.blog-related-grid .dp-dfg-skin-default .dp-dfg-item>div:last-of-type {
	margin-top: auto;
}

/* 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 -- */
/* -- -------------------Common Css ------------------- */
body {
	letter-spacing: 0.88px;
	line-height: 0.8181818181818182em;
}

@media only screen and (min-width: 981px) {
	.align_tems_cmn {
		align-items: center;
		display: flex;
		direction: ltr;
	}
}

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

@media only screen and (min-width: 981px) and (max-width: 1560px) {
	.banner_section h1.et_pb_module_header {
		font-size: 50px !important;
	}

	.cmn_banner h1 {
		font-size: 50px !important;
	}

	.banner_section .et_pb_fullwidth_header_0 {
		padding-top: 240px !important;
		padding-bottom: 160px !important;
	}

	.featured_section {
		padding-top: 100px !important;
		padding-bottom: 180px !important;
	}

	.cmn-section {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.cmn-section_bottom {
		padding-bottom: 90px !important;
	}

	.home #main-content .featured_row {
		margin-bottom: 60px !important;
	}

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

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

	.cmn-big-section {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	body #page-container .clients-row {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.cmn-bottom-section {
		padding-top: 0px !important;
		padding-bottom: 100px !important;
	}

	.cmn-big-bottom-section {
		padding-top: 100px !important;
		padding-bottom: 200px !important;
	}

	.cmn-big-h2 h2 {
		font-size: 45px !important;
		line-height: 1.5em !important;
	}

	.cmn-big-h2 p {
		font-size: 22px !important;
		line-height: 1.6 !important;
	}

	.cmn-big-text p {
		font-size: 22px !important;
		line-height: 1.6 !important;
	}
}

/* -- -------------------Footer------------------- */
.et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_footer .icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_1_tb_footer .icon {
	height: auto !important;
	width: auto !important;
}

.et_pb_social_media_follow_0_tb_footer li a.icon {
	height: auto !important;
	width: auto !important;
}

#page-container a.underline_text {
	text-decoration: underline !important;
	color: #ff6900 !important;
}

.et_pb_social_media_follow li a {
	margin-right: 15px !important;
}

.et_pb_social_media_follow_0_tb_footer li a.icon::before {
	height: auto !important;
	width: auto !important;
}

@media only screen and (min-width: 981px) and (max-width: 1560px) {
	#page-container .footer_row {
		margin-top: 30px !important;
	}
}

.footer_section .et_pb_column .et_pb_widget {
	margin: 0px !important;
}

/* -- -------------------Banner ------------------- */
@media only screen and (min-width: 981px) {
	.banner-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		max-width: 100% !important;
		width: auto !important;
	}
}

@media only screen and (min-width: 981px) {
	.banner-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
		margin-right: 40px;
	}

	.banner-section .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
		margin-bottom: 48px !important;
	}
}

@media only screen and (min-width: 981px) {
	.banner-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
		margin-right: 20px;
	}

	.banner-section .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
		margin-bottom: 30px !important;
	}

	.banner-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
		margin-right: 40px;
	}
}

@media only screen and (min-width: 600px) {
	.banner-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
		margin-right: 10px;
	}

	.banner-section .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
		margin-bottom: 20px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1560px) {
	.banner-section .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
		font-size: 55px !important;
	}

	.banner_title_class_cmn h1 {
		font-size: 55px !important;
	}

	.banner-section .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
		font-size: 30px !important;
		line-height: 38px !important;
	}

	.banner-section {
		padding: 150px 0px !important;
	}

	.banner-section .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
		margin-bottom: 35px !important;
	}

	.banner-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
		margin-right: 30px;
	}

	.inner_banner_section {
		padding: 150px 0px 140px !important;
	}
}

/* -- -------------------Button ------------------- */

body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
	background-position: left !important;
}

body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button {
	background-position: left !important;
}

body #page-container .cmn-button {
	background-position: left !important;
}

li#menu-item-30825 a {
	color: #ffffff !important;
	text-align: center !important;
	letter-spacing: 0.32px;
	text-transform: uppercase !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: normal;
	background-image: url(/wp-content/uploads/big-bg-img-1-.svg);
	background-color: RGBA(255, 255, 255, 0);
}

/* -- -------------------Home ------------------- */

.service-blurb .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle !important;
}

.service-blurb .et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 30px;
}

.text_color {
	font-style: italic;
	font-size: 15px;
}

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

	.header-section a.et_pb_menu__icon,
	button.et_pb_menu__icon {
		margin: 0 0px 0px 25px !important;
	}

	.header-section .et_pb_menu .et-menu>li {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1260px) {
	.header-section .et_pb_module.et_pb_text.et_pb_text_0_tb_header.et_pb_text_align_left.et_pb_bg_layout_light p {
		font-size: 8px !important;
	}

	body #page-container .header-section .et_pb_button {
		font-size: 13px !important;
	}

	.header-section a.et_pb_menu__icon,
	button.et_pb_menu__icon {
		margin: 0 0px 0px 20px !important;
	}

	.header-section .et_pb_menu_0_tb_header.et_pb_menu ul li a {
		font-size: 12px !important;
	}

	body #page-container .et_pb_menu .et-menu>li {
		padding-left: 5px;
		padding-right: 5px;
	}

	.et-menu .menu-item-has-children>a:first-child {
		padding-right: 15px !important;
	}

	body #page-container .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header,
	.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover {
		padding-top: 11px !important;
		padding-right: 20px !important;
		padding-bottom: 10px !important;
		padding-left: 40px !important;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1560px) {
	.header-section .et_pb_module.et_pb_text.et_pb_text_0_tb_header.et_pb_text_align_left.et_pb_bg_layout_light p {
		font-size: 10px !important;
	}

	.header-section a.et_pb_menu__icon,
	button.et_pb_menu__icon {
		margin: 0 0px 0px 20px !important;
	}

	.header-section .et_pb_menu_0_tb_header.et_pb_menu ul li a {
		font-size: 15px !important;
	}

	body #page-container .et_pb_menu .et-menu>li {
		padding-left: 10px;
		padding-right: 10px;
	}

	body #page-container .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header,
	.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover {
		padding-right: 35px !important;
		padding-left: 50px !important;
	}

	body #page-container .header-section .et_pb_button {
		font-size: 15px !important;
	}
}

body #page-container .service-section .et_pb_blurb_container {
	vertical-align: middle !important;
}

.insights-blog .et_pb_blog_grid .et_pb_post {
	position: relative !important;
}

.insights-blog .et_pb_blog_grid .et_pb_post::before {
	content: " ";
	position: absolute;
	background: url("/wp-content/uploads/blog-shape.png");
	height: 50.61px;
	width: 50.83px;
	right: 20px !important;
	top: 20px !important;
}

.insights-blog .post-content-inner {
	padding: 6px 0px 18px;
}

.insights-blog .more-link {
	position: relative !important;
	margin-left: 25px;
}

.insights-blog .more-link::before {
	content: "";
	position: absolute;
	left: -25px;
	width: 19px;
	height: 19px;
	background: url("/wp-content/uploads/read-more-icon.png");
	top: 0.1px;
}

@media only screen and (min-width: 981px) {
	.et_pb_blog_grid .et_pb_post {
		padding: 100px 50px !important;
	}
}

@media only screen and (max-width: 980px) {
	.insights-blog .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 30px !important;
	}

	.insights-blog .et_pb_blog_grid .et_pb_post {
		padding: 60px 30px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1560px) {
	.insights-blog .et_pb_blog_grid .et_pb_post {
		padding: 60px 30px !important;
	}
}

@media only screen and (min-width: 981px) {
	.service-section .et_pb_blurb_position_left .et_pb_blurb_container {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 768px) {
	body #page-container .service-section .service-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
		max-width: 100px;
	}
}
@media only screen and (max-width: 380px) {
	body #page-container .service-section .service-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
		max-width: 60px;
	}
}
/* -- ------------------- Contact ------------------- */
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
	border: 1px solid #083c5c;
	background: transparent;
	font-size: 18px;
	color: #020202;
	padding: 18.5px 15px;
}

body .gform_wrapper .hidden_label textarea.textarea {
	margin: 10px 0 0 !important;
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
	height: 192px;
	resize: none !important;
}

body #page-container .gform_wrapper #field_submit input[type="submit"],
body #page-container .gform_wrapper .gform_footer input.button {
	letter-spacing: 0.32px;
	text-transform: uppercase !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: normal;
	background-image: url(/wp-content/uploads/bg-btn.svg);
	background-color: RGBA(255, 255, 255, 0);
	padding-top: 11px !important;
	padding-right: 50px !important;
	padding-bottom: 10px !important;
	padding-left: 60px !important;
	background-position: left;
	border: none !important;
}

body #page-container .gform_wrapper #field_submit input[type="submit"]:hover,
body #page-container .gform_wrapper .gform_footer input.button:hover {
	background-repeat: no-repeat;
	background-blend-mode: normal;
	background-image: url(/wp-content/uploads/hover-bg-btn.svg);
	background-color: RGBA(255, 255, 255, 0);
}
@media only screen and (min-width: 981px) and (max-width: 1170px) {
	body #page-container .Ppb_ctninfoWrap h2 {
		font-size: 35px !important;
	}
	body #page-container .Ppb_ctninfoWrap p {
		font-size: 16px !important;
	}
	body #page-container .Ppb_ctninfoWrap h3 {
		font-size: 18px !important;
	}
	}
@media only screen and (max-width: 980px) {
	body #page-container .gform_wrapper .gform_footer input.button {
		padding-top: 10px !important;
		padding-right: 20px !important;
		padding-bottom: 9px !important;
		padding-left: 30px !important;
	}

	body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body .gform_wrapper textarea.textarea,
	body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
		padding: 15.5px 15px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	body #page-container .gform_wrapper .gform_footer input.button {
		padding: 12px 20px;
	}
}

/* -- -------------------Button Css ------------------- */
button.et_pb_menu__icon::after {
	content: "" !important;
	left: 0;
	top: -8px !important;
	background: url("/wp-content/uploads/Icon-map-search.png") !important;
	width: 16px !important;
	height: 16px !important;
}

@media only screen and (max-width: 980px) {
	.button.et_pb_menu__icon::after {
		top: 3px !important;
		position: relative !important;
	}
}

/* -- -------------------Header Logo ------------------- */
.header-section ul.sub-menu,
.header-section ul.sub-menu li a{
	width: unset;
}
.header-section ul.sub-menu li a{
	white-space: nowrap;
}
@media only screen and (max-width: 420px) {
	.header-section .et_pb_menu__logo img {
		width: 65% !important;
	}

	.header-section .et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap {
		max-width: 75% !important;
	}

	.button.et_pb_menu__icon::after {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 375px) {
	.header-section .et_pb_menu__logo img {
		width: 65% !important;
	}

	.header-section .et_pb_menu--style-left_aligned .et_pb_menu__logo {
		margin-right: 0px !important;
	}

	.header-section .et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap {
		max-width: 65% !important;
	}

	body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button,
	body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button {
		font-size: 11px !important;
	}
}

.awards_img ul li {
	display: inline-block;
	margin-right: 45px;
}

/* -- -------------------Leadership Page ------------------- */
#page-container .leadrship-section .et_pb_social_media_follow li a.icon {
	height: auto !important;
	width: auto !important;
}

#page-container .leadrship-section .et_pb_social_media_follow li a.icon::before {
	line-height: 20px;
	height: auto !important;
	width: auto !important;
}

.leadership-row .et_pb_module.et_pb_blurb {
	margin-bottom: 20px !important;
}

.acordion-section .et_pb_toggle_title::before {
	font-size: 18px;
	right: -1px;
	color: #ff6900;
}

.acordion-section .et_pb_toggle_open .et_pb_toggle_title::before {
	content: "\E04F";
}

@media only screen and (max-width: 600px) {
	.what_testimonial_section .et_pb_container.clearfix {
		height: auto !important;
	}
}

.gallery_area .et_pb_gallery_image:hover {
	transform: scale(1.05);
}

.gallery_area .et_pb_gallery_image {
	transition: 0.35s ease-in-out;
}

.gallery_area .mfp-title {
	opacity: 0 !important;
	visibility: hidden;
}

.footer_social_icon {
	margin-left: -5px !important;
}

/* home  */
.banner_section_custom {
	position: relative;
	overflow: hidden;
}

.banner_section_custom:after {
	position: absolute;
	width: 2257px;
	height: 699px;
	content: "";
	background-image: url("/wp-content/uploads/home-shape-i-.png");
	top: 0;
	left: -170px;
	opacity: 0.85;
	mix-blend-mode: multiply;
}

.banner_section_custom .header-content {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
	.banner_section_custom:after {
		width: 1721px !important;
		left: -340px;
		height: 532px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 1101px) and (max-width: 1365px) {
	.banner_section_custom:after {
		width: 1821px !important;
		left: -235px;
		height: 532px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
	.banner_section_custom:after {
		width: 1821px !important;
		left: -160px;
		height: 532px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1800px) {
	.banner_section_custom:after {
		left: -270px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 1921px) {
	body {
		max-width: 1920px;
		margin: 0 auto;
	}
}

/* testimonial  */

@media only screen and (min-width: 981px) {
	.testimonial_row_what {
		position: relative;
	}

	.testimonial_row_what:before {
		content: "";
		position: absolute;
		left: -90px;
		width: 237px;
		height: 186px;
		top: -90px;
		background-image: url(/wp-content/uploads/quote-ic-left.png);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.testimonial_row_what:after {
		content: "";
		position: absolute;
		right: -0px;
		width: 406px;
		height: 319px;
		bottom: -316px;
		background-image: url(/wp-content/uploads/quote-ic-right.png);
		background-size: contain;
		background-repeat: no-repeat;
		visibility: visible;
	}
}

/* resposnive  */
@media only screen and (min-width: 981px) and (max-width: 1279px) {
	.testimonial_row_what:before {
		width: 150px;
		height: 100px;
		left: -41px;
		top: -12px;
	}

	.testimonial_row_what:after {
		width: 192px;
		height: 205px;
		bottom: -205px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1650px) {
	.testimonial_row_what:before {
		width: 190px;
		height: 90px;
		left: -54px;
		top: -50px;
	}

	.testimonial_row_what:after {
		width: 230px;
		height: 226px;
		bottom: -200px;
	}
}

/* end home  */

/* inner banner  */
.inner_banner_section {
	position: relative;
	overflow: hidden;
}

.inner_banner_section:before {
	content: "";
	position: absolute;
	top: 0;
	height: 425px;
	width: 1370px;
	background-image: url(/wp-content/uploads/inner-banner-shape.png);
	opacity: 0.85;
	left: -128px;
	mix-blend-mode: multiply;
	left: 50% !important;
	transform: translate(-50%, -0%);
}


/* resposnive  */
@media only screen and (min-width: 981px) and (max-width: 1280px) {
	.inner_banner_section:before {
		left: -453px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1750px) {
	.inner_banner_section:before {
		left: -353px;
	}
}

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

	.banner_section_custom:after,
	.inner_banner_section:before {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgb(57 57 59 / 85%);
	}
}

/* end respsonve  */
/* end inner banner  */
/* timeline  */
.custom_time_line h2.timeline-main-title {
	display: none;
}

.custom_time_line .cool-timeline:before {
	height: 94%;
	top: 85px;
	background: #7b7b7b !important;
	width: 3px;
}

.custom_time_line .cool-timeline:after {
	content: "";
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: -2px;
	position: absolute;
	display: block;
	height: 100%;
	width: 3px;
	left: 50%;
	top: 0;
}

.custom_time_line .cool-timeline:after {
	height: 10%;
	top: 85px;
	background: #ec722e !important;
	width: 3px;
}

/* none area  */
.custom_time_line .cool-timeline {
	padding: 0;
}

.custom_time_line .cooltimeline_cont {
	padding: 0;
}

.custom_time_line .cool_timeline {
	margin-top: 0 !important;
	max-width: 100%;
}

.custom_time_line .timeline-year {
	display: none;
}

.custom_time_line .timeline-meta {
	display: none;
}

.custom_time_line h2.content-title {
	display: none;
}

/* end none area  */
/* space area  */
.custom_time_line .icon-placeholder i:before {
	content: "2009" !important;
	font-family: inherit;
	font-weight: 700;
	font-size: 18px;
	color: #39393b;
	line-height: 99px;
	font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
}

.custom_time_line .timeline-icon {
	background: #fff !important;
	box-shadow: inherit !important;
	border: 6px solid #7b7b7b;
	width: 124px !important;
	height: 124px !important;
	border-radius: 50% !important;
	line-height: 124px !important;
	left: calc(50% - 40px) !important;
}

.custom_time_line div#story-582 .timeline-icon,
.custom_time_line div#story-581 .timeline-icon,
.custom_time_line div#story-583 .timeline-icon {
	border-color: #ec722e;
}

.custom_time_line .content-details {
	padding: 45px 35px !important;
	border-radius: 20px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 16%);
	text-align: left !important;
}

.custom_time_line .content-details p {
	font-size: 22px !important;
	line-height: 1.45em;
	letter-spacing: 0.506px;
	font-family: "Arial", Helvetica, Arial, Lucida, sans-serif !important;
	padding-bottom: 1em !important;
}

.custom_time_line .content-details p:last-child {
	padding-bottom: 0 !important;
}

/* end space  */
.custom_time_line .content-details:after {
	position: relative;
	content: "";
	display: block;
	border: 15px solid transparent;
	border-left-color: #000;
	position: absolute;
	right: -27px;
	top: 65px;
	border: 15px solid transparent;
	border-right-color: #fff;
	left: -27px;
	right: auto;
}

.custom_time_line .ultimate-style .timeline-post.odd .content-details:after {
	display: none;
}

.custom_time_line .ultimate-style .timeline-post.odd .content-details::before {
	content: "";
	display: block;
	border: 15px solid transparent;
	border-left-color: #fff;
	position: absolute;
	right: -27px;
	top: 65px;
}

/* space  */
.cool-timeline .timeline-post.even {
	/*     margin-left: calc(50% + 45px); */
	padding-left: 85px !important;
}

.cool-timeline .timeline-post.odd {
	padding-right: 80px !important;
}

/* end space  */
/* year css  */
.custom_time_line div#story-582 .icon-placeholder i:before {
	content: "2010" !important;
}

.custom_time_line div#story-583 .icon-placeholder i:before {
	content: "2011" !important;
}

.custom_time_line div#story-609 .icon-placeholder i:before {
	content: "2012" !important;
}

.custom_time_line div#story-610 .icon-placeholder i:before {
	content: "2013" !important;
}

.custom_time_line div#story-611 .icon-placeholder i:before {
	content: "2014" !important;
}

.custom_time_line div#story-615 .icon-placeholder i:before {
	content: "2015" !important;
}

.custom_time_line div#story-614 .icon-placeholder i:before {
	content: "2016" !important;
}

.custom_time_line div#story-613 .icon-placeholder i:before {
	content: "2017" !important;
}

.custom_time_line div#story-612 .icon-placeholder i:before {
	content: "2018" !important;
}

.custom_time_line div#story-619 .icon-placeholder i:before {
	content: "2019" !important;
}

.custom_time_line div#story-618 .icon-placeholder i:before {
	content: "2020" !important;
}

.custom_time_line div#story-617 .icon-placeholder i:before {
	content: "2021" !important;
}

.custom_time_line div#story-616 .icon-placeholder i:before {
	content: "2022" !important;
}

/* end year css  */
/* responsive  */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.custom_time_line .content-details {
		padding: 25px 20px !important;
	}
}

@media all and (max-width: 860px) {
	.custom_time_line .timeline-icon {
		background: #fff !important;
		box-shadow: inherit !important;
		border: 3px solid #7b7b7b;
		width: 50px !important;
		height: 50px !important;
		border-radius: 50% !important;
		line-height: 50px !important;
		left: 0 !important;
	}

	.custom_time_line .cool-timeline:before,
	.custom_time_line .cool-timeline:after {
		left: 25px;
		top: 42px;
	}

	.custom_time_line .icon-placeholder i:before {
		line-height: 40px;
		font-size: 15px;
	}

	.custom_time_line .cool-timeline:after {
		height: 9%;
	}

	.custom_time_line .content-details p {
		font-size: 15px !important;
	}

	.custom_time_line .ultimate-style .timeline-post.odd .content-details::before {
		display: none;
	}

	.custom_time_line .ultimate-style .timeline-post.odd .content-details:after {
		display: block;
	}

	div#page-container .cool-timeline .timeline-post {
		padding-left: 70px !important;
		padding-right: 0 !important;
	}

	.custom_time_line .content-details:after {
		top: 31px;
	}

	.custom_time_line .content-details {
		padding: 20px 15px !important;
	}
}

/* end resposnve  */
/* finsihing  */
.shape_left_cmn {
	position: relative;
	background: transparent !important;
	overflow: hidden;
}

.shape_left_cmn:after {
	content: "";
	position: absolute;
	top: 0;
	left: -170px;
	width: 1920px;
	height: 1813px;
	background-image: url(/wp-content/uploads/timeline-shape-.png);
	/* z-index: -1; */
}

.custom_time_line .content-details {
	background: #fff;
}

.custom_time_line .cool_timeline {
	margin-bottom: 0 !important;
}

/* end finishig  */
/* end timeline  */

/* inner blog page  */
div#page-container .blog_custom_design article {
	padding-bottom: 25px !important;
	padding-top: 30px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.blog_custom_design .et_pb_image_container {
	margin: 0 !important;
	margin-bottom: 20px !important;
}

.blog_custom_design .et_pb_blog_grid .et_pb_post::before {
	z-index: 2;
}

.blog_custom_design .post-content-inner {
	padding-top: 0 !important;
}

.blog_custom_design p.post-meta {
	margin-bottom: 0 !important;
	padding-bottom: 15px !important;
}

/* respsonsiv  */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.blog_custom_design .et_pb_blog_grid .et_pb_post::before {
		right: 8px !important;
	}

	div#page-container .blog_custom_design article {
		padding-bottom: 25px !important;
		padding-top: 30px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	div#page-container .blog_custom_design h2.entry-title {
		font-size: 20px !important;
	}
}

@media all and (max-width: 767px) {
	.blog_custom_design .et_pb_blog_grid .et_pb_post::before {
		right: 8px !important;
	}

	div#page-container .blog_custom_design article {
		padding-bottom: 25px !important;
		padding-top: 30px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/* end respsonve  */
/* end inner blog page  */
/* update for glbobal cmn  */
@media only screen and (min-width: 981px) and (max-width: 1560px) {
	.cmn_section {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

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

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

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

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

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

	.big_page_title_inner h1 {
		font-size: 35px !important;
	}

	.cta-info-title {
		font-size: 32px !important;
	}
}

/* end for global cmn */
/* inner banner big  */
.inner_banner_section_big_title {
	position: relative;
}

.inner_banner_section_big_title:after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(57 57 59 / 35%);
	position: absolute;
	content: "";
}

/* end inner banner big  */
/* contract page 1  */
.contract_1_service_row .service-blurb .et_pb_blurb_container {
	vertical-align: middle !important;
}

.contract_1_service_row .service-blurb .et_pb_image_wrap img {
	max-width: 55px;
}

.contract_1_service_row .service-blurb .et_pb_image_wrap {
	text-align: center;
}

.contract_1_service_row .service-blurb .et_pb_only_image_mode_wrap {
	position: relative;
	height: 175px;
	/* width: 175px !important; */
	background-image: url("/wp-content/uploads/bg-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 205px;
}

@media all and (max-width: 767px) {
	.contract_1_service_row .service-blurb .et_pb_image_wrap img {
		max-width: 35px;
	}

	.contract_1_service_row .service-blurb .et_pb_only_image_mode_wrap {
		height: 100px;
		line-height: 116px;
	}
}

@media (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;
	}
}

.cmn_for_a_link_in_block a {
	display: inline-block;
}

/* end contract page 1  */
/*  divi icon  text icon */
.et_pb_text_inner ul:not(.gform_fields) li,
.et_pb_blurb_description ul li {
	/* 	padding-left: 30px; */
	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: #ff6900;
	margin-right: 10px;
} */

.p_0_check_list ul {
	padding-bottom: 0;
}

.p_0_check_list ul li:last-child {
	margin-bottom: 0;
}

/* end divi text icon  */
/* update for counter section */
.custom_counter .percent {
	height: auto !important;
}

.custom_counter span.percent-value {
	line-height: 1.3em;
}

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

.custom_counter h4.title {
	font-weight: 400;
}

.coutner_section_cmn {
	position: relative;
}

@media (min-width: 981px) {
	.coutner_section_cmn:before {
		position: absolute;
		width: 40%;
		top: 0;
		right: 0;
		background: #ff6900;
		z-index: 1;
		content: "";
		height: 100%;
	}

	@media only screen and (min-width: 981px) and (max-width: 1280px) {
		.custom_counter .percent p {
			font-size: 55px !important;
		}
	}
}

/* end update for counter section */
.cmn_for_a_hover a:hover {
	text-decoration: underline;
}

.center_ul_li ul {
	display: inline-block;
}

.center_ul_li ul li {
	text-align: left;
}

/* css for popup  */

/* 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: #ff6900 !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: #083c5c !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: #000;
}

.popup_content a {
	color: #f43200;
}

.popup_row {
	padding: 0 !important;
}

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

@media all and (min-width: 981px) {
	.popup_content {
		font-size: 16px !important;
		line-height: 1.6em;
	}
}

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

.popup_row .et_pb_main_blurb_image {
	margin-bottom: 20px !important;
}

.popup_row .et_pb_module.et_pb_blurb {
	margin-bottom: 5px !important;
}

/* end poup content  */

.popup_row ul li {
	margin-bottom: 0 !important;
}

/* end css for popup  */
/* -- Scroll to Top Style -- */
.et_pb_scroll_top.et-pb-icon {
	background: #ff6900;
	border-radius: 0;
	padding: 25px 0;
}

/* end scrool top */
/* finshing  */

.with_d_counter span.percent-value {
	position: relative;
}

.with_d_counter span.percent-value:before {
	content: "$";
	left: 0;
	display: inline-block;
}

.after_plus span.percent-sign {
	position: relative;
}

.after_plus span.percent-sign:after {
	content: "+";
	display: inline-block;
}

/* gallery  */
.custom_g h3 {
	font-size: 18px !important;
}

/* end gallery  */
@media only screen and (min-width: 1561px) {
	.banner-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
		margin-right: 50px;
	}
}

/* end finishing  */

/* up for menu  */
#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;
}

#page-container span.menu-closed.menu-open:before {
	content: "\4d";
}

/* up  */

/* end for update  */

/* -- -------------------Inner Page big Overlay ------------------- */

@media only screen and (min-width: 981px) {
	.big-inner_banner_section:before {
		background-image: url(/wp-content/uploads/home-shape-i-.png) !important;
		width: 1900px !important;
	}
}

/* finishing  */
.home_custom_inside h2.entry-title {
	padding-bottom: 3px;
}

.home_custom_inside p.post-meta {
	margin-bottom: 0 !important;
	padding-bottom: 10px !important;
}

.home_custom_inside .post-content-inner {
	padding-top: 0 !important;
}

.footer_social_icon li {
	margin-bottom: 0 !important;
}

/* end fisnin */

/* updaet for gallery  */
.gallery_area h3.et_pb_gallery_title {
	position: relative;
}

.gallery_area .et_pb_gallery_item {
	position: relative;
	transition: 0.4s ease-in;
}

.gallery_area h3.et_pb_gallery_title {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.gallery_area p.et_pb_gallery_caption {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	padding: 0px 8px;
}

.gallery_area h3.et_pb_gallery_title,
.gallery_area p.et_pb_gallery_caption {
	opacity: 0;
	transition: 0.4s ease-in;
	color: #fff !important;
}

.gallery_area .et_pb_gallery_item:hover h3.et_pb_gallery_title,
.gallery_area .et_pb_gallery_item:hover p.et_pb_gallery_caption {
	opacity: 1;
}

/* end update for gallery  */
.blurb_for_care h3.et_pb_module_header {
	position: relative;
}

.blurb_for_care h3.et_pb_module_header:before {
	content: "";
	position: relative;
	left: 0;
	width: 19px;
	height: 19px;
	background: url("/wp-content/uploads/read-more-icon.png");
	top: 0.1px;
	display: inline-block;
	margin-right: 8px;
}

/* link a  */
.custom_a_contract a.more-link {
	position: relative;
}

.custom_a_contract a.more-link:before {
	content: "";
	position: relative;
	left: 0;
	width: 19px;
	height: 19px;
	background: url("/wp-content/uploads/read-more-icon.png");
	top: 3px;
	display: inline-block;
	margin-right: 8px;
}

.common_1_2 ol li {
	margin-bottom: 10px;
}

.common_1_2 ol {
	list-style-position: outside;
	margin-left: 32px;
}

/* end link a  */
@media all and (max-width: 980px) {
	.partner_logo_section a {
		display: block;
	}

	.partner_logo_section .et_pb_column {
		margin-bottom: 0 !important;
	}

	.partner_logo_section span.et_pb_image_wrap {
		max-width: 200px;
	}

	.partner_logo_section .et_pb_row {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 980px) {
	.footer_section .et_pb_column .et_pb_widget {
		width: 100% !important;
	}

	.cmn-cta-text {
		text-shadow: 0em 0em 0.2em #000000;
	}

	button.et_pb_menu__icon::after {
		margin-top: 6px !important;
	}

	.header-section .et_pb_menu .et_mobile_menu {
		top: 110%;
	}

	.for_logo_sp_section .et_pb_column {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.awards_img ul li {
		text-align: center;
		display: block !important;
		margin-right: 0px !important;
	}

	body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
		font-size: 12px !important;
	}
}

.header-section.et_pb_sticky {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

/* up  */
@media only screen and (min-width: 981px) and (max-width: 1280px) {
	.custom_time_line .content-details p {
		font-size: 20px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.custom_time_line .content-details p {
		font-size: 18px !important;
	}
}

@media all and (max-width: 767px) {
	.custom_time_line .content-details p {
		font-size: 15px !important;
	}
}

@media only screen and (min-width: 601px) and (max-width: 980px) {

	/* 	award */
	.awards_img ul li {
		width: calc(50% - 45px);
		text-align: center;
	}

	.awards_img ul li:nth-child(even) {
		margin-right: 0;
	}

	/* 	end award  */
}

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

	.banner-section .header-content {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.banner-section .et_pb_fullwidth_header_container {
		width: 90% !important;
	}

	/* 	end banner  */
}

@media all and (max-width: 400px) {
	.banner-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
		margin-right: 0;
		display: block;
	}
}

/* up  */
.footer_content_info p {
	padding-bottom: 0;
}

.footer_nab li {
	margin-bottom: 1px !important;
}

/* 	Accordion  */
@media only screen and (min-width: 981px) and (max-width: 1366px) {
	.acordion-section h3 {
		font-size: 20px !important;
	}
}

@media all and (max-width: 450px) {
	.service-blurb-u span.et_pb_image_wrap {
		width: 100px !important;
	}
}

/* update  
div#page-container .custom_g .et_overlay:before {
	font-family: inherit !important;
	content: "update" !important;
	font-size: 18px;
	top: 45%;
	width: 100%;
	text-align: center;
	padding: 0 8px;
	line-height: 1.3em;
}
*/
/*
.custom_g .et_overlay:after {
	font-family: inherit !important;
	content: "after";
	top: 25px;

	font-size: 14px;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	position: absolute;
	color: white;
	margin-top: 25px;
	width: 100%;
	text-align: center;
	padding: 0 8px;
	line-height: 1.3em;
}
*/

/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_0 .et_overlay:before {
	content: "Medical Insurance" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_0 .et_overlay:after {
	content: "High Deductible/HSA , Standard & Premium" !important;
}

/* end content  */

/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_1 .et_overlay:before {
	content: "Dental Insurance" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_1 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_2 .et_overlay:before {
	content: "Vision Care Plan" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_2 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_3 .et_overlay:before {
	content: "Flexible Spending Accounts" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_3 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_4 .et_overlay:before {
	content: "Company Paid Life Insurance AD&D" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_4 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_5 .et_overlay:before {
	content: "Long Term Disability" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_5 .et_overlay:after {
	content: "Company Paid" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_6 .et_overlay:before {
	content: "Short Term Disability" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_6 .et_overlay:after {
	content: "Company Paid" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_7 .et_overlay:before {
	content: "Benefit Epa Combo" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_7 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_8 .et_overlay:before {
	content: "Benefit 401k Combo" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_8 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_9 .et_overlay:before {
	content: "Benefit Fedholiday Combo" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_9 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_10 .et_overlay:before {
	content: "Benefit Vacation Combo" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_10 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_11 .et_overlay:before {
	content: "Benefit Sick Combo" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_11 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_12 .et_overlay:before {
	content: "Benefit Training Combo" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_12 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_13 .et_overlay:before {
	content: "Benefit Party Combo" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_13 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* content  */
div#page-container .custom_g .et_pb_gallery_item_0_14 .et_overlay:before {
	content: "Xcelerate Cares Community Outreach" !important;
}

div#page-container .custom_g .et_pb_gallery_item_0_14 .et_overlay:after {
	content: "" !important;
}

/* end content  */
/* update  */
/* update time line  */
.custom_time_line_update .dipl_item_content_inner {
	border-radius: 20px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 16%);
}

.custom_time_line_update .dipl_item_time {
	margin-bottom: 0 !important;
}

.custom_time_line_update h3.dipl_item_title {
	padding-bottom: 0;
}

@media only screen and (min-width:981px) and (max-width:1440px) {
	.custom_time_line_update .dipl_item_content_inner {
		padding: 25px 20px !important;
	}

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

.sinlge_team span.et_pb_image_wrap {
	position: relative;
}

.sinlge_team span.et_pb_image_wrap:after {
	content: "";
	width: 0%;
	height: 0%;
	background: rgb(0 0 0 / 70%);
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 0px 0px 0 0;
	transition: 0.3s ease-in;
	bottom: 0;
	right: 0;
	margin: auto;
}

.sinlge_team:hover span.et_pb_image_wrap:after {
	width: 100%;
	height: 100%;
}

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

@media only screen and (min-width:1280px) and (max-width:1560px) {
	.p_email h2 {
		font-size: 30px !important;
	}
}

/* update  */
.custom_slider a.et-pb-arrow-next {
	opacity: 1 !important;
	right: 0 !important;
}

.custom_slider a.et-pb-arrow-prev {
	left: 0 !important;
	opacity: 1 !important;
}

.custom_slider .et_pb_slide_description {
	text-shadow: inherit !important;
}

/* Divi grid related filter styling */
.dpdfg_filtergrid.blog-related-grid .dp-dfg-filters{
	background: #F8F8F8;
	padding: 10px 0px 20px 40px;
}
.blog-related-share {
	z-index: 10;
}
.dpdfg_filtergrid.blog-related-grid hr{
	height: 3px;
	background: #39393b;
	max-width: 500px;
	margin-top: 50px;
	border: none;
	width: 100%;
}
.dpdfg_filtergrid.blog-related-grid .dp-dfg-filters h3{
	font-size: 30px;
}
.dpdfg_filtergrid.blog-related-grid .dp-dfg-filters .dp-dfg-level {
	display: block;
	width: fit-content;
	margin-bottom: 30px;
}
.dpdfg_filtergrid.blog-related-grid .dp-dfg-filters .dp-dfg-level a{
	padding: 0;
	width: fit-content;
    border: none;
    background: none;
	margin-bottom: 10px;
}
.dpdfg_filtergrid.blog-related-grid .dp-dfg-filters .dp-dfg-level a:after{
	content: '';
	transition-duration: .3s;
    width: 0;
    height: 3px;
    display: block;
    background: #39393b;
	margin-top: 1px;
}
.dpdfg_filtergrid.blog-related-grid .dp-dfg-filters .dp-dfg-level a:hover:after{
	width: 100%;
}
@media(min-width: 800px) {
	.dpdfg_filtergrid.blog-related-grid .dp-dfg-filters{
		margin: auto;
		width: 100%;
		max-width: 800px;
	}
}
@media(min-width: 981px) {
	.dpdfg_filtergrid.blog-related-grid .dp-dfg-filters{
		margin-top: -145px;
	}
}

/* Divi filter grid item styling */
.dpdfg_filtergrid.blog-related-grid .dp-dfg-item {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.dpdfg_filtergrid.blog-related-grid .dp-dfg-item .dp-dfg-overlay{
	margin-bottom: 24px;
}
.dpdfg_filtergrid.blog-related-grid .dp-dfg-item > div:not(.dp-dfg-overlay){
	padding-left: 24px;
	padding-right: 24px;
}