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

/* -- COLORS -- */

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

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

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

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

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

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

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */
.et_pb_scroll_top.et-pb-icon {
  text-align: center;
	background: #30446B;
	padding: 15px 0px;
  border-radius: 0;
}

/* -- HEADER -- */

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

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

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

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

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

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children,
#et-boc header .et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle,
#et-boc header .et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before,
#et-boc header .et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
	color: #fff;
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
	color: #fff;
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li,
#et-boc header .et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a,
#et-boc header .et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a,
#et-boc header .et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a,
#et-boc header .et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a,
#et-boc header .et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

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

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

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

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

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

@media (min-width: 600px) {
	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}
	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {
	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}
	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns > .et_pb_column {
		margin-bottom: 1rem;
	}
	/* swap the order of columns when stacked, to the first column is the last one 
	 * and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns > .et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}
	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}
	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

body .et_pb_text_inner ul li{
	margin-bottom: 5px;
}

body .et_pb_text_inner ul li ul{
	padding-bottom: 0!important;
}

body .et_pb_text_inner ul li:last-child{
		margin-bottom: 0px;
}

body .et_pb_text_inner ul li::marker{
	color: #196DB4;
}

.checklight li::marker{
	color: #fff!important;
}



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

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

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

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '';
	width: 10px;
	height: 10px;
	background: #196DB4;
	border-radius: 50%;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

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




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

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

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

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

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

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

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

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

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

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

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

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

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

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

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

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

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

/* -- END HELPERS -- */

/* -- BLOG -- */

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

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

/* -- END BLOG -- */

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0px;

}
.container {
  width: 90%;
  max-width: 1430px !important;
}

.intro-text  .et_pb_text_inner{
	display: inline-block;
	background: rgba(48, 68, 107, 0.05);
	padding: 5px 12px;
}

.et_pb_button{
	line-height: 1.2em!important;
}

.align_tems_cmn{align-items:center;}

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

.column-items-end{
	display: flex;
flex-direction: column;
justify-content: end;
}

.white-bg::before{
	content: '';
	display: block;
	width: 2000px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}




#logo{
	max-width: 204px;
}

/* Header  */

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

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

	.column-reverse .et_pb_column:nth-child(2) {
		margin-bottom: 30px !important
	}
}

@media all and (min-width:981px) {
	.row-items-center {
		display: flex;
		align-items: center;
	}
}

#main-header,
.et_pb_scroll_top{
	z-index: 99999999!important;
}
.et_pb_scroll_top{
	padding: 15px 0px;
  color: #fff;
  background: #30446B;
}

#top-menu-nav > ul > li > a:hover {
  opacity: 1;
}

#et-top-navigation {
  font-weight: 400;
}

#et-top-navigation{
	padding-left: 0!important;
}

#top-menu li a:hover{
  color: #fff;
}
.header-btn{
	 padding-right: 5px!important;
}
 
 div#page-container div#et-boc .header-btn a{
	background: #fff!important;
	color: #30446B!important;
	padding: 13px 18px 17px 18px !important;
	margin-top: -13px!important;
}
div#page-container div#et-boc .header-btn a::before,
div#page-container div#et-boc .header-btn-outline a::before{
	display: none;
}

.shortcode-row {
	width: 100%!important;
	max-width: 100%!important;
}

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


div#page-container div#et-boc .header-btn a:hover{
	background: #CC0000!important;
	color: #fff!important;
}

  div#page-container div#et-boc .header-btn-outline a{
	border: 1.2px solid #fff!important;
	color: #fff!important;
	padding: 12px 18px 16px 18px !important;
	margin-top: -13px!important;
}


 div#page-container div#et-boc .header-btn-outline a:hover{
	background: #fff!important;
	color: #30446B !important;
}

.nav li ul {
	padding: 00px 0;
}

#top-menu li li {
  padding: 0 0px;
	display: block;
	width: 100%;
}


#top-menu li li a{
	display: block;
	width: 100%;
}

.intro-nav a{
	font-size : 22px;
	color: #30446B!important;
	margin-bottom: 15px;
}

.intro-nav a:hover{
	color: #30446B!important;
}

/* Footer  */

.et_pb_widget_area_left {
  border-right: none;
  padding-right: 0;
}

div#et-boc .et_pb_widget .title{
	display: none!important;
}
div#et-boc .et_pb_widget a:hover{
	color: #CC0000 !important;
}

div#et-boc .et_pb_widget {
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}

div#et-boc .inline-list ul{
	list-style-type: none;
	padding: 0!important;
}

.et_pb_social_media_follow li {
  margin-bottom: 0;
}

 .pt-0{
	padding-top: 0!important;
}
.hero-slide-row{
	width: 90%!important;
}

/* Product slider  */

.product-slider #n2-ss-3-arrow-previous{
	display: none!important;
}


.product-slider .arrow-title h3{
	position: relative;
}

.product-slider .arrow-title h3::after{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url('/wp-content/uploads/Right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


/* Tab style  */

.tab-style .et_pb_tabs_controls {
	background-color: transparent!important;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 4%;
}

.tab-style .et_pb_tabs_controls  li{
	border-radius: 50px!important;
	border: none!important;
}

.tab-style .et_pb_tabs_controls  li a{
	padding: 10px 32px 14px 32px !important;
  	line-height: 1;
}

ul.et_pb_tabs_controls::after{
	border: none;
}
.tab-style .et_pb_tab{
	padding: 0!important;
}


/* arrow blurb */

.arrow-blurb .et_pb_module_header{
	margin-bottom: 10px;
}

.arrow-blurb .et_pb_module_header span{
	position: relative;
}

.arrow-blurb  .et_pb_module_header span::after{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url('/wp-content/uploads/arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	bottom: 0;
	right: -24px;
	margin: auto;
}

.grid-blurb {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px;
}

.grid-col-2{
	 display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.cmn-icon-blurb .et_pb_main_blurb_image{
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.cmn-icon-blurb .et_pb_module_header{
	margin-left: 50px;
	padding-top: 5px;
}
.cmn-icon-blurb  .et_pb_blurb_description{
	padding-top: 15px;
}

/* Hover blurb  */

.hoverd-blurb:hover .et_pb_main_blurb_image img{
	filter: brightness(0) invert(1) !important;
}

.hoverd-blurb .et_pb_blurb_content{
	display: flex;
	align-items: center;
}

.hoverd-blurb {
	display: flex;
	align-items: center;
}

div#page-container div#et-boc .grid-col-2 .hoverd-blurb{
	margin-bottom: 0;
}

.hoverd-blurb .et_pb_main_blurb_image{
	margin-bottom: 0!important;
	width: auto;
}

.et_pb_widget_area ul li a{
	font-family: 'Alata',Helvetica,Arial,Lucida,sans-serif!important;
}


/* Left icon blurb */

.left-icon-blurb .et_pb_blurb_content{
	display: flex;
	align-items: center;
}
.left-icon-blurb .et_pb_main_blurb_image{
	margin-bottom: 0!important;
	width: auto;
}

/* BG box */

.bg-text .et_pb_text_inner{
	position: relative;
	padding-top: 20px;
}

.bg-text .et_pb_text_inner::before{
	content: '';
	width: 56px;
	height: 2px;
	background: #196DB4;
	position: absolute;
	left: 0;
	top: 0;
}

.bg-text h2,
.bg-text h3,
.bg-text h4{
	padding-bottom: 10px;
}


@media only screen and (min-width:981px) {
 
  #top-menu li a {
    position:relative
  }
  #top-menu li a::before {
    position:absolute;
    content:"";
    width:0%;
    height:130px;
 	 background: rgba(255, 255, 255,0.10);
	opacity: 100%;
    left:-10%;
    top: -60px;
    transition:.3s ease-in;
    border-top: 4px solid #CC0000;
  }
  #top-menu li:hover a::before,
  #top-menu .current-menu-item a::before{
    width:120%
  }
	
	div#page-container div#et-boc .et-fixed-header  #top-menu li a::before{
		top: -30px;
		height: 71px;
	}
	

	
}

#top-menu .sub-menu li a::before{
	display: none!important;
	opacity: 0!important;
}

div#page-container div#et-boc .sub-menu{
	background: #fff!important;
	margin-left: -10px;
}
div#page-container div#et-boc .sub-menu li a{
	color: #30446b !important;
}
div#page-container div#et-boc .sub-menu li a:hover{
	color: #CC0000 !important;
}

div#page-container div#et-boc .sub-menu .current-menu-item a{
		color: #CC0000 !important;
}


/* Blog  */

div#page-container div#et-boc  .jp-logo{
	position: absolute;
	 right: -5%;
	  top: 16px;
	}

div#page-container div#et-boc  .jp-logo a::before{
	display: none!important;
}



div#page-container div#et-boc .blog-grid-style  .dp-dfg-item > * {
  position: relative;
 padding: 15px 24px 0px 24px;
}

div#page-container div#et-boc .blog-grid-style  article{
	padding: 0;
	position: relative;
	padding-bottom: 90px;
}

div#page-container div#et-boc .blog-grid-style .dp-dfg-image{
	padding: 0!important;
	margin: 0;
}

div#page-container div#et-boc .blog-grid-style article .dp-dfg-more-button {
	padding: 0!important;
}

div#page-container div#et-boc .blog-grid-style article .et_pb_button_wrapper {
	position: absolute;
	bottom: 30px;
	left: 0;
}

div#page-container div#et-boc .blog-grid-style article .et_pb_button_wrapper a{
	padding-bottom: 8px!important;
	border-bottom: 1.2px solid #CC0000!important;
}

div#page-container div#et-boc .blog-grid-style article .et_pb_button_wrapper a:hover{
	padding-bottom: 4px!important;
	border-bottom: 1.2px solid transparent!important;
}

div#page-container div#et-boc .blog-grid-style  .term-separator{
	display: none;
}

div#page-container div#et-boc .blog-grid-style .term-link{
	background: #d6e1ec;
	padding: 6px 11px;
	letter-spacing: 5px;
	border-radius: 50px;
}

div#page-container div#et-boc .blog-grid-style  .dp-dfg-meta{
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: 'Archivo';
	padding-top: 30px;
}

div#page-container div#et-boc .blog-grid-style  .dp-dfg-meta .published{
	order: 2;
	font-size: 14px!important;
}

div#page-container div#et-boc  .blog-grid-style .dp-dfg-image .dp-dfg-image-link{
	 padding-top: 60%;
  display: block;
}

div#page-container div#et-boc  .blog-grid-style .dp-dfg-image .dp-dfg-image-link img{
	  position: absolute;
	  height: 100%;
	  width: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  object-fit: cover;
}


div#page-container div#et-boc  .fix-blog-img .dp-dfg-image .dp-dfg-image-link{
	 padding-top: 0%;
 	 display: block;
}

div#page-container div#et-boc  .fix-blog-img .dp-dfg-image .dp-dfg-image-link img{
	position: relative!important;
}

div#page-container div#et-boc  .fix-blog-img .dp-dfg-image {
	margin-top: 30px;
	margin-left: 20px;
	margin-top: auto;
 	 margin-bottom: auto;
}

div#page-container div#et-boc .fix-blog-img article {
	padding-bottom: 30px !important;
	padding-top: 30px;
}

div#page-container div#et-boc .fix-blog-img article .et_pb_button_wrapper {
  position: relative;
  bottom: 0;
  left: 0;
}



div#page-container div#et-boc .fix-blog-img .dp-dfg-meta{
	padding-top: 0!important;
}



/* Search  */

div#page-container div#et-boc  .search-bar-style {
	position: absolute!important;
	bottom: -20px;
	right: 0;
	display: none;
	width: 450px;
	padding-right: 0!important;
	transition: max-height 0.5s ease-in-out;
}

div#page-container div#et-boc  .search-btn{
	transition: 0.5s ease-in-out;
}


.search-submit{
	display: none!important;
}

form.searchwp-form .searchwp-form-input-container .swp-input {
  margin: 0;
  width: 100%;
  padding: 10px;
	border: none;
}


form.searchwp-form input.swp-input--search {
  background-image: url("/wp-content/uploads/search-interface-symbol.png")!important;
}

/* Hero slider  */

.slide-btn{
	transition: 0.3s ease-in-out!important;
}

.nav ul li a:hover {
  background-color: transparent;
  opacity: 1;
}



/* Accordion style  */

.accordion-style .et_pb_module{
	padding: 0!important;
}

div#page-container div#et-boc .et_pb_toggle_open .et_pb_toggle_title::before {
  display: block!important;
	content: "\3a" !important;
}

.accordion-style .et_pb_accordion_item{
	margin-bottom: 4%!important;
}

.accordion-style .et_pb_accordion_item:last-child{
	margin-bottom: 0px!important;
}


@media (max-width: 980px) {
	.tab-style .et_pb_tabs_controls {
	  flex-direction: column!important;
	}
	.tab-style .et_pb_tabs_controls li{
		text-align: center;
	}
	.tab-style .et_pb_tabs_controls li a{
		display: block;
		width: 100%;
	}
	
	.jp-logo {
		display: none!important;
	}
}

@media (min-width: 981px) and (max-width: 1366px)  {
	.tab-style .et_pb_tabs_controls li a {
		padding: 12px 20px 15px 20px !important;
		line-height: 1;
		font-size: 15px!important;
}
}

@media (min-width: 1201px) and (max-width: 1420px)  {
	#logo {
	  max-width: 170px;
	}
	#top-menu li {
	  padding-right: 8px;
	}
	#top-menu li a {
	  font-size: 13px!important;
	}
	
	div#page-container div#et-boc .cat-parent > a {
	  font-size: 12px !important;
	}
}

@media (min-width: 1420px) and (max-width: 1500px) {
	#logo {
	  max-width: 200px;
	}
	#top-menu li {
	  padding-right: 10px;
	}
	#top-menu li a {
	  font-size: 16px!important;
	}
}

@media (min-width: 981px) and (max-width: 1200px)  {
	#logo {
	  max-width: 120px;
	}
	#top-menu li {
	  padding-right: 5px;
	}
	#top-menu li a {
	  font-size: 11px!important;
	}
	
	.widgettitle {
	  letter-spacing: 3px!important;
	}
	
	div#page-container div#et-boc .cat-mega-menu .sub-menu {
	  width: 660px!important;
	}
	
  div#page-container div#et-boc .header-btn a,
 div#page-container div#et-boc .header-btn-outline a{
	  padding: 10px 10px 13px 10px !important;
	}
	
	#et-top-navigation .et-cart-info {
	  margin: -2px 0 0 11px;
	}
	div#page-container div#et-boc .cat-parent > a {
	  font-size: 11px !important;
	}
}

div#page-container div#et-boc  .et_pb_tab .et_pb_section{
	padding: 0!important;
}


/* #main-header{
	overflow: hidden!important;
} */

@media (max-width: 980px) {
	.mobile_menu_bar::before{
		color: #fff!important;
	}
	
	 div#page-container div#et-boc  .header-btn a ,
	 div#page-container div#et-boc .header-btn-outline a {
	  margin: 10px;
		 margin-top: 0!important;
		text-align: center;
		padding: 10px 18px 12px 18px !important;
	}
	 div#page-container div#et-boc  .header-btn {
	  padding-right: 0px !important;
	}
	.et_mobile_menu {
	  padding: 0;
	}
	
	div#page-container div#et-boc .search-bar-style {
		display: block!important;
		width: 100%!important;
		top: 0!important;
		position: relative!important;
	}
	
	.search-btn{
		display: none!important;
	}
	
	.searchwp-live-search-results{
		z-index: 99999999999!important;
	}
}


@media (min-width: 980px){
	div#et-boc .footer-row .et_pb_column:nth-child(1){
		width: 20%!important;
		margin: 0!important;
	}
	div#et-boc .footer-row .et_pb_column:nth-child(2){
		width: 25%!important;
		margin: 0!important;
	}
	div#et-boc .footer-row .et_pb_column:nth-child(3){
		width: 20%!important;
		margin: 0!important;
	}
	div#et-boc .footer-row .et_pb_column:nth-child(4){
		width: 20%!important;
		margin: 0!important;
	}
	div#et-boc .footer-row .et_pb_column:nth-child(5){
		width: 15%!important;
		margin: 0!important;
	}
		div#et-boc .inline-list ul{
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: end;
		gap: 50px;
	}

	div#et-boc .inline-list ul li {
		position: relative;
	}

	div#et-boc .inline-list ul li:after{
		content: "·";
		position: absolute;
	  right: -25px;
	}

}

@media (max-width: 980px){
	div#et-boc .footer-row .et_pb_column:nth-child(1){
		width: 100%!important;
	}
}

.et_pb_widget{
	width: 100%!important;
	display: block!important;
}

.section-90{
	max-width: 1304px!important;
	width: 90%!important;
	margin: auto;
	padding-left: 350px !important;
}

.section-90 .et_pb_row{
	width: 100%;
	max-width: 100%;
}


.mPS2id-highlight-first{
  position: relative!important;
  color: #196DB4 !important;
/*    border-left: 3px solid #196DB4; 
   padding-left: 10px; */
}

.quick-nav li a{
	display: block!important;
	width: 100%!important;
}

.mPS2id-highlight-first::before{
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	background: #196DB4;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.inline-btns .et_pb_button_module_wrapper{
	display: inline-block;
	margin-right: 10px;
}

.inline-btns .et_pb_button_module_wrapper:last-child{
	margin-right: 0px;
}

/* Form  */

.gform_required_legend{
	display: none!important;
}

.form-style input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form-style textarea.textarea,
.form-style div.form_saved_message div.form_saved_message_emailform form input[type="text"],
body .gform_wrapper select {
  background-color: #fff!important;
  border: 1px solid #30446B26!important;
  font-size: 18px!important;
  color: #4D5F6C!important;
  padding: 13px 16px!important;
  line-height: 1;
}

body .gform_wrapper select {
	height: 48px;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  font-size: 18px;
  line-height: 1.5em;
}

body .gform_wrapper .hidden_label .ginput_container > * {
  margin-top: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0!important;
  padding: 0!important;
}

/* Focus style */
.form-style input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.form-style textarea.textarea:focus,
.form-style div.form_saved_message div.form_saved_message_emailform form input[type="text"]:focus {
  border: 1px solid red!important; /* Change border color on focus */
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px!important;
}

.gform_wrapper.gravity-theme .gfield textarea.small {
  height: 130px;
  resize: none;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 18px!important;
  line-height: 1.5em;
}

.form-style input[type="submit"]{
	border: none!important;
	border-radius: 0!important;
	margin-top: 20px!important;
	line-height: 1em!important;
	padding: 12px 18px 14px 18px!important;
}

.gform_wrapper.gravity-theme .gfield textarea.small {
  height: 130px !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input {

  vertical-align: top!important;
	margin-top: 6px !important;
}


/* Table  */


.tablepress > :where(thead, tfoot) > * > th {
  background-color: #30446B;
  color: #fff !important;
}

.tablepress thead .dt-orderable-asc:hover, .tablepress thead .dt-orderable-desc:hover, .tablepress thead .dt-ordering-asc, .tablepress thead .dt-ordering-desc {
  background-color: #30446B;
  color: #fff !important;
}

.tablepress thead .dt-orderable-asc .dt-column-order::before, .tablepress thead .dt-ordering-asc .dt-column-order::before {
  color: #fff;
  opacity: 1 !important;
}

.tablepress thead .dt-orderable-desc .dt-column-order::after, .tablepress thead .dt-ordering-desc .dt-column-order::after {
  opacity: 1 !important;
  color: #fff;
}


.dt-container .dt-input {
  border-color: #30446B!important;
}
.dt-container label {
  display: inline;
  text-transform: capitalize;
}

.dt-paging-button.previous,
.dt-paging-button.next{
	display: none!important;
}

.dt-container .dt-paging .dt-paging-button.current, .dt-container .dt-paging .dt-paging-button:hover {
  background: #30446B;
  color: #fff !important;
  border: none!important;
}




/* widget  */

.widgettitle {
  font-size: 16px;
  margin-bottom: 20px;
  color: #196DB4;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
	font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif;
}

footer .et_builder_inner_content{
	z-index: 999999!important;
}

/****************************************************************************/
/*************************** Common Media query  ****************************/
/****************************************************************************/


@media (min-width: 981px) and (max-width: 1366px)  {
	.font-fix .et_pb_text_inner{
		font-size: 16px!important;
		line-height: 1.4em!important;
	}
	
	.font-fix .et_pb_text_inner li{
		line-height: 1.4em!important;
	}
	
	.font-fix h2{
		font-size: 40px!important;
	}
	.heading-sm h2{
		font-size: 35px!important;
	}
	
	div#page-container div#et-boc .hoverd-blurb{
		padding: 20px!important;
	}
	div#page-container div#et-boc .hoverd-blurb .et_pb_module_header{
		font-size: 22px!important;
	}
	.section-90 {
	  padding-left: 270px !important;
	}
	
		.et_pb_widget ul li a{
		font-size: 16px!important;
	}
	
/* 	Form */
	.form-style input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .form-style textarea.textarea, .form-style div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
  font-size: 16px !important;
}
	
/* 	Accordion */
	.accordion-style .et_pb_toggle_title{
		font-size: 22px!important;
	}
	.accordion-style .et_pb_toggle_content {
		font-size: 16px!important;
		line-height: 1.5em;
	}
	
	.cmn-icon-blurb .et_pb_blurb_description {
	  padding-top: 15px;
	  font-size: 16px;
	  line-height: 1.4em;
	}
	
	.grid-blurb {
	  gap: 30px;
	}
}

/* .mfp-content img{
	background: #fff;
} */

.mfp-image-holder .mfp-content {
	max-width: 600px!important;
}

.mfp-wrap{
	z-index: 99999999999;
}

.mfp-close{
	color: #fff!important;
	opacity: 1!important;
	margin-top: 5px;
	margin-left: 5px;
}

/* Toggle style  */

div#page-container div#et-boc .toggle-article .entry-header{
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}


div#page-container div#et-boc .toggle-article .entry-header::before {
	position: absolute;
 display: block;
	font-size: 25px;
  display: block !important;
  content: "\3b" !important;
	font-family: ETmodules !important;
	position: absolute;
	right: 0;
	color: #196db4;
}

div#page-container div#et-boc .toggle-article .entry-header.active::before {
  content: "\3a" !important;
}


/* Search and filter style  */

.filter-style .searchandfilter ul{
	padding: 0!important;
}

.searchandfilter ul li {
  padding: 0;
  margin: 0;
}

.sf-field-taxonomy-resource-type h4,
.sf-field-taxonomy-resource-product h4{
  background: #30446b;
  color: #fff !important;
  padding: 17px;
  margin-bottom: 10px;
}


.sf-field-taxonomy-resource-type h4::before,
.sf-field-taxonomy-resource-product h4::before{
  position: absolute;
  display: block;
  font-size: 25px;
  display: block !important;
		content: "\3a" !important;

  font-family: ETmodules !important;
  position: absolute;
  right: 0;
  color: #fff;
	right: 10px;
}

.sf-field-taxonomy-resource-product {
	margin-top: 30px!important;
}

.sf-field-taxonomy-resource-type h4.active::before{
  content: "\3b" !important;
}

.sf-field-taxonomy-resource-product h4.active::before{
  content: "\3b" !important;
}

.searchwp-live-search-no-results {
  padding: 20px!important;
  text-align: center;
}







@media (max-width: 980px){
	.section-90{
		padding-left: 0%!important;
	}
	
	.intro-text{
		margin-bottom: 15px!important;
	}
	
	.hoverd-blurb .et_pb_blurb_content{
		justify-content: center;
	}
	
	.dt-container .dt-search {
	  justify-content: start;
	}
	
}



@media (max-width: 767px) {
		.grid-blurb {
		  display: grid;
		  grid-template-columns: repeat(1,1fr);
		  gap: 20px;
		}

	.cmn-icon-blurb .et_pb_module_header {
		margin-left: 0px;
		padding-top: 0px;
	}
	
	.cmn-icon-blurb .et_pb_main_blurb_image {
	  position: relative;
	}
	
	.cmn-icon-blurb  .et_pb_module_header,
	.cmn-icon-blurb .et_pb_blurb_description,
	.cmn-icon-blurb .et_pb_blurb_content{
		text-align: center!important;
	}
	
	
	body #page-container .subscribe_frm .gfield--type-submit .button {
	  font-size: 16px!important;
	}
}

@media screen and (max-width: 479px) {
  .dp-dfg-layout-grid .dp-dfg-item:last-child {
    margin-bottom: 0!important;
  }
}

@media (max-width: 400px) {
		
	.grid-col-2 {
	  display: grid;
	  grid-template-columns: repeat(1,1fr);
	  gap: 20px;
	}
}


/* Css by rashed  */

@media (min-width: 981px) and (max-width: 1420px){
	body #page-container .sm_txt h2{
		font-size: 37px !important;
	}
}
/**Subscribe Form**/
body #page-container .subscribe_frm .gform_footer {
    display: none;
}
body #page-container .subscribe_frm .ginput_container input{
    margin-top: 0 !important;
	padding: 11.5px 15px;
    max-height: 44px;
	background: #fff;
 	 font-size: 18px;
}

body #page-container .subscribe_frm .gfield--input-type-email{
    grid-column: span 8;
}
body #page-container .subscribe_frm .gfield--type-submit{
    grid-column: span 4;
}
body #page-container .subscribe_frm .gfield--type-submit .button{
    height: 100%;
    border: none;
    border-radius: 0;
	margin: 0;
    max-height: 44px;
    align-self: start;
	padding-bottom: 10px;
	padding-top: 5px;
}
body #page-container .subscribe_frm{
    max-width: 407px;
    margin: 0 auto;
}

.validation_message{
	display: none!important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.2rem;
  line-height: 1;
  padding: 1em;
  background: #fff;
  text-align: center;
}

.et_pb_social_icon a.icon::before {
  line-height: 1em!important;
}


.progress-bar-container {
    width: 100%;
   height: 30px;
/*     background-color: #ddd; */
    border-radius: 5px;
/* 	margin: 12px 0; */
}
.progress-bar {
    height: 100%;
    background-color: #186cb5;
    border-radius: 5px;
}

.progress-bar-container br{
	display: none!important;
}

.progress-table tr .column-3{
	width: 300px!important;
}


.progress-container{
	display: flex;
  	gap: 45px;
}


.sf-input-checkbox {
  display: none; /* Hide default checkbox */
}

.sf-label-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  position: relative;
  line-height: 1.5;
}

.sf-input-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  accent-color: #0073e6;
}

.sf-label-checkbox::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #30446b;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
  background: white;
  flex-shrink: 0;
	position: absolute;
  left: 0;
  top: 0px;
}

.sf-input-checkbox:checked + .sf-label-checkbox::before {
  background-color: #C00;
  border-color: #C00;
  content: "✔";
  color: white;
  display: flex!important;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.sf-label-checkbox:hover::before {
  border-color: #005bb5;
}

/* Ensure long labels wrap properly */
.sf-label-checkbox {
  display: flex!important;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
  word-break: break-word;
 padding-left: 35px !important;
}


div#page-container div#et-boc .terms .taxonomy-resource-product{
	background: transparent;
  line-height: 1.2;
  display: inline-block !important;
  letter-spacing: 0px !important;
  color: #30446B !important;
  text-transform: initial !important;
  margin-top: 17px;
	font-size: 15px !important;
	font-weight: 400 !important;
	border-radius: 0!important;
  background: #d6e1ec;
 padding: 5px 8px !important;
	border-left: 2px solid #30446B;
	margin: 5px;
}


div#page-container div#et-boc .dp-dfg-load-more-button{
	padding-top: 10px !important;
  padding-right: 18px !important;
  padding-bottom: 13px !important;
  padding-left: 18px !important;
}


/* Woocommerce  */

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 3%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: 1;
	color: #CC0000;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: ETmodules !important;
    content: "\e08d"; /* Dashboard Icon */
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: ETmodules !important;
    content: "\e07a"; /* Orders Icon */
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: ETmodules !important;
    content: "\e092"; /* Downloads Icon */
	
/* 	&#xe092; */
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: ETmodules !important;
    content: "\e0e0"; /* Address Icon */
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: ETmodules !important;
    content: "\e080"; /* Payment Methods Icon */
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: ETmodules !important;
    content: "\e08a"; /* Edit Account Icon */
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: ETmodules !important;
    content: "\e03c"; /* Logout Icon */
}

/* &#xe091; */

/* &#xe03c; */

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 20px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

/* General styling for the container */
/* .woocommerce-MyAccount-content {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
} */

/* Address container layout */
.woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
	text-align: center;
}

/* Each address box */
.woocommerce-Address {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

/* Hover effect */
.woocommerce-Address:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

/* Address title section */
.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* Title text */
.woocommerce-Address-title h2 {
    font-size: 18px;
    font-weight: 600;
   color: #30446B;
    margin: 0;
}

/* Edit link */
.woocommerce-Address-title .edit {
    font-size: 14px;
    text-decoration: none;
    background: #CC0000;
    color: #fff;
    padding: 5px 10px;
    transition: background 0.3s;
	font-family: 'Alata',Helvetica,Arial,Lucida,sans-serif;
	text-align: center;
	line-height: 1.2em!important;
}

.woocommerce-MyAccount-content > p{
	text-align: center!important;
	padding-bottom: 0!important;
}

.woocommerce-Address-title .edit:hover {
    background: #005b87;
}

.woocommerce-EditAccountForm .woocommerce-Button{
	margin-top: 20px!important;
}

/* Address content */
.woocommerce-Address address {
    font-size: 14px;
   color: #30446B;
    font-style: normal;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-Addresses {
        flex-direction: column;
    }

    .woocommerce-Address {
        width: 100%;
    }
}

/* Form container */
.woocommerce-EditAccountForm {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    max-width: 100%;
    margin: auto;
}

/* Style form rows */
.woocommerce-form-row {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

/* Labels */
.woocommerce-EditAccountForm label {
    font-size: 14px;
    font-weight: 600;
    color: #30446B;
    margin-bottom: 5px;
}

/* Required asterisk */
.woocommerce-EditAccountForm .required {
    color: red;
}

/* Input fields */
.woocommerce-EditAccountForm input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.3s ease;
}

.woocommerce-EditAccountForm input:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 115, 170, 0.3);
}

/* Display name description */
#account_display_name_description {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

/* Password fieldset */
fieldset {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
}

legend {
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
}

/* Password input with toggle button */
.password-input {
    display: flex;
    align-items: center;
    position: relative;
}

.password-input input {
    flex: 1;
    padding-right: 40px; /* Space for eye icon */
}

.password-input button {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #0073aa;
}

/* Submit button */
.woocommerce-Button {
    background: #0073aa;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
    display: inline-block;
}

.woocommerce-Button:hover {
    background: #005b87;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty{
	padding: 9px 9px !important;
}

.quantity{
	margin: 0 0px 0 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout{
	padding: 0;
}

.woocommerce-cart .checkout-button{
	margin-bottom: 0!important;
}

.woocommerce a.remove{
	background: transparent!important;
	color: #CC0000!important;
}

.single_variation_wrap {
	display: flex;
	  align-items: center;
	  gap: 15px;
}

.woocommerce a.remove:hover{
	background: transparent!important;
	color: #30446B!important;
}

.select2-container .select2-selection--single {
  height: auto!important;
  background-color: #fff !important;
  border: 1px solid #30446B26 !important;
  font-size: 18px !important;
  color: #4D5F6C !important;
  padding: 13px 16px !important;
  line-height: 1;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.woocommerce-info{
	line-height: 1.5em!important;
	margin-bottom: 15px!important;
}

#order_review_heading{
	margin-bottom: 15px;
}

.woocommerce form .form-row label {
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #4d5f6c;
}

.woocommerce-billing-fields h3{
	margin-bottom: 30px;
}

.woocommerce-error a{
	color: #fff!important;
}

.select2-container .select2-dropdown{
	  border: 1px solid #30446B26 !important;
}

.place-order{
	margin: 0!important;
}

.product .related h2 {
  padding-bottom: 30px;
}

@media (max-width: 980px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%!important
}
	
	.woocommerce-account .woocommerce-MyAccount-content {
	  width: 100%;
	  margin-top: 20px;
		margin-left: 0%;
	}
	
	.woocommerce-Address-title {
	  flex-direction: column;
	  gap: 10px;
	}
	.woocommerce-Address {
  		flex: 1;
		min-width: auto;
	}
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .woocommerce-EditAccountForm {
        padding: 20px;
    }
}

/* @media (max-width: 479px) {
  table.cart th, #content table.cart th, table.cart td, #content table.cart td, table.cart tr, #content table.cart tr {
    padding: 0!important;
  }
} */

/* .product-thumbnail{
	display: block!important;
}
 */


.entry-content thead th, .entry-content tr th {
  padding: 9px 13px;
  min-width: 100px;
  font-size: 15px;
}

.entry-content tr td {
  border-top: 1px solid #eee;
  padding: 6px 13px;
}

.tablepress > :not(caption) > * > * {
  vertical-align: middle;
}


.team-style {
    position: relative;
    width: 100%; /* Adjust based on your layout */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   transition: 0.5s ease-in-out;
    text-align: center;
}

.team-style:hover {
    transform: translateY(-5px);
}

.et_pb_member_position{
	padding-bottom: 0!important;
}

/* Team Image */
.et_pb_team_member_image {
    position: relative;
    width: 100%;
	margin-bottom: 0 !important;
}

.et_pb_team_member_image img {
    width: 100%;
    border-radius: 12px;
}

/* Name and Position - Initially Visible */
.et_pb_team_member_description {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    text-align: center;
   transition: background 0.5s ease-in-out, opacity 0.4s ease-in-out;
}

.et_pb_team_member_description h4,
.et_pb_team_member_description p {
    margin: 5px 0;
}

/* Hide Detailed Description Initially */
.et_pb_team_member_description div {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Show Description on Hover */
.team-style:hover .et_pb_team_member_description {
    background: rgba(0, 0, 0, 0.9);
	overflow: scroll;
  height: 100%;
}

.team-style:hover .et_pb_team_member_description div {
    display: block;
    opacity: 1;
    transform: translateY(0);
	margin-top: 15px;
}

.et_pb_team_member_image {
  max-width: 100%;
	margin-right: 0 !important;
}


.woocommerce div.product form.cart .variations td select{
	background-color: #fff !important;
	  border: 1px solid #30446B26 !important;
	  font-size: 18px !important;
	  color: #4D5F6C !important;
	  padding: 13px 16px !important;
}


.et_pb_wc_add_to_cart form.cart .variations td.value span::after{
	display: none!important;
}





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


.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
}

.variations tbody tr td:last-child{
	margin-bottom: 0!important;
}

.reset_variations{
	visibility: visible!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 5px!important;
}


div#page-container div#et-boc  .p-0{
	padding-top: 0!important;
	padding-bottom: 0!important;
}


@media screen and (max-width: 767px) {
  div#page-container div#et-boc .fix-blog-img .dp-dfg-image{
    grid-column: 1;
    grid-row: 1/1;
   word-break: inherit!important;
	  display: flex!important;
  }
	
	div#page-container div#et-boc .fix-blog-img .dp-dfg-image {
/*   margin-top: 30px; */
  margin-left: 20px;
  margin-right: 20px;
}
	
	div#page-container div#et-boc .fix-blog-img article {
	  padding-bottom: 30px !important;
	  display: block;
	}
	div#page-container div#et-boc .fix-blog-img .dp-dfg-meta {
	  padding-top: 20px !important;
	}
}


div#page-container div#et-boc .cat-mega-menu-section{
	padding: 20px !important;
	margin-left: -11px;
}

div#page-container div#et-boc .cat-mega-menu-section .et_pb_row  {
	width: 100%!important;
}

div#page-container div#et-boc .cat-mega-menu .sub-menu {
	width: 820px;
	border: none !important;
}

div#page-container div#et-boc .cat-mega-menu .mega-title h2{
	font-size: 22px!important;
}

div#page-container div#et-boc .cat-parent > a{
	font-size: 14px!important;
}

div#page-container div#et-boc .cat-mega-menu .et_pb_widget_area{
	padding-right: 0!important;
}



div#page-container div#et-boc .cat-mega-menu .et_pb_widget ul {
	visibility: visible!important;
 	 opacity: 1!important;
	position: relative!important;
	z-index: 1000;
	  top: 0!important;
	  left: 0!important;
	width: 100%;
	background: transparent!important;
	border: none!important; 
	box-shadow: none!important;
}

div#page-container div#et-boc .cat-mega-menu .et_pb_widget ul a{
	color: #30446b!important;
	padding: 7px 0px !important;
	line-height: 1.4em;
}

div#page-container div#et-boc .cat-mega-menu .et_pb_widget ul a:hover{
	color: #CC0000!important;
}

div#page-container div#et-boc .cat-mega-menu .et_pb_widget ul li a::before,
div#page-container div#et-boc .cat-mega-menu .et_pb_widget ul li a::after{
	display: none!important;
}



div#page-container div#et-boc .cat-mega-menu .widgettitle {
	display: none!important;
}

div#page-container div#et-boc  .cat-parent a{
	  margin-bottom: 20px;
	  color: #196DB4!important;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  font-weight: 600;
	  font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif;
}


@media (max-width: 980px) {
	div#page-container div#et-boc .cat-mega-menu .sub-menu {
	  width: 100%;
	}
	
	div#page-container div#et-boc .cat-mega-menu-section{
	margin-left: 0px;
}
}

@media (min-width: 981px) {
	div#page-container div#et-boc .cat-mega-menu .sub-menu {
	  opacity: 0;
	  display: none;
	}
	
	div#page-container div#et-boc .cat-mega-menu:hover .sub-menu {
	  opacity: 1!important;
		display: block;
		margin-left: 0;
	}
}
#resources-listing .dp-dfg-skin-default .pagination li.active a{
	color: #fff;
  	background-color: #30446B;
}



/* Sidebar Nav style  */

.sidebar-nav-style .et-menu{
	display: flex;
 	 flex-direction: column;
}

.sidebar-nav-style .et-menu::before{
	content: 'Quick LInk';
	font-size: 16px !important;
	  margin-bottom: 20px;
	  color: #196DB4 !important;
	  text-transform: uppercase;
	  letter-spacing: 5px;
	  font-weight: 600;
	  font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif !important;
}

.sidebar-nav-style .et-menu li {
	padding: 0!important;
	margin-top: 13px!important;
}

.sidebar-nav-style .et_mobile_nav_menu{
	display: none!important;
}



@media (max-width: 980px) {
 div#page-container div#et-boc  .sidebar-nav-style .et_pb_menu__menu {
    display: block!important;
  }
	
	div#page-container div#et-boc  .sidebar-nav-style .et_pb_menu__wrap{
		justify-content: start!important;
	}
	
	div#page-container div#et-boc  .section-90  .et_pb_row{
		width: 100%!important;
	}
	
	div#page-container div#et-boc .sub-menu {
	  margin-left: 0px!important;
	}
}

/* .et-db #et-boc .et-l .et_pb_wc_related_products ul.products li.product, .et-db #et-boc .et-l .et_pb_wc_upsells ul.products li.product {
  margin: 0!important;
} */

div#et-boc .sidebar-nav-style .et-menu {
  margin-left: 0!important;
  margin-right: 0!important;
}


div#page-container div#et-boc .mPS2id-target-first  .active-heading  h3,
div#page-container div#et-boc .mPS2id-target-first  .active-heading  h2{
	color: #196DB4 !important;
}


/* Table style  */

div#et-boc .table-style tr td{
	color: #4d5f6c;
}


 #et-boc  .et_pb_widget_area_left {
	 border-right:none!important;
}

/* Woo commer prodcut filter  */

.wpf_item input[type="checkbox"] {

	border: 2px solid #30446b!important;
	border-radius: 4px!important;
}

input[type="checkbox"]:checked::before{
	background-color: #C00;
  border-color:
#C00 !important;
  content: "✔" !important;
  color: white;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
}

input[type="checkbox"]:checked {
  border: 2px solid #C00!important;
}
.wpf_item label {
  color: #333!important;
	font-size: 16px;
}

.wpf_item_name{
	background: #30446b;
  color: #fff !important;
  padding: 17px;
  margin-bottom: 10px;
	font-family: 'Alata',Helvetica,Arial,Lucida,sans-serif;
}

.wpf_item_wpf_cat{
	padding-top: 0!important;
}

.wpf_item_count{
	display: none!important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
 
  padding:0.7em;
  display: block;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
 	color: #fff!important;
  background-color: #30446B!important;
}

@media (min-width: 981px) and (max-width: 1450px)  {
	div#page-container div#et-boc .cat-parent > a {
	  font-size: 12px !important;
	}
}

/* shipping rates table popup */
#tablepress-47 .dt-column-title {
	font-size: 13px;
}

.shipping-blurb {
	display: inline-block;
}

.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 110px;
}

/* smart-slider Button */
.home .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
  justify-content: center;
}

.home div#n2-ss-2 .n2-ss-widget.n2-style-c0fd6b136007c6b13004bb6519eabfa0-heading.nextend-autoplay.n2-ow-all.nextend-autoplay-image {
  background: transparent;
  padding: 8px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  margin: 0 0 52px 0;
}

.home div#n2-ss-2 .n2-ss-widget.n2-style-c0fd6b136007c6b13004bb6519eabfa0-heading.nextend-autoplay.n2-ow-all.nextend-autoplay-image:hover, .home div#n2-ss-2 .n2-ss-widget.n2-style-c0fd6b136007c6b13004bb6519eabfa0-heading.nextend-autoplay.n2-ow-all.nextend-autoplay-image:focus-visible {
  background: #CC0000;
}

@media only screen and (max-width: 700px) {
  .home div#n2-ss-2 .n2-ss-widget.n2-style-c0fd6b136007c6b13004bb6519eabfa0-heading.nextend-autoplay.n2-ow-all.nextend-autoplay-image {
    margin: 0 0 40px 0;
  }
}

/* smart-slider Bullets */
.home div#n2-ss-2 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-7b758e95a223544bf13b8a542bd58617-dot {
  width: 24px;
  height: 24px;
  position: relative;
  background: none;
  margin: 0;
  padding: 0;
}

.home div#n2-ss-2 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-7b758e95a223544bf13b8a542bd58617-dot::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: RGBA(255,255,255,0.47);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: background-color 0.4s;
}

.home div#n2-ss-2 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-7b758e95a223544bf13b8a542bd58617-dot.n2-active {
  width: 42px;
  height: 24px;
}

.home div#n2-ss-2 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-7b758e95a223544bf13b8a542bd58617-dot.n2-active::before {
  width: 30px;
  height: 12px;
  background: #FFFFFF;
}

.home div#n2-ss-2 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-7b758e95a223544bf13b8a542bd58617-dot:hover, .home div#n2-ss-2 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-7b758e95a223544bf13b8a542bd58617-dot:focus-visible {
  width: 42px;
  height: 24px;
  padding: 0;
}

.home div#n2-ss-2 .nextend-bullet-bar.n2-bar-justify-content-center .n2-style-7b758e95a223544bf13b8a542bd58617-dot:hover::before, .home div#n2-ss-2 .nextend-bullet-bar.n2-bar-justify-content-center .n2-style-7b758e95a223544bf13b8a542bd58617-dot:focus-visible::before {
  width: 30px;
  height: 12px;
  background: #FFFFFF;
}

@media only screen and (max-width: 700px) {
  .home .et_pb_section.et_pb_section_2.pt-0.et_section_regular .n2-ss-widget.n2-ss-control-bullet.n2-ow-all.n2-ss-control-bullet-horizontal {
    bottom: 48px !important;
  }
}

/* Our Platform */
.home .et_pb_tabs_controls li a:hover, .home .et_pb_tabs_controls li a:focus-visible {
  opacity: 0.5;
}

.home .et_pb_tabs_controls li.et_pb_tab_active a {
  opacity: 1;
}

.home .et_pb_tabs_controls li.et_pb_tab_active a:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
  border-radius: 50px;
}

.home #page-container .et_pb_button.et_pb_button_0.et_pb_bg_layout_light:focus-visible {
  background-image: initial;
  background-color: #30446B;
}

/* Services */
.home .et_pb_text_6.et_pb_text a {
  text-decoration: underline;
}

.home .et_pb_text_6.et_pb_text a:hover {
  text-decoration: none;
}

.home .et_pb_text_6.et_pb_text a:focus-visible {
  color: #FFFFFF !important;
  text-decoration: none;
}

.home #page-container .et_pb_section .et_pb_button.et_pb_button_1.et_pb_bg_layout_light:focus-visible {
  color: #30446B !important;
  background-image: initial;
  background-color: #FFFFFF;
}

.home .et_pb_module.et_pb_blurb.arrow-blurb.et_clickable.et_pb_text_align_left.et_pb_blurb_position_top.et_pb_bg_layout_light:focus-visible .et_pb_module_header span {
  color: rgba(255, 255, 255, 0.74);
}

/* iPSC-based solutions designed for your research. */
.home #page-container .et_pb_button.et_pb_button_2.et_pb_bg_layout_light:focus-visible {
  background-image: initial;
  background-color: #30446B;
}

.home .n2-ss-slider .n2-ss-item-image-content a:hover, .home .n2-ss-slider .n2-ss-item-image-content a:focus-visible {
  opacity: 0.5;
}

.home .n2-ow.n2-font-378d9ec369f534beefcd5cc5b27349db-hover:hover, .home .n2-ow.n2-font-378d9ec369f534beefcd5cc5b27349db-hover:focus-visible {
  opacity: 0.5;
}

.home div#n2-ss-3 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-dec30f5f558c83a7719dafde27ec5abf-dot {
  width: 24px;
  height: 24px;
  position: relative;
  background: none;
  margin: 0;
  padding: 0;
}

.home div#n2-ss-3 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-dec30f5f558c83a7719dafde27ec5abf-dot::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: RGBA(48,68,107,0.36);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: background-color 0.4s;
}

.home div#n2-ss-3 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-dec30f5f558c83a7719dafde27ec5abf-dot.n2-active::before {
  background: #30446B;
}

.home div#n2-ss-3 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-dec30f5f558c83a7719dafde27ec5abf-dot:hover::before, .home div#n2-ss-3 .nextend-bullet-bar.n2-bar-justify-content-center .n2-bullet.n2-style-dec30f5f558c83a7719dafde27ec5abf-dot:focus-visible::before {
  background: #30446B;
}

/* Empower Yourself with Knowledge */
.home .et_pb_module.et_pb_text.et_pb_text_14.font-fix.et_pb_text_align_left.et_pb_text_align_center-tablet.et_pb_bg_layout_light .et_pb_text_inner a:focus-visible {
  color: #CC0000 !important;
}

.home #page-container .et_pb_button.et_pb_button_3.et_pb_bg_layout_light:focus-visible {
  background-image: initial;
  background-color: #30446B;
}

.home .et_pb_with_border.et_pb_module.et_pb_blurb.hoverd-blurb.et_clickable.et_pb_section_video_on_hover.et_pb_text_align_left.et_pb_blurb_position_left.et_pb_bg_layout_light:focus-visible {
  background-image: initial;
  background-color: #30446B;
}

.home .et_pb_with_border.et_pb_module.et_pb_blurb.hoverd-blurb.et_clickable.et_pb_section_video_on_hover.et_pb_text_align_left.et_pb_blurb_position_left.et_pb_bg_layout_light:focus-visible .et_pb_main_blurb_image img {
  filter: brightness(0) invert(1) !important;
}

.home .et_pb_with_border.et_pb_module.et_pb_blurb.hoverd-blurb.et_clickable.et_pb_section_video_on_hover.et_pb_text_align_left.et_pb_blurb_position_left.et_pb_bg_layout_light:focus-visible .et_pb_module_header {
  color: #FFFFFF !important;
}

/* The Latest From Elixirgen Scientific */
.home #page-container .et_pb_button.et_pb_button_4.et_pb_bg_layout_light:focus-visible {
  background-image: initial;
  background-color: #30446B;
}

.home div#page-container div#et-boc .blog-grid-style .dp-dfg-image .dp-dfg-image-link:hover, .home div#page-container div#et-boc .blog-grid-style .dp-dfg-image .dp-dfg-image-link:focus-visible {
  opacity: 0.5;
}

.home div#page-container div#et-boc .blog-grid-style article .et_pb_button_wrapper a:focus-visible {
  padding-bottom: 4px !important;
  border-bottom: 1.2px solid transparent !important;
}

/* Contact Us */
.home div#page-container .et_pb_button.et_pb_button_5.et_pb_bg_layout_light:focus-visible {
  color: #30446B;
  background-image: initial;
  background-color: #FFFFFF;
}

/* Subscribe */
.home .et_pb_module.et_pb_text.et_pb_text_20.font-fix.et_pb_text_align_center.et_pb_bg_layout_light {
  color: rgba(255, 255, 255, 1) !important;
}

.home #input_2_4 {
  color: rgba(117, 117, 117, 1);
}

.home #input_2_4:focus-visible {
  outline: 2px solid blue;
}

.home #gform_submit_button_2:focus-visible {
  background-color: #30446b;
}

.home .et_pb_module.et_pb_text.et_pb_text_21.font-fix.et_pb_text_align_center.et_pb_bg_layout_light {
  color: rgba(255, 255, 255, 1) !important;
}

.home .et_pb_module.et_pb_text.et_pb_text_21.font-fix.et_pb_text_align_center.et_pb_bg_layout_light a {
  color: rgba(255,255,255,1) !important;
}

.home .et_pb_module.et_pb_text.et_pb_text_21.font-fix.et_pb_text_align_center.et_pb_bg_layout_light a:hover {
  text-decoration: none !important;
}

/* header and footer */
.et-l--header ul {
  list-style: none;
}

.gl-icon-blank {
  vertical-align: top;
}

.gl-lang-list_btn {
  padding: 7px 8px 7px;
}

.gi-menu-globe {
  display: none;
}

.gl-header_utilities ul {
  padding: 0;
}

@media only screen and (max-width: 1099px) {
  .gl-menu_main {
    padding: 12px 0 0 16px !important
  }
}

@media only screen and (min-width: 1100px) {
  .gl-header.-horizontal .gl-menu_link_middle {
    font-size: 120%;
  }
}

.gl-header.-horizontal .gl-menu_link_middle {
  font-weight: bold;
}


@media only screen and (min-width: 1100px) {
  .gl-header.-horizontal .gl-header_globe {
    max-width: 330px;
  }
}

@media only screen and (max-width: 1099px) {
  .gi-menu-globe {
    display: block;
    padding: 14px 12px;
  }
}


@media only screen and (max-width: 1099px) {
  .gl-header_globe-btn {
    display: none;
    text-decoration: none;
  }

  .gl-header_globe-txt {
    display: block;
    font-size: 10px;
  }
}

@media only screen and (min-width: 1100px) {
  .gl-header.-horizontal .gl-header_globe {
    max-width: 365px;
    margin-left: 18px;
    padding-left: 18px;
    font-size: 0.9375rem;
    word-break: break-word;
  }
}

.gl-menu_sub-top.fn-menu_back-container,
.gi-menu-globe,
.gl-menu_sub-list {
  text-align: left;
}

.gl-header_search-sp .gl-searchbox_form {
  display: block;
}

.gl-header_search-sp {
  margin-left: 0px;
}

.gl-header_search-sp .gl-searchbox {
  width: 100%;
}

.gl-header_search-sp .gl-searchbox_form {
  max-width: unset;
}

.gl-footer-nav-01_inner {
  padding: 35px 0 20px !important;
}

@media only screen and (min-width: 768px) {
  .gl-footer-nav-01_inner {
    padding-top: 61px  !important;
    padding-bottom: 76px  !important;
  }
}

@media only screen and (max-width: 767px) {
  .gl-footer-nav-01_single_hdgButton::before {
    content: none;
  }

  .gl-footer-nav-01_single_hdgButton::after {
    content: none;
  }

  .gl-footer-utility {
    width: 100%;
  }
}

.gl-footer-copyright {
  width: 250px;
}

.gl-footer-utility {
  width: 80%;
}

.gl-footer {
  text-align: left;
}

.et-l--footer ul{
  list-style-type: none;
  line-height: unset;
}

@media only screen and (min-width: 768px) {
  .gl-footer-nav-01_item {
    flex-basis: calc(30% - 24px);
  }
}

.gl-searchbox_input[type="search"] {
  padding-left: 10px;
}

/* * {
  font-family: Arial, sans-serif !important;
} */

.et-pb-icon {
  font-family: ETmodules !important;
}

.home #et-main-area {
  margin-top: -80px;
}

@media only screen and (min-width: 768px) {
  .home #et-main-area {
    margin-top: -80px;
  }
}

.gl-header a {
  color: black !important;
}

.et-l--footer a {
  color: #fff !important;
}