/*
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: 1.9.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

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

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

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

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

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

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	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: #666666;
	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: 42px 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 {
	font-family: 'ETModules';
	content: '\f058';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: '\f055';
}
.eventlist ul li::before {
	content: '\f274';
}
.locationlist ul li::before {
	content: '\f041';
}
.externallist ul li::before {
	content: '\f14c';	
}
.pdflist ul li::before {
	content: '\f1c1';
	color: red;
}
.userlist ul li::before {
	content: '\f2c0';
}

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

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}
@keyframes lime-spin { 100% { transform:rotate(360deg); } }

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

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {
	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap; 
	}
	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}
	.stacked-order-negative-3 {
		order: -3;
	}
	.stacked-order-negative-2 {
		order: -2;
	}
	.stacked-order-negative-1 {
		order: -1;
	}
	.stacked-order-1 {
		order: 1;
	}
	.stacked-order-2 {
		order: 2;
	}
	.stacked-order-3 {
		order: 3;
	}
	.stacked-order-4 {
		order: 4;
	}
	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

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

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

/* -- END BLOG -- */

/*-- custom --*/
body, .et_pb_menu .et-menu-nav li a, #et-top-navigation{
	font-family: soleil, sans-serif;
	font-weight:500;
}
h1, h2, h3, h4, h5, h6{
	font-family: soleil, sans-serif;
	font-weight:800;
}
#page-container{
	overflow:hidden;
}
.mp-vertical-align { 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}
a:hover{
	color:#9e9e9e !important;
}
/*-- menus --*/
#top-header{
	border-bottom:1px solid #B3B3B3;
}
#main-header {
	box-shadow:0 0 0 rgba(0,0,0,0);
}
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a {
	font-weight: 800;
}
#et-secondary-menu>ul>li a {
	padding-bottom: 0 !important;
}
/*-- demo button -- */
#main-header .demo-button{
	background: #94c83d;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius:30px;
	text-align: center;
}

#top-menu-nav>ul>li.demo-button a, #top-menu-nav>ul>li.demo-button a, #mobile_menu li.demo-button a{
	color:#fff !important;
}
#top-menu-nav>ul>li.demo-button a:hover, #top-menu-nav>ul>li.demo-button:hover a, #mobile_menu li.demo-button:hover a{
	opacity: 1 !important;
	color:#fff !important;
}

.et-fixed-header #top-menu li.demo-button.current-menu-ancestor>a, .et-fixed-header #top-menu li.demo-button.current-menu-item>a, .et-fixed-header #top-menu li.demo-button.current_page_item>a{
	color:#fff !important;
}
.demo-button:hover{
	background: #F97534 !important;
	-webkit-transition: all .35s;
	transition: all .35s;
}
@media only screen and (min-width:981px){
	#main-header .demo-button{
		padding: 1em 2em 1.2em !important;
	}
	#et-top-navigation nav>ul>li>a{
		padding-bottom: 0 !important;
	}
	#et-top-navigation{
		padding: 30px 0 !important;
	}
	.et-fixed-header #et-top-navigation nav>ul>li>a{
		padding-bottom: 0 !important;
	}
	.home .et-fixed-header #et-top-navigation{
		padding: 30px 0 !important;
	}/* This Margin causes problems with the hover function Freshysites Support EM /11/29/2022
	.nav li ul.sub-menu{
	margin-top:20px !important;
}*/
	#top-menu li li a {
		padding: 6px 0;
	}
}

/*-- top menu login --*/
#top-header .container {
	padding-top: 1em;
	font-weight: 500;
	padding-bottom: 1em;
}
.login-button a:after{font-family: ETmodules!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	direction: ltr;
	content:"\f0a9";
	color:#F26E21;
	margin-left:5px;
	font-size:15px;
	vertical-align:bottom;
}

/*-- responsive desktop --*/
@media only screen and (max-width:1279px) and (min-width:1017px){
	#main-header .container, #top-header .container{
		width:90%;
		max-width:100% !important;
	}
	#logo {
		max-height: 53% !important;
	}
}
@media only screen and (max-width:1016px) and (min-width:981px){
	#main-header .container, #top-header .container{
		width:90%;
		max-width:100% !important;
	}
	#logo {
		max-height: 46% !important;
	}
}
/*-- mobile menu --*/
@media only screen and (max-width: 980px){	
	#logo {
		max-height: 80%;
		max-width:64% !important;
	}
	#main-header #mobile_menu.et_mobile_menu li a, .et_pb_menu .et_mobile_menu {
		text-align: center;
	}
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
		padding-left: 44px;
	}
	#main-header #mobile_menu.et_mobile_menu li li a{
		padding-right: 40px;
	}
	#top-menu li li {
		text-align: center;
	}
	.login-button a:after{
		vertical-align:middle !important;
	}
}
/*-- fonts --*/
.title-6-caps h6{
	font-weight:500 !important;
}
@media only screen and (max-width:1670px) and (min-width:1333px){
	.title-60, .title-60 h1{
		font-size:48px !important;
	}
	.header-tagline{
		font-size:24px !important;
	}
	.tagline-32{
		font-size: 28px !important;
	}
	.title-28 h5{
		font-size:24px !important;
	}
}
@media only screen and (max-width:1332px) and (min-width:981px){
	.title-60, .title-60 h1 {
		font-size: 40px !important;
	}
	.header-tagline{
		font-size:22px !important;
	}
	.tagline-32{
		font-size: 24px !important;
	}
	.title-28 h5{
		font-size:24px !important;
	}
}
@media only screen and (max-width:386px){
	.title-60 br{
		display:none;
	}
}
/*-- scroll up --*/
.et_pb_scroll_top.et-pb-icon {
	background: #94C83D;
	bottom: 20px;
	right: 10px;
	border-radius:50%;
	font-size: 40px;
	padding: 10px;
}
@media only screen and (max-width:760px){
	.et_pb_scroll_top.et-pb-icon {
		font-size:20px;
		bottom: 5px;
		right: 5px;
	}
}
/*-- footer--*/
#footer-info {
	text-align: center;
	float: none;
}
#footer-widgets .footer-widget li:before{
	display:none;
}
#footer-widgets .footer-widget li {
	padding-left: 0;
}
.footer-widget, .footer-widget li, .footer-widget li a, #footer-info {
	font-weight: 500 !important;
}
#nav_menu-6 {
	width: 100%;
	padding-bottom:40px !important;
	border-bottom:1px solid #666666;
}
#footer-widgets .footer-widget .fwidget {
	margin-bottom: 4% !important;
}
@media (max-width: 767px){
	#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
		width: 100% !important;
	}
}
@media only screen and (max-width:980px){
	.et_pb_widget h4{
		font-size:18px !important;
		font-weight:600 !important;
	}
}
@media only screen and (max-width:1125px) and (min-width:981px){
	#main-footer .container{
		width:90% !important;
	}
	.et_pb_gutters3.et_pb_footer_columns5 .footer-widget {
		width: 16.6%;
	}
	.et_pb_gutters3 .footer-widget {
		margin-right: 3.5%;
	}
}
/*-- Buttons --*/
.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
	overflow:hidden;
	text-align:center;
	min-width:220px;
	padding: 0.55em 1.2em 0.55em !important;
}
.et_pb_button:hover, .et_pb_button_module_wrapper .et_pb_button:hover, .et_pb_button.et_pb_promo_button:hover{
	padding: 0.55em 1.2em 0.55em !important;
}

@media only screen and (max-width:1240px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
		font-size:16px !important;
	}
}
@media only screen and (max-width:980px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
		font-size: 16px !important;
	}
}
@media only screen and (max-width:324px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button, .home-slider .et_pb_button.et_pb_more_button, .et_pb_button_module_wrapper.et_pb_module .et_pb_bg_layout_light.et_pb_button{
		min-width:200px;
	}
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
		font-size: 12px !important;
	}
}
@media only screen and (max-width:275px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button, .home-slider .et_pb_button.et_pb_more_button, .et_pb_button_module_wrapper.et_pb_module .et_pb_bg_layout_light.et_pb_button{
		min-width:auto;
	}
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
		font-size: 12px !important;
	}
}
.arrow-button.et_pb_button{
	min-width:180px !important;
}
.arrow-button.et_pb_button:after{
	display:initial !important;	
	margin-top:2px;
}
.arrow-button.button-career{
	min-width:auto !important;
}
/*-- stack--*/
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}

	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}

	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}

	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	/*** add margin to last column ***/
	.custom_row .et_pb_column:last-child{
		margin-bottom: 30px !important;
	}
}

/*-- blurbs home --*/

.blurb-green .et_pb_module_header:before{
	content:"";
	background:#94C83D;
	width:25px;
	min-width:25px;
	height:10px;
	margin-right:10px;
}
.blurb-orange .et_pb_module_header:before{
	content:"";
	background:#F26E21;
	width:25px;
	min-width:25px;
	height:10px;
	margin-right:10px;
}
.blurb-darkgrey .et_pb_module_header:before{
	content:"";
	background:#666666;
	width:25px;
	min-width:25px;
	height:10px;
	margin-right:10px;
}
.blurb-yellow .et_pb_module_header:before{
	content:"";
	background:#FDCD08;
	width:25px;
	min-width:25px;
	height:10px;
	margin-right:10px;
}
.blurb-lightgrey .et_pb_module_header:before{
	content:"";
	background:#B3B3B3;
	width:25px;
	min-width:25px;
	height:10px;
	margin-right:10px;
}
.blurb-green .et_pb_module_header, .blurb-orange .et_pb_module_header, .blurb-darkgrey .et_pb_module_header, .blurb-yellow .et_pb_module_header, .blurb-lightgrey .et_pb_module_header{
	display:flex;
	flex-direction:row;
}
.blurb-green .et_pb_module_header:before, .blurb-orange .et_pb_module_header:before, .blurb-darkgrey .et_pb_module_header:before, .blurb-yellow .et_pb_module_header:before, .blurb-lightgrey .et_pb_module_header:before{
	margin-top:14px;
}
@media only screen and (max-width: 1670px){
	.blurb-green .et_pb_module_header:before, .blurb-orange .et_pb_module_header:before, .blurb-darkgrey .et_pb_module_header:before, .blurb-yellow .et_pb_module_header:before, .blurb-lightgrey .et_pb_module_header:before{
		margin-top:10px;
	}
}
@media only screen and (max-width: 767px){
	.blurb-green .et_pb_module_header:before, .blurb-orange .et_pb_module_header:before, .blurb-darkgrey .et_pb_module_header:before, .blurb-yellow .et_pb_module_header:before, .blurb-lightgrey .et_pb_module_header:before{
		height:7px;
	}
}
.list-row .et_pb_blurb_description {
	max-width: 92%;
}

/*-header-*/
.round-border, .round-border .et_pb_image_wrap, .round-border img{
	border-radius:20px;
}
@media only screen and (min-width:1121px){
	.header-section .col-1{
		width:55% !important;
	}
	.header-section .col-sidebar{
		width:45% !important;
	}
}

@media only screen and (min-width:1131px){
	.header-image, .header-image .et_pb_image_wrap, .header-image img{
		width:100% !important;
		max-width: 600px!important;
		margin-top:-5px !important;
	}
	.header-image-internal, .header-image-internal .et_pb_image_wrap, .header-image-internal img{
		width:100% !important;
		max-width: 96%!important;
	}

}
@media only screen and (max-width:1130px) and (min-width:981px){
	.header-section .col-1{
		width:100% !important;
	}
	.header-section .col-sidebar{
		width:100% !important;
	}
	.header-image-internal{
		margin-top:16px;
	}
	/*.internal .line-top-right{
	max-width:543px;
}*/
	.internal .et_pb_image .et_pb_image_wrap {
		max-width: 64%;
	}
}
@media only screen and (max-width:480px){
	.internal .header-image-internal{
		margin-top:25px !important;
	}
}
/*-- home header testimonial --*/
.testimonial-author{
	color:#F26E21 !important;
}
.custom-quote img{
	width:15% !important;
}
/*@media only screen and (min-width:1710px){
.custom-quote{
width:70% !important;
}
}
@media only screen and (max-width:1516px) and (min-width:981px){
.home .custom-quote{
font-size:16px !important;
bottom:116px !important;
line-height: 1.3em !important;
}

}
@media only screen and (max-width:1368px) and (min-width:1131px){
.home .custom-quote{
bottom: 100px !important;
}
}
@media only screen and (max-width:1273px) and (min-width:1184px){
.home .custom-quote{
bottom: 95px !important;
}
}
@media only screen and (max-width:1183px) and (min-width:1131px){
.home .custom-quote{
bottom: 88px !important;
max-width: 85% !important;
}
}*/
@media only screen and (min-width:600px){
	.testimonial-author{
		font-size:18px !important;
	}
	.testimonial-company{
		font-size:15px !important;
		line-height:1em !important;
	}
}
/*@media only screen and (max-width:1130px){
.home .custom-quote{
max-width:460px !important;
width:90% !important;
}
}
@media only screen and (max-width:767px) and (min-width:574px){
.home .custom-quote{
font-size:20px !important;
bottom:25% !important;
}
}
@media only screen and (max-width:573px) and (min-width:449px){
/*.home .custom-quote{
font-size:18px !important;
bottom:20% !important;
}
}*/
@media only screen and (max-width:573px) and (min-width:449px){
	.testimonial-author{
		font-size:16px !important;
		line-height:1em !important;
	}
	.testimonial-company{
		font-size:14px !important;
		line-height:1em !important;
	}
}

@media only screen and (max-width:480px){
	.custom-quote img{
		width:18% !important;
		margin-bottom:20px;
	}
}
@media only screen and (max-width:448px) and (min-width:320px){
	.testimonial-author{
		font-size:14px !important;
		line-height:1em !important;
	}
	.testimonial-company{
		font-size:10px !important;
		line-height:1em !important;
	}
}

/*@media only screen and (max-width:429px){
.home .custom-quote{
bottom:15% !important;
width:95% !important;
}
}
@media only screen and (max-width:328px){
.home .custom-quote{
bottom:15% !important;
width:100% !important;
}
}
@media only screen and (max-width:319px){
.home .custom-quote{
font-size:12px !important;
bottom:15% !important;
width:100% !important;
}
}*/
@media only screen and (max-width:319px){
	.testimonial-author{
		font-size:12px !important;
		line-height:1em !important;
	}
	.testimonial-company{
		font-size:10px !important;
		line-height:1em !important;
	}
}
.flickering-align{
	top: 50% !important;
	left: 50% !important;
	transform: translateX(-50%) translateY(-50%);
}
/*-- what you get section --*/
@media only screen and (max-width:1670px) and (min-width:1090px){
	.wyg-section{
		padding:80px 0 !important;
	}
}
@media only screen and (max-width:1496px) and (min-width:981px){
	.wyg-section{
		background-position: center !important;
	}
}
@media only screen and (max-width:1392px) and (min-width:1233px){
	.wyg-descriptions{
		font-size:16px !important;
	}
}
@media only screen and (max-width:1232px) and (min-width:981px){
	.wyg-descriptions{
		font-size:14px !important;
	}
}
@media only screen and (max-width:1089px) and (min-width:981px){
	.wyg-row .et_pb_column{
		width:38% !important;
	}
	.wyg-descriptions{
		font-size:13px !important;
	}
	.wyg-section{
		padding:60px 0!important;
	}
}
@media only screen and (max-width:980px) and (min-width:560px){
	.wyg-row .et_pb_column{
		width:50% !important;
	}
}
@media only screen and (max-width:980px){
	.wyg-descriptions{
		font-size:13px !important;
		max-width:95% !important;
	}
	.wyg-section{
		padding:60px 0 0!important;
	}
} 

/*-- setup section --*/
@media only screen and (min-width:981px){
	.setup-column .et_pb_column::after{
		content:"";
		background:url(/wp-content/uploads/Icon-arrow-right.png);
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		position: absolute;
		display: block;
		width: 22px;
		height: 22px;
		right: -3.5%;
		top: 38%;
	}
}
.setup-column .et_pb_column:last-child::after{
	display:none;
}
.et_pb_main_blurb_image {
	margin-bottom: 0px;
}
.setup-column .et_pb_blurb_description {
	width: 240px;
	margin:0 auto;
}
@media only screen and (max-width:1296px){
	.setup-column .et_pb_column::after{
		right: -4%;
		top: 34%;
	}
}
@media only screen and (max-width:1131px){
	.setup-column .et_pb_column::after{
		right: -6%;
	}
}
@media (max-width: 980px) {
	.setup-column .et_pb_column{
		width:100%!important;
		margin-right: 0px!important;
	}
}
@media only screen and (max-width:980px){
	.line-dots .et_pb_column {
		width: 33.33% !important;
	}
}
@media only screen and (max-width:980px) and (min-width:607px){
	.logos-row .et_pb_column {
		width: 14.1667% !important;
		margin-right:3% !important;
		margin-bottom: 0 !important;
	}
	.logos-row .columns-7{
		width:100% !important;
	}
	.logos-row .et_pb_column:last-child{
		margin-right: 0 !important;
	}
}
@media only screen and (max-width:606px){
	.logos-row .et_pb_column{
		width: 29.666% !important;
		margin-right: 3.5% !important;
	}
	.logos-row .columns-7{
		width:100% !important;
	}
	.logos-row.column-5 .et_pb_column{
		width: 30.5% !important;
	}
	.logos-row.column-5 .et_pb_column:nth-child(3){
		margin-right:0 !important;
	}
	.logos-row.column-5 .et_pb_column:nth-child(4), .logos-row.column-5 .et_pb_column:last-child{
		width:46.5% !important;
	}
	.logos-row .et_pb_column:last-child,.logos-row .et_pb_column:nth-child(3){
		margin-right: 0 !important;
		margin: 0 0 30px !important;
	}
}
.logos-row .columns-7{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
}
.logos-row .columns-7 img {
	max-width: 100px;
}
@media only screen and (max-width:869px){
	.logos-row .columns-7 .et_pb_image{
		flex-grow: 1;
		width: 25%;
	}
	.logos-row .columns-7 img {
		max-width: 80%;
	}
}
@media only screen and (max-width:562px){
	.logos-row .columns-7 .et_pb_image{
		flex-grow: 1;
		width: 50%;
	}
}
/*--testimonial slider --*/

.ps_pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet{
	border:2px solid #666;
	opacity:1;
}
.swiper-pagination-bullet-active{
	border:0;
}

.b3testimonialgridslider_testimonial_text{
	margin-bottom:60px !important;
}
.b3testimonialgridslider .swiper-wrapper {
	margin-bottom: 50px !important;
}

.b3testimonialgridslider_testimonial_center {
	margin-top: 150px !important;
}
.b3testimonialgridslider_image{
	display:none !important;
}
@media only screen and (max-width:760px){
	.b3testimonialgridslider_testimonial_center {
		margin-top: 60px !important;
	}
}
/*-- about --*/

.counter-row .et_pb_number_counter.et_pb_with_title .percent {
	margin-bottom: 5px !important;
}

.counter-row .dh-static .percent-value {
	font-size: 0!important;
}
.counter-row .dh-static .percent-value:before {
	content: '1' !important;
	font-size:60px;
}
@media only screen and (min-width:1918px){
	.counter-row .percent-value, .counter-row .dh-static .percent-value:before {
		font-size:72px !important;
		line-height:72px !important;
	}
}
@media only screen and (max-width:1417px) and (min-width:1228px){
	.counter-row .percent-value, .counter-row .dh-static .percent-value:before {
		font-size:50px !important;
		line-height:50px !important;
	}
	.counter-row .et_pb_number_counter .title{
		font-size:27px !important;
	}
}
@media only screen and (max-width:1227px) and (min-width:981px){
	.counter-row .percent-value, .counter-row .dh-static .percent-value:before {
		font-size:40px !important;
		line-height:40px !important;
	}
	.counter-row .et_pb_number_counter .title{
		font-size:22px !important;
	}
}
@media only screen and (max-width:980px){
	.counter-row .et_pb_column {
		margin-bottom: 30px !important;
	}
}
@media only screen and (max-width:640px){
	.counter-row .et_pb_column {
		width:100% !important;
	}
}
@media only screen and (max-width:479px){
	#page-container .counter-row .et_pb_column {
		margin-bottom: 30px !important;
	}
}
@media only screen and (min-width:981px){
	.industry-blurbs .et_pb_main_blurb_image img{
		max-height: 100px !important;
		width:auto;
	}
}
@media only screen and (max-width:980px){
	.industry-blurbs .et_pb_main_blurb_image img{
		max-height: 91px !important;
		width:auto;
	}
}
@media only screen and (min-width:1620px){
	.industry-blurbs.small{
		max-width:1100px !important;
	}
}
@media only screen and (min-width:981px){
	.industry-blurbs.small .et_pb_column{
		margin-right:4% !important;
	}
	.industry-blurbs.small .et_pb_column:nth-child(3){
		margin-right:0 !important;
	}
}
@media only screen and (max-width:980px){
	.industry-blurbs .et_pb_column{
		width:100% !important;
		margin-right:0 !important;
	}
	.industry-blurbs .et_pb_column:nth-child(3){
		margin-right:0 !important;
		margin-bottom:30px !important;
	}
	.we-help .industry-blurbs .et_pb_column:nth-child(3){
		margin-bottom:0px !important;
	}
}
/*--contact --*/
.contact-testimonial h6{
	font-weight:500 !important;
}

/*-- form--*/

.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.gform_wrapper li.hidden_label input {
	margin-top: 12px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 12px;
}

.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
	margin-left: 3.7%;
}

.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
	width: 100%;
}
/*-- megamenu --*/
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children.et-show-dropdown>a:first-child:after {
	content: "2"!important;
}
@media only screen and (max-width:1690px) and (min-width:1337px){
	#page-container #top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li a, #top-menu li a {
		font-size: 17px !important;
	}
}
@media only screen and (max-width:1336px) and (min-width:1256px){
	#page-container #top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li a {
		font-size: 16px !important;
	}
}
@media only screen and (max-width:1255px) and (min-width:981px){
	#top-menu li a, #top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li a {
		font-size: 14px !important;
	}
}

@media (min-width: 1305px) {
	#top-menu li.mega-menu>ul {
		width: 630px;
		left:32vw !important;
	}
}
@media (min-width: 981px) {
	#top-menu li.mega-menu>ul>li {
		width: 50%;
	}

	#top-menu li.mega-menu>ul>li:nth-of-type(4n) {
		clear: unset;
	}

	#top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
		clear: unset;
	}
	#top-menu li.mega-menu.mega-menu-parent li>a, #top-menu li.mega-menu.mega-menu-parent li li{
		width:100% !important;
	}
	ul.sub-menu {
		padding-top: 20px!important;
	}
}
@media only screen and (max-width:1304px){
	#top-menu li.mega-menu>ul {
		width: 627px;
		left:29vw !important;
	}
}
#top-menu li.mega-menu>ul {
	padding: 20px 10px !important;
}
body #top-menu li.mega-menu>ul>li>a:first-child{
	/*border-bottom: 2px solid rgba(0,0,0,0.03) !important;*/
	padding-top: 5px !important;
	border-left:2px solid rgba(0,0,0,0);
}
#top-menu li.mega-menu>ul>li>a {
	padding: 10px 0 5px 5px !important;
}
#top-menu li.mega-menu>ul>li>a:hover {
	border-left-color:#F26E21 !important;
}
.mega-menu li.menu-item a {
	margin-bottom:2px;
}
#top-menu li.mega-menu>ul>li>a:first-child {
	font-weight: 500 !important;
}

/*.green-menu a{
border-left-color: #94C83D !important;
}
.orange-menu a{
border-left-color: #F26E21 !important;
}
.yellow-menu a{
border-left-color: #FDCD08 !important;
}
.darkgrey-menu a{
border-left-color: #666666 !important;
}
.lightgrey-menu a{
border-left-color: #B3B3B3 !important;
}*/

/*mega-menu icons
.mega-menu li.menu-item a::before {
font-family: 'ETModules' !important;
width: 34px;
margin: -10px 10px 0 0;
display: inline-block;
float: left;
text-align: center;
color: #0064c7;
font-size: 20px;
font-weight: normal;
line-height: 1em;
padding: 11px 4px 10px 4px;
border-radius: 500px;
}*/

/*-- demo popup--*/
.pum-content.popmake-content p:empty{
	display:none !important;
}
.pum-container .pum-content>:last-child, .pum-form__message:last-child{
	border-radius:30px !important;
}

.pop-header:after{
	content:"";
	display:block;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2NnB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTMyMCAyOGMzMjAgMCAzMjAgODQgNjQwIDg0IDE2MCAwIDI0MC0yMSAzMjAtNDJ2NzBIMFY3MGM4MC0yMSAxNjAtNDIgMzIwLTQyeiIvPjwvZz48L3N2Zz4=);
	background-size: 100% 66px;
	bottom: 0;
	height: 70px;
	z-index: 10;
}
/*-- blog resources --*/

/*@media only screen and (min-width:1470px){
.custom-blog .et_pb_salvattore_content[data-columns]::before {
content: '3 .column.size-1of3' !important;
}
.custom-blog .column.size-1of3 {
width: 32% !important;
margin-right: 1%;
}
}
@media only screen and (max-width:1469px) and (min-width:981px){
.custom-blog .et_pb_salvattore_content[data-columns]::before {
content: '2 .column.size-1of2' !important;
}
.custom-blog .column.size-1of2 {
width: 47.98% !important;
margin-right: 4.04%;
}
}*/
.et_pb_post{
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.et_pb_post:hover {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	transform: translateX(0px) translateY(-18px)!important;
}

.post-date{
	color:#F26E21;
}
.more-link{
	text-transform:capitalize;
	display: block;
	margin-top: 15px;
}
@media only screen and (min-width:981px){
	.et_pb_post {
		display: flex;
		flex-direction: column;
		justify-content:space-between;
	}
	.et_pb_module.et_pb_blog_grid_wrapper .more-link {
		position: absolute;
		bottom: 31px;
		left: 20px;
		right: 0;
		width: 100%;
		margin: auto;
	}
	.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post {
		position: relative;
	}
	.et_pb_module.et_pb_blog_grid_wrapper .post-content {
		padding-bottom: 80px;
	}
	.et_pb_post .entry-title{
		min-height: 105px;
	}
}
/*-- terms privacy iframe --*/

.iframe-container {
	overflow: hidden;
	padding-top: 65%;
	position: relative;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media only screen and (max-width:980px){
	.iframe-container {
		padding-top: 325px;
	}
	.iframe-container iframe {
		height: 100%;
	}
}

/*-- careers -- */
@media only screen and (min-width:981px){
	#benefits .et_pb_main_blurb_image .et_pb_image_wrap{
		min-height:113px !important;
	}
}
/**- about--*/
@media only screen and (min-width:981px){
	.values .et_pb_main_blurb_image .et_pb_image_wrap{
		min-height:78px !important;
	}
}
/*-- new icon blurb --*/
.icon-blurb .et_pb_blurb_position_left .et_pb_blurb_container, .icon-blurb .et_pb_blurb_position_right .et_pb_blurb_container {
	vertical-align: middle !important;
}

/*-- testimonials fix blur --*/
.testimonial-rotate-left{
	-webkit-transform-origin: 50%  51%;
	transform-origin: 50%  51%;
	webkit-transform: rotate(10deg) !important;  /* Chrome, Safari 3.1+ */
	-moz-transform: rotate(10deg) !important;  /* Firefox 3.5-15 */
	-ms-transform: rotate(10deg) !important;  /* IE 9 */
	-o-transform: rotate(10deg) !important;  /* Opera 10.50-12.00 */
	transform: rotate(10deg) !important;
}
.testimonial-rotate-right{
	-webkit-transform-origin: 50%  51%;
	transform-origin: 50%  51%;
	webkit-transform: rotate(-10deg) !important;  /* Chrome, Safari 3.1+ */
	-moz-transform: rotate(-10deg) !important;  /* Firefox 3.5-15 */
	-ms-transform: rotate(-10deg) !important;  /* IE 9 */
	-o-transform: rotate(-10deg) !important;  /* Opera 10.50-12.00 */
	transform: rotate(-10deg) !important;
}
@media only screen and (max-width:980px){
	.testimonial-rotate-right{
		webkit-transform: rotate(-3deg) !important;  /* Chrome, Safari 3.1+ */
		-moz-transform: rotate(-3deg) !important;  /* Firefox 3.5-15 */
		-ms-transform: rotate(-3deg) !important;  /* IE 9 */
		-o-transform: rotate(-3deg) !important;  /* Opera 10.50-12.00 */
		transform: rotate(-3deg) !important;
	}
	.testimonial-rotate-left{
		webkit-transform: rotate(5deg) !important;  /* Chrome, Safari 3.1+ */
		-moz-transform: rotate(5deg) !important;  /* Firefox 3.5-15 */
		-ms-transform: rotate(5deg) !important;  /* IE 9 */
		-o-transform: rotate(5deg) !important;  /* Opera 10.50-12.00 */
		transform: rotate(5deg) !important;
	}
}
/*-- testimonial grid fix --*/
@media only screen and (min-width: 981px){
	.infinite_scroll_off.equal_height_on .b3_archive_testimonials_grid.et_pb_column_1_3, .infinite_scroll_on.equal_height_on .b3_archive_testimonials_grid.et_pb_column_1_3 {
		width: 30.33%;
		margin-right: 2.5%;
	}
}
/**-- mobile row --*/
@media only screen and (max-width:980px) and (min-width:290px){
	.mobile-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		direction: ltr;
	}
	.mobile-row .et_pb_column_1_3 {
		width: 33.3%;
	}
	.mobile-row .et_pb_column {
		margin-right: 3%;
		margin-bottom:0 !important;
	}
	.mobile-row .et_pb_column:last-child {
		margin-right: 0!important;
	}
}

/*-- internal headers how we help adjusting flickering --*/

@media only screen and (min-width:1131px){
	.flickering-align.tablet-img{
		left:40% !important;
	}	
	.flickering-align.lonely-laptop{
		left:46% !important;
	}	
}
@media only screen and (max-width:1130px) and (min-width:761px){
	.flickering-align.tablet-img{
		left:46% !important;
	}	
}

@media only screen and (max-width:1130px) and (min-width:981px){
	.flickering-align.lonely-laptop{
		left:47% !important;
	}	
}
@media only screen and (max-width:980px) and (min-width:761px){
	.flickering-align.lonely-laptop{
		left:51% !important;
	}	
}
@media only screen and (max-width:761px){
	.flickering-align.tablet-img{
		left:43% !important;
	}	
	.flickering-align.lonely-laptop{
		left:48% !important;
	}	
}
/*-- alternative headers --*/

.internal-header-quote-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
	vertical-align: middle !important;
}

/*-- COLLEGE V2--*/
@media only screen and (max-width:1508px) and (min-width:1341px){
	.college-v2.custom-quote{
		bottom:71px;
	}
}
@media only screen and (max-width:1340px) and (min-width:1245px){
	.college-v2.custom-quote{
		font-size:16px;
		line-height: 1.2em;
	}
	.college-v2.custom-quote{
		bottom:65px;
	}
}

@media only screen and (max-width:1244px) and (min-width:981px){
	.college-v2.custom-quote{
		font-size:16px;
		line-height: 1.2em;
	}
	.college-v2.custom-quote{
		bottom:75px;
	}
}
@media only screen and (max-width:1130px) and (min-width:679px){
	.college-v2.custom-quote{
		max-width:460px !important;
		width:90% !important;
	}
}
@media only screen and (max-width:1130px) and (min-width:981px){
	.college-v2.custom-quote {
		font-size: 18px;
	}
}
@media only screen and (max-width:678px) and (min-width:571px){
	.college-v2.custom-quote{
		max-width:400px !important;
		width:100% !important;
	}
}
@media only screen and (max-width:570px){
	.college-v2.custom-quote{
		max-width:350px !important;
		width:100% !important;

	}
}
@media only screen and (max-width:765px) and (min-width:493px){
	.college-v2.custom-quote{
		bottom:35px;
	}
}
@media only screen and (max-width:492px) and (min-width:484px){
	.college-v2.custom-quote{
		bottom:25px;
	}
}
@media only screen and (max-width:483px) and (min-width:440px){
	.college-v2.custom-quote{
		bottom:21px;
	}
}
@media only screen and (max-width:615px) and (min-width:571px){
	.college-v2.custom-quote img {
		width: 16% !important;
	}
}
@media only screen and (max-width:570px){
	.college-v2.custom-quote img {
		width: 13% !important;
	}
}

@media only screen and (max-width:488px) and (min-width:441px){
	.college-v2.custom-quote{
		font-size:14px !important;
		width: 80% !important;
	}
	.college-v2.custom-quote .testimonial-author {
		font-size: 14px !important;
		line-height: 1em !important;
	}
	.college-v2.custom-quote .testimonial-company {
		font-size: 10px !important;
		line-height: 1em !important;
	}
}
@media only screen and (max-width:440px) and (min-width:369px){
	.college-v2.custom-quote{
		font-size:12px !important;
		width: 85% !important;
		bottom:10px !important;
	}
	.college-v2.custom-quote .testimonial-author {
		font-size: 14px !important;
		line-height: 1em !important;
	}
	.college-v2.custom-quote .testimonial-company {
		font-size: 10px !important;
		line-height: 1em !important;
	}
}
@media only screen and (max-width:368px) and (min-width:321px){
	.college-v2.custom-quote{
		font-size:10px !important;
		width: 90% !important;
		bottom:12px !important;
	}
	.college-v2.custom-quote .testimonial-author {
		font-size: 12px !important;
		line-height: 1em !important;
	}
	.college-v2.custom-quote .testimonial-company {
		font-size: 10px !important;
		line-height: 1em !important;
	}
}
@media only screen and (max-width:320px) and (min-width:291px){
	.college-v2.custom-quote{
		font-size:10px !important;
		width: 95% !important;
		bottom:5px !important;
	}
	.college-v2.custom-quote .testimonial-author {
		font-size: 11px !important;
		line-height: 1em !important;
	}
}
@media only screen and (max-width:290px){
	.college-v2.custom-quote{
		font-size:8px !important;
		width: 98% !important;
		bottom:5px !important;
	}
	.college-v2.custom-quote .testimonial-author {
		font-size: 8px !important;
		line-height: 1em !important;
	}
	.college-v2.custom-quote .testimonial-company {
		font-size: 7px !important;
		line-height: 1em !important;
	}
	.college-v2.custom-quote .et_pb_text_inner p {
		padding-bottom: 0.5em !important;
	}
}

/*-- COLLEGE v3--*/
.college-v3 .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 0 !important;
}
@media only screen and (max-width:1375px) and (min-width:1131px){
	.college-v3{
		font-size:16px !important;
		line-height: 1.2em;
	}
}
@media only screen and (max-width:1340px) and (min-width:1131px){
	.college-v3{
		bottom:35% !important;
	}
}
@media only screen and (max-width:1233px) and (min-width:1131px){
	.college-v3{
		max-width:330px !important;
	}
}

@media only screen and (max-width:767px) and (min-width:521px){
	.college-v3{
		font-size: 18px !important;
		max-width: 337px !important;
		bottom: 33% !important;
	}
}
@media only screen and (max-width:520px) and (min-width:461px){
	.college-v3{
		font-size: 16px !important;
		max-width: 300px !important;
		bottom: 33% !important;
	}
}
@media only screen and (max-width:460px) and (min-width:421px){
	.college-v3{
		font-size: 14px !important;
		max-width: 300px !important;
		bottom: 31% !important;
	}
}
@media only screen and (max-width:420px) and (min-width:349px){
	.college-v3 {
		font-size: 12px !important;
		max-width: 259px !important;
		bottom: 31% !important;
	}
	.college-v3.et_pb_blurb_position_left .et_pb_main_blurb_image{
		width:24px !important;
	}
	.college-v3 .et_pb_image_wrap {
		width: 8px !important;
	}
}
@media only screen and (max-width:348px) and (min-width:299px){
	.college-v3 {
		font-size: 12px !important;
		line-height:1em !important;
		max-width: 226px !important;
		bottom: 27% !important;
	}
	.college-v3.et_pb_blurb_position_left .et_pb_main_blurb_image{
		width:24px !important;
	}
	.college-v3 .et_pb_image_wrap {
		width: 8px !important;
	}
}
@media only screen and (max-width:298px){
	.college-v3 {
		font-size: 10px !important;
		line-height:1em !important;
		max-width: 226px !important;
		bottom: 30% !important;
	}
	.college-v3.et_pb_blurb_position_left .et_pb_main_blurb_image{
		width:24px !important;
	}
	.college-v3 .et_pb_image_wrap {
		width: 8px !important;
	}
}

/**-- new college V3 --*/
.custom-quote.college-v3-1{
	overflow: visible;
}
.custom-quote.college-v3-1 .et_pb_text_inner{
	overflow:hidden;
}
.custom-quote.college-v3-1::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 80%;
	width: 0;
	height: 0;
	border: 22px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-right: 0;
	margin-left: -11px;
	margin-bottom: -21px;
	filter: drop-shadow(0.25rem 0.40rem 0.2rem rgba(0,0,0,0.15));
}
@media only screen and (max-width:1250px) and (min-width:1131px){
	.custom-quote.college-v3-1{
		font-size: 16px !important;
		line-height: 1.2em !important;
	}
}
@media only screen and (max-width:980px) and (min-width:560px){
	.custom-quote.college-v3-1{
		font-size: 18px !important;
		line-height: 1.2em !important;
		padding-top: 20px!important;
		padding-right: 20px!important;
		padding-bottom: 10px!important;
		padding-left: 20px!important;
	}
}
@media only screen and (max-width:980px){
	.custom-quote.college-v3-1 img {
		width: 15% !important;
	}
}
@media only screen and (max-width:1130px) and (min-width:980px){
	.custom-quote.college-v3-1{
		max-width:465px !important;
	}
}
@media only screen and (max-width:1130px){
	.custom-quote.college-v3-1 p {
		padding-bottom: 0.5em;
	}
}

/*-- careers header --*/

.custom-quote.careers{
	overflow: visible;
}
.custom-quote.careers .et_pb_text_inner{
	overflow:hidden;
}
.custom-quote.careers::after{
	content: '';
	position: absolute;
	top: 0;
	left: 60%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-bottom-color: #fff;
	border-top: 0;
	border-left: 0;
	margin-left: -10px;
	margin-top: -29px;
	filter: drop-shadow(-0.25rem -0.3rem 0.2rem rgba(0,0,0,0.15));
}
@media only screen and (max-width:1250px) and (min-width:1131px){
	.custom-quote.careers{
		font-size: 16px !important;
		line-height: 1.2em !important;
	}
}
@media only screen and (max-width:980px) and (min-width:560px){
	.custom-quote.careers{
		font-size: 18px !important;
		line-height: 1.2em !important;
		padding-top: 20px!important;
		padding-right: 20px!important;
		padding-bottom: 10px!important;
		padding-left: 20px!important;
	}
}
@media only screen and (max-width:980px){
	.custom-quote.careers img {
		width: 15% !important;
	}
}
@media only screen and (max-width:1130px) and (min-width:980px){
	.custom-quote.careers{
		max-width:465px !important;
	}
}
@media only screen and (max-width:1130px){
	.custom-quote.careers p {
		padding-bottom: 0.5em;
	}
}


/*-- home-header 2 bubble --*/
.text-transform-home{
	font-weight: 400 !important;
}
@media only screen and (max-width:481px){
	.text-transform-home{
		font-size: 14px;
	}
}
.custom-quote.home-2{
	overflow: visible;
}
.custom-quote.home-2 .et_pb_text_inner{
	overflow:hidden;
}
.custom-quote.home-2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 80%;
	width: 0;
	height: 0;
	border: 22px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-right: 0;
	margin-left: -11px;
	margin-bottom: -21px;
	filter: drop-shadow(0.25rem 0.40rem 0.2rem rgba(0,0,0,0.15));
}
@media only screen and (max-width:1427px) and (min-width:1131px){
	.custom-quote.home-2, .text-transform-home{
		font-size: 16px !important;
		line-height: 1.4em;
	}
}
@media only screen and (max-width:1130px) and (min-width:981px){
	.header-section{
		padding-bottom:80px !important;
	}
	.line-top-right.double{
		max-width:566px !important;
	}
}

@media only screen and (max-width:1250px) and (min-width:1131px){
	.custom-quote.home-2{
		font-size: 16px !important;
		line-height: 1.2em !important;
		padding-right: 20px!important;
		padding-left: 20px!important;
	}
}
@media only screen and (max-width:980px) and (min-width:446px){
	.line-top-right.double{
		padding-top: 30px !important;
	}
}
@media only screen and (max-width:980px) and (min-width:768px){
	.custom-quote.home-2{
		font-size: 18px !important;
		line-height: 1.4em !important;
	}
}
@media only screen and (max-width:767px) and (min-width:546px){
	.custom-quote.home-2{
		font-size: 18px !important;
		line-height: 1.5em !important;
		padding-top:35px !important;
		padding-right: 20px!important;
		padding-bottom: 10px!important;
		padding-left: 20px!important;
	}
}
@media only screen and (max-width:725px){
	.custom-quote.home-2{
		max-width:80% !important;
	}
}
@media only screen and (max-width:556px) and (min-width:489px){
	.custom-quote.home-2{
		font-size: 16px !important;
		line-height: 1.3em !important;
		padding-top:35px !important;
		padding-right: 20px!important;
		padding-bottom: 10px!important;
		padding-left: 20px!important;
	}
}
@media only screen and (max-width:488px) and (min-width:447px){
	.custom-quote.home-2{
		font-size: 14px !important;
		line-height: 1.3em !important;
		padding-top:35px !important;
		padding-right: 20px!important;
		padding-bottom: 10px!important;
		padding-left: 20px!important;
	}
}
@media only screen and (max-width:446px){
	.custom-quote.home-2 {
		font-size: 14px !important;
		line-height: 1.3em !important;
		padding-top: 35px !important;
		padding-right: 10px!important;
		padding-bottom: 0px!important;
		padding-left: 10px!important;
	}
}
@media only screen and (max-width:410px){
	.header-image.home{
		max-width: 77% !important;
		margin-top:10px !important;
	}
	.custom-quote.home-2 {
		font-size: 12px !important;
	}
	.custom-quote.home-2{
		max-width:80% !important;
		padding-top: 30px !important;
	}
	.text-transform-home{
		font-size: 10px !important;
	}
}
@media only screen and (max-width:980px){
	.custom-quote.home-2 img {
		width: 15% !important;
	}

}

@media only screen and (max-width:1130px) and (min-width:980px){
	.custom-quote.home-2{
		max-width:465px !important;
	}
}
@media only screen and (max-width:1130px){
	.custom-quote.home-2 p {
		padding-bottom: 0.5em;
	}
	.custom-quote.home-2 p:last-of-type{
		padding-bottom:0 !important;
	}
}

/*-- 5 million css --*/
.box-5million img{
	margin-bottom: -0.6em;
}
.box-5million{
	-webkit-transform: rotate(7deg) !important;  /* Chrome, Safari 3.1+ */
	-moz-transform: rotate(7deg) !important;  /* Firefox 3.5-15 */
	-ms-transform: rotate(7deg) !important;  /* IE 9 */
	-o-transform: rotate(7deg) !important;  /* Opera 10.50-12.00 */
	transform: rotate(7deg) !important;
	-webkit-transform-origin: 50%  51%;
	transform-origin: 50%  51%;
}
@media only screen and (max-width:1130px) and (min-width:980px){
	.box-5million{
		right: 110px !important;
	}
}
@media only screen and (max-width:980px){
	.box-5million img{
		max-width: 45%;
	}
}
@media only screen and (max-width:980px) and (min-width:768px){
	.box-5million {
		bottom: 40% !important;
		right: 40px !important;
	}
}
@media only screen and (max-width:471px){
	.box-5million img {
		margin-bottom: -1.6em;
	}
	.box-5million.et_pb_text{
		font-size:8px !important;
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
}
@media only screen and (max-width:411px){
	.box-5million.et_pb_text{
		bottom:55% !important;
	}
}
@media only screen and (max-width:300px){
	.custom-quote.home-2 img{
		margin-right: 5px !important;
	}
	.box-5million img {
		max-width: 20px;
	}
	.box-5million.et_pb_text {
		bottom: 58% !important;
		padding-left:10px !important;
		padding-right:10px !important;
	}
}
/*--pricing v2--*/
.pricing-steps.v2 .et_pb_column:after{
	content:"";
	display:block;
	padding-bottom:100%;
}

/*-- inspections B ---*/
@media only screen and (min-width:2290px){
	.gradient-bg-line{
		background-size: 124% 100% !important;
	}
}
@media only screen and (max-width:2289px) and (min-width:1980px){
	.gradient-bg-line{
		background-size: 110% 100% !important;
	}
}
@media only screen and (max-width:1650px) and (min-width:981px){
	.gradient-bg-line{
		background-size: 90% 100% !important;
	}
}

/*-- retail malls B --*/
.flip-flick{
	-webkit-transform-origin: 50%  50% !important;
	transform-origin: 50%  50% !important;
}
.flip-bottom-left{
	-webkit-transform-origin: 50%  50% !important;
	transform-origin: 50%  50% !important;
}

@media only screen and (max-width:1123px){
	.flip-bottom-left{
		height:100% !important;
	}
}

@media only screen and (max-width:1097px){
	.flip-bottom-left{
		height:94% !important;
	}
}
@media only screen and (max-width:980px){
	.flip-bottom-left{
		height:100% !important;
	}
}


/*-- New testimonial solution --*/
.testimonials-all .dp-dfg-layout-grid .dp-dfg-item{
	align-content: space-between;
}

.testimonials-all .dp-dfg-content.entry-summary{
	margin-bottom:60px !important;
}

.testimonials-all .dp-dfg-item{
	padding: 25px 25px;
}

.testimonials-all .dp-dfg-cf-name span{
	font-weight: 700;
	color: #F26E21!important;
}

.testimonials-all p.dp-dfg-cf-name{
	padding-bottom:0.5em !important;
}

.testimonials-all .dp-dfg-cf-company_name span{
	font-weight: 300;
	color: #666666!important;
}

/*-- slider --*/
.n2-ss-slider .n2-ss-section-main-content {
	min-height: 50% !important;
}

/* ---------- Align Middle ---------- */
/* ----- More than one column ----- */
.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;	
}
/* ----- One Column ----- */
.align-middle-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ---------- Custom Filter Grid ---------- */
.custom-filter-grid .dp-dfg-item {
	padding: 19px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.custom-filter-grid .dp-dfg-item:hover {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	transform: translateX(0px) translateY(-18px) !important;
}
/* ----- Tile ----- */
.custom-filter-grid .entry-title {
	min-height: 105px;
}
/* Post Meta */
.custom-filter-grid .entry-meta {
	padding-bottom: 1em;
	margin-bottom: 6px;
}
/* Read More Button */
.custom-filter-grid .read-more-wrapper {
	text-align: left;
}
.custom-filter-grid .read-more-wrapper .dp-dfg-more-button {
	padding: 0 !important;
	min-width: 0;
}

/* --------------- Posts - Case Studies --------------- */
/* ----- Excerpt ----- */
.fs-case-study-excerpt strong {
	color: #f26e21;
}

/* ---------- Quote --------- */
/* ----- Author ----- */
.fs-quote-author {

}
/* ----- Position ----- */
.fs-quote-position {

}

/* ---------- Results ---------- */
@media (min-width: 981px) {
	.fs-case-study-results .et_pb_text_inner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		align-items: stretch;
	}
}
/* ----- Results Items ----- */
@media (min-width: 981px) {
	.case-study-result {
		width: 49.25%;
		margin: 0 1.5% 30px 0;
	}
	.case-study-result:nth-child(2n) {
		margin-right: 0;
	}
}
.case-study-result {
	margin-bottom: 30px;
}
.case-study-result:only-child, .case-study-result:nth-last-child(1):nth-child(odd) {
	width: 100%;
	margin-right: 0;
}
.case-study-result:only-child, .case-study-result:last-child {
	margin-bottom: 0;
}
/* ----- Results Title ----- */
h3.case-study-title:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 10px;
	margin: 0 10px 5px 0;
	background-color: #94c83d;
}
.case-study-result:nth-child(5n+1) h3.case-study-title:before {
	background-color: #94c83d;
}
.case-study-result:nth-child(5n+2) h3.case-study-title:before {
	background-color: #f26e21;
}
.case-study-result:nth-child(5n+3) h3.case-study-title:before {
	background-color: #666666;
}
.case-study-result:nth-child(5n+4) h3.case-study-title:before {
	background-color: #fdcd08;
}
@media (max-width: 980px) {
	h3.case-study-title:before {
		width: 30px;
		height: 10px;
		margin: 0 10px 3px 0;
	}
}
/* ----- Results Content ----- */
.case-study-content {

}

/* css with pricing page  */
div#page-container .row_for_title .et_pb_space {
     
    display: inline-block;
    width: 12px;
    margin-right: 7px !important;
}

.align_tems_cmn{align-items:center;}
.img_for_pricing span.et_pb_image_wrap {
    margin-left: 0;
}

/* faq  */
.pricing_faq_custom .et_pb_accordion_item {
    background: transparent;
    border: 0px;
    border-top: 1px solid #CBCBCB;
}

.pricing_faq_custom .et_pb_accordion_item:last-child {
    border-bottom: 1px solid #CBCBCB;
}
div#page-container .pricing_faq_custom .et_pb_accordion_item {
    margin-bottom: 0;
    padding-left: 0;
}
 

div#page-container .pricing_faq_custom .et_pb_toggle_content {
    padding-top: 10px;
}
div#page-container .pricing_faq_custom .et_pb_toggle_open h3:before {
/*     display: none !important; */
	opacity:0;
}
 
/* end faq  */
 
/* up  */
 
.pricing_faq_custom .tablepress>:where(thead,tfoot)>tr>* {
    background: #666666;
        color:#fff;
    font-weight:700;
    line-height:1.4em;
}

 

  .entry-content thead th span,  .entry-content tr th span {
    display: block;
      font-weight:400;
}

/*  up  */
/* up  */
.text_slider {
    padding-bottom: 40px;
}

.position_text div {
    max-width: 250px;
}

/* up  */
.smart_slider_custom .n2-ss-slide {
    box-shadow: 0px 4px 8px 2px rgb(203 203 203 / 60%);
}

/* up  */

.smart_slider_custom .n2-ss-slider-pane-single {
    overflow: visible !important;
}
 
/* up  */
@media all and (min-width:980px){
.text_slider p {
    min-height: 220px;
}
}

/* up  */
.row_for_3_title_text .et_pb_column:hover .et_pb_text,.row_for_3_title_text .et_pb_column:hover .et_pb_text h3 {
    color: #fff !important;
}

.row_for_3_title_text .et_pb_column,.row_for_3_title_text .et_pb_column .et_pb_text, .row_for_3_title_text .et_pb_column .et_pb_text h3 {
    transition: 0.3s ease-in;
}
.row_for_3_priceing {
    position: relative;
    z-index: 5;
}
 
/* up   */

.custom_counter  .percent-value {
    position: relative;
}

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

.custom_counter  .percent {
    height: inherit;
}

/* up  */
 @media all and (max-width:980px){
.row_for_3_title_text .et_pb_column {
    margin-bottom: 10px;
}
  
.row_for_3_title_text .et_pb_column:last-child {
    margin-bottom: 0;
}
	 .row_for_top_border  .et_pb_column {
    max-width: 500px;
}

.row_for_top_border {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
 }
.checklist_up ul li::before {
    content: "";
    background-image: url("/wp-content/uploads/checkbox-icon.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
    top: 3px;
}

/* up  */

.strategy_section {
    position: relative;
}

.strategy_section:after {
    position: absolute;
    top: 66px;
    right: 0;
    background-image: url("/wp-content/uploads/background-overlay.png");
    height: 520px;
    width: 891px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
}

@media all and (max-width:980px){
    .strategy_section:after {
        top:-250px;
    }
	.line_dots_upd .et_pb_column {
    margin-bottom: 0;
}

}

@media all and (max-width:1445px){
div#page-container .row_for_slider_t {
    max-width: 800px;
}
}

/* upda  */
.row_for_3_title_text  .et_pb_column.active-background {
    box-shadow: 0px 0px 4px 4px #95c83d;
    background: #95c83d;
}

.row_for_3_title_text  .et_pb_column.active-background .et_pb_text, .row_for_3_title_text  .et_pb_column.active-background .et_pb_text h3 {
    color: #fff !important;
}

 
.row_for_3_priceing .selected {
       box-shadow: 0px 0px 4px 4px #95c83d;
}

/*  up  */
/* up  */
@media all and (min-width:1000px){
.row_for_create_plan .et_pb_column:nth-child(1) {
    width: calc(38.2% + 8% );
}

.row_for_create_plan .et_pb_column:nth-child(2) {
    width: calc(58.8% - 7%);
}

}

/* slid  */
.slider_title  div {
    font-size: 16px !important;
}

.position_text div {
    font-size: 15px !important;
}

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

.position_text div {
    font-size: 14px !important;
}
}

/* table  */
.pricing_faq_custom table#tablepress-1   tr td {
    color:#222222 !important;
}
 


.pricing_faq_custom table#tablepress-1  .entry-content tr td {
    border-top: 0;
}

.entry-content table:not(.variations) {
    border: 0;
}

tbody.row-striping tr {
    border-bottom: 1px solid #CBCBCB;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
    background: transparent;
}

.entry-content tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tablepress>.row-hover>tr:has(+.child:hover)>*, .tablepress>.row-hover>tr:hover+:where(.child)>*, .tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>* {
    background-color: transparent !important;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>* {
    background-color: transparent;
}

tbody.row-striping tr:last-child {
    border-bottom: 0;
}
/* end table  */

div#page-container .lets_chat_btn {
    min-width: inherit;
}
 @media all and (max-width:767px){
.pricing_faq_custom .et_pb_toggle_open {
    padding-right: 0 !important;
}
}

/* up  */
@media all and (max-width:400px){
.pricing_faq_custom table#tablepress-1 tr td {
    padding: 5px;
}

.pricing_faq_custom .tablepress>:where(thead,tfoot)>tr>* {
    padding: 5px;
}
} 

@media all and (max-width:980px){
	.row_for_title  .et_pb_column:last-child {
    text-align: center;
}

}
/* end price page update  */

/* update  */
@media all and (min-width:981px){
.cmn_top_tic {
    position: relative;
    z-index: 5;
    min-height: 440px;
}
	.cmn_tier_c {
    min-height: 124px !important;
}
}
 

/* up  */
/* .cmn_tier_c:hover h3 {
    color: #fff !important;
} */

/* active  */
div#page-container .cmn_tier_c.active-module {
    background: #94C83D !important;
    color:#fff !important;
} 
.cmn_tier_c.active-module h3{
    color:#fff !important;
}
.cmn_top_tic,.cmn_tier_c{
	transition:0.3s ease-in;
}
.cmn_top_tic.active-top {
    box-shadow: inherit !important;
    border-color: #94C83D !important;
}
 .cmn_top_tic {
    position: relative;
    z-index: 5; 
}

/* up  */
.slider_title div,.position_text  div {
    font-family: soleil, sans-serif !important;
}
 .slider_title div {
    text-transform: capitalize !important;
}

@media all and (max-width:980px){
	 
 
.smart_slider_custom .n2-ss-slider-3.n2-ow {
  overflow: visible !important;
}
.smart_slider_custom .n2-ss-slider-2.n2-ow {
  overflow: visible !important;
}
	.strategy_section:after {
    width: 400px;
    height: 500px;
    top: 175px;
}
}


/*  end active  */

/**Pricing Page fix**/
body .pricing_hero_sub{
    font-weight: 400;
}
/* body #page-container .cmn_tier_c.selected-tier:hover .et_pb_text_inner > *{
    color: #666666 !important;
} */

#gform_6 select {
    font-size: 14px;
    color: #999;
}