/*
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: #32a709;
	/* set font size helps make icon sharper */
	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 Style Start ---------------
------------------------------------------------*/

html,
body {
	overflow-x: hidden;
}

footer {
	overflow: hidden;
}

body {
	font-weight: 400;
}

body .cmn-mdmText,
body .cmn-mdmText .et_pb_text_inner,
body .cmn-mdmText .et_pb_text_inner p,
body .cmn-mdmText .et_pb_text_inner a {
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

.mapWrap {
	line-height: 0;
}

body .et_pb_button,
body .cmn-centerText,
body #page-container .cmn-centerblurbTab {
	text-align: center;

}

body .text-left-align {
	text-align: left;
}

body #page-container .ppb-right-text {
	text-align: right;
}

body #page-container .cmn-inlinebtnWrap .et_pb_button_module_wrapper,
body #page-container .cmn-inlineElement {
	display: inline-block;
}

body #page-container .cmn-vertclamdleBlurb .et_pb_blurb_content .et_pb_main_blurb_image,
body #page-container .cmn-vertclamdleBlurb .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
}

body #page-container .cmn-centerblurbTab .et_pb_blurb_content {
	width: auto;
}
body #page-container .checklist ul li::before{
	color: #003f8e;
	content: '\39';
}

/*------------------------------------------------
---------------- Custom Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Header Style Start ---------------
------------------------------------------------*/


#main-header .container,
#main-footer .container,
#top-header .container {
	width: 91%;
}

#top-menu .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children>a:first-child::after {
	content: url(/wp-content/uploads/menu-arrow-down-icon.svg);
	right: -5px;
	top: -1px;
}

body #page-container #top-header {
	z-index: 1;
}

body #page-container #main-header {
	overflow: visible;
	z-index: 9999;
	box-shadow: none !important;
}

body #main-header #top-menu > li {
	padding-right: 40px;
	transition: all 300ms ease-in-out;
}

body #main-header .sub-menu,
body #main-header .sub-menu li a {
	width: unset;
}

body #main-header .sub-menu>li>a {
	width: unset;
	white-space: nowrap;
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-top: 10px;
}

body #main-header .sub-menu>li {
	display: block;
	padding: 0;
}

body #main-header #top-menu li:last-child {
	padding-right: 0px;
}

body #page-container #main-header .logo_container {
	top: 55px;
}

body #page-container #main-header .logo_container #logo {
	float: left;
}

body #page-container #main-header.et-fixed-header .logo_container {
	top: 25px;
}

body #page-container #et_search_icon::before {
	content: url('/wp-content/uploads/search-icon.svg');
	top: 5px;
}

body #page-container #main-header.et-fixed-header #et_search_icon::before {
	top: 8px;
	transform: scale(.8);
}

body #main-header.et-fixed-header #top-menu li {
	padding-right: 20px;
}

body #main-header #et-top-navigation #top-menu>li>a {
	font-weight: 700;
	transition: all 300ms ease-in-out;
	padding-bottom: 20px;
	letter-spacing: 0.48px;
}


body #main-header.et-fixed-header #et-top-navigation {
	padding-top: 15px;
}

body #main-header #top-menu li.current-menu-ancestor>a,
body #main-header #top-menu li.current-menu-item>a,
body #main-header #top-menu li.current_page_item>a {
	font-weight: 700;
}

body #page-container #top-header #et-secondary-menu>ul>li a {
	background: #005371;
	padding: 10px 25px !important;
	line-height: 1em;
	height: unset;
	border-radius: 20px;
}

.et_fixed_nav #page-container .et-fixed-header#top-header {
	z-index: 9999;
}


/*------------------------------------------------
---------------- Header Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Menu Button Style Strat ---------------
------------------------------------------------*/


body #page-container #main-header #et-top-navigation li.Ppb_menuBtn {
	padding-right: 0;
	margin-right: 25px;
}
body #page-container #main-header.et-fixed-header #et-top-navigation li.Ppb_menuBtn {	 
	margin-right: 0px;
}
body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
	background: #003F8E;
	text-align: center;
	padding: 12px 30px;
	color: #fff;

}

body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a:hover {
	background: #3C4D5D;
	opacity: 1;
}

body #page-container #main-header.et-fixed-header #et-top-navigation li.Ppb_menuBtn a {
	padding: 12px 20px;
	color: #fff !important;

}

@media only screen and (max-width: 1360px) {
	body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
		padding: 16px 20px;


	}
}

@media only screen and (max-width: 980px) {
	body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
		padding: 15px 30px;
		margin-top: 15px;
	}

}

/*------------------------------------------------
---------------- Menu Button Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Scroll Top Style Strat ---------------
------------------------------------------------*/
body .et_pb_scroll_top.et-pb-icon {
	border-radius: 0;
	background: #003F8E;
	height: 60px;
	line-height: 60px;
	padding: 0;
}

/*------------------------------------------------
---------------- Scroll Top Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Home Banner Style Strat ---------------
------------------------------------------------*/
body #page-container .ppb-hero-banner .et_pb_slide_description {
	max-width: 456px;
	margin-left: 0;
}

body #page-container .ppb-home-hero-slider .et_pb_slides {
	height: 100%;
}

body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_slide:before {
	content: url(/wp-content/uploads/banner-bg-shape.svg);
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 30%;
	max-width: 120px;

}

body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_button_wrapper .et_pb_button:after {
	content: url(/wp-content/uploads/slider-arrow-right.svg) !important;
	top: 2px;

}

body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_slide_description .et_pb_button_wrapper {
	position: absolute;
	bottom: 43px;
	right: 0;
}

body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_slide_description .et_pb_button_wrapper a {
	margin-top: 0;
}

body #page-container .ppb-home-hero-slider .et-pb-controllers {
	bottom: 35px;
	left: 13vw;
	width: unset;
}

body #page-container .ppb-home-hero-slider .et-pb-controllers a {
	border-radius: 0;
	width: 15px;
	height: 16px;
	opacity: 1;

}

body #page-container .ppb-home-hero-slider .et-pb-controllers a.et-pb-active-control {
	background: #fff;
}

body #page-container .ppb-home-hero-slider .et_pb_slide .et_pb_container,
body #page-container .ppb-home-hero-slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner,
body #page-container .ppb-home-hero-slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
	height: 100%;
	display: block;
}

/*------------------------------------------------
---------------- Home Banner Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Home Page Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-left-icon-blurb .et_pb_main_blurb_image {
	text-align: left;
}

body #page-container .ppb-transform-blurb .et_pb_module_header {
	padding-bottom: 10px;
}

/*------------------------------------------------
---------------- Home Page Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Arrow Style End ---------------
------------------------------------------------*/
body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
body #page-container .ppb-arrow-style .slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}


body #page-container .ppb-arrow-style .slick-prev.slick-arrow {
	left: -65px;
}

body #page-container .ppb-arrow-style .slick-next.slick-arrow {
	right: -65px;
}

body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
body #page-container .ppb-arrow-style .slick-next.slick-arrow {
	width: 28px;
	height: 52px;
	text-align: center;
	line-height: 57px;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	z-index: 99999;
	background: transparent;
}

body #page-container .ppb-arrow-style .slick-arrow:hover img {
	filter: brightness(0) saturate(100%) invert(26%) sepia(23%) saturate(564%) hue-rotate(167deg) brightness(97%) contrast(89%);
}

body #page-container .ppb-logo-carousel .slick-slide {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

/*------------------------------------------------
---------------- Arrow Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Product Page Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-image-caption-blurb .et_pb_main_blurb_image {
	margin-bottom: 0
}

body #page-container .ppb-image-caption-blurb .et_pb_blurb_container {
	position: absolute;
	bottom: 15px;
	right: 10px;
	text-align: right;
	line-height: 1.4em;
}

body #page-container .ppb-image-caption-blurb .et_pb_blurb_content {
	line-height: 0;
}

/*------------------------------------------------
---------------- Product Page Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Form Style Strat ---------------
------------------------------------------------*/
body #page-container .gform_wrapper.gravity-theme .gfield_label,
body #page-container .gform_wrapper.gravity-theme .gfield_required {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
	font-size: 16px;
	color: #091A30;
	padding: 0 16px;
	height: 48px;
}
body #page-container .gform_wrapper.gravity-theme .gfield textarea.medium {     
    padding-top: 15px;
}
body #page-container .gform_wrapper.gravity-theme .gform_footer {
	display: block;
}
body #page-container .gform_confirmation_wrapper .gform_confirmation_message {    
    color: #fff;
}

body .gform_wrapper #field_submit input,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button,
body div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {
	font-size: 12px !important;
	letter-spacing: 0.48px !important;
	border-radius: 0 !important;
	width: 109px;
	height: 38px;
}

/*------------------------------------------------
---------------- Form Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Accordion Style Strat ---------------
------------------------------------------------*/
body #page-container .et_pb_toggle_open .et_pb_toggle_title::before {
	display: block !important;
	visibility: visible;
	opacity: 1;
	content: "\4b" !important;
}

body #page-container .et_pb_accordion .et_pb_accordion_item {
	margin-bottom: 0;
}

/*------------------------------------------------
---------------- Accordion Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Job Table Style Strat ---------------
------------------------------------------------*/
body #page-container .ppb-job-table .tablepress thead th {
	background: transparent;
	padding: 0 0 20px 0;
	color: #414B5A;

}

body #page-container .ppb-job-table .tablepress tr td.column-1 {
	width: 24%;
}

body #page-container .ppb-job-table .tablepress tr td.column-2 {
	width: 40%;
}

body #page-container .ppb-job-table .tablepress tr td.column-3 {
	width: 17%;
	padding-right: 50px;
}

body #page-container .ppb-job-table .tablepress tr td.column-4 {
	width: 30%;
	word-break: break-all;
}

body #page-container .ppb-job-table .tablepress tr td {
	padding: 30px 20px 80px 0px;
	border-top: 1px solid #DCEAED;
	color: #414B5A;
}

body #page-container .ppb-job-table .tablepress tr td a {
	color: #414B5A;
	text-decoration: underline;
}

body #page-container .ppb-job-table .tablepress tr td a:hover {
	color: #003E8D;
}

body #page-container .ppb-job-table .tablepress {
	border: 0px solid #eee;
	border-bottom: 1px solid #DCEAED;

}

body #page-container .ppb-job-table .tablepress .ppb-mailicon,
body #page-container .ppb-job-table .tablepress .ppb-mapicon {
	margin-right: 12px;
	top: 2px;
	position: relative;
}

body #page-container .ppb-flex-box {
	display: flex;
}

/*------------------------------------------------
---------------- Job Table Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Tab Style Start ---------------
------------------------------------------------*/

body #page-container .ppb-prdct-detail-tab .et_pb_tabs_controls li img {
	width: 175px;
}

body #page-container #et-boc .ppb-prdct-detail-tab .et_pb_tabs_controls li a {
	padding: 0 20px;
}

body #page-container #et-boc .ppb-prdct-detail-tab .et_pb_tabs_controls li {
	border: none;
	float: unset;
	display: inline-block;
	height: unset !important;
}

body #page-container #et-boc .ppb-prdct-detail-tab .et_pb_tabs_controls li.et_pb_tab_active {
	border-bottom: 4px solid #003F8E;
}

body #page-container #et-boc .ppb-prdct-detail-tab .et_pb_tabs_controls {
	background: transparent;
	text-align: center;
	line-height: 0 !important;
}

body #page-container #et-boc .ppb-prdct-detail-tab .et_pb_tabs_controls:after {
	border: none;
}

body #page-container .ppb-tab-overlay-row .et_pb_column {
	max-width: 342px;
}
body #page-container #et-boc .ppb-tab-overlay-row{
	bottom: 0 !important;
}
body #page-container .ppb-product-gallery.checklist ul li a::before {
	content: '';
	width: 15px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	height: 15px;
	border: 2px solid #7E8C9F !important;
	line-height: 17px;
}
body #page-container .ppb-product-gallery.checklist ul li.modula_menu__item--current a::before{
border: 2px solid #003e8c !important;
}
body #page-container .modula-gallery .filters{
	border-top: 1px solid #cddcdf;
    border-bottom: 1px solid #cddcdf;
    padding: 20px 0 10px;
}
body #page-container .location_content_cmn a{
	color: #ffffff !important;
}
body #page-container .modula_menu__list:before{
	content: "Filter by brand" !important;
	position: relative !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	float: left;
	margin-right: 45px;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle, #et-boc header .et_mobile_menu .sub-menu-toggle{
	background: transparent;
	content: url(/wp-content/uploads/Plus.svg);
	    width: 16px;
    height: 16px;
    line-height: 16px;
	top: 14px;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped, #et-boc header .et_mobile_menu .sub-menu-toggle.popped{
		content: url(/wp-content/uploads/minus.png);
	filter: brightness(0) saturate(100%) invert(14%) sepia(48%) saturate(6394%) hue-rotate(204deg) brightness(89%) contrast(105%);
}
body #page-container .design_tem_title_c,
body #page-container .design_tem_title_c p{
	color: #091a30 !important;
}
div#page-container div#et-boc .filters  ul.modula_menu__list li a {
    transition: 0s !important;
}
body #page-container .ppb-product-gallery.checklist ul li {
	margin-bottom: 0;
	padding-right: 40px;

}
body #page-container .ppb-product-gallery.checklist ul li:before{
	display: none;
}
body #page-container .ppb-product-gallery.checklist ul li.modula_menu__item--current a::before {
	background-color: #003F8E;
	content: '\4e';
	font-family: ETmodules !important;
}

body #page-container .ppb-product-gallery.checklist ul li a:focus,
body #page-container .ppb-product-gallery.checklist ul li a:hover,
body #page-container .ppb-product-gallery.checklist ul li.modula_menu__item--current a {
	border: none !important;
}
body #page-container .ppb-product-gallery .modula-item .modula-item-content:before{
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 85.35%, rgba(0, 0, 0, 0.50) 95.73%);
  /*z-index: 99;*/
}
/*body #page-container .ppb-product-gallery .modula-item .figc{
z-index: 9999;	
}*/
/*------------------------------------------------
---------------- Tab Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Gallery Style Start ---------------
------------------------------------------------*/

body #page-container .ppb-product-gallery .modula .modula-item p.description {
	opacity: 1;
	bottom: 40px !important;
	right: 15px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
}
body #page-container .ppb-product-gallery .modula .modula-item a{
	font-weight: 300;
    font-family: 'Helveticathin', Helvetica, Arial, Lucida, sans-serif;
}
body #page-container .ppb-product-gallery .modula .modula-item img{
	font-weight: 700;
    font-family: 'Helvetica Regular', Helvetica, Arial, Lucida, sans-serif;
}

body #page-container .ppb-product-gallery .modula .modula-item:hover .jtg-title {
	top: 20px !important;
}

body #page-container .ppb-product-gallery .modula .modula-item p.description:hover {
	bottom: 20px !important;
}

body #page-container .ppb-product-gallery .modula .modula-item .jtg-title {
	text-align: left;
	top: 0 !important;
	font-size: 13px;
	background: #C89200;
	padding: 20px 15px;
	color: #000000;
	font-weight: 600;
	left: 0;
	right: unset;
	letter-spacing: .8px;
}

body #page-container .ppb-product-gallery .modula .modula-item .jtg-title::before {
	content: "";
	position: absolute;
	right: -34px;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 32.9px solid #c89200;
	border-left: 0px solid transparent;
	border-right: 35px solid transparent;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	top: 0;
	border-top: 33px solid #c89200;
}

body #page-container .ppb-product-gallery .modula .modula-item:hover .jtg-title::after,
body #page-container .ppb-product-gallery .modula .modula-item .jtg-title::after {
	display: none !important;
}
body #page-container .ppb-blog-wrap .dp-dfg-item{
	padding: 15px;
}
body #page-container .ppb-blog-wrap .dp-dfg-item .dp-dfg-content{
padding-bottom: 50px;	
}
body #page-container .ppb-blog-wrap .dp-dfg-item .et_pb_button_wrapper{
	position: absolute;
	left: 15px;
	bottom: 30px;
	padding: 0;
    line-height: 1em;
}
body #page-container .ppb-caption-image .et_pb_image_wrap:before,
body #page-container .ppb-gallery-row .et_pb_image_wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 85.35%, rgba(0, 0, 0, 0.50) 95.73%);
	z-index: 99999;
}

body #page-container .ppb-gallery-row .ppb-image-caption,
body #page-container .ppb-gallery-row .et_pb_blurb_container {
	z-index: 999999;
}

body #page-container .ppb-logo-wrap .et_pb_module {
	margin: 0 !important;
	vertical-align: middle;
}

/*------------------------------------------------
---------------- Gallery Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Select Icon Style Strat ---------------
------------------------------------------------*/
select {
background-image: url(/wp-content/uploads/down-arrow.png) !important;
  background-position: 98% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
}
 
select {
	appearance: none;
}
select option{
	font-weight: 600;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*------------------------------------------------
---------------- Select Icon Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Responsive Style Strat ---------------
------------------------------------------------*/
@media only screen and (min-width: 481px) {
	body #page-container .ppb-gallery-row .et_pb_column:nth-child(1) {
		width: 32%;
	}

	body #page-container .ppb-gallery-row .et_pb_column:nth-child(2) {
		width: 40.5%;
	}

	body #page-container .ppb-gallery-row .et_pb_column:nth-child(3) {
		width: 23.75%;
	}

	body #page-container .ppb-gallery-row.ppb-right-gallery-row .et_pb_column:nth-child(1) {
		width: 40.5%;
	}

	body #page-container .ppb-gallery-row.ppb-right-gallery-row .et_pb_column:nth-child(2) {
		width: 23.5%;
	}

	body #page-container .ppb-gallery-row.ppb-right-gallery-row .et_pb_column:nth-child(3) {
		width: 31.75%;
	}
}

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

	.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;
	}

	body #page-container .cmn-3colWrap .et_pb_column {
		width: calc((100% - 32px)/3);
		margin-right: 16px;
	}
	body #page-container footer .ppb-privacy-wrap div,
	body #page-container footer .ppb-privacy-wrap .et-menu-nav,
	body #page-container footer .ppb-privacy-wrap .et-menu-nav .et-menu{
		display: block !important;
	}
	 
	body #page-container footer .ppb-privacy-wrap .et-menu-nav .et-menu li{
		 display: inline-block !important;
        width: unset !important;
        margin-right: 20px !important;
	}
	body #page-container footer .ppb-privacy-wrap .et-menu-nav .et-menu li:last-child{
	 margin-right: 0px !important;	
	}
}

@media only screen and (min-width: 981px) and (max-width:1440px) {
	body #page-container .ppb-banner-wrap .ppb-slide-content-row .et_pb_column:first-child {
		width: 43.5%;
	}

	body #page-container .ppb-banner-wrap .ppb-slide-content-row .et_pb_column:last-child {
		width: 56.5%;
	}

}

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

	body,
	body.single .et_pb_post_content,
	body .et_pb_module .et_pb_text_inner,
	body .et_pb_blurb_description {
		font-size: 16px;
		line-height: 1.6em;
	}

	body #page-container .cmn_section {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	body #page-container .cmn_padding_btm {
		padding-bottom: 80px !important;
	}

	body #page-container .cmn_padding_top {
		padding-top: 80px !important;
	}

	body #page-container .cmn-secResp {
		padding-top: 60px;
		padding-bottom: 60px;

	}

	body #page-container .custom_h_for_all h1 {
		font-size: 40px !important;
	}
	body #page-container .ppb-highlight-counter .percent-value{
		    font-size: 50px;
	}
	body #page-container .custom_h_for_all h2 {
		font-size: 30px !important;
	}

	body #page-container footer .custom_h_for_all h2 {
		font-size: 21px !important;
	}

	body #page-container {
		padding-top: 90px !important;
	}

	body #page-container #main-header .logo_container {
		top: 32px;
	}

	body #page-container #main-header .logo_container #logo {
		height: 90%;
		max-height: 90%;
	}

	body #page-container .custom_h_for_all h3 {
		font-size: 24px !important;
	}

	body #page-container #et_search_icon::before {
		top: 8px;
		transform: scale(.8);
	}

	body #main-header #top-menu li {
		padding-right: 20px;
		transition: all 300ms ease-in-out;
	}

	body #page-container #main-header #et-top-navigation {
		padding-top: 30px;
	}

	body #page-container .ppb-banner-wrap .ppb-slide-content-row .et_pb_column:first-child {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}

	body #page-container .ppb-home-hero-slider,
	body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_slide {
		height: 600px;
	}

	body #page-container .ppb-banner-wrap .ppb-slide-content-row .et_pb_column:first-child {
		width: 45.5%;
	}

	body #page-container .ppb-banner-wrap .ppb-slide-content-row .et_pb_column:last-child {
		width: 54.5%;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		width: 16px;
		height: 28px;
		line-height: 28px;

	}

	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		right: -30px;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow {
		left: -30px;
	}

	body #page-container .ppb-product-gallery .modula .modula-item .jtg-title::before {
		border-bottom: 32px solid #c89200;
		border-top: 31px solid #c89200;
	}
}

@media only screen and (max-width: 1366px) {
	body #page-container .ppb-job-table .tablepress tr td.column-2 {
		width: 35%;
	}

	body #page-container .ppb-job-table .tablepress tr td.column-3 {
		width: 18%;
		padding-right: 20px;
	}

	body #page-container .ppb-product-gallery .modula .modula-item p.description {
		font-size: 12px;
	}
}

@media only screen and (min-width: 981px) and (max-width:1100px) {
	body #page-container #et-boc .ppb-prdct-detail-tab .et_pb_tabs_controls li a {
		padding: 0 15px;
	}

	body #page-container .ppb-prdct-detail-tab .et_pb_tabs_controls li img {
		width: 120px;
	}
}

@media only screen and (max-width: 980px) {
	body #page-container .ppb-gallery-row {
		display: flex;
		align-items: center;
	}

	body #page-container .ppb-gallery-row .et_pb_column {
		margin-right: 2%;
	}

	.ppb-column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

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

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

	body.et_pb_svg_logo #page-container #main-header #logo {
		height: 106px;
    max-height: 68%;
	}

	body #page-container #main-header .logo_container {
		top: 16px;
	}
body #page-container #et-top-navigation .mobile_menu_bar {
  padding-bottom: 0;
}
body #page-container .mobile_menu_bar::before{
		font-size: 70px;
	top: -12px;
	}
	body #page-container #et_search_icon::before {
		top: 11px;
    transform: scale(1.5);
		left: 25px;
	}
body #page-container .contact_blurb{
	margin-bottom: 15px !important;	
	}
	body #main-header #et-top-navigation li>a {
		padding-bottom: 10px;
	}

	body #page-container #main-header #mobile_menu {
		padding: 15px;
	}

	#main-header #mobile_menu.et_mobile_menu li a,
	#et-boc header .et_mobile_menu li a {
		padding-left: 0px;
		padding-right: 0px;

	}
	body #page-container .modula_menu__list:before{
		display: none !important;
	}
	    body #page-container .ppb-product-gallery .filters {        
        border: none;
        padding: 0;
    }
	body #page-container .ppb-product-gallery.checklist ul li{
		padding-left: 20px;
    margin: 0 0 10px !important;
	}
	#main-header #mobile_menu.et_mobile_menu li a,
	#et-boc header .et_mobile_menu li a,
	#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 {
		font-weight: 400;
	}

	body #page-container #main-header #mobile_menu.et_mobile_menu li.current-menu-item>a,
	body #page-container #et-boc header .et_mobile_menu li.current-menu-item>a {
		font-weight: 700;
	}

	#main-header #mobile_menu.et_mobile_menu li a:hover {
		background: transparent;
	}

	#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 {
		background-color: transparent;
	}

	#main-header #mobile_menu.et_mobile_menu li li a,
	#et-boc header .et_mobile_menu li li a {
		padding-left: 20px;
		font-weight: 400;
	}

	body #page-container .ppb-banner-wrap .ppb-home-hero-content {
		max-width:400px;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		width: 10px;
		height: 18px;
		line-height: 18px;

	}

	body #page-container .ppb-ft-social-warp.ppb-right-text {
		text-align: left;
	}

	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		right: -20px;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow {
		left: -20px;
	}

	body #page-container .ppb-job-table .et_pb_text_inner {
		overflow: auto;
	}

	body #page-container .ppb-job-table .et_pb_text_inner table {
		width: 900px;
	}

	body #page-container #et-boc .ppb-prdct-detail-tab .et_pb_tabs_controls li a {
		padding: 0 15px;
	}

	body #page-container .ppb-prdct-detail-tab .et_pb_tabs_controls li img {
		width: 100px;
	}

	body #page-container .ppb-product-gallery .modula .modula-item .jtg-title::before {
		border-bottom: 30.35px solid #c89200;
		border-top: 30.35px solid #c89200;
	}

	body #page-container .ppb-product-gallery.checklist ul li a {
		font-size: 12px;
	}
	body #page-container .filter-by-wrapper span::after{
		content: url(/wp-content/uploads/filter-arrow-down-icon.svg);
		border: none;
	}
	body #page-container .filter-by-wrapper.opened span::after{
		content: url(/wp-content/uploads/filter-arrow-up-icon.svg);
	}
	body #page-container .ppb-product-gallery .filter-by-wrapper{
		border-top: 1px solid #CDDCDF;
  border-bottom: 1px solid #CDDCDF;
  padding: 15px 0;
	}
	body #page-container .ppb-product-gallery.checklist ul li {
		padding-right: 0;  
    text-align: left;
	}

	body #page-container .ppb-product-gallery.checklist ul li::before {
		width: 10px;
		top: 8px;
		font-size: 8px;
		height: 10px;
		line-height: 10px;
	}
	body #page-container .ppb-product-gallery .filters{
		position: absolute;
  z-index: 9999;
  background: #fff;
  width: 100%;
  align-content: center;
	}

	body #page-container .ppb-product-gallery .modula .modula-item p.description {
		font-size: 10px;
	}

	body #page-container #et-boc .ppb-prdct-detail-tab .et_pb_tabs_controls li.et_pb_tab_active {
		border-bottom: 4px solid #003F8E;
	}

	body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_slide_description .et_pb_button_wrapper {
		bottom: 40px;
	}

	body #page-container .et_pb_column.cmn-colspacemobHide {
		margin-bottom: 0 !important;
	}
	body #page-container .sub-menu-toggle.popped{
		transform: rotate(180deg);
	}
}

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

	body #page-container .ppb-product-gallery.checklist ul li {
		padding-right: 10px;

	}

	body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_slide_description .et_pb_button_wrapper {
		bottom: 25px;
		right: unset;
	}

	body #page-container .ppb-gallery-row {
		display: flex;
		flex-wrap: wrap;
	}

	body #page-container .ppb-gallery-row .et_pb_column:nth-child(1) {
		width: 100%;
	}

	body #page-container .ppb-gallery-row .et_pb_column:nth-child(2) {
		width: 62.5% !important;
		margin-bottom: 0;
	}

	body #page-container .ppb-gallery-row .et_pb_column:nth-child(3) {
		width: 34.75% !important;
	}

	body #page-container .ppb-gallery-row.ppb-right-gallery-row .et_pb_column:nth-child(1) {
		width: 62.5% !important;
		order: 2;
		margin-bottom: 0;
	}

	body #page-container .ppb-gallery-row.ppb-right-gallery-row .et_pb_column:nth-child(2) {
		width: 35.5% !important;
		margin-right: 0;
		order: 3;
	}

	body #page-container .ppb-gallery-row.ppb-right-gallery-row .et_pb_column:nth-child(3) {
		width: 100% !important;
		order: 1;
	}

	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		right: -10px;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow {
		left: -10px;
	}

	body #page-container #et-boc .ppb-prdct-detail-tab .et_pb_tabs_controls li a {
		padding: 0 5px;
	}

 

	body #page-container .ppb-product-gallery .modula .modula-item .jtg-title {
		font-size: 10px;
		padding: 10px 10px;

	}

	body #page-container .ppb-product-gallery .modula .modula-item .jtg-title::before {
		border-bottom: 20.5px solid #c89200;
		border-top: 20.5px solid #c89200;
		right: -15px;
		border-right: 15px solid transparent;
	}

	body #page-container .ppb-home-hero-slider .et-pb-controllers {
		bottom: 80px;
		left: 30px;
	}

	body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_slide {
		padding-left: 30px;
		padding-right: 30px;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		top: unset;
		transform: unset;
		bottom: -30px;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow {
		left: calc(50% - 25px);
	}

	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		right: calc(50% - 25px);
	}
/* 	.ppb-prdct-detail-tab .et_pb_tabs_controls {
    display: flex;
    overflow-x: auto;  
    white-space: nowrap;  
    -webkit-overflow-scrolling: touch;  
  }
  .ppb-prdct-detail-tab .et_pb_tabs_controls li {
    flex: 0 0 auto;  
  } */

 	.ppb-prdct-detail-tab.et_pb_tabs .et_pb_tabs_controls {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

 	.ppb-prdct-detail-tab.et_pb_tabs .et_pb_tabs_controls li {
    flex: 0 0 auto;
    margin-right: 15px;
    scroll-snap-align: center;
  }
  
  	.ppb-prdct-detail-tab.et_pb_tabs .et_pb_tabs_controls::-webkit-scrollbar {
    display: none;
  }  
}

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

	body #page-container .ppb-gallery-row .et_pb_column:nth-child(2) {
		width: 58.5% !important;

	}

	body #page-container .ppb-gallery-row .et_pb_column:nth-child(3) {
		width: 38.75% !important;
	}

 

	body #page-container .ppb-banner-wrap .ppb-home-hero-content {
		max-width: 350px;
	}
div#page-container .ppb-logo-carousels { 
  grid-template-columns: repeat(2, 1fr);  
}
	 
}

@media only screen and (max-width: 400px) {
	body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_button_wrapper .et_pb_button{
		text-align: left;
    max-width: 270px;
	}
	body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_button_wrapper .et_pb_button:after {    
    position: relative;
    transform: scale(.7);
}
}
/*------------------------------------------------
---------------- Responsive Style End ---------------
------------------------------------------------*/




/********************************************************* Footer area  ***************************************/
.align_tems_cmn {
	align-items: center;
}

.social_menu ul li a {
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 1;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	margin: 0;
}

div#page-container .social_menu ul li,
div#page-container .social_menu ul {
	margin: 0;
	padding: 0;
}

div#page-container .social_menu ul li {
	margin-right: 10px;

}

div#page-container .social_menu ul li:last-child {
	margin-right: 0;
}

.row_for_footer_logo .et_pb_column:last-child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	column-gap: 70px;
}

div#page-container .footer_tet_logo_right {
	margin-bottom: 0;
}

.fotoer_address_cmn h2 {
	padding-bottom: 10px;
}

/* up  */
.row_for_footer_address .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	column-gap: 240px;
}

div#page-container .row_for_footer_address .et_pb_column .fotoer_address_cmn {
	margin-bottom: 0;
}


/*  footer menu  */
div#page-container .footer_menu_cmn_1 ul li ul {
	display: block !important;
	position: relative !important;
	opacity: 1 !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0 !important;
	width: auto !important;
	visibility: visible !important; 
	margin: 0 !important;
	border-top: 0 !important;
	margin-top: 15px !important;
	box-shadow: none;

}

div#page-container .footer_menu_cmn ul {
	margin: 0 !important;
}

div#page-container .footer_menu_cmn ul li,
div#page-container .footer_menu_cmn ul li a {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1;
}

div#page-container .footer_menu_cmn ul li {

	margin-bottom: 15px !important;
}

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

div#page-container .footer_menu_cmn_1 ul ul li {
	margin-bottom: 15px !important;
}


div#page-container .footer_menu_cmn_1 ul li a:after {
	display: none;
}

/* up  */
div#page-container .footer_menu_cmn ul li li a {
	font-size: 16px !important;
	letter-spacing: 0.32px !important;
}


/* up  */

/* up  */
@media only screen and (min-width:981px) and (max-width:1200px) {
	.row_for_footer_address .et_pb_column {
		column-gap: 13%;
	}
}

@media only screen and (min-width:1201px) and (max-width:1450px) {
	.row_for_footer_address .et_pb_column {
		column-gap: 20%;
	}
}

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


	div#page-container .footer_tet_logo_right {
		font-size: 18px;
	}

	.row_for_footer_logo .et_pb_column:last-child {
		column-gap: 50px;
	}


	div#page-container .footer_btm_menu ul li a {
		font-size: 16px;
	}

}

@media only screen and (min-width:981px) and (max-width:1200px) {
	.row_for_menu .et_pb_column:first-child {
		width: calc(22.75% + 15%);
	}

	.row_for_menu .et_pb_column:last-child {
		width: calc(22.75% - 15%);
	}
}

/* respnsvie  */
@media only screen and (min-width:767px) and (max-width:981px){
	body #page-container footer .row_for_menu .et_pb_column{
		width: 31.25% !important;
        margin-right: 5.5% !important;
        float: left !important;
	}
	body #page-container footer .row_for_menu .et_pb_column:nth-child(2),
	body #page-container footer .row_for_menu .et_pb_column:nth-child(3){
		margin-right:0!important;
	}
}
@media all and (max-width:980px) {

	.social_menu .et_pb_menu__menu,
	.footer_menu_cmn .et_pb_menu__menu {
		display: block;
	}

	.social_menu .et_mobile_nav_menu,
	.footer_menu_cmn .et_mobile_nav_menu {
		display: none;
	}


	.footer_menu_cmn .et_pb_menu__wrap {
		justify-content: flex-start;
	}

	.row_for_footer_logo .et_pb_column:last-child {

		column-gap: 20px;
	}

	.row_for_footer_address .et_pb_column {
		column-gap: 2%;
	}

	.fotoer_address_cmn h2 {
		font-size: 18px;
	}

	.row_for_footer_logo .et_pb_column:nth-child(1) {
		width: 150px;
		margin-bottom: 0;
	}
body #page-container #main-header #et-top-navigation li.Ppb_menuBtn {	 
	margin-right: 0px;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped, #et-boc header .et_mobile_menu .sub-menu-toggle.popped {
    background-color: transparent;
}	
	.row_for_footer_logo .et_pb_column:nth-child(2) {
		width: calc(100% - 150px);
		padding-left: 2%;
	}

	.row_for_footer_logo {
		display: flex;
	}
	body #page-container #main-header #mobile_menu li{
		border-bottom: 1px solid #cccccc;
	}
	body #page-container #main-header #mobile_menu li .sub-menu li:last-child{
		border-bottom: 0px solid #cccccc;
	}
	body #page-container #main-header #mobile_menu > li a{
		text-transform: uppercase;
		font-weight: 700;
		padding-bottom: 28px;
    margin-top: 30px;
		border: none;
	}
	body #page-container #main-header #mobile_menu > li .sub-menu a{
		padding-top: 20px;
		padding-bottom: 20px;
	}	
	body #page-container #main-header #mobile_menu > li:first-child a{
	margin-top: 0px;	
	}
	body #page-container #main-header #mobile_menu > .menu-item-has-children > a{
	max-width: 90%;	
		border: none;
	}
	body #page-container #et-boc .et_pb_button{
		padding-top: 9px !important;    
    padding-bottom: 9px !important;
	}
	.row_for_menu .et_pb_column:nth-child(1),
	.row_for_menu .et_pb_column:nth-child(2),
	.row_for_menu .et_pb_column:nth-child(3) {
		width: calc(33.33% - 3% + 1%);
		margin-right: 3% !important;
		margin-bottom: 0;
	}

	.row_for_menu .et_pb_column:nth-child(3) {
		margin-right: 0 !important;
	}

	.row_For_footer_btm .et_pb_column {
		width: 50%;
		margin-bottom: 0;
	}

	/*     up  */
	.social_menu ul li a {
		width: 35px;
		height: 35px;
	}

	.social_menu ul li a img {
		max-width: 18px;
	}
	 
	 
	body #page-container .row_for_menu .et_pb_column .et_pb_menu__wrap,
	body #page-container .row_for_menu .et_pb_column .et_pb_menu__menu {
	display: block !important;	
	}
	body #page-container .row_for_menu .et_pb_column .et_pb_menu__menu .et_mobile_nav_menu{
	display: none !important;	
	}
	body #page-container .row_for_menu .et_pb_column .et_mobile_nav_menu{
		display: none !important;	
	}
	body #page-container .row_for_menu .et_pb_column .et-menu-nav .sub-menu{
		box-shadow: none !important;
	}
	div#page-container .footer_btm_menu ul li {
	display: inline-block !important;
	width: auto !important;
	margin-bottom: 0 !important;
	margin-right: 10px !important;
}
div#page-container .footer_btm_menu .et_mobile_nav_menu{
	display: none;
}
div#page-container .footer_btm_menu .et_pb_menu__menu{
display: block !important;	
}
div#page-container .footer_btm_menu .et_pb_menu__wrap{
	justify-content: center !important;
}
div#page-container .footer_btm_menu ul li:nth-child(1) {
	margin-right: 35px;
}
div#page-container .footer_btm_menu ul li:last-child{
	margin-right: 0 !important;
}
.et-db #et-boc footer .et_pb_menu .et_pb_menu__menu, .et-db #et-boc footer .et_pb_menu .et_pb_menu__menu>nav, .et-db #et-boc footer .et_pb_menu .et_pb_menu__menu>nav>ul,
.et-db #et-boc footer .et_pb_menu .et_pb_menu__wrap{
	display: block !important;
}	
	.et-db #et-boc footer .row_For_footer_btm .et_pb_column .et_mobile_nav_menu{
	display: none !important;	
	}
	.et-db #et-boc footer .row_For_footer_btm .et_pb_column{
		        width: 50%;
        margin-bottom: 0;
	}
	.et-db #et-boc footer .ppb-ft-social-warp #menu-social-media-menu{
		display: flex !important;
		justify-content: flex-start;
	}
	.et-db #et-boc footer .row_for_footer_logos .footer_tet_logo_right{
		margin-bottom: 15px !important;
	}
	
	body #page-container .ppb-product-gallery.checklist ul li a::before{	 
  width: 12px; 
  top: 6px;
  left: -2px;  
  height: 12px;  
  line-height: 12px;
	}
div#page-container div#et-boc .filters ul.modula_menu__list li a {  
  margin-right: 10px;
}
	body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_button_wrapper .et_pb_button::after{
		top: 11px;
	}
}

/*  phone  */
@media all and (max-width:767px) {
	div#page-container .row_for_footer_address .et_pb_column .fotoer_address_cmn {
		margin-bottom: 30px;
		width: 100% !important;
		display: block;
	}
	.et-db #et-boc footer .row_For_footer_btm .et_pb_column{
		margin-bottom: 0 !important;
	}
	.et-db #et-boc footer .row_For_footer_btm .et_pb_column{
		        width: 100%;
        margin-bottom: 15px;
	}
	div#page-container .row_for_footer_address .et_pb_column .fotoer_address_cmn:last-child {
		margin-bottom: 0;
	}

	.row_for_footer_address .et_pb_column {
		column-gap: 0;
	}


	div#page-container .social_menu .et_pb_menu__wrap {
		justify-content: flex-start;
	}


	div#page-container .footer_tet_logo_right,
	div#page-container .social_menu {
		margin-bottom: 20px;
	}


	 


	body footer .ppb-privacy-wrap .et_pb_menu_inner_container .et_pb_menu__wrap {
		justify-content: center;
		margin-bottom: 15px;
	}

	body footer .sub-menu {
		box-shadow: none;
	}


	.row_For_footer_btm .et_pb_column {
		width: 100%;
	}

	.footer_menu_cmn {
		width: 100%;
	}

	.row_for_menu .et_pb_column:nth-child(1),
	.row_for_menu .et_pb_column:nth-child(2),
	.row_for_menu .et_pb_column:nth-child(3) {
		width: 100%;
		margin-right: 0 !important;
	}


	.row_for_footer_address .et_pb_column {
		display: block;
	}

	body #page-container .ppb-ft-social-warp .et_pb_module {
		display: block;
	}
	body #page-container .row_for_menu .et_pb_column {
	margin-bottom: 0 !important;
    float: none !important;
    width: 100% !important;	
	}
	 
	body #page-container .row_for_menu .et_pb_column .et_pb_menu__wrap,
	body #page-container .row_for_menu .et_pb_column .et_pb_menu__menu {
	display: block !important;	
	}
	body #page-container .row_for_menu .et_pb_column .et_pb_menu__menu .et_mobile_nav_menu{
	display: none !important;	
	}
	body #page-container .row_for_menu .et_pb_column .et_mobile_nav_menu{
		display: none !important;	
	}
	body #page-container .row_for_menu .et_pb_column .et-menu-nav .sub-menu{
		box-shadow: none !important;
	}
	

}


/* end responsive  */
.location_content_cmn h3 {
	padding-bottom: 20px;
}

.location_content_cmn a {
	display: inline-block;
	padding: 13px 32px;
	background: #003F8E;
	text-align: center;
	color: #FFFFFF;
	line-height: 1;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.48px;
	transition: 0.3s ease-in;
	text-transform: uppercase;
}
.et_search_form_container input {  
  height: 100%;
  top: 0;
}
#main-header .container.et_search_form_container{ 
  top: 99px;
  bottom: unset;
  background: #fff;
}
.et_search_outer{
	overflow: visible;
}
body #page-container #main-header .container.et_pb_menu_hidden {
  z-index: 9999;
}
.location_content_cmn a:hover {
	background: #3C4D5D;
	opacity: 1;
}
body #page-container #main-header #top-menu{
	opacity: 1 !important;
	animation: none !important;
}
body #page-container #main-header form.et-search-form {
  background: #fff !important;
}
#main-header .container.et_search_form_container{
	background: transparent;
}
div#page-container .ppb-logo-carousels{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  justify-items: center;
}
#main-header.et-fixed-header .container.et_search_form_container {
  top: 60px;  
}
/* top row end  */
@media all and (min-width:981px) {
	div#page-container .row_for_location .et_pb_column {
		width: calc(33.33% - 21px + 7px);
		margin-right: 21px;
	}

	div#page-container .row_for_location .et_pb_column:last-child {
		margin-right: 0;
	}
	body #page-container #et-boc #main-content .ppb-sevice-box-wrap .et_pb_button_module_wrapper{
position: absolute !important;
bottom: 0;
left: 0;
margin-bottom: 0 !important;	
}
body #page-container .ppb-sevice-box-wrap .et_pb_column {
	padding-bottom: 30px;
}
}


@media all and (max-width:980px) {
	div#page-container .row_for_location .et_pb_column {
		max-width: 400px;
	}

	div#page-container .row_for_location {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

}

/* up  */
.blurb_style .lwp-breadcrumbs a span {
	font-weight: 300 !important;
}

.blurb_style .lwp-breadcrumbs span.current {
	font-weight: 700;
}

@media all and (max-width:980px) {
	.row_for_innner_banner .et_pb_column:nth-child(1) {
		padding-left: 0;
		padding-right: 0;
	}
	body #page-container #main-header form.et-search-form{
		width: 100% !important;
    max-width: 100% !important;
	}
	#main-header .container.et_search_form_container {
  top: 94px;
 height: 60px !important;
}
}

@media all and (max-width:400px) {
	div#page-container .big_btn_area {
		padding-left: 11.5px !important;
		padding-right: 11.5px !important;
		font-size: 10px;
		
	}
	 body #page-container .ppb-home-hero-slider .et_pb_slides .et_pb_button_wrapper .et_pb_button::after {
    top: 2px;
  }
}

.blurb_single h3 {
	padding-bottom: 25px;
}

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

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

/* up  */
.banner_section {
	position: relative;
}

.banner_section:before {
	content: "";
	background-image: url(/wp-content/uploads/single-shape-banner-image.png);
	width: 438px;
	height: 238px;
	position: absolute;
	right: 0;
	bottom: 60px;
	background-size: contain;
	background-repeat: no-repeat;
}

div#page-container .blurb_style {
	margin-bottom: 50px;
}

@media all and (max-width:980px) {
	div#page-container .blurb_style {
		margin-bottom: 30px;
	}

}

@media only screen and (min-width:981px) and (max-width:1650px) {
	div#page-container .blurb_style {
		margin-bottom: 30px;
	}
}

/********************************************************* End footer area   ***************************************/
/********************************************************* Home page area  ***************************************/
.contact_blurb .et_pb_main_blurb_image {
	width: 22px !important;
}

.contact_blurb span.et_pb_image_wrap {
	width: inherit;
}

.contact_blurb .et_pb_blurb_container {
	padding-left: 10px;
}

@media only screen and (min-width:981px) and (max-width:1350px) {
	.row_for_innner_banner .et_pb_column {
		max-width: 500px;
	}

	.banner_section:before {
		width: 350px;
		bottom: 10px;
	}
}

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

	.row_for_innner_banner .et_pb_column {
		max-width: 400px;
	}

	.banner_section:before {
		width: 300px;
		height: 160px;
	}

	.design_tem_title_c h3 {
		font-size: 24px;
	}
}

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

	.banner_section:before {
		max-width: 230px;
		max-height: 125px;
		bottom: 0;
		top: unset;
	}

	body #page-container .design_tem_title_c h3 {
		font-size: 20px;
	}
}

/* up  */
@media only screen and (min-width:981px) and (max-width:1650px) {
	.cmn_btm_spce_b {
		padding-top: 40px !important;
	}

	.cmn_btm_spce_t {
		padding-bottom: 40px !important;
	}
}

.contact_blurb span.et_pb_image_wrap {
	top: -2px;
	position: relative;
}

/* up  */

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

	div#page-container .row_for_location .et_pb_column {
		max-width: 500px;
	}

}


/********************************************************* End home page area ***************************************/
/********************************************************* sart another page  area  ***************************************/
.design_tem_title_c h3 {
	padding-bottom: 10px;
}


.team_row_a .contact_blurb span.et_pb_image_wrap {
	top: 7px;
	margin-bottom: 0;
}

@media all and (min-width:981px) {
	.cmn_row_spcing_3 .et_pb_column {
		width: calc(33.33% - 20px + 6.666px);
		margin-right: 20px;
	}

	.cmn_row_spcing_3 .et_pb_column:last-child {
		margin-right: 0;
	}
}


/********************************************************* End finshing area  ***************************************/


/* end css with azim  */

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