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

/* -- COLORS -- */

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

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

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

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

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

/* background colors */
.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */


/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

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

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

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

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

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}

/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background-color: rgba(0, 0, 0, 0.03);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

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

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle+a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

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

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-size: 14px;
	line-height: 1.25em;
	letter-spacing: 0.56;
}

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

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

/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.5;
}

/* 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 !important;
}

.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: #BF2810;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.checklist.Ppb_whiteList ul li:before{
	color: #ffffff;
}

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


/********* Common Css *********/

.align_tems_cmn {
	align-items: center;
}

/********* Row Column Sizing *********/
@media all and (min-width: 981px) {
	.margin_right_3box_row .et_pb_column {
		width: calc(33.33% - 30px + 10px) !important;
		margin-right: 30px !important;
	}

	.margin_right_3box_row .et_pb_column:last-child {
		margin-right: 0 !important;
	}

	.for_practice_page_2box_row .et_pb_column {
		width: calc(50% - 30px + 15px) !important;
		margin-right: 30px !important;
	}

	.for_practice_page_2box_row .et_pb_column:last-child {
		margin-right: 0 !important;
	}

	.for_prace_page_4box_row .et_pb_column {
		width: calc(25% - 25px + 5px) !important;
		margin-right: 25px !important;
	}

	.for_prace_page_4box_row .et_pb_column:last-child {
		margin-right: 0 !important;
	}
}

@media all and (max-width: 980px) {
	body div#et-boc .margin_right_3box_row .et_pb_column {
		margin-bottom: 30px !important;
	}

	body div#et-boc .margin_right_3box_row .et_pb_column:last-child {
		margin-bottom: 0 !important;
	}
}

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

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

	.column-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}
}

/* -- Divi Top Scroll Icon -- */
.et_pb_scroll_top.et-pb-icon {
    background: transparent;
    border-radius: 0;
    padding: 15px 55px;
    font-size: 50px;
    color: #BF2810;
}
@media only screen and (max-width: 980px) {
.et_pb_scroll_top.et-pb-icon {  
  padding: 15px 5px;
  font-size: 30px;
} 
}
/*------------------------------------------------
----Common Section Padding  Styles Standard Desktop----
------------------------------------------------*/

@media only screen and (min-width: 981px) and (max-width: 1404px) {
	.cmn_section {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

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

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

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

	div#page-container .cmn_margin_top {
		margin-top: 80px !important;
	}

	div#page-container .cmn_margin_btm {
		margin-bottom: 80px !important;
	}

}

/*------------------------------------------------
----Responsive Styles Large Desktop And Above----
------------------------------------------------*/
@media all and (min-width: 1405px) {}

/*------------------------------------------------
----Common Heading and text Styles Standard Desktop----
------------------------------------------------*/
@media only screen and (min-width: 981px) and (max-width: 1404px) {

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

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

	.cmn_h2 h2 {
		font-size: 45px !important;
	}

	.cmn_h3 h3 {
		font-size: 35px !important;
	}

	.cmn_text {
		font-size: 18px;
	}

	.cmn_text p {
		font-size: 18px !important;
	}

	body #page-container .cmn_blurb p {
		font-size: 18px !important;
	}

	.checklist ul li {
		font-size: 18px !important;
	}

	.et_pb_team_member_description p {
		font-size: 18px !important;
	}
}

/** Common Button Style**/

body #page-container .et_pb_button {
	line-height: 1 !important;
}


/** Menu Contact Button if needed**/

body #page-container header#main-header #et-top-navigation .menu-item-315 a {
	background: #fb6a0f;
	color: #ffffff !important;
	padding-top: 21px !important;
	padding-right: 27.5px !important;
	padding-bottom: 21px !important;
	padding-left: 27.5px !important;
	border-radius: 30px;
	font-weight: 400 !important;
	font-family: "Urbanist", Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px !important;
}

body #page-container header#main-header #et-top-navigation .menu-item-315 a:hover {
	background: #003f6f !important;
	opacity: 1 !important;
}

/*****   Accordion Icon  **** */

.accordion-icon .et_pb_toggle_title::before {
	content: "\E050";
	transition: all 0.3s ease-in-out;
	color: #003f6f !important;
	font-size: 20px;
}

.accordion-icon .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\E04F";
	display: block !important;
	color: #fb6a0e !important;
}

.accordion-icon .et_pb_toggle_close {
	background-color: #fb6a0e;
	padding: 15px 20px;
}

.accordion-icon .et_pb_toggle_open {
	padding: 15px 20px;
}

/*------------------------------------------------
---------------- contact form css ---------------
------------------------------------------------*/

.gform_title {
	display: none;
}

.gform_wrapper .gfield_required {
	font-size: 30px;
	position: relative;
	top: 10px;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper.gravity-theme .gfield select{
	background-color: #fff;
	font-size: 14px;
	color: #4a4a4a;
	padding: 18px 25px;
	border: 1px solid #003f6f !important;
	border-radius: 10px;
}
body .gform_wrapper.gravity-theme .gfield select{
	background: transparent;
	height: unset;
}
body .dp-dfg-skin-default .dp-dfg-search,
body #page-container .dp-dfg-dropdown-label{
	background-color: #fff;
	font-size: 20px;
	color: #4a4a4a;
	padding: 22px 15px 22px 25px;
	border: 1px solid #003f6f !important;
	border-radius: 10px;
}
body #page-container .dp-dfg-dropdown-label{
	padding: 22px 25px;
	line-height: 1.4em;
}
body #page-container .dp-dfg-dropdown-label .dp-dfg-dropdown-placehoder{
	font-size: 14px;
}
body  #page-container .dp-dfg-skin-default .dp-dfg-search input{
	background: transparent;
	border: none;
	line-height: 1.4em;
	color: #4a4a4a;
	font-size: 20px;
	padding: 0 !important;
}
body .dp-dfg-skin-default .dp-dfg-search input::placeholder,
::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
  opacity: 1; /* Firefox */
}

body .dp-dfg-skin-default .dp-dfg-search input:-ms-input-placeholder,
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4a4a4a;
}

body .dp-dfg-skin-default .dp-dfg-search input::-ms-input-placeholder,
::-ms-input-placeholder{ /* Microsoft Edge */
  color: #4a4a4a;
}
body .dp-dfg-skin-default .dp-dfg-search .dp-dfg-search-icon{
	font-size: 24px !important;
	background: transparent !important;
	color: #4a4a4a;
}
body .gform_wrapper textarea.textarea {
	background-color: #fff;
	font-size: 14px;
	color: #4a4a4a;
	padding: 25px;
	border: 1px solid #003f6f !important;
	border-radius: 10px;
	max-height: 150px;
}

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

body .gform_wrapper .hidden_label textarea.textarea {
	margin: 2px !important;
	resize: none !important;
}
body .dp-dfg-skin-default .dp-dfg-search{
 float: right;
    width: calc((100% - 120px) / 4);

}
body .dp-dfg-container {
	display: block;
}
body .dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown {
  float: left;
    width: calc((100% - 120px) / 4);
	margin-right: 40px;	
}
body .dp-dfg-container .dp-dfg-filters-dropdown-layout{
    display: block !important;
    max-width: 100%;
    float: right;
    width: 100%;
   
}
body .Ppb_filterProject .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items{
	clear: both;
    padding-top: 50px;
}
body .Ppb_filterProject.Ppb_archiveProject .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items{
	 padding-top: 0px;
}
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item{
	padding: 0;
}
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item .dp-dfg-header{
	margin-top: 15px;
	    padding: 0;
	    margin-bottom: -3px;
}
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item .dp-dfg-featured-image{
	max-height: 367px;
}
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item:hover h6,
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item:hover .dp-dfg-content{
	color: #bf2810 !important;
	transition: all 300ms ease-in-out;
}
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item .dp-dfg-image{
	overflow: hidden;
}
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item:hover .dp-dfg-featured-image{
	transform: scale(1.05);
	transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 981px) and (max-width: 1560px) {
	body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body .dp-dfg-skin-default .dp-dfg-search,
body #page-container .dp-dfg-dropdown-label,
	body .dp-dfg-skin-default .dp-dfg-search input,
	body .dp-dfg-skin-default .dp-dfg-search .dp-dfg-search-icon,
	body #page-container .dp-dfg-dropdown-label .dp-dfg-dropdown-placehoder{
		font-size: 14px;
	}

	body .gform_wrapper textarea.textarea {
		font-size: 14px;
	}
	body .dp-dfg-skin-default .dp-dfg-search{
		padding: 16.5px 15px 16.5px 20px;
	}
	body #page-container .dp-dfg-dropdown-label {
  padding: 18px 20px;
  
}
	body .gform_wrapper .gform_footer input.button,
	body .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 18px !important;
	}

	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		padding: 20px !important;
	}

	body .gform_wrapper textarea.textarea {
		padding: 20px !important;
	}
}

.mapWrap {
	line-height: 0px !important;
}

@media only screen and (max-width: 980px) {
body .dp-dfg-container .dp-dfg-filters-dropdown-layout {
 
  max-width: 100%;
  
}
	body .dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown,
	body .dp-dfg-skin-default .dp-dfg-search{
  width: calc((100% - 80px) / 3);
}
	body .gform_wrapper .gform_footer input.button,
	body .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 18px !important;
	}
	body .dp-dfg-skin-default .dp-dfg-search{
		padding: 13px 15px 13px 15px;
	}
	body #page-container .dp-dfg-dropdown-label {
  padding: 13px 15px;
 
}
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		font-size: 16px !important;
		padding: 15px !important;
		border-radius: 10px !important;
	}
body .dp-dfg-skin-default .dp-dfg-search,
body #page-container .dp-dfg-dropdown-label,
	body .dp-dfg-skin-default .dp-dfg-search input,
	body .dp-dfg-skin-default .dp-dfg-search .dp-dfg-search-icon,
	body #page-container .dp-dfg-dropdown-label .dp-dfg-dropdown-placehoder{
		font-size: 16px !important;
	}
	body .gform_wrapper textarea.textarea {
		padding: 15px !important;
		border-radius: 10px !important;
		font-size: 16px !important;
	}
}

.gform_required_legend {
	display: none !important;
}

@media only screen and (max-width: 879px) {
 
body .dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown,
	body .dp-dfg-skin-default .dp-dfg-search{
  width: calc((100% - 40px) / 2);
}	
}
@media only screen and (max-width: 479px) {
body .dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown,
body .dp-dfg-skin-default .dp-dfg-search{
margin-bottom: 0;
  width: 100%;
  margin-right: 0px;
}
	body .dp-dfg-skin-default .dp-dfg-search{
		margin-bottom: 15px !important;
	}
}

/*------------------------------------------------
---------------- Gallery Section ---------------
------------------------------------------------*/
@media (min-width: 768px) {
	body #page-container .et_pb_gallery .et_pb_gallery_item {
		margin: 0px !important;
	}

	body #page-container .galeria-3col-2 .et_pb_gallery_item {
		width: 32% !important;
	}

	body #page-container .et_pb_grid_item.et_pb_gallery_item.first_in_row {
		clear: both;
	}

	body #page-container .galeria-3col-2 .et_pb_gallery_item {
		margin-bottom: 2% !important;
		margin-right: 2% !important;
	}

	body #page-container .galeria-3col-2 .et_pb_gallery_item:nth-child(3n) {
		margin-right: 0px !important;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	body #page-container .galeria-3col-2 .et_pb_gallery_item {
		width: 49% !important;
	}

	body #page-container .galeria-3col-2 .et_pb_gallery_item {
		margin-bottom: 2% !important;
		margin-right: 2% !important;
	}

	body #page-container .galeria-3col-2 .et_pb_gallery_item:nth-child(2n) {
		margin-right: 0px !important;
	}

}

/********************************************************* Start Custom Style   ***************************************/
body {
	overflow-x: hidden;
}
body h5{
	font-weight: 400;
}
body h6,
body .Ppb_mdText{
	font-weight: 500;
}
body #page-container .Ppb_boldText,
body #page-container .Ppb_boldText p,
body #page-container .Ppb_boldText a {
	font-family: 'ScalaSans-Bold', Helvetica, Arial, Lucida, sans-serif;
}
.Ppb_collineHide{
	line-height: 0;
}
body #page-container .Ppb_pstWrap .et_pb_column:hover h6,
body #page-container .Ppb_pstWrap .et_pb_column:hover p{
	color: #bf2810 !important;
	transition: all 300ms ease-in-out;
}
body #page-container .Ppb_pstWrap .et_pb_column h6,
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item h6{
	padding-bottom: 0;
 
}
body #page-container .Ppb_pstWrap .et_pb_column .et_pb_module:nth-child(2) {
margin-bottom: 0 !important;	
}
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item .dp-dfg-content{
	padding-top: 0;
}
body #page-container .Ppb_pstWrap .et_pb_column h6,
body #page-container .Ppb_filterProject .dp-dfg-item .dp-dfg-header .entry-title,
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item h6{
	display: inline-block;
	position: relative;
}
body #page-container .Ppb_pstWrap .et_pb_column h6:after,
body #page-container .Ppb_filterProject .dp-dfg-item .dp-dfg-header .entry-title:after,
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item h6:after{
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: -2px;
	background: #BF2810;
	transition: all 300ms ease-in-out;
		
}
body #page-container .Ppb_pstWrap .et_pb_column:hover h6:after,
body #page-container .Ppb_filterProject .dp-dfg-item:hover > .dp-dfg-header .entry-title:after,
body .Ppb_commonPost .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-item:hover h6:after{
	width: 100%;
}
body #page-container .Ppb_pstWrap .et_pb_column{
	overflow: hidden
}
body #page-container .Ppb_pstWrap .et_pb_column:hover img{
	transform: scale(1.05);
		transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 981px) {
	body #page-container .Ppb_colspace40 .et_pb_column {
		width: calc((100% - 120px) / 4);
		margin-right: 40px;
	}

	body #page-container .Ppb_col2spce40 .et_pb_column {
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
	}

	body #page-container .Ppb_col6spce40 .et_pb_column {
		width: calc((100% - 200px) / 6);
		margin-right: 40px;
	}

	body #page-container .Ppb_colspace40 .et_pb_column:last-child,
	body #page-container .Ppb_col2spce40 .et_pb_column:last-child,
	body #page-container .Ppb_col6spce40 .et_pb_column:last-child {
		margin-right: 0;
	}
		.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 only screen and (min-width: 981px) and (max-width: 1440px){
	body #page-container h6{
		font-size: 18px;
	}
	body #page-container .Ppb_pstWrap p{
		font-size: 16px
	}
}
@media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container h1 {
		font-size: 36px !important;
	}

	body #page-container h2 {
		font-size: 26px !important;
	}
	body #page-container .Ppb_postsliderWrap h2{
		font-size: 20px !important;
	}

}
@media only screen and (max-width: 980px) {
	.columnReverse,
	.columnReverse > .et_pb_row{
		display: flex;
		flex-direction: column-reverse;
	}
	.columnReverse {
		display: flex;
		flex-direction: column-reverse;
	}
}
/********************************************************* End Custom Style   ***************************************/
/********************************************************* Start Header Style   ***************************************/


body #page-container header .et_pb_social_media_follow li {

	margin-bottom: 0px;

}
body #page-container header .et_pb_menu ul li a{
	font-weight: 500;
	position: relative;
}
body #page-container header .et_pb_menu ul li a:after{
	content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 5px;
    background: #BF2810;
    transition: all 300ms ease-in-out;	
}
body #page-container header .et_pb_menu ul li a:hover:after,
body #page-container header .et_pb_menu ul li.current-menu-item a:after{
	width: 100%;
}
@media only screen and (min-width: 1441px) {
	body #page-container .et_pb_menu .et_pb_menu__wrap .et-menu>li {
		padding-right: 65px;
	}

	body #page-container .et_pb_menu .et_pb_menu__wrap .et-menu>li:last-child {
		padding-right: 0px;
	}
}
@media only screen and (max-width: 981px){
	body #page-container .et_mobile_menu{
		top: 72px;
	}
}
@media only screen and (max-width: 980px){
	body #page-container header .et_pb_menu ul li,
body #page-container header .et_pb_menu ul li a {  
  display: block;
}
}
@media only screen and (max-width: 488px){
	body #page-container .et_mobile_menu{
		top: 67px;
	}
}
@media only screen and (max-width: 450px){
	body #page-container .et_mobile_menu{
		top: 55px;
	}
}
/********************************************************* End Header Style   ***************************************/
/************* Fixed header Style *************/

/*
@media only screen and (min-width: 981px){
	body #page-container header .has_et_pb_sticky .et_pb_image img {  
    width: 100px;
	transition: all 300ms ease-in-out;
}
body #page-container .has_et_pb_sticky li a{
	font-size: 18px;
	transition: all 300ms ease-in-out;
}
body #page-container header .has_et_pb_sticky .et_pb_social_media_follow li,
body #page-container header .Ppb_mainheaderWrap.et_pb_sticky .et_pb_social_media_follow li{
	transition: all 300ms ease-in-out;
	margin-right: 0 !important;
}
body #page-container .has_et_pb_sticky .et_pb_social_icon a,
body #page-container .has_et_pb_sticky .et_pb_social_icon a:before{
	height: 24px;
    width: 24px;
	line-height: 24px;
	transition: all 300ms ease-in-out;
}
body #page-container .has_et_pb_sticky .et_pb_social_icon a:before{
	    font-size: 12px;
}
/*   	body #page-container .Ppb_stickyBanner.et_pb_sticky{
		top: 60px !important;
	}
}
*/
/************* End Fixed header Style *************/
/********************************************************* Start Banner Style   ***************************************/



body #page-container .Ppb_homeheroWrap .et_pb_slide_description {
	height: 92vh;
}

body #page-container .Ppb_homeheroWrap .et_pb_slide_description .et_pb_slide_content {
	position: absolute;
	bottom: 100px;
	right: 0;
	text-align: left;
	font-weight: 500;
}

body #page-container .Ppb_homeheroWrap .et_pb_slide_description .et_pb_slide_content h2 {
	font-size: 32px;
	padding-bottom: 15px;
	letter-spacing: 1.76px;
	text-transform: uppercase;
}
body #page-container .Ppb_homeheroWrap.Ppb_innerheroSlider .et_pb_slide_description .et_pb_slide_content h2{
	text-transform: initial;
}
body #page-container .Ppb_homeheroWrap .et_pb_slide_description .et_pb_slide_content h2:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	height: 2px;
	width: 325%;
	background: #fff;
}

 

body #page-container .Ppb_colspace40 .Ppb_wfmCol,
body #page-container .Ppb_monthBG{
	overflow: hidden;
} 
body #page-container .Ppb_monthBG .et_pb_blurb_content,
body #page-container .Ppb_projectBox .et_pb_blurb_content{
	line-height: 0;
}
body #page-container .Ppb_monthBG .et_pb_main_blurb_image .et_pb_image_wrap img{
	transition: all 300ms ease-in-out;
}
body #page-container .Ppb_wfmCol:hover > .et_pb_image.Ppb_wholeoverlayBG, 
body #page-container  .Ppb_bgZoom:hover .et_pb_image.Ppb_wholeoverlayBG img{
	transform: scaleX(1.05) scaleY(1.05)!important;
	transition: all 300ms ease-in-out;
}
body #page-container .Ppb_monthBG{
	cursor: pointer;
}


body #page-container .has_et_pb_sticky .Ppb_homeheroWrap .et_parallax_bg_wrap .et_parallax_bg{
	background-position: unset;	
}
.slider-down-arrow {
	position: absolute;
	z-index: 10;
	bottom: 70px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 32px;
}
body .popup_bio_title h2,
body .popup_bio_title .et_pb_blurb_description{
	display: inline-block;
}
.slider-down-arrow a {
	line-height: 1em;
	display: inline-block;
	color: #fff;
	text-shadow: 0 1px 8px rgba(0,0,0,0.5);
	transition: all 0.2s ease;
}
 
.slider-down-arrow a:not(:hover) {
	animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
 
.slider-down-arrow a:hover {
	text-shadow: 0 2px 10px rgba(0,0,0,0.85);
}
.slider-down-arrow a{
 background: #c5c6c787;
    padding: 15px 7.5px;
    line-height: 0;
}
.slider-down-arrow a:hover{
	background: #bf2810
}
.slider-down-arrow img{
	max-width: 15px;
 filter: brightness(100);
}
 
body #page-container .et_pb_slider:hover .et-pb-arrow-prev {
    left: 0px;
  
}
body #page-container .et_pb_slider:hover .et-pb-arrow-next{
	right: 0px;
}
.et-pb-arrow-next, .et-pb-arrow-prev{
   background: #c5c6c787;
    padding: 10px 50px;
    font-size: 60px;
}
.et-pb-arrow-next:hover, .et-pb-arrow-prev:hover{	 
	 background: #BF2810;
}
.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown .dp-dfg-level{
	background: #fff !important;
}

body footer{
	z-index: 9999999;
}

body #page-container .Ppb_homesliderPost .et_pb_slide{
	padding: 0 !important;
}
body #page-container .Ppb_postsliderWrap  .n2-ss-layer-row {
	padding: 7.8vw 0 !important;
}
.pum-theme-default-theme .pum-container{
	background: #fff;
}
body #page-container .et_pb_fullwidth_header_scroll{
	z-index: 99999;
	bottom: 30px;
	
}
body #page-container .et_pb_fullwidth_header_scroll .scroll-down-container{
	 
	
	    height: 100px;
}
body #page-container .et_pb_fullwidth_header_scroll .scroll-down-container:hover{
	background: #bf2810;
	 
}
body #page-container .Ppb_vidbannerOverlays .et_pb_fullwidth_header_scroll .scroll-down-container {
	height: 100px;
}
body #page-container .Ppb_vidbannerOverlays .et_pb_fullwidth_header_scroll .scroll-down-container,
body #page-container Ppb_vidbannerOverlays .et_pb_fullwidth_header_scroll .scroll-down-container:hover{
		background: transparent;
}
body #page-container .Ppb_vidbannerOverlays .et_pb_fullwidth_header_scroll .scroll-down-container .scroll-down {
		background:#c5c6c787;
	top: 155px;
position: relative;
}
body #page-container .Ppb_vidbannerOverlays .et_pb_fullwidth_header_scroll .scroll-down-container .scroll-down:hover {
	background: #bf2810;
}
body #page-container .et_pb_fullwidth_header_scroll .scroll-down-container .scroll-down {
	line-height: 40px;
	top: 150px;
    position: relative;
    background: #c5c6c787;
}
body #page-container .Ppb_vidbannerOverlay .et_pb_fullwidth_header_scroll .scroll-down-container .scroll-down{
	margin-top: -60px;
}
body #page-container .Ppb_homeheroWrap .et_pb_slides .et_pb_slide{
	padding: 0 !important
}
body #page-container .Ppb_homeheroWrap .et_pb_slides .et_pb_slide .et_pb_container{
	    max-width: calc(100% - 320px);    
    overflow: hidden;
}
body #page-container .Ppb_homeheroWrap .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner{
display: block;
    width: 100%; 
    max-width: 1320px;
    margin: 0 auto;
}

/* Adjust hero/video width */
body #page-container .Ppb_stickyBanner{
	background-size: auto 100%!important;
	
	background-position: center top!important;
	z-index: 0!important;
} 
body #page-container .Ppb_stickyBanner > section{
	position: relative;
	min-height: auto!important;
} 

@media (min-width: 900px) {
	body #page-container .Ppb_stickyBanner{
		top: 0 !important;
	}
}

@media (min-width: 1920px) {
body #page-container .Ppb_homeheroWrap .et_parallax_bg_wrap .et_parallax_bg{
background-position: 100% 85px;	
transition: all 300ms ease-in-out;
}
	}
@media only screen and (max-width: 1919px) {
 body #page-container .Ppb_homeheroWrap .et_parallax_bg_wrap .et_parallax_bg{
background-position: 100% 0px;	
transition: all 300ms ease-in-out;
}
	/*
	body #page-container .Ppb_innerBanner .et_pb_section_video_bg .mejs-mediaelement video{
	height: unset !important;
}*/
	} 


@media (min-width: 1200px) {
	 
	.slider-down-arrow {
		bottom: 90px;
		font-size: 48px;
	}	
}
/*
@media (min-width: 769px) {

body #page-container .Ppb_innerBanner .et_pb_section_video_bg .mejs-video,
body #page-container .Ppb_innerBanner .et_pb_section_video_bg .mejs-mediaelement video{
	    height: 100vh !important;
}
	}
@media only screen and (max-width: 980px) {
	body #page-container .et_pb_fullwidth_header_scroll{
		display: none;
	}
	body .pum-theme-default-theme .pum-container{
		width: 90% !important;
right: 0 !important;
left: unset !important;
	}
	body #page-container .has_et_pb_sticky .Ppb_homeheroWrap .et_parallax_bg_wrap .et_parallax_bg{
	background-position: unset;	
}
	body #page-container .Ppb_homeheroWrap .et_pb_slides .et_pb_slide .et_pb_container {
  max-width: 90%;
}
*/
@media only screen and (max-width: 980px) {
		.et-pb-arrow-next, .et-pb-arrow-prev { 
  padding: 6px 0px;
 font-size: 40px;
 
}
	}
@media only screen and (max-width: 768px) {
	body #page-container .et_pb_fullwidth_header_scroll{
		bottom: 15px;
	}
		body .pum-theme-default-theme .pum-container{
		width:100% !important;
right:unset !important;
left: unset !important;
	}

}

/****** Banner bottom new style*************/
@media only screen and (min-width: 981px){
	body #page-container .Ppb_bnbtmrWrap > .et_pb_row > .et_pb_column,
		body #page-container .Ppb_bnbtmrWrap .Ppb_projinlineBox,
		body #page-container .Ppb_projrightcolWrap .et_pb_column{
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
	}
	body #page-container .Ppb_bnbtmrWrap > .et_pb_row > .et_pb_column:last-child,
		body #page-container .Ppb_bnbtmrWrap .Ppb_projinlineBox:nth-child(2),
		body #page-container .Ppb_projrightcolWrap .et_pb_column:last-child{
		margin-right: 0px;
	} 
	body #page-container .Ppb_bnbtmrWrap .Ppb_projinlineBox{
		display: inline-block;
	}	
} 
@media only screen and (min-width: 481px)  and (max-width: 980px){
	body #page-container .Ppb_bnbtmrWrap .Ppb_projinlineBox,
	body #page-container .Ppb_projrightcolWrap .et_pb_column{
	width: calc((100% - 40px) / 2);
	margin-right: 40px;	
	}
	body #page-container .Ppb_bnbtmrWrap .Ppb_projinlineBox:nth-child(2),
	body #page-container .Ppb_projrightcolWrap .et_pb_column:last-child{
	margin-right: 0px;	
	}
	body #page-container .Ppb_bnbtmrWrap .Ppb_projinlineBox{
		display: inline-block;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 980px) {
	 
	.slider-down-arrow {
		display: none;	
	}
}
@media only screen and (min-width: 1921px)  and (max-width: 2500px) {
body #page-container .Ppb_homesliderPost .et_pb_slide .et_pb_slide_description{
	padding-top: 20.6%; 
padding-bottom: 20.6%;
}
	}
@media only screen  and (min-width: 1441px) and (max-width: 1660px) {
body #page-container .Ppb_homesliderPost .et_pb_slide .et_pb_slide_description {
  padding-top: 18.25%;
  padding-bottom: 18.25%;
}
	}
@media only screen  and (min-width: 1281px) and (max-width: 1440px) {
body #page-container .Ppb_homesliderPost .et_pb_slide .et_pb_slide_description {
  padding-top: 15.25%;
  padding-bottom: 15.25%;
}
	}
@media only screen and (min-width: 1171px) and (max-width: 1280px) {
body #page-container .Ppb_homesliderPost .et_pb_slide .et_pb_slide_description {
  padding-top: 13.5%;
  padding-bottom: 13.5%;
}
	 
}
@media only screen and (min-width: 981px) and (max-width: 1280px) {
 
	body #page-container .Ppb_homeheroWrap .et_pb_slide,
	body #page-container .Ppb_homeheroWrap .et_pb_slide_description {
		height: 80vh;
	}

	body #page-container .Ppb_homeheroWrap .et_pb_slide_description .et_pb_slide_content p {
		font-size: 18px !important;
	}
	body #page-container  .Ppb_postslideRow{
		padding-bottom: 30px !important;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1170px) {
body #page-container .Ppb_homesliderPost .et_pb_slide .et_pb_slide_description {
  padding-top: 12.4%;
  padding-bottom: 12.4%;
}
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
body #page-container .Ppb_homesliderPost .et_pb_slide .et_pb_slide_description {
  padding-top: 7.7%;
  padding-bottom: 7.7%;
}
}
@media only screen and (max-width: 980px) {
	body #page-container .Ppb_homeheroWrap .et_pb_slide_description .et_pb_slide_content h2 {
		font-size: 30px;
	}

	body #page-container .Ppb_homeheroWrap .et_pb_slide_description .et_pb_slide_content {

		bottom: 50px;

	}

	body #page-container .Ppb_homeheroWrap .et_pb_slide_description {
		height: 80vh;
	}
}

@media only screen and (max-width: 768px) {
	body #page-container .Ppb_homeheroWrap .et_pb_slide_description .et_pb_slide_content h2 {
		font-size: 24px;
		padding-bottom: 5px;
	}

	body #page-container .Ppb_homeheroWrap .et_pb_slide_description {
		height: 72vh;
	}
}

/********************************************************* End Banner Style   ***************************************/
/********************************************************* Start Footer Style   ***************************************/
.Ppb_ftWrap .fwidget {
	width: 100% !important;
	text-align: center;
	margin: 0 !important;
}

.Ppb_ftWrap .fwidget ul li {
	display: inline-block;
}

body #page-container #et-boc footer .Ppb_ftWrap .fwidget ul {
	width: unset;
	display: inline-block;
	border: 5px solid #BF2810;
	padding: 22px 40px !important;
}

body #page-container #et-boc footer .Ppb_ftWrap .fwidget ul li {
	padding-right: 26px;
	border-right: 5px solid #fff;
	line-height: 34px;
	margin-right: 18px;
	margin-bottom: 0;
}

body #page-container #et-boc footer .Ppb_ftWrap .fwidget ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

.et_pb_code_inner {
	max-width: 345px;
	margin: 0 auto;
}

@media only screen and (max-width: 980px) {
	.Ppb_ftWrap .fwidget ul li {
		border-right: 3px solid #fff;
	}

	body #page-container .Ppb_ftWrap .fwidget ul {
		border: 3px solid #BF2810;
		padding: 12px 30px !important;
	}
	.et_pb_menu__logo-wrap .et_pb_menu__logo img{
		max-width: 100px;
	}
}

@media only screen and (max-width: 480px) {
	body #page-container .Ppb_ftWrap .fwidget ul li {
		display: block;
		border: none;
		margin-right: 0;
		padding-right: 0;
	}

	body #page-container .Ppb_ftWrap .fwidget ul {
		display: inline-block;
		border: 3px solid #BF2810;
		padding: 15px 30px !important;
	}
	body #page-container .Ppb_ftWrap .fwidget ul li{
		border-bottom: 2px solid #fff;
	}
	body #page-container .Ppb_ftWrap .fwidget ul li:last-child{
		border-bottom: 0;
		}
	body #page-container #et-boc footer .Ppb_ftWrap .fwidget ul li{
padding-right: 0px;
border-right: 0px solid #fff; 
margin-right: 0px;
 
	}
}
 
/********************************************************* End Footer Style   ***************************************/

/********************************************************* Start Blurb Style   ***************************************/
body #page-container .Ppb_middletextBlurb .et_pb_main_blurb_image,
body #page-container .Ppb_middletextBlurb .et_pb_main_blurb_image img{
	margin-bottom: 0;
	width: 100%;
}

body #page-container .Ppb_middletextBlurb .et_pb_blurb_container {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}
body #page-container .Ppb_projectBox{
	position: relative;
}
body #page-container .Ppb_projectBox .et_pb_main_blurb_image{
	margin-bottom: 0;
	width: 100%;
}
body #page-container .Ppb_projectBox .et_pb_main_blurb_image img{
	width: 100%;
}
.Ppb_projectBox .et_pb_module_header{
	border-bottom: 2px solid #ffffff;
    margin-bottom: 10px;
}
 
body #page-container .Ppb_projectBox .et_pb_blurb_content .et_pb_blurb_container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	transition: all 300ms ease-in-out;
	z-index: 9999;
	text-align: center;
	width: 100%;
padding-left: 15px;
padding-right: 15px;
	
} 
body #page-container .Ppb_projectBox .et_pb_blurb_content .et_pb_blurb_container h2{
	display: inline-block;
	margin-bottom: 25px;
}
body #page-container .Ppb_projectBox:hover .et_pb_blurb_content .et_pb_blurb_container{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
body #page-container .Ppb_projectBox:hover .et_pb_main_blurb_image img,
body #page-container .Ppb_monthBG:hover .et_pb_main_blurb_image .et_pb_image_wrap img{
	transform: scale(.97);
	transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 1361px) and (max-width: 1460px){
	body #page-container .Ppb_projectBox .et_pb_blurb_content .et_pb_blurb_container h2{
		font-size: 18px !important
	}
	
	body #page-container .Ppb_projectBox .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
		font-size: 24px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1360px){
	body #page-container .Ppb_projectBox .et_pb_blurb_content .et_pb_blurb_container h2{
		font-size: 16px !important
	}
	
	body #page-container .Ppb_projectBox .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
		font-size: 20px !important;
	}
}

/********************************************************* End Blurb Style   ***************************************/
/********************************************************* Start Blog Style  ***************************************/

body #page-container .Ppb_homeblogWrap .et_pb_blog_grid h2 {
	padding-bottom: 3px;
}

body #page-container .Ppb_homeblogWrap .et_pb_blog_grid .post-meta {
	margin-bottom: 0;
	padding-bottom: 10px;
}
 
body #page-container .Ppb_homeblogWrap article {
	background: transparent;
	border: none;
}
body #page-container .Ppb_homelogoBox{
	overflow: hidden;
}
 body #page-container .Ppb_homelogoBox:hover .et_pb_column .Ppb_btmlogobgIMG{
	transform: scale(1.05);
	 
}
body #page-container .Ppb_homelogoBox .et_pb_column .Ppb_btmlogobgIMG{
	transition: all 300ms ease-in-out;
}
  
@media only screen and (min-width: 1441px) {
	body #page-container .Ppb_homeblogWrap article {
		display: inline-block;
		width: calc((100% - 10px) / 3);
		margin-right: 5px;

	}

	body #page-container .Ppb_homeblogWrap article:last-child {
		margin-right: 0px;
	}
}
@media only screen and (min-width: 981px) {
body #page-container .Ppb_homeblogSlider{
	margin-top: -22.1vw;
}
	}
@media only screen and (min-width: 1441px) and (max-width: 1660px) {
	body #page-container .Ppb_homelogoBox .et_pb_column {
	padding-top: 10vw !important;
padding-bottom: 10vw !important;
	}
	}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
body #page-container .Ppb_homelogoBox .et_pb_column {
    padding-top: 9.75vw !important;
    padding-bottom: 9.75vw !important;
}
	}
@media only screen and (min-width: 1361px) and (max-width: 1660px) {
	 
	body #page-container .Ppb_homeblogWrap article {
		display: inline-block;
		width: calc((100% - 10px) / 3);
		margin-right: 5px;

	}

	body #page-container .Ppb_homeblogWrap article:last-child {
		margin-right: 0px;
	}
}
@media only screen and (min-width: 1171px) and (max-width: 1280px) {
body #page-container .Ppb_homelogoBox .et_pb_column {
      padding-top: 9.5vw !important;
    padding-bottom: 9.5vw !important;
}
	}
@media only screen and (min-width: 1025px) and (max-width: 1170px) {
body #page-container .Ppb_homelogoBox .et_pb_column {
      padding-top: 9.2vw !important;
    padding-bottom: 9.2vw !important;
}
	}
 @media only screen and (min-width: 981px) and (max-width: 1024px) {
body #page-container .Ppb_homelogoBox .et_pb_column {
      padding-top: 8.6vw !important;
    padding-bottom: 8.6vw !important;
}
	}
@media only screen and (max-width: 1660px) {
	body #page-container .Ppb_homeblogWrap {
		padding-top: 70px;
	}

	body #page-container .Ppb_homeblogWrap .et_pb_blog_grid h2 {
		font-size: 22px !important;
	}
}

@media only screen and (max-width: 1440px) {

	body #page-container .Ppb_homeblogWrap {
		padding-top: 15px;
padding-bottom: 15px;
	}

	body #page-container .Ppb_homeblogWrap article {

		margin-bottom: 20px;
	}

	body #page-container .Ppb_homeblogWrap .et_pb_blog_grid h2 {
		font-size: 22px !important;
	}

	body #page-container .Ppb_middletextBlurb .et_pb_blurb_container .et_pb_blurb_description p {
		font-size: 30px;
	}
	body #page-container .Ppb_homeblogSlider h2{
		font-size: 20px !important;
	}
	body #page-container .Ppb_homeblogSlider{
		padding-top: 2.2vw; 
padding-bottom: 2.2vw;
	}
	
}

@media only screen and (min-width: 981px) and (max-width: 1360px) {
	body #page-container .Ppb_homeblogWrap article {
		display: inline-block;
		width: calc((100% - 10px) / 2);
		margin-right: 5px;

	}

	body #page-container .Ppb_homeblogWrap article:nth-child(2n) {
		margin-right: 0px;
	}

	body #page-container .Ppb_homeblogWrap article {

		margin-bottom: 0;
	}

	body #page-container .Ppb_homeblogWrap .et_pb_blog_grid h2 {
		font-size: 20px !important;
	}
	body #page-container .Ppb_homeblogWrap article:last-child{
		display: none;
	}
	body #page-container .Ppb_homeblogSlider .et_pb_button{
		font-size: 16px;
	}
	body #page-container .Ppb_homeblogSlider {
  padding-top: 0;
 
}
	
}
@media only screen and (min-width: 981px) and (max-width: 1360px) {
body #page-container .Ppb_homeblogWrap {
  padding-top: 43px;
  padding-bottom: 43px;
}
	}
@media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container .Ppb_homeblogWrap {
  padding-top: 22px;
  padding-bottom: 22px;
}
	
}
@media only screen and (max-width: 1280px) {
body #page-container .Ppb_homeblogSlider .et_pb_button {
  font-size: 14px;
}
	body #page-container .Ppb_homeblogSlider .Ppb_postsliderWrap{
		margin-bottom: 0;
	}
	}
/********************************************************* End Blog Style   ***************************************/
/********************************************************* Start Whole Style   ***************************************/
body #page-container .Ppb_wholeoverlayBG .et_pb_image_wrap:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%) !important;
	z-index: 99999;
}
.Ppb_bioBTN{
	border-bottom: 1px solid #fff;
}
body #page-container .Ppb_wholeoverlayBG .et_pb_image_wrap img,
body #page-container .Ppb_wholeoverlayBG .et_pb_image_wrap {
	width: 100%;
}
body #page-container .Ppb_bgZoom:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-image: url(/wp-content/uploads/whol-food-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	transition: all 300ms ease-in-out;
}
body #page-container .Ppb_bgZoom:hover:before{
	background-size: 105% 105%;
}
.popmake-content > p{
	display: none;
}
/********************************************************* End Whole Style   ***************************************/
/************* People Bio Style *************/
body .popmake-content{
	font-size: 18px;
	line-height: 1.5em;
}
body .yrm-button-text,
.yrm-btn-wrapper span{
	border: none;
    color: #bf2810;
	position: relative;
    top: 0;
    left: 0;
	 position: relative;
}
body .yrm-btn-wrapper{
	    display: block;
    text-align: left !important;
}
body .yrm-toggle-expand{
	border: none;
	height: auto !important;
    width: auto !important;
 
}
body .yrm-text-wrapper-custom-dimensions{
	position: relative;
    top: 0;
    left: 0;
    margin-right: unset;
    transform: unset;
}
body .yrm-content{
	color: #000 !important;
    margin-top: 10px;
}
body .Ppb_redExpand .yrm-content{
	color: #bf2810 !important;
}
body .Ppb_whitreadmoreContent .yrm-content{
	color: #fff !important;
}
body .Ppb_whitreadmoreContent .yrm-btn-wrapper span{
	color: #fff;
}
body .popup_bio_content p{
	display: inline;
}
/*add icon to the opened accordion*/
.pa-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\e04f";
}
/* body .Ppb_popQuote:after{
	content: '';
    position: absolute;
	width: 40px;
	height: 34px;
    left: 0;
    top: 0px;
	background-image: url(/wp-content/uploads/quote-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	    	
}   */
/* body .Ppb_popQuote p{
padding-left: 50px;
} */
@media only screen and (min-width: 981px){
	.popup_row .et_pb_column:nth-child(2) {
		min-height: 65vh;
	}
}
@media only screen and (max-width: 980px){
	body .popmake-content{
	font-size: 16px;
	 
}
	body .Ppb_popQuote:after{
		width: 20px;
	height: 20px;
	}
/* body .Ppb_popQuote p{
padding-left: 25px;
}	 */
body .et_pb_accordion h3.et_pb_toggle_title{
		padding-right: 30px;
	}	
	body .yrm-button-text,
	body .yrm-text-wrapper .yrm-button-text-span{
		font-size: 16px !important;
	}
 
}
@media only screen and (max-width: 768px){
	body .popmake-content{
	font-size: 15px;
	 
}
	body .yrm-button-text{
		font-size: 15px !important;
	}
}
/************* End People Bio Style *************/
/********************************************************* Start Inner Banner Style   ***************************************/
body #page-container .Ppb_innerBanner .et_pb_fullwidth_header_container {
	width: 100%;
	z-index: 99999;
}
/* body #page-container .Ppb_innerBanner{
	height: calc(100vh - 60px);
} */
body #page-container .Ppb_innerBanner .et_pb_section_video_bg video{
	margin-top: 0px !important;
}
body #page-container .Ppb_innerBanner .et_pb_module_header {
	position: absolute;
	top: 75px;
	left: 0;
}
/* body #page-container  .et_pb_fullwidth_header_scroll a .et-pb-icon {
   
    text-shadow: 0 3px 3px rgb(0 0 0);
} */
body #page-container .Ppb_innerBanner .et_pb_header_content_wrapper,
body #page-container .Ppb_innerBanner .et_pb_fullwidth_header_subhead {
	position: absolute;
	right: 0;
}

body #page-container .Ppb_innerBanner .et_pb_fullwidth_header_subhead {
	bottom: 150px;
}

body #page-container .Ppb_innerBanner .et_pb_fullwidth_header_subhead:before {
	content: '';
	position: absolute;
	top: -25px;
	right: -164%;
	height: 2px;
	width: 254%;
	background: #fff;
}
body #page-container .Ppb_innerBanner .et_pb_header_content_wrapper h5{
letter-spacing: 1.76px;
    font-size: 32px;    
    position: absolute;
    bottom: 0px;
    left: 0;
	 
}
body #page-container .Ppb_innerBanner .et_pb_header_content_wrapper h5:before{
	content: '';
    position: absolute;
    top: -25px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #fff;
}
body.project-template-default #page-container .Ppb_innerBanner .et_pb_header_content_wrapper h5::before{
	content:none;
}
body #page-container .Ppb_innerBanner .et_pb_header_content_wrapper {
	bottom: 90px;
}
body #page-container .Ppb_vidbannerOverlay:before{
		content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width:100%;
    background: rgba(0,0,0,0.3);
	z-index: 9999;
}
body #page-container .Ppb_innerBanner .et_parallax_bg {
	background-position: 100% 0px;
}

body #page-container .Ppb_innerBanner .header-content-container{
 
    margin: 0 auto;
	height: 91vh;
}
body #page-container .Ppb_innerBanner .header-content-container .header-content{
    position: relative;
    padding: 0;
    height: 100%;
	overflow: hidden;
}
body.single-project #page-container  .et_pb_post_content h2{
	font-weight: 400;
}
  body #page-container .Ppb_innerBanner .et_pb_fullwidth_header_container {
/*     width: calc(100% - 320px);     */
    overflow: hidden;
	display: block;
}  
body #page-container .Ppb_innerBanner .et_pb_header_content_wrapper {
    height: 100%;
    width: 100%;
}
 
@media only screen and (max-width: 1360px) {
body #page-container .Ppb_innerBanner{
		background-size: cover;
	}
	}
@media only screen and (max-width: 980px) {
	body #page-container .Ppb_innerBanner .header-content-container {
  
    height: 70vh;
}
 
	body #page-container .Ppb_innerBanner .et_pb_header_content_wrapper {
		bottom: 50px;
	}

	body #page-container .Ppb_innerBanner .et_pb_fullwidth_header_subhead {
		bottom: 90px;
	}

	body #page-container .Ppb_innerBanner .et_pb_fullwidth_header_subhead::before {
		top: -15px;
	}

	body #page-container .Ppb_innerBanner .et_pb_module_header {

		top: 40px;

	}
	body #page-container .Ppb_innerBanner .et_pb_header_content_wrapper h5{
	 
	font-size: 30px;
}
	body #page-container .Ppb_innerBanner .et_pb_fullwidth_header_container {
  width: 100%; 
 
}
}

@media only screen and (max-width: 768px) {
		body #page-container .Ppb_innerBanner .et_pb_header_content_wrapper h5{
	 
	font-size: 24px;
}
}
@media only screen and (max-width: 1920px) and (orientation:portrait) {

	body #page-container .Ppb_innerBanner{
		background-size: cover;
	}

}
/********************************************************* End Inner Banner Style   ***************************************/

/********************************************************* Start Gallery Style   ***************************************/
.Ppb_gellerySlider .flexslider .slides {
	padding: 0;
}

.Ppb_gellerySlider .flexslider {
	border: none;
	margin-bottom: 0;
}

.Ppb_gellerySlider .flex-direction-nav {
	list-style: none;
	padding-bottom: 0;
}
.Ppb_gellerySlider .flex-direction-nav a{
	width: 60px;
    height: 60px;
}

.Ppb_gellerySlider .flex-direction-nav a.flex-prev:before,
.Ppb_gellerySlider .flex-direction-nav a.flex-next:before {
	color: #fff;
    font-family: ETmodules;
    background: #BF2810;
    opacity: 1;
    padding: 0;
    font-size: 50px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}

.Ppb_gellerySlider .flex-direction-nav a.flex-prev:before {
	content: '\34';

}

.Ppb_gellerySlider .flex-direction-nav a.flex-next:before {
	content: '\35';

}
.Ppb_gellerySlider .flexslider .flex-direction-nav .flex-next{
	    opacity: 1!important;
    right: 10px!important;
}
.Ppb_gellerySlider .flexslider .flex-direction-nav .flex-prev {
    opacity: 1!important;
    left: 10px!important;
}
body #page-container .Ppb_gallerInner{
	overflow: hidden;
	padding-left: 0;
	padding-bottom: 10px;
}
body #page-container .Ppb_gallerInner img{
	width: 100%;
}
body #page-container .Ppb_gallerInner li{
/* float: left;     */
    list-style: none;    
    line-height: 0;
}
body #page-container .Ppb_gallerInner li{ 
    width: 100%;
    margin-right: 0px;    
    margin-bottom: 40px;
    
}

/* @media only screen and (min-width: 981px){
body #page-container .Ppb_gallerInner li{ 
    width: calc((100% - 120px) / 4);
    margin-right: 40px;    
    margin-bottom: 40px;
    
}
body #page-container .Ppb_gallerInner li:nth-child(4n){
	margin-right: 0px;
}
	}
@media only screen and (min-width: 769px) and (max-width: 980px){
	body #page-container .Ppb_gallerInner li{ 
    width: calc((100% - 50px) / 3);
    margin-right: 25px;    
    margin-bottom: 25px;
    
}
	body #page-container .Ppb_gallerInner li:nth-child(3n){
	margin-right: 0px;
}
} */
@media only screen and (max-width: 980px){
body #page-container .Ppb_gallerInner li:last-child{
	margin-bottom: 0px;
}
	.Ppb_gellerySlider .flex-direction-nav a {
  width: 40px;
  height: 40px;
}
	.Ppb_gellerySlider .flex-direction-nav a.flex-prev::before, .Ppb_gellerySlider .flex-direction-nav a.flex-next::before {  
  font-size: 40px;  
  line-height: 40px;
}
}
/* @media only screen and (min-width: 481px) and (max-width: 768px){
	body #page-container .Ppb_gallerInner li{ 
    width: calc((100% - 25px) / 2);
    margin-right: 25px;    
    margin-bottom: 25px;
    
}
	body #page-container .Ppb_gallerInner li:nth-child(2n){
	margin-right: 0px;
}
}
@media only screen and (max-width: 480px){
body #page-container .Ppb_gallerInner li{ 
    width: 100%;
    margin-right: 0px !important; 
	margin-bottom: 25px;
    
    
}
	body #page-container .Ppb_gallerInner li:last-child{
		margin-bottom: 0;
	}
	} */
/********************************************************* End Gallery Style   ***************************************/
/********************************************************* Start Project Style   ***************************************/
body #page-container .Ppb_filterProject .dp-dfg-skin-default .dp-dfg-filter a,
body #page-container .Ppb_filterProject .dp-dfg-skin-default .dp-dfg-filter a.active {
	background: transparent;
	border: none;
}
/* body #page-container .Ppb_filterProject .dp-dfg-header{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 300ms ease-in-out;
	width: 100%;
    padding-left: 15px;
   padding-right: 15px;
} */
 body #page-container .Ppb_filterProject .dp-dfg-skin-default .dp-dfg-meta {   
   position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 300ms ease-in-out;
	 width: 100%;
padding-left: 15px;
padding-right: 15px;
}
body #page-container .Ppb_filterProject .dp-dfg-item:hover .dp-dfg-header,
body #page-container .Ppb_filterProject .dp-dfg-item:hover .dp-dfg-meta{
	opacity: 1;
}
 
body #page-container .Ppb_filterProject .dfg_et_overlay:before{
	display: none;
}
body #page-container .dp-dfg-pagination {
	margin-top: 30px;
}
body #page-container .Ppb_filterProject .dp-dfg-header,
body #page-container .Ppb_filterProject .dp-dfg-custom-content{
	margin-left: -10px;
}
body #page-container .Ppb_filterProject .dp-dfg-header{
	padding-top: 20px;
	padding-bottom: 0;
    margin-bottom: -5px;
}
body #page-container .Ppb_filterProject .dp-dfg-custom-content {    
    padding-top: 0;
}
body #page-container .Ppb_filterProject .dp-dfg-item:hover > .dp-dfg-header .entry-title,
body #page-container .Ppb_filterProject .dp-dfg-item:hover > .dp-dfg-custom-content{
	color: #BF2810!important;
	transition: all 300ms ease-in-out;
}
body #page-container .Ppb_filterProject .dp-dfg-image{
	overflow: hidden;
}
body #page-container .Ppb_filterProject .dp-dfg-item:hover .dp-dfg-featured-image{
	transform: scale(1.05);
	transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 1361px) and (max-width: 1440px){
	body #page-container .Ppb_filterProject .dp-dfg-header .entry-title{
		font-size: 24px !important;
	}
	
	body #page-container .Ppb_filterProject .dp-dfg-skin-default .dp-dfg-meta .terms a{
		font-size: 18px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1360px){
	body #page-container .Ppb_filterProject .dp-dfg-header .entry-title{
		font-size: 20px !important;
	}
	
	body #page-container .Ppb_filterProject .dp-dfg-skin-default .dp-dfg-meta .terms a{
		font-size: 16px !important;
	}
}

/********************************************************* End Project Style   ***************************************/

body .gform_wrapper .gform_footer input[type=submit] {
	border-radius: 0 !important;
	font-family: 'Scalasans Regular', Helvetica, Arial, Lucida, sans-serif;
}


body {
	font-family: 'Scalasans Regular', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
}

/*Person*/
/* .person_module .et_pb_team_member_description {
	position: absolute;
	opacity: 0;	 
	top: 0;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	z-index: 9999;
	transition: all 300ms ease-in-out
} */

.person_module .et_pb_team_member_image:hover>ul {
	-webkit-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important;
}
body .pum-container {
		height: 100% !important;
	}

 
body #page-container .Ppb_teamWrap .et_pb_team_member .et_pb_team_member_image img{
	width: 100%;
}
body #page-container .Ppb_teamWrap .et_pb_team_member .et_pb_team_member_image{
	overflow: hidden;
}
 body #page-container .Ppb_teamWrap .et_pb_team_member:hover .et_pb_team_member_image img,
body #page-container .Ppb_filterProject .dp-dfg-container .dp-dfg-items .dp-dfg-item:hover img{
	transform: scale(1.05);
	transition: all .6s ease-in-out;
}  
body #page-container  .Ppb_colspaceHide{
	margin-bottom: 0!important;
}
.person_module::before {
	-webkit-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important;
}
 
@media (max-width: 1660px) {
	.person_module:hover::before {
		margin-top: 0px;
		margin-left: 0px;
		width: 100% !important;
		height: 100% !important;
	}
}

/* .person_module:hover .et_pb_team_member_description {
	opacity: 1;
 transform: translate(-50%, -50%) scale(1);
} */

#page-container .person_module .et_pb_member_position {
	padding-bottom: 5px !important;
}

#page-container .person_module .et_pb_module_header {
	padding-bottom: 0px !important;
}

.person_module .et_pb_team_member_image {
	margin-bottom: 0px;
}
.person_module .et_pb_team_member_description{
	display: grid;
	padding-top: 15px;
}
.person_module .et_pb_team_member_description .et_pb_module_header{
	order: 2;
}
.person_module .et_pb_team_member_description .et_pb_member_position{
	order: 1;
}
.person_module .et_pb_team_member_description > div{
	order: 3;
}
#page-container .person_module .et_pb_module_header {
 
  padding: 0px 0 2px 0 !important;
}
.person_module .et_pb_team_member_description > div .Ppb_bioBTN b{
	font-weight: 400;
}
#page-container .person_module:hover .et_pb_module_header,
.person_module:hover .et_pb_team_member_description > div .Ppb_bioBTN b,
.person_module:hover .et_pb_team_member_description .et_pb_member_position,
.person_module:hover .et_pb_team_member_description p{
	color: #BF2810 !important;
	transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 981px) and (max-width: 1440px) {
	body .pum-container {

		width: 85% !important;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1360px) {
#page-container .person_module .et_pb_module_header {  
  font-size: 20px !important;
}
	.person_module .et_pb_team_member_description .et_pb_member_position,
	.person_module .et_pb_team_member_description > div .Ppb_bioBTN{
		font-size: 16px !important;
	}
	}
@media only screen and (min-width: 981px){
	.pum-theme-default-theme .pum-container .popup_row {
	padding: 55px 80px 80px 50px !important;
}
	.pum-theme-default-theme .pum-container .popup_row .et_pb_column:first-child{
		padding-top: 0 !important;
	}
}
@media (max-width: 980px) {
	.person_module .et_pb_team_member_image {
		max-width: 100%;
	}
 
 
#page-container .person_module .et_pb_module_header {
  
  font-size: 20px;
}
}


@media (min-width: 768px) and (max-width: 980px) {
	.person_module .et_pb_team_member_image {
		width: 100%;
	}
}

.person_module .et_pb_team_member_image {
	max-width: 100% !important;
}

@media (min-width: 981px) and (max-width: 1100px) {

	.person_module h3.et_pb_module_header {
		font-size: 22px !important;
	}

	.person_module .et_pb_member_position {
		font-size: 15px !important;
	}

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

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

	.margin_4box_row .et_pb_column {
		width: calc((100% - 120px) / 4) !important;
		margin-right: 40px !important;
	}

	.margin_4box_row .et_pb_column:last-child {
		margin-right: 0 !important;
	}
}

@media all and (max-width: 980px) {
	.margin_4box_row .et_pb_column {
		width: calc((100% - 30px) / 2) !important;
		margin-right: 30px !important;
	}

	.margin_4box_row .et_pb_column:last-child {
		margin-right: 0 !important;
	}

	body #page-container .margin_4box_row .et_pb_column:nth-child(2n) {
		margin-right: 0px !important;
	}

	body #page-container .margin_4box_row .et_pb_column:nth-child(4n) {
		margin-right: 0px !important;
	}
}

@media all and (max-width: 479px) {
	.margin_4box_row .et_pb_column {
		width: 100% !important;
		margin-right: 0px !important;
	}
}

/*------------------------------------------------
---------------- team popup ---------------
------------------------------------------------*/
.popup_row {
	width: 100% !important;
}
.popup_row .et_pb_toggle{
	padding-left: 0 !important;
}
.popup_row .et_pb_toggle .et_pb_toggle_title:before {
	right: unset;
	left: 0;
}
.popup_row .et_pb_toggle .et_pb_toggle_title{
	padding-left: 50px;
    padding-right: 0px;
}
button.pum-close.popmake-close {
	background: #BF2810 !important;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 25px !important;
	transition: 0.3s ease-in;
}

button.pum-close.popmake-close:hover {
	background: #000000 !important;
	color: #fff !important;
}



.pum-theme-default-theme {
	background: rgb(0 0 0 / 70%) !important;
}

/*popup content*/


.popup_row {
	padding: 0 !important;
}

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



/*------------------------------------------------
---------------- Contact ---------------
------------------------------------------------*/
.maps_contact {
	line-height: 0  !important;
}

@media only screen and (min-width: 981px) and (max-width: 1440px) {
	body .pum-container {

		width: 80% !important;
	}
}


body #page-container .Ppb_homesliderWrap,
body #page-container .Ppb_innerparaWrap{
	z-index: 0 !important;
}


/*Kenburns Top Effect*/
/*
.dp-kenburns-top .et_pb_slide .et_parallax_bg,
.dp-kenburns-top .et_parallax_bg {-webkit-animation:dp-kenburns-top 5s cubic-bezier(.39,.575,.565,1.000) both;animation:dp-kenburns-top 5s cubic-bezier(.39,.575,.565,1.000) both}
@-webkit-keyframes dp-kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.25) translateY(-15px);transform:scale(1.25) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}@keyframes dp-kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.1) translateY(-15px);transform:scale(1.1) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}
*/


body #page-container .Ppb_filterProject .dp-dfg-item:hover .dp-dfg-overlay {
  display: block !important;
}
@media only screen and (min-width: 1921px){
body #page-container .Ppb_feedWrap .et_pb_module {
	margin-top: -470px !important;
}
}

/*Project Details Style*/
.Ppb_prdetailWrap ul {
	padding-left: 0;
	padding-bottom: 0;
}
.Ppb_prdetailWrap .yrm-content{
	margin-top: 0px;
}
.Ppb_prdetailWrap .yrm-btn-wrapper{
	margin-top: 15px;
}
.Ppb_prdetailWrap ul li{
list-style: none;
clear: both;
margin-bottom: 0px;
display: block;
    overflow: hidden;
	
}
.Ppb_prdetailWrap .Ppb_listTitle{
	float: left;
	font-weight: 500;
}
.Ppb_prdetailWrap .Ppb_listContent{
float: right;
font-weight: 400;
	
}
@media only screen and (min-width: 561px){
	.Ppb_prdetailWrap .Ppb_listContent{
text-align: right;
	
}
}
/* @media only screen and (min-width: 561px){
.Ppb_prdetailWrap ul li:before{
float: left;
    width: 0;
    white-space: nowrap;
    content: "..............................................................................................................................................................";
    color: #000;
}
.Ppb_prdetailWrap ul li span:first-child{
	background: white; 
  padding-right: 0.2em;
}
.Ppb_prdetailWrap ul li  span + span {
  float: right;  
  background: white;
  padding-left: 0.2em;
}
	} */

@media only screen and (min-width: 560px){
 
	.Ppb_prdetailWrap {
   width: 100%;
    max-width: 600px;
    float: right;
}
	
}
@media only screen and (max-width: 980px){
.Ppb_prdetailWrap ul {
 
  float: unset;
}
	}
@media only screen and (max-width: 560px){
.Ppb_prdetailWrap .Ppb_listTitle,
	.Ppb_prdetailWrap .Ppb_listContent{
		float: unset;
		display: block;
	}
	.Ppb_prdetailWrap ul {   
  width: unset;
float: unset;
}
	
}


/********************************************************* Start Blog Style   ***************************************/
body #page-container article.et_pb_post{
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
}
 
/* body #page-container article.et_pb_post .entry-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	padding-bottom: 0;
} */
body #page-container article.et_pb_post .et_pb_image_container,
body #page-container article.et_pb_post .et_pb_image_container a.entry-featured-image-url{
	margin-bottom: 0;
}
body #page-container article.et_pb_post .et_pb_image_container img{
	transition: all 300ms ease-in-out;
}
body #page-container article.et_pb_post:hover .et_pb_image_container img{
	transform: scale(.97);
}
@media only screen and (min-width: 981px) and (max-width: 1280px){
	body #page-container article.et_pb_post .entry-title{
		font-size: 24px !important;
	}	
}
/********************************************************* End Blog Style   ***************************************/
/********************************************************* Start Contact Style   ***************************************/

body #page-container .Ppb_mapWrap{
	filter: grayscale(100%);
}
body #page-container .Ppb_ctnBlurb .et_pb_blurb_container{
	padding-left: 0px;
}

@media only screen and (min-width: 981px){
body #page-container .Ppb_contactWrap .Ppb_ctacolfstWrap{
	width: 35.6667%;
}
body #page-container .Ppb_contactWrap .Ppb_ctacollstWrap{
	width: 58.833%;
}
		
	}
@media only screen and (min-width: 769px){
body #page-container .Ppb_contactWrap .Ppb_ctnmailBlurb{
		float: right;
	}
}
@media only screen and (min-width: 1361px){
 
body #page-container .Ppb_contactWrap .Ppb_ctninfoWrap .et_pb_column:nth-child(1){
	width: 34.28765%;
	}	
body #page-container .Ppb_contactWrap .Ppb_ctninfoWrap .et_pb_column:nth-child(3){
	width: 26.28765%;	
	}	
	}
@media only screen and (min-width: 981px) and (max-width: 1360px){
 
body #page-container .Ppb_contactWrap .Ppb_ctninfoWrap .et_pb_column:nth-child(1) {
  width: 34.288%;
}
body #page-container .Ppb_contactWrap .Ppb_ctninfoWrap .et_pb_column:nth-child(2) {
  width: 27.288%;
}
body #page-container .Ppb_contactWrap .Ppb_ctninfoWrap .et_pb_column:nth-child(3) {
  width: 29.288%;
}	
	}
  @media only screen and (min-width: 981px) and (max-width: 1280px){
body #page-container .Ppb_contactWrap .Ppb_ctnBlurb h2 {
  font-size: 16px !important;
}
	 body #page-container .Ppb_contactWrap  .Ppb_ctacollstWrap {
		  padding-left: 0;
	  }
	  }
@media only screen and (min-width: 981px) and (max-width: 1080px){
	body #page-container .Ppb_contactWrap .Ppb_ctacolfstWrap {
  width: 32.667%;
}
body #page-container .Ppb_contactWrap .Ppb_ctacollstWrap {
  width: 61.833%;
}
 	
}
@media only screen and (min-width: 769px) and (max-width: 1080px){ 
	body #page-container .Ppb_contactWrap .Ppb_ctninfoWrap .et_pb_column:nth-child(1) {
  width: 35.288%;
}
body #page-container .Ppb_contactWrap .Ppb_ctninfoWrap .et_pb_column:nth-child(2) {
  width: 24.288%;
}	
body #page-container .Ppb_contactWrap .Ppb_ctninfoWrap .et_pb_column:nth-child(3) {
  width: 31.288%;
}	
}
@media only screen and (min-width: 769px) and (max-width: 980px){ 
	body #page-container .Ppb_contactWrap .Ppb_ctninfoWrap .et_pb_column:nth-child(1) {
  width: 44.288%;
}
	}
/********************************************************* End Contact Style   ***************************************/
/********************************************************* Start Home List Style   ***************************************/
body #page-container .Ppb_homeList ul{
list-style: none;
padding-left: 0;
	
}
body #page-container .Ppb_homeList ul li{
list-style: none;
margin-bottom: 30px;
clear: both;
overflow: hidden;	
}
body #page-container .Ppb_homeList ul li:last-child{
	margin-bottom: 0px
}
body #page-container .Ppb_homeList ul li .Ppb_listContent{
	float: right;
 
}
body #page-container .Ppb_homeList ul li .Ppb_listTitle{
	float: left;
}

@media only screen and (min-width: 981px) and (max-width: 1440px){
	body #page-container .Ppb_homeList ul li h2{
		font-size: 30px !important;
	}
	
}
@media only screen and (max-width: 480px){
	body #page-container .Ppb_homeList ul li .Ppb_listTitle,
	body #page-container .Ppb_homeList ul li .Ppb_listContent{
		float: unset;
text-align: center;
	}
}
/********************************************************* End Home List Style   ***************************************/
@media only screen and (min-width: 981px) and (max-width: 1280px){
.Ppb_commonPost .dp-dfg-layout-grid .dp-dfg-item h3{
	font-size: 16px !important;
}
.Ppb_commonPost .dp-dfg-layout-grid .dp-dfg-item p{
	font-size: 15px !important;
}
}
@media only screen and (max-width: 479px){
	.Ppb_desigbreidGrid .dp-dfg-layout-grid .dp-dfg-item{
	margin-bottom: 35px;
}
.Ppb_commonPost .dp-dfg-layout-grid .dp-dfg-item:last-child{
	margin-bottom: 0;
}
	}


/********************************************************* Start Stores Designed Style   ***************************************/
@media only screen and (min-width: 1441px) and (max-width: 1660px){
	body #page-container .Ppb_strlogoWrap .et_pb_column:first-child{
	width: 35.7%;
}
body #page-container .Ppb_strlogoWrap .et_pb_column:last-child{
	width: 58.8%;
    padding-left: 0;
}
	}
@media only screen and (max-width: 1660px){
	body #page-container .Ppb_strlogoWrap .et_pb_column:last-child{ 
    padding-left: 0;
}
	body #page-container .Ppb_strlogoWrap .et_pb_column:first-child .et_pb_image{
		transform: translateX(0vw) translateY(0px);
	}
}
@media only screen and (min-width: 1361px) and (max-width: 1440px){
	body #page-container .Ppb_strlogoWrap .et_pb_column:first-child{
	width: 34.3%;
}
body #page-container .Ppb_strlogoWrap .et_pb_column:last-child{
width: 60.2%;
  
}
	}
@media only screen and (min-width: 1281px) and (max-width: 1360px){
	body #page-container .Ppb_strlogoWrap .et_pb_column:first-child{
	width: 33.3%;
}
body #page-container .Ppb_strlogoWrap .et_pb_column:last-child{
width: 61.2%;
  
}
	}
@media only screen and (min-width: 1171px) and (max-width: 1280px){
	body #page-container .Ppb_strlogoWrap .et_pb_column:first-child{
	width: 31.3%;
}
body #page-container .Ppb_strlogoWrap .et_pb_column:last-child{
width: 62.2%;
 
}
	}
@media only screen and (min-width: 1025px) and (max-width: 1170px){
	body #page-container .Ppb_strlogoWrap .et_pb_column:first-child{
	width: 30.3%;
}
body #page-container .Ppb_strlogoWrap .et_pb_column:last-child{
width: 63.2%;
    
}
	}
@media only screen and (min-width: 981px) and (max-width: 1024px){
	body #page-container .Ppb_strlogoWrap .et_pb_column:first-child{
	width: 27.3%;
}
body #page-container .Ppb_strlogoWrap .et_pb_column:last-child{
width: 66.2%;
   
}
	}

/********************************************************* End Stores Designed Style   ***************************************/

/* -- Rev 4 -- */
.yrm-btn-wrapper span {
    text-transform: capitalize;
}

.project-gallery {
	padding-bottom: 0px !important;
}



.pum-container {
	top: 0px !important;
	 
}

/********************************************************* Start Searchbar Style   ***************************************/
body #page-container header .Ppb_mainMenucol,
body #page-container header .Ppb_mainMenucol .et_pb_menu,
body #page-container header .Ppb_mainMenucol .et_pb_menu .et_pb_menu_inner_container {
	position: unset !important;
}

body #page-container header .et_pb_menu__search-button{
   position: absolute;
transform: translateY(-50%);
top: 50%;
z-index: 99999;
overflow: hidden;
text-align: right;
right: 290px !important;
transition: all 300ms ease-in-out;
}
/*
body #page-container header .has_et_pb_sticky .et_pb_menu__search-button{
right: 250px !important;
}
*/
body #page-container header .et_pb_menu__search-container{
	background: #fff;
}
body #page-container header .et_pb_menu__search-form{
	padding-left: 30px;
	padding-right: 30px;
}
/********************************************************* End Searchbar Style   ***************************************/

body.single-post #page-container #main-content .et_pb_post_content img{
	width: 100%;
}
/********************************************************* Start Subscribe Form Style   ***************************************/
@media only screen and (min-width: 641px) and (max-width: 980px){
body #page-container .Ppb_subscribeForm .gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {    
    grid-column: span 9;
} 
body #page-container .Ppb_subscribeForm .gform_wrapper.gravity-theme .gfield.gfield--width-one-sixth {
    
    grid-column: span 3;
}
 
	}
@media only screen and (max-width: 980px){
body #page-container .Ppb_subscribeForm .gform_wrapper.gravity-theme #field_submit input{
	width: 100%;
}	
}
/********************************************************* End Subscribe Form Style   ***************************************/
/********************************************************* Start Job Style   ***************************************/
body #page-container .Ppb_jobPost  article.et_pb_post {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
/********************************************************* End Job Style   ***************************************/
body #page-container .gform_submission_error {
	font-size: 20px !important;    
    line-height: 1.2em;
    text-align: center;
}
body #page-container .gform_wrapper .gfield--type-fileupload .gfield_required{
	top: 0;
}

/** PRELOADER STYLES **/
/*
.preloader {
	width: 100%;
    height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}
.videoCode .et_pb_code_inner {
    max-width: 100%;
 
}
.vimeo-embed .et_pb_code_inner {
    max-width:none;
}
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}
*/

/* Home Hero Scroll Down Arrow -10/06/23 ACC- */
/*
#post-33 > div > div > div > div.et_pb_section.et_pb_section_1.et_pb_fullwidth_section.et_section_regular > section > div.et_pb_fullwidth_header_scroll {
	bottom: 10px !important;
}
#post-33 > div > div > div > div.et_pb_section.et_pb_section_1.et_pb_fullwidth_section.et_section_regular > section > div.et_pb_fullwidth_header_scroll > a > span {
    top: 90% !important;
}
#post-33 > div > div > div > div.et_pb_section.et_pb_section_1.et_pb_fullwidth_section.et_section_regular > section > div.et_pb_fullwidth_header_scroll > a {
    height: auto !important;
}
body #page-container .et_pb_fullwidth_header_scroll .scroll-down-container:hover {
	transform: translateY(0px) !important;
	background: transparent !important;
}
#post-33 > div > div > div > div.et_pb_section.et_pb_section_1.Ppb_innerBanner.Ppb_innerparaWraps.dp-kenburns-tops.Ppb_stickyBanner.Ppb_vidbannerOverlays.et_pb_sticky_module.et_pb_section_parallax.et_pb_fullwidth_section.et_section_regular.et_pb_sticky_placeholder > section > div.et_pb_fullwidth_header_scroll {
	margin-bottom: 67px !important;
}
.et_pb_section_video_bg .mejs-container {
	background: none;
}
*/
/* End Home Hero Scroll Down Arrow -10/06/23 ACC- */
