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

/* -- COLORS -- */

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

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

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

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

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

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

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
#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';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li,
#et-boc header .et_mobile_menu li li {
	padding-left: 0;
}

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

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

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

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: 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 -- */

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

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

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

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

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

/*.checklist ul li::before {
	font-family: 'ETModules';
	content: '\4e';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #87764E;
	font-size: 22px;
	font-weight: normal;
}*/
.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 -- */
/**Custom CSS Starts**/
/****Common CSS****/
.container {
    width: 90%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	padding-bottom: 0;
}
body {
    font-weight: 400;
}
.equalHeight:not(.et_section_specialty) .et_pb_column,
.et_section_specialty.equalHeight > .et_pb_row > .et_pb_column.et_pb_specialty_column {
    margin: auto;
}
.equalHeight .et_pb_column:first-child {
    margin-left: 0;
}
@media (max-width: 980px){
	.equalHeight:not(.column-reverse) .et_pb_column:first-child{
		margin-bottom: 30px;
	}
}
/*place button modules next to each other in the same column*/

.r_inline_btn .et_pb_button_module_wrapper {
    display: inline-block;
}
.r_inline_btn {
    text-align: center !important;
}

/**Common Button**/
body .et_pb_button{
    line-height: 1em !important;
}

/*Column reverse on mobile*/
/**Font**/
/*body, h1, h2, h3, h4, h5, body #main-header li a{
	font-family: "franklin-gothic-atf", sans-serif !important;
}
h1, h2, h3{
	font-weight: 700 !important;
}
h1{
	font-weight: 600 !important;
}
.sm_h3 h3, h4, h5{
	font-weight: 600 !important;
}*/
body .et_pb_section:not(.ftr_sec) .cmn_txt h2,
body .et_pb_section:not(.ftr_sec) .cmn_txt h3{
	text-transform: capitalize;
}
body .et_pb_section:not(.ftr_sec) .cmn_new h2, 
body .et_pb_section:not(.ftr_sec) .cmn_new h3 {
	text-transform: inherit !important;
}
body #page-container .et_pb_button,
body #page-container .et_pb_button.cmn_btn,
body input.gform_button{
	font-weight: 600 !important;
}
@media all and (max-width: 980px) {
    .column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .column-reverse .et_pb_column:first-child {
        margin-bottom: 0;
    }
    .column-reverse .et_pb_column:last-child {
        margin-bottom: 30px !important;
    }
}
@media (min-width: 981px) and (max-width: 1650px) {
    #page-container .cmn_txt h1 {
        font-size: 55px !important;
    }
    #page-container .cmn_txt h2 {
        font-size: 42px;
    }
    #page-container .cmn_txt h3 {
        font-size: 34px;
    }
	#page-container .cmn_txt h4,
	#page-container .sm_h3 h3{
        font-size: 28px;
    }
	#page-container .cmn_txt,
	body .blurb_icon_sp .et_pb_blurb_description{
		font-size: 18px;
	}
    #page-container .cmn_section,
	#page-container .cmn_row{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #page-container .cmn_section_top,
	#page-container .cmn_row_top{
        padding-top: 70px;
    }
    #page-container .cmn_section_btm,
	#page-container .cmn_row_btm{
        padding-bottom: 70px;
    }
}
@media (min-width: 981px) and (max-width: 1366px) {
    #page-container .cmn_txt h1 {
        font-size: 50px !important;
    }
    #page-container .cmn_txt h2 {
        font-size: 38px;
    }
    #page-container .cmn_txt h3 {
        font-size: 30px;
    }
	#page-container .cmn_txt h4,
	#page-container .sm_h3 h3{
        font-size: 26px;
    }
}
@media (min-width: 981px) {
    .justify_cnt_row {
        justify-content: center !important;
        display: flex;
    }
}
/*****Common CSS End****/

/**Menu styling**/
/*****Top Menu CSS****/
#top-menu li,
body .ftr_menu .nav li {
    padding-right: 48.525px;
}
#top-menu li a{
	font-weight: 400 !important;
}
#top-menu li a:hover{
    opacity: 1 !important;
	color: #841120 !important;
}
#main-header #top-menu > li:not(.menu_btn) > a {
	padding: 15px 0 !important;
}
.nav li {
    position: relative;
    line-height: 1em;
}
body #main-header #top-menu li ul{
    top: 35px;
	padding: 0;
}
body #main-header #top-menu li ul li a{
	background: transparent;
	padding: 0 !important;
}
body #main-header #top-menu li ul li{
	padding: 10px 20px !important;
	width: 100%;
}
body #main-header #top-menu li.menu-item-has-children > a{
	padding-right: 20px !important;
}
body #main-header #top-menu li.menu-item-has-children > a:after{
	top: 50%;
	transform: translatey(-50%);
}
@media (min-width: 981px){
	ul#top-menu {
		margin-bottom: 49px !important;
		margin-top: 49px !important;
	}
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
		padding: 0 !important;
	}
}
/******Menu Button CSS*****/
#top-menu > li.menu_btn > a,
#mobile_menu > li.menu_btn > a,
body .et-fixed-header #top-menu > li.menu_btn > a{
    background: #841120 !important;
    padding: 20px !important;
    color: #fff !important;
	border-radius: 8px;
	border: 2px solid #841120 !important;
}
body .ftr_menu .nav li.menu_btn > a{
    background: #841120 !important;
    padding: 20px !important;
    color: #fff !important;
	border-radius: 8px;
	border: 2px solid #841120 !important;
}
body .ftr_menu .nav li.menu_btn > a:after {
   background: #841120 !important;
    content: '' !important;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0 !important;
    margin: 0 !important;
    top: 0;
    z-index: -1;
    transition: all .5s ease;
}
#top-menu > li.menu_btn > a:hover{
	background: #555 !important;
	color: #fff !important;
	border-color:#555 !important;
}
body .ftr_menu .nav li.menu_btn > a{
	z-index:3;
}
body .ftr_menu .nav li.menu_btn > a:hover:after{
	width:0 !important;
	transition: all .5s ease;
}
body .ftr_menu .nav li.menu_btn > a:hover{
	background: #555 !important;
	color: #fff !important;
	border-color:#841120 !important;
}
.et-fixed-header #top-menu > li.menu_btn > a:hover,
#mobile_menu > li.menu_btn > a:hover{
	color: #fff !important;
}
.et-fixed-header #top-menu {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

body #main-header #top-menu{
	transition: all .3s ease;
}
body .ftr_menu .et_pb_menu__logo{
	margin-right: 0;
}
@media (min-width: 981px) and (max-width: 1650px){
    #main-header #top-menu > li,
	body .ftr_menu .nav li{
        padding-right: 30px;
    }
    /*body #logo,
	body .ftr_menu .et_pb_menu__logo img{
        max-width: 250px;
    }*/
    #main-header #top-menu{
        margin: 35px 0 !important;
    }
    #main-header.et-fixed-header #top-menu{
        margin: 25px 0 !important;
    }
}
@media (min-width: 981px) and (max-width: 1400px){
    #main-header #top-menu > li,
	body .ftr_menu .nav li{
        padding-right: 20px;
    }
   body #logo{
        max-width: 167px;
    }
    #main-header #top-menu{
        margin: 25px 0 !important;
    }
    #main-header #top-menu > li > a,
	body .ftr_menu .nav li > a{
        font-size: 16px !important;
    }
    #top-menu > li.menu_btn > a,
	body .ftr_menu .nav li.menu_btn > a{
        padding: 17px !important;
    }
}
@media (min-width: 981px) and (max-width: 1180px){
    #main-header #top-menu > li,
	body .ftr_menu .nav li{
        padding-right: 15px;
    }
   body #logo{
        max-width: 167px;
    }
    #main-header #top-menu{
        margin: 20px 0 !important;
    }
    #main-header #top-menu > li > a,
	body .ftr_menu .nav li.menu_btn > a{
        font-size: 15px !important;
    }
    #top-menu > li.menu_btn > a,
	body .ftr_menu .nav li.menu_btn > a{
        padding: 15px !important;
    }
}
@media (min-width: 981px) and (max-width: 1060px){
    #main-header #top-menu > li,
	body .ftr_menu .nav li{
        padding-right: 11px !important;
    }
   /* body #logo,
	body .ftr_menu .et_pb_menu__logo img{
        max-width: 140px;
    }*/
    #top-menu > li.menu_btn > a,
	body .ftr_menu .nav li.menu_btn > a{
        padding: 12px !important;
    }
}
@media (max-width: 980px){
	body #logo{
		max-width: 100%;
		max-height: 100%;
	}
}
#main-header #top-menu > li:last-child,
body .ftr_menu .nav li:last-child{
    padding-right: 0 !important;
}
#main-header .mobile_nav #mobile_menu {
    background: #fff;
    border-radius: 0 0 8px 8px;
	text-align:center;
}
#mobile_menu > li.menu_btn > a{
    padding: 10px !important;
    text-align: center;
}
/**Home Hero Section**/
body #page-container .home_hero .et_pb_slide_description {
	max-width: 1100px;
	margin-left: 0;
}
body #page-container .home_hero .et_pb_slide_description > .et_pb_slide_title{
    margin-bottom: 24px;
	pointer-events: none;
}
body #page-container .home_hero:before,
body #page-container .home_hero:after,
body #page-container #et-boc .inner_banner_section:before,
body #page-container #et-boc .inner_banner_section:after{
    content: '';
    height: 190px;
    width: 100vw;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}
body #page-container .home_hero:after,
body #page-container #et-boc .inner_banner_section:after{
    height: 60%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    top: unset;
    bottom: 0;
}
body #page-container #et-boc .inner_banner_section:before{
	height: 45%;
}
body #page-container .inner_banner_section{
    overflow: hidden;
}

@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .home_hero .et_pb_slide_description > .et_pb_slide_title{
		font-size: 55px !important;
	}
	body #page-container .home_hero .et_pb_slide_description > .et_pb_slide_content{
		font-size: 28px !important;
	}
	body #page-container .home_hero .et_pb_slide_description {
		padding: 100px 0 !important;
	}
}
@media (min-width: 981px) and (max-width: 1366px){
	body #page-container .home_hero .et_pb_slide_description > .et_pb_slide_title{
		font-size: 50px !important;
	}
	body #page-container .home_hero .et_pb_slide_description > .et_pb_slide_content{
		font-size: 26px !important;
	}
}
@media (max-width: 980px){
    body #page-container .home_hero .et_pb_slide_description > .et_pb_slide_title{
        margin-bottom: 15px;
    }
	body #page-container .home_hero:before{
    	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 47%, rgba(255, 255, 255, 0) 99%);
	}
	.mobile_menu_bar:before {
    	font-size: 47px;
		font-weight: 600;
	}
}
/**2 Column Row**/
@media (min-width: 981px){
	body #page-container .two_col_r{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4.167vw;
	}
	body #page-container .two_col_r > *{
		width: 100%;
		order: unset !important;
	}
}
/**Heading Horizontal Lines**/
body #page-container .heading_hline h1:before,
body #page-container .heading_hline h1:after,
body #page-container .heading_hline h2:before,
body #page-container .heading_hline h2:after,
body #page-container .heading_hline h3:before,
body #page-container .heading_hline h3:after{ 
    content: '';
    flex: 1;
    height: 4px;
    background: #F2F2F2;
    border-radius: 100px;
    margin: 0 1.667vw 0 0;
}
body #page-container .heading_hline h1:after,
body #page-container .heading_hline h2:after,
body #page-container .heading_hline h3:after{
    margin: 0 0 0 1.667vw;
}
body #page-container .heading_hline h1,
body #page-container .heading_hline h2,
body #page-container .heading_hline h3{
    display: flex;
    align-items: center;
}
/**Checklist**/
.checklist ul li:before{
    content: '';
    height: 20px;
    width: 20px;
    background: url('/wp-content/uploads/Checklist-icon.svg');
    top: 3px;
}
/*scroll to top*/
.et_pb_scroll_top.et-pb-icon {
    background: #841120;
    border-radius: 8px 0 0 8px;
    padding: 25px 0;
}
/**Tabs**/
body .common_tabs .et_pb_tabs_controls li a > span{
    display: block;
    text-transform: initial;
    /*color: #000;*/
    font-weight: 600;
    font-size: 25px;
    margin-top: 16px;
    line-height: 1.18em;
}
body .common_tabs .et_pb_tabs_controls li a{
    padding: 0 2.083vw 40px;
}
body .common_tabs.smaller .et_pb_tabs_controls li a{
    padding: 0 10px 40px;
}
body .row_for_tab .common_tabs.smaller .et_pb_tabs_controls > * {
    justify-content: center;
}
body .common_tabs .et_pb_all_tabs,
body .common_tabs .et_pb_tabs_controls{
    background: transparent !important;
}
body .common_tabs .et_pb_tab{
    padding: 3.75vw 3.333vw 0;
}
body .common_tabs .et_pb_tabs_controls li{
    border-color: rgba(32, 56, 100, .15);
    border-bottom: 8px solid rgba(32, 56, 100, .1);
	height: unset !important;
}
body .common_tabs .et_pb_tabs_controls li:before{
    content: '';
    height: 8px;
    width: 0;
    background: #841120;
    position: absolute;
    top: 100%;
    transition: all .3s ease;
    left: 0;
}
body .common_tabs .et_pb_tabs_controls li.et_pb_tab_active:before,
body .common_tabs .et_pb_tabs_controls li:hover:before{
    width: 100%;
}
@media (max-width: 980px){
	body .common_tabs .et_pb_tabs_controls li:before{
		bottom: 0;
		top: unset;
		height: 5px;
	}
	body .common_tabs .et_pb_tabs_controls li{
		border-width: 5px;
	}
	body .common_tabs .et_pb_tab{
		padding: 3.75vw 0 0;
	}
}
@media (max-width: 767px){
	body .common_tabs .et_pb_tabs_controls li:before{
		bottom: unset;
		top: 100%;
	}
}
body .common_tabs .et_pb_tabs_controls li:last-child{
	border-right: none !important;
}
@media (min-width: 981px){
    body .common_tabs .et_pb_tabs_controls {
        display: flex;
    }
    body .common_tabs .et_pb_tabs_controls > *{
        flex: 1;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 981px) and (max-width: 1650px){
    body .common_tabs .et_pb_tabs_controls li a{
        font-size: 18px !important;
    }
    body .common_tabs .et_pb_tabs_controls li a > span{
        font-size: 22px !important;
    }
    body .common_tabs .et_pb_tabs_controls li a{
        padding-bottom: 30px;
    }
}
@media (min-width: 981px) and (max-width: 1366px){
    body .common_tabs .et_pb_tabs_controls li a > span{
        font-size: 20px !important;
    }
	body .common_tabs .et_pb_tabs_controls li a {
		padding-bottom: 20px;
	}
}
@media (min-width: 981px) and (max-width: 1200px){
    body .common_tabs .et_pb_tabs_controls li a > span{
        font-size: 18px !important;
    }
}
@media (max-width: 980px){
    body .common_tabs .et_pb_tabs_controls li a > span{
        font-size: 20px !important;
    }
    body .common_tabs .et_pb_tabs_controls li a{
        padding-bottom: 20px;
		padding-top: 20px;
    }
	body .common_tabs .et_pb_tabs_controls li{
		border-right: none;
	}
	body .common_tabs .et_pb_tabs_controls{
		display: flex;
		flex-direction: column;
	}
	body .common_tabs ul.et_pb_tabs_controls::after{
		display: none;
	}
	body .common_tabs .et_pb_tab_content{
		padding: 30px 0;
	}
}
@media (max-width: 767px){
    body .common_tabs .et_pb_tabs_controls li a > span{
        font-size: 18px !important;
    }
}
/**Footer**/
body .ftr_cont_blrb .et_pb_image_wrap img{
    height: 16px;
    width: 16px;
    object-fit: contain;
    border-radius: unset;
}
body .ftr_cont_blrb .et_pb_blurb_container{
    padding-left: 12px;
	vertical-align: middle;
}
body #page-container .ftr_row_2 > *,
body #page-container .ftr_row_1 > *{
    width: 100%;
    order: unset;
}
body .ftr_menu .nav{
	align-items: center !important;
	margin: unset;
}
body .ftr_menu .nav li.menu_btn > a:hover,
body .ftr_menu .nav li.menu_btn.current-menu-item > a{
	color: #fff !important;
}
body .ftr_menu .nav li.menu_btn.current-menu-item > a{
	background: tranparent !important;
}
@media (min-width: 981px){
    body #page-container .ftr_row_2,
	body #page-container .ftr_row_1{
        display: grid;
        grid-template-columns: 1fr auto;
        column-gap: 20px;
    }
}
@media (min-width: 981px) and (max-width: 1650px){
    body .ftr_cont_blrb .et_pb_blurb_description{
        font-size: 18px;
    }
}
@media all and (max-width:980px) {
	.ftr_menu .et_pb_menu__menu {
		display: block !important;
	}
	.ftr_menu .et_mobile_nav_menu {
		display: none !important;
	}
	.ftr_menu .et_pb_menu__wrap {
		justify-content: flex-start !important;
	}
	body .ftr_menu .nav li.menu_btn > a{
		padding: 12px !important
	}
}
/**Common Form**/
/*****Contact Form*****/
.contact_form textarea {
    resize: none;
}
.contact_form .gform_heading {
    display: none;
}
body #page-container #et-boc .contact_form .gform_fields{
	grid-column-gap: 12px;
    grid-row-gap: 12px;
}
body #page-container #et-boc .contact_form div.gform_footer.top_label{
	padding: 0;
	margin-top: 12px;
}
body #page-container .contact_form .gform_wrapper .ginput_container textarea,
body #page-container .contact_form .gform_wrapper .ginput_container input {
    margin-top: 0 !important;
    background: #fff !important;
    padding: 10px 20px !important;
    color: #121212;
    font-size: 18px !important;
    border: 1px solid #fff;
	border-radius: 8px;
}
body #page-container .contact_page_form .gform_wrapper .ginput_container textarea,
body #page-container .contact_page_form .gform_wrapper .ginput_container input{
	border: 1px solid #841120 !important;
}
body #page-container .contact_form .gform_wrapper label {
    font-size: 18px;
    font-weight: 400;
    color: #121212;
}
body #page-container .contact_form textarea::-webkit-input-placeholder,
body #page-container .contact_form input::-webkit-input-placeholder {
    opacity: .3 !important;
    color: #121212 !important;
}
body #page-container .contact_form textarea::-moz-placeholder,
body #page-container .contact_form input::-moz-placeholder {
    opacity: .3 !important;
    color: #121212 !important;
}
body #page-container .contact_form textarea:-ms-input-placeholder,
body #page-container .contact_form input:-ms-input-placeholder {
    opacity: .3 !important;
    color: #121212 !important;
}
body #page-container .contact_form div.gform_footer.top_label input {
    padding: 18px 24px !important;
    cursor: pointer;
    line-height: 1em;
	margin-top: 0;
	background: #841120;
	color: #fff;
}
body #page-container .contact_form div.gform_footer.top_label input:hover {
    background: transparent !important;
    color: #fff;
}
body #page-container .contact_page_form div.gform_footer.top_label input:hover{
	color: #000000;
}
body #page-container .contact_form .gform_confirmation_wrapper .gform_confirmation_message{
	background: #841120;
	color: #fff;
	border-radius: 15px;
}
@media (max-width: 980px) {
    body #page-container .contact_form div.gform_footer.top_label input,
	body #page-container .contact_form textarea::-webkit-input-placeholder,
    body #page-container .contact_form input::-webkit-input-placeholder,
    body #page-container .contact_form .gform_wrapper .ginput_container input,
    body #page-container .contact_form .gform_wrapper .ginput_container textarea,
    body #page-container .contact_form .gform_wrapper label{
        font-size: 16px !important;
    }
	body #page-container .contact_form div.gform_footer.top_label input{
		padding: 15px 24px !important;
	}
}
@media (max-width: 767px) {
    body #page-container .contact_form div.gform_footer.top_label input,
	body #page-container .contact_form textarea::-webkit-input-placeholder,
    body #page-container .contact_form input::-webkit-input-placeholder,
    body #page-container .contact_form .gform_wrapper .ginput_container input,
    body #page-container .contact_form .gform_wrapper .ginput_container textarea,
    body #page-container .contact_form .gform_wrapper label{
        font-size: 15px !important;
    }
}
/**Footer Form**/
/**Footer Menu**/
@media (max-width: 980px){
    body .ftr_menu .et_pb_menu_inner_container {
        display: flex;
        flex-direction: column;
    }
    body .ftr_menu .et_pb_menu_inner_container .et_pb_menu__logo img{
        max-width: 250px;
        margin-bottom: 20px;
    }
    body .ftr_menu .nav {
        justify-content: center !important;
        flex: unset;
    }
    body .ftr_menu .nav li{
        padding-right: 20px;
        flex: unset;
        flex-flow: unset;
    }
    body .ftr_menu ul.nav li:not(last-child) a{
        padding: 10px 0;
    }
}
/**Media page**/
body #page-container .cmn_blog .et_pb_button_wrapper .et_pb_button{
    padding: 14px 20px !important;
}
body #page-container .cmn_blog .et_pb_button_wrapper{
	padding-bottom: 0 !important;
	order: 5;
	padding-top: 10px;
	margin-top: auto;
}
body #page-container .cmn_blog .dp-dfg-image{
	box-shadow: 0px 2px 50px 0px rgba(0,0,0,0.07);
	border-radius: 20px 20px 0 0 !important;
	overflow: hidden;	 
	order: 1;
}
body #page-container .cmn_blog .dp-dfg-item{
	overflow: visible;
	grid-template-rows: auto auto auto 1fr auto;
	padding-bottom: 15px;
}
body #page-container .cmn_blog .entry-header:before {
    content: '';
    height: 4px;
    width: 80px;
    display: block;
    background: #841120;
    position: absolute;
    left: 0;
    transform: translateY(50%);
    top: 20px;
}
body #page-container .cmn_blog .entry-header{
    padding-top: 40px;
	order: 2;
}
body #page-container .cmn_blog .dp-dfg-item .dp-dfg-meta{
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	order: 3;
}
body #page-container .cmn_blog .dp-dfg-custom-content{
	order: 4;
	padding: 0;
}
body #page-container .cmn_blog .pagination-item a{
	border-color: #841120;
}
body #page-container .cmn_blog{
	margin-bottom: 0;
}
@media (max-width: 980px){
    body #page-container .cmn_blog .et_pb_button_wrapper .et_pb_button{
        padding: 12px 20px !important;
    }
}
/**Testimonial Slider**/
body .testimonial_slidr .et_pb_slide_description {
    text-shadow: none;
	padding: 0 !important;
}
body .testimonial_slidr {
    overflow: visible !important;
}
body .testimonial_slidr .et-pb-controllers{
    bottom: -20px;
    height: fit-content;
    line-height: 1em;
	position: relative;
}
body .testimonial_slidr .et-pb-controllers a{
	border-radius: 10px;
	width: 20px;
	height: 5px;
}
body .med_weight {
    font-weight: 600;
    padding-top: 10px !important;
    display: block;
}
body .center_list ul{
    display: inline-grid;
}
body .center_list ul li{
	text-align: left;
}
@media (min-width: 981px) and (max-width: 1650px){
	body .testimonial_slidr .et_pb_slide_description > .et_pb_slide_content{
		font-size: 18px !important;
	}
}
/**CSS by Azim**/
/* inner banner   */

/* CSS by Azim */

.inner_banner_title .header-content {
    padding: 0;
    margin: 0 auto !important;
}

.inner_banner_title .et_pb_header_content_wrapper {
	margin: 10px 0;
	max-width: 100%;
}
body .inner_banner_title .et_pb_fullwidth_header_container {
	width: 90%;
}
@media all and (max-width: 980px) {
    .inner_banner_title .et_pb_header_content_wrapper {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .inner_banner_title .et_pb_header_content_wrapper {
        font-size: 28px !important;
        max-width: 700px;
    }
    body #page-container .inner_banner_title h1 {
        font-size: 55px !important;
    }
   /* div#page-container .inner_banner_title {
        padding-top: 160px !important;
        padding-bottom: 70px !important;
    }*/
}

.inner_banner_title {
    position: relative;
}

.person_leadership .et_pb_team_member_image {
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    text-align: center;
}

.person_leadership .et_pb_team_member_image img {
    max-width: 180px;
    border-radius: 50%;
}

.person_leadership h3 {
    padding-bottom: 5px;
}
/*
.row_for_team .et_pb_column:first-child {
    margin-bottom: 15px !important;
}
*/
.blurb_icon_sp .et_pb_image_wrap {
    max-width: 100px;
}

.blurb_icon_sp h4 {
    padding-bottom: 5px;
}

.blurb_icon_sp .et_pb_blurb_description {
    line-height: 1.4em;
}

body .row_for_tab .common_tabs .et_pb_tab {
/*     text-align: center; */
}

body .row_for_tab .common_tabs .et_pb_tabs_controls > * {
    justify-content: flex-start;
}

.custom_table table th,
.custom_table table td {
    text-align: center;
    border: 1px solid rgba(32, 56, 100, .15);
}

.custom_table table thead th,
.custom_table table thead td {
    background: #841120;
    color: #fff;
}

@media all and (max-width: 767px) {
    .custom_table table th,
    .custom_table table td {
        padding: 5px 8px;
    }
   /* .custom_table {
        overflow: scroll;
    }*/
}

.quo_blurb_row .blurb_icon_sp .et_pb_main_blurb_image {
    border: 1px solid #841120;
    padding: 20px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 20px auto;
    background: #fff;
}

@media all and (min-width: 981px) {
    .quo_blurb_row .et_pb_column {
        position: relative;
    }
    .quo_blurb_row .et_pb_column:before {
        content: "";
        background: #841120;
        width: calc(110% + 3%);
        top: 50px;
        right: -65%;
        height: 1px;
        position: absolute;
    }
    .quo_blurb_row .et_pb_column:last-child:before {
        display: none;
    }
}

.blurb_icon_sp h3 {
    padding-bottom: 10px;
}

.quo_blurb_row .blurb_icon_sp:hover .et_pb_main_blurb_image {
    background: #841120
}

.quo_blurb_row .blurb_icon_sp:hover h3 {
    color: #841120;
}

.quo_blurb_row .blurb_icon_sp .et-pb-icon,
.quo_blurb_row .blurb_icon_sp .et_pb_main_blurb_image {
    transition: 0.3s ease-in;
}

.quo_blurb_row .blurb_icon_sp:hover .et-pb-icon {
    color: #fff;
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .blurb_icon_sp h3 {
        font-size: 22px !important;
    }
    .quo_blurb_row .blurb_icon_sp .et_pb_main_blurb_image {
        height: 70px;
        width: 70px;
    }
    .quo_blurb_row .blurb_icon_sp .et-pb-icon {
        font-size: 25px;
    }
    .quo_blurb_row .et_pb_column:before {
        top: 36px;
    }
}

div#page-container .style_h_checklist ul li {
    box-shadow: 0px 2px 50px 0px rgba(0,0,0,0.07);
    border-radius: 20px;
    padding: 15px 45px !important;
    margin-bottom: 10px !important;
}

div#page-container .style_h_checklist ul li:before {
    left: 15px;
    top: 20px;
}

div#page-container .style_h_checklist ul li h3 {
    padding-bottom: 10px;
}

div#page-container .style_h_checklist ul li:last-child {
    margin-bottom: 0 !important;
}

.row_logos_grid .et_pb_column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.row_logos_grid .et_pb_column .et_pb_image {
    margin-bottom: 0 !important;
    padding: 18px;
    border: 1px solid #841120;
    border-radius: 10px;
	transition: all .3s ease;
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}
.row_logos_grid .et_pb_column .et_pb_image:hover{
	box-shadow: 0px 2px 50px 0px rgba(0,0,0,0.07);
	border-color: transparent;
}
body .row_logos_grid .et_pb_image img{
    filter: grayscale(1);
	height: 75px;
	object-fit: contain;
}
@media only screen and (max-width: 1650px){
	div#page-container .style_h_checklist ul li:before {
		top: 18px;
	}
}
@media only screen and (max-width: 767px){
	div#page-container .style_h_checklist ul li:before {
		top: 16px;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1350px) {
    body #page-container .inner_banner_title h1 {
        font-size: 45px !important;
    }
    .inner_banner_title .et_pb_header_content_wrapper {
        font-size: 25px !important;
    }
}

@media all and (max-width: 980px) {
    .inner_banner_title .et_pb_fullwidth_header_container {
        width: 90% !important;
    }
    .inner_banner_title .header-content {
        width: 100% !important;
    }
	body .row_logos_grid .et_pb_image img {
		height: 60px;
	}
}

@media all and (max-width: 767px) {
    .row_logos_grid .et_pb_column {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 480px) {
    .row_logos_grid .et_pb_column {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    div#page-container .style_h_checklist ul li h3 {
        font-size: 22px;
    }
    div#page-container .top_margin_cmn_blurb {
        margin-top: 3% !important;
    }
}
/**banner jumping on load issue
body #page-container .inner_banner_title{
	padding-top: 255px !important;
}**/
body #page-container .home_hero .et_pb_slide{
	padding-top: 156px !important;
}
body #page-container .home_hero .et_pb_slide .et_pb_container{
	min-height: unset !important;
	height: unset !important;
}
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .home_hero .et_pb_slide{
		padding-top: 128px !important;
	}
	/*body #page-container .inner_banner_title{
		padding-top: 178px !important;
	}**/
}
@media (min-width: 981px) and (max-width: 1400px){
	body #page-container .home_hero .et_pb_slide{
		padding-top: 102px !important;
	}
	/*body #page-container .inner_banner_title{
		padding-top: 150px !important;
	}*/
}
@media (min-width: 981px) and (max-width: 1060px){
	body #page-container .home_hero .et_pb_slide{
		padding-top: 84px !important;
	}
	/*body #page-container .inner_banner_title{
		padding-top: 134px !important;
	}*/
}
@media (max-width: 980px){
	body #page-container .home_hero .et_pb_slide{
		padding-top: 80px !important;
	}
	/*body #page-container .inner_banner_title{
		padding-top: 130px !important;
	}*/
}
@media (max-width: 767px){
	/*body #page-container .inner_banner_title{
		padding-top: 110px !important;
	}*/
}

/**Button hover fix**/
#top-menu > li.menu_btn > a:after{
	background:#841120 !important;
	 content: '' !important;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0 !important;
    margin: 0 !important;
    top: 0;
	z-index: -1;
    transition: all .5s ease;
}
body #page-container .et_pb_button:after,
body #page-container .solid_bg_btn:after,
body .ftr_menu .nav li.menu_btn > a:after,
body #page-container .contact_form div.gform_footer.top_label:after,
body #page-container .cmn_blog .et_pb_button_wrapper .et_pb_button:after{
    content: '' !important;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0 !important;
    margin: 0 !important;
    top: 0;
    background: #555555;
    z-index: -1;
    transition: all .5s ease;
}
body .et_pb_button,
#top-menu > li.menu_btn > a,
body .ftr_menu .nav li.menu_btn > a,
body #page-container .contact_form div.gform_footer.top_label input,
body #page-container .cmn_blog .et_pb_button_wrapper .et_pb_button{
    position: relative;
    background: transparent !important;
}
body #page-container .contact_form div.gform_footer.top_label{
	display: inline-block;
	border-radius: 8px;
	position: relative;
}
body #page-container .et_pb_button:hover:after,
body #page-container .solid_bg_btn:after,
#top-menu > li.menu_btn > a:after,
body .ftr_menu .nav li.menu_btn > a:after,
body #page-container .contact_form div.gform_footer.top_label:after,
body #page-container .cmn_blog .et_pb_button_wrapper .et_pb_button:after{
    width: 100%;
}
body #page-container .solid_bg_btn:hover:after,
#top-menu > li.menu_btn > a:hover:after,
body .ftr_menu .nav li.menu_btn > a:hover:after,
body #page-container .contact_form div.gform_footer.top_label:hover:after,
body #page-container .cmn_blog .et_pb_button_wrapper .et_pb_button:hover:after{
	width: 0;
}

/**Disposal page animation**/
.quo_blurb_row .et_pb_column::before{
	width: var(--before-width, 0);
	transition: width 0.5s ease; /* animation for width */
}

div#page-container .sp_inner_title .header-content,div#page-container .sp_inner_title .et_pb_header_content_wrapper {
   max-width: 1584px;
}

/* up  */
.row_for_sp_h .heading_hline h2 {max-width: 1000px;margin: 0 auto;position: relative;}
.row_for_sp_h .heading_hline h1 {max-width: 1000px;margin: 0 auto;position: relative;}

.row_for_sp_h .heading_hline h2:after,.row_for_sp_h .heading_hline h2:before, .row_for_sp_h .heading_hline h2:after,.row_for_sp_h .heading_hline h1:before {
    width: 18.43%;
    position: absolute;
    background: rgba(32, 56, 100, .15) !important;
}

 
.row_for_sp_h .heading_hline h2:after, .row_for_sp_h .heading_hline h1:after {
    right: -20%;
}

.row_for_sp_h .heading_hline h2:before, .row_for_sp_h .heading_hline h1:before {
    left: -20%;
}

/* responsive under  */

@media all and (max-width:980px){
.row_for_sp_h .heading_hline h2:after, .row_for_sp_h .heading_hline h2:before, .row_for_sp_h .heading_hline h1:after, .row_for_sp_h .heading_hline h1:before {
    display: none;
}
}

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

.row_for_sp_h .heading_hline h2:before, .row_for_sp_h .heading_hline h1:before {
    left: -100px;
}

.row_for_sp_h .heading_hline h2:after, .row_for_sp_h .heading_hline h1:after {
    right: -100px;
}

.row_for_sp_h .heading_hline h2:after, .row_for_sp_h .heading_hline h2:before, .row_for_sp_h .heading_hline h1:after, .row_for_sp_h .heading_hline h1:before {
    width: 9%;
}

.row_for_sp_h .heading_hline h2, .row_for_sp_h .heading_hline h1 {
    max-width: 730px;
}
 }
@media all and (min-width:1200px) and (max-width:1650px){
    .row_for_sp_h .heading_hline h2:after, .row_for_sp_h .heading_hline h2:before, .row_for_sp_h .heading_hline h1:after, .row_for_sp_h .heading_hline h1:before {
    width: 18.5%;
}
.row_for_sp_h .heading_hline h2:before, .row_for_sp_h .heading_hline h1:before {
    left: -170px;
}

.row_for_sp_h .heading_hline h2:after, .row_for_sp_h .heading_hline h1:after {
    right: -170px;
}

} 
@media only screen and (min-width:1367px) and (max-width:1650px){
  .row_for_sp_h .heading_hline h2, .row_for_sp_h .heading_hline h1 {
    max-width: 900px;
}  
}
/* end respnvie under line  */

img.cmn_cl_o {
    max-width: 30px;
}


/* up for table  */
/* Center images in table cells */
.custom_table td img.cmn_cl_o,
.custom_table th img.cmn_cl_o {
    display: block;
    margin: 0 auto;
    max-width: 25px;
}

/* Vertically center content in table cells */
.custom_table td,
.custom_table th {
    vertical-align: middle;
    text-align: center;
    font-weight:500
}

/* Keep first column left-aligned for the labels */
.custom_table td.column-1 {
    text-align: left;
}
.custom_table table thead th, .custom_table table thead td {
    font-weight: 600;
}

#tablepress-1 em {
  display: inline-flex;
  align-items: center;
  text-align: left !important;
  gap: 8px;
}

#tablepress-1 em .cmn_cl_t {
	max-width:24px;
}
@media all and (min-width:981px) {
	.custom_table table th, .custom_table table td {
		padding-top: 5px;
		padding-bottom: 5px;
		height: 70px !important;
		text-align: center;
		vertical-align: middle;
	}
	 .custom_table table td.column-5 {
        text-align: left;
    }
	.home_hero  .et_pb_slide_title {
		margin-left: -2px;
	}
	
}
@media (min-width: 981px) and (max-width: 1350px) {
	.custom_table table th, .custom_table table td {
		font-size: 14px !important;
	}
}



.cmn_table_header {
	max-width: 160px !important;
}
@media (min-width: 981px) and (max-width: 1650px) {
  body .box_blurb_row .blurb_icon_sp .et_pb_blurb_description {
    font-size: 15px;
  }
  body .box_blurb_row .blurb_icon_sp .et_pb_blurb_description h4{
    font-size: 17px;
  }
}
@media (max-width: 980px) {
  body .box_blurb_row .blurb_icon_sp .et_pb_blurb_description {
    font-size: 15px;
  }
  body .box_blurb_row .blurb_icon_sp .et_pb_blurb_description h4{
    font-size: 17px;
  }
	.custom_table table th, .custom_table table td {
		padding-top: 3px;
		padding-bottom: 3px;
		height: 65px !important;
		text-align: center;
		vertical-align: middle;
		font-size: 14px !important;
	}
	.custom_table table td.column-5 {
        text-align: left !important;
    }
}
body #page-container .row_for_home .heading_hline h2::before,
body #page-container .row_for_home .heading_hline h2::after, body #page-container .row_for_home .heading_hline h1::before,
body #page-container .row_for_home .heading_hline h1::after{
	background: rgba(32, 56, 100, .15) !important;
}
body #page-container  .sm_bold {
	font-weight: 600;
}
/*@media (min-width: 1661px) {
	body #page-container .inner_banner_title {
		padding-top: 320px !important;
		padding-bottom: 150px;
	}
}*/
/* Navigation arrows container */
.tab-navigation-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 40px 0 0px;
}

/* Arrow buttons */
.tab-nav-arrow {
    background: transparent;
    border: 2px solid #841120;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.tab-nav-arrow:hover {
    background: #841120;
    transform: scale(1.1);
}

.tab-nav-arrow:hover svg {
    stroke: white;
}

.tab-nav-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #841120;
    stroke-width: 2;
    transition: stroke 0.3s ease;
}
@media (max-width: 980px) {
	.tab-nav-arrow svg {
		width: 18px;
		height: 18px;
	}
	.tab-nav-arrow {
		width: 38px;
		height: 38px;
	}
	.tab-navigation-wrapper {
		gap: 12px;
		margin: 30px 0 0px;
	}
}
.custom_video video::-webkit-media-controls {
    display: none !important;
}

.custom_video video {
    pointer-events: none !important;
}

.custom_video video::-webkit-media-controls,
.custom_video video::-webkit-media-controls-enclosure {
    display: none !important;
    opacity: 0 !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;
}

.position-row{
	padding: 3.75vw 3.333vw 0;
} 

@media(min-width: 981px) and (max-width: 1650px){
		.position-row{
		        bottom: 153px !important;
	}
}

@media(max-width: 600px){
	.position-row{
		        bottom: 276px !important;
	}
}

@media(max-width: 444px){
	.position-row{
		        bottom: 303px !important;
	}
}

.mp-vertical-align{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#main-header .container {
    width: 98%;
}

.et-boc .et-pb-controllers {
    position: relative;
    margin-top: 30px;
}
body #et-boc.et-boc .et-pb-slider-arrows a.et-pb-arrow-next, body #et-boc.et-boc .et-pb-slider-arrows a.et-pb-arrow-prev {
	color: #fff !important;
}

@media only screen and (max-width:1150px) and (min-width:981px){
	.ftr_menu .et_pb_menu_inner_container{
		flex-wrap:wrap;
		-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
	} 
	.ftr_menu .et_pb_menu_inner_container {
        display: flex;
        flex-direction: column;
    }
}
.entry-content table:not(.variations){
	border:0;
}
@media only screen and (max-width:380px){
	/*table overflow*/
	.tablepress {
    	width: 100%;
    	max-width: 100%;
    	overflow-x: auto;
    	display: block;
    	-webkit-overflow-scrolling: touch;
	}

	/* Keep table from breaking layout */
	.tablepress table {
    	width: 100%;
   	 	min-width: 100%;
	}
}

/*fix logo sticky*/
@media only screen and (max-width: 1755px) and (min-width:981px){
    .et_header_style_centered header#main-header.et-fixed-header .logo_container {
        height: auto !important;
    }
	.et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap {
        margin: -23px 0 !important;
    }
}

.check-space ul li{
	margin-bottom:25px !important;
}
/*dots*/

ul.slick-dots{
	margin:auto;
}
.slick-dots{
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: left;
	z-index:99;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 6px;
}
.slick-dots li.slick-active button {
    background-color:#841120 !important;
}

.gallery-grid-carousel .slick-track {
    display: flex !important;
}
.gallery-grid-carousel .et_pb_gallery_items .et_pb_grid_item{
	margin:0 5px !important;
}
.gallery-grid-carousel.et_pb_gallery_grid .et_pb_gallery_item img {
     max-height: 400px !important;
	object-fit: cover;
}
.gallery-grid-carousel .et_pb_gallery_image.portrait a {
    pointer-events: none;
}
/*tabs into toggles*/
/* Desktop/tablet: hide the generated accordion */
.fy-mobile-accordion {
  display: none;
}

/* Mobile: show accordion, hide original Divi tabs UI */
@media (max-width: 980px) {
  .fy-mobile-accordion {
    display: block;
  }

  /* hide Divi tabs controls + panels on mobile */
  .et_pb_tabs .et_pb_tabs_controls,
  .et_pb_tabs .et_pb_all_tabs {
    display: none !important;
  }

  /* Accordion button */
      .fy-mobile-accordion .fy-acc-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        margin: 0;
        border: 1px solid rgba(0, 0, 0, .12);
        background: #841120;
        border-radius: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        font: inherit;
        text-align: left;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
	.vertical-tabs .fy-mobile-accordion .fy-acc-btn{
		background: #841120;
	}
  /* Accordion panel */
  .fy-mobile-accordion .fy-acc-panel {
    border: 0;
    border-top: 0;
    padding: 14px 16px 20px;
    display: none;
    background: transparent;
  }

  .fy-mobile-accordion .fy-acc-btn[aria-expanded="true"] + .fy-acc-panel {
    display: block;
  }

  .fy-mobile-accordion .fy-acc-icon {
    margin-left: 12px;
    line-height: 1;
    font-size: 20px;
	  font-weight:900;
	  color:#fff;
  }	
	.fy-mobile-accordion .fy-acc-icon:before{
		content:"";
		background:url(/wp-content/uploads/down-arrow-3.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
		display:block;
		position:relative;
		width:12px;
		height:9px;
	}
}
