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

/* -- COLORS -- */

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

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

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

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

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

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

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
#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: 0px;
	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 - */
/* align modules: year, site name, pipe, and logo */
#fs-footer-bottom-bar .col-1 {
	display: flex;
	align-items: center;
}

/* FS logo link hover */
#fs-footer-bottom-bar .col-1 .et_pb_image {
	transition: 0.3s all ease-in-out;
}

#fs-footer-bottom-bar .col-1 .et_pb_image:hover {
	opacity: 0.8;
}

/* tablet */
@media (min-width: 550px) and (max-width: 980px) {
	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
	}
	
	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
	
	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column_1_2, 
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column_1_2 {
		width: 48.5%;
	}
	
	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column, 
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column {
		margin-right: 3%;
	}
	
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
		flex-direction: row;
	}
	
	#fs-footer-bottom-bar .col-1 {
		flex-wrap: nowrap;
    	white-space: nowrap;
	}
}

@media (max-width: 549px) {
/* 	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	} */
	
	#fs-footer-bottom-bar .col-1 {
		align-items: center;
		display: flex;
		flex: 0 0 100%;
		float: none;
		justify-content: center;
		max-width: 100%;
		order: 2;
    	text-align: center;	
	}
	
	#fs-footer-bottom-bar .col-1 .year {
		float: none;
		margin-left: auto;
	}
	
	#fs-footer-bottom-bar .col-1 .pipe {
		float: none;
	}
	
	#fs-footer-bottom-bar .col-1 .et_pb_image {
		float: none;
		margin-right: auto;
	}
	
	#fs-footer-bottom-bar .col-1 .site-title {
		margin-left: 0;
		margin-right: 0;
	}
	
	#fs-footer-bottom-bar .col-2 {
		order: 1;
	}
	
	#fs-footer-bottom-bar .et_pb_social_media_follow {
		justify-content: center;
	}
	
	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
}

/* mobile */

/* -- 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: 35px;
	margin: 0 0 15px !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: '\52';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	font-size: 22px;
	font-weight: normal;
}
/* .checklist ul{
	display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.checklist ul li{
	position:relative;
	display:flex;
} */
.checklist ul li::before {
  content: '';
  width: 23px;
  height: 18px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url(/wp-content/uploads/checkmark.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.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-pb-parallax-background {
	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 -- */

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


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

/* ============== Start Cmn css ============== */

.et_pb_scroll_top.et-pb-icon {
	background-color: #F27127;
	border-radius: 0;
	padding: 25px 0;
	border-radius: 20px;
	margin-right: 5px;
}

h2 {
	padding-bottom: 0px;
}

#page-container .blurb_btn_section .et_pb_button_module_wrapper {
	position: absolute;
	left: 58%;
	bottom: 0;
	margin-bottom: 70px !important;
	transform: translate(-48%);
	width: 100%;
}

#page-container .cmn_blog_fix .et_pb_button_wrapper.read-more-wrapper {
	position: absolute;
	left: 53%;
	bottom: -6px;
	margin-bottom: 20px !important;
	transform: translate(-50%);
	width: 100%;
}

.color_txt {
	color: #3566ca;
}
/* #page-container #et-boc .et_pb_button {
	font-weight:600;
} */
@media only screen and (min-width: 981px) and (max-width: 1650px) {
	#page-container .cmn_section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#page-container .cmn_section_top {
		padding-top: 80px;
	}

	#page-container .cmn_section_btm {
		padding-bottom: 80px;
	}

	#page-container .inner_banner_fix {
		padding-top: 30px;
	}

	#page-container .custom_h_for_all h1,
	#page-container .banner_slider h1 {
		font-size: 45px !important;
	}

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

	#page-container .small_h2 h2 {
		font-size: 38px !important;
	}

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

	#page-container .big_h3 h3 {
		font-size: 26px !important;
	}

/* 	#page-container .small_h2 h2 {
		font-size: 34px;
	} */

	#page-container .et_pb_text_inner {
		font-size: 16px;
		line-height: 1.66em;
	}
	#page-container .et_pb_blurb_description{
		font-size: 16px;
		line-height: 1.66em;	
	}
	#page-container .banner_big_txt .et_pb_text_inner {
		font-size: 20px;
	}

	#page-container .small_txt .et_pb_text_inner {
		font-size: 15px;
	}

	#page-container .big_txt .et_pb_text_inner {
		font-size: 25px;
	}

	#page-container .long_btn_fix {
		padding-right: 55px !important;
		padding-left: 20px !important;
	}

	/* body div#page-container .et_pb_button::after {
  margin-top: -8px;
  margin-left: 10px !important;
} */
	#page-container .hero_banner_fix .et_pb_text_inner {
		font-size: 30px !important;
		line-height: 1.5em;
	}

	#page-container #et-boc .et_pb_button {
		font-size: 14px !important;
	}

	body div#page-container #et-boc .blue_button::after {
		margin-top: -2px;
	}

	.checklist ul {
		line-height: 1.34em;
	}
}

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

	#page-container .custom_h_for_all h1,
	#page-container .inner_banner_fix h1 {
		font-size: 55px;
	}

	#page-container .custom_h_for_all h2 {
		font-size: 36px !important;
		line-height: 1.3em;
	}

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

/* 	#page-container .custom_h_for_all h3 {
		font-size: 28px !important;
	} */

	#page-container .et_pb_text_inner {
		font-size: 16px;
		line-height: 1.66em;
	}
	#page-container .et_pb_blurb_description{
		font-size: 16px;
		line-height: 1.66em;	
	}
}

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

	#page-container .custom_h_for_all h1,
	#page-container .inner_banner_fix h1 {
		font-size: 45px;
	}

	#page-container .custom_h_for_all h2 {
		font-size: 32px !important;
		line-height: 1.2em;
	}

	#page-container .custom_h_for_all h3 {
		font-size: 18px !important;
		line-height: 1.3em;
	}

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

	#page-container #et-boc .et_pb_button {
		font-size: 15px !important;
	}

	#page-container .et_pb_text_inner {
		font-size: 15px;
		line-height: 1.66em;
	}

	body div#page-container #et-boc .blue_button::after {
		margin-top: -1px;
	}

	body div#page-container #et-boc .yellow_button::after {
		margin-top: -1px;
	}
	#page-container #et-boc .et_pb_button {
		font-size: 13px !important;
	}
}

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

	#page-container .custom_h_for_all h1,
	#page-container .inner_banner_fix h1 {
		font-size: 35px;
	}

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

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

	#page-container .custom_h_for_all h4 {
		font-size: 20px !important;
	}
}

/* Column reverse on tab and mobile devices */
@media (max-width: 980px) {
	#page-container .small_h2 {
		margin-bottom: 20px !important;
	}

	/* body div#page-container .et_pb_button::after {
  margin-top: -6px;
} */
	body div#page-container .inner_banner .et_pb_button::after {
		margin-top: -8px;
	}
}


body div#page-container {
	overflow-x: hidden !important;
}


/* ============== End Cmn css ============== */
/* =============== Start Header css ================= */
.container {
	width: 90%;
}

#page-container #logo {
	width: 100%;
	max-width: 197px;
	position: relative;
	top: 0px;
	left: -4px;
}

/* #top-menu li a {
	font-weight: 400 !important;
} */

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

#top-menu-nav>ul>li>a:hover {
	opacity: 1;
	color: #000;
}
#top-menu li li a {
  padding: 6px 12px;
}
/* div#page-container #top-menu li a::before {
	position: absolute;
	content: "";
	display: block;
	width: 0 !important;
	height: 1px !important;
	background: #000 !important;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	opacity: 1 !important;
	transition: 0.3s ease-in;
}

div#page-container #top-menu li a:hover::before,
div#page-container #top-menu li.current-menu-item a::before {
	width: 100% !important;
} */

.header_btn a::before {
	display: none !important;
}

/* div#page-container .et-fixed-header #top-menu li a::before {
	position: absolute;
	content: "";
	display: block;
	width: 0 !important;
	height: 1px !important;
	background: #000 !important;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	opacity: 1 !important;
	transition: 0.3s ease-in;
}

div#page-container .et-fixed-header #top-menu li a:hover::before,
div#page-container .et-fixed-header #top-menu li.current-menu-item a::before {
	width: 100% !important;
}
 */
div#page-container div#et-boc .header_btn>a {
	font-size: 16px;
	color: #fff !important;
	padding: 20px 30px !important;
	text-align: center;
	background: #F27127;
	border: 2px solid #F27127;
	font-weight: 800 !important;
	border-radius: 100px;
}

div#page-container div#et-boc .header_btn>a:hover {
	color: #070707 !important;
	background-color: transparent;
	border: 2px solid #F27127;
}
body #page-container #top-menu .menu-item-has-children a:before {
    display: none !important;
}
/* .header_btn {
	margin-left: 6.5vw;
} */

/* .header_btn a::after {
	content: url(/wp-content/uploads/Yellow-arrow.png) !important;
	transition: all 0.3s ease !important;
	position: absolute;
	margin-left: 15px;
	margin-top: -4px;
}

.header_btn a:hover::after {
	content: url(/wp-content/uploads/Blue-arrow.png) !important;
	transition: all 0.3s ease !important;
	position: absolute;
	margin-left: 15px;
	margin-top: -4px;
} */
.et-fixed-header #top-menu a:hover{
	color: #000 !important;
}
.nav ul li a:hover {
  opacity: 1;
  color: #000 !important;
}
@media (min-width: 981px) {
	#et-top-navigation {
		padding: 28px 0 0px 0 !important;
	}

/* 	.et-fixed-header #et-top-navigation {
		padding: 18px 0 18px 0 !important;
	} */

	body #page-container #top-menu li a {
		padding-bottom: 50px !important;
	}
	body #page-container #top-menu li li a {
		padding-bottom: 8px !important;
	}
/* 	body #page-container #top-menu li.menu-item-has-children>a{
		padding-bottom:25px !important;
	} */
	.et_header_style_left #et-top-navigation nav>ul>li>a,
	.et_header_style_split #et-top-navigation nav>ul>li>a {
		padding-bottom: 0px !important;
	}
}

#page-container .et-fixed-header #logo {
	top: 1px;
}
.nav li ul{
	top: 64px;
}
@media screen and (min-width: 981px) and (max-width: 1550px) {
	#top-menu li {
		padding-right: 50px;
	}

	#page-container #top-menu li a {
		font-size: 14px;
	}
div#page-container div#et-boc .header_btn > a {
  font-size: 14px;
  padding: 18px 25px !important;
}
/* 	#et-top-navigation {
		padding: 30px 0 30px 0 !important;
	} */
}

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

	/*   .header_btn {
    margin-left: 1.5vw;
  } */
	#top-menu li {
		padding-right: 20px;
	}

/* 	div#page-container div#et-boc .header_btn>a {
		font-size: 14px;
		padding: 15.5px 15px !important;
	} */

	#page-container #logo {
		max-width: 160px;
	}
}

@media screen and (max-width: 980px) {
	.mobile_menu_bar {
		position: relative;
		top: 0px;
	}

	#page-container #logo {
		position: relative;
		top: 0px;
	}

	.header_btn {
		margin-left: 0vw;
		margin-top: 20px;
	}

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

	.et_mobile_menu {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.et_mobile_menu li a {
		font-size: 14px;
		padding: 15px 5%;
        font-weight: 700;
        text-transform: uppercase;
	}

	#main-header #mobile_menu.et_mobile_menu li a:hover {
		color: #000000;
	}

	#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
		color: #000000;
		font-weight: 700;
	}

	.et_mobile_menu li a {
		padding: 11px 5%;
	}

	#page-container .mobile_menu_bar::before {
		color: #F27127;
	}

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

/* 	div#page-container #main-header .et_mobile_menu {
		background-color: #ff;
	} */
#page-container #logo {
  max-width: 133px;
}
}

/* =============== End Header css ================= */
/* ================ Start Footer Css ==================== */
.footer_blrb .et_pb_blurb_container {
	padding-left: 6px;
}

#page-container #et-boc .et_pb_menu_inner_container {
	width: 100% !important;
	display: block !important;
}

#page-container #et-boc .footer_menu .et_pb_menu__wrap {
	width: 100% !important;
	display: block !important;
}

#page-container #et-boc .footer_menu .et_pb_menu__menu {
	width: 100% !important;
	display: block !important;
}

#page-container #et-boc .footer_menu .et-menu-nav {
	display: block !important;
	width: 100%;
}

#page-container #et-boc .footer_menu .et_pb_menu__menu>nav>ul>li {
	width: 100% !important;
	display: block !important;
	margin-top: 0;
}

/* div#page-container .footer_menu li a::before {
	position: absolute;
	content: "";
	display: block;
	width: 0 !important;
	height: 1px !important;
	background: #000 !important;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 8px;
	opacity: 1 !important;
	transition: 0.3s ease-in;
}

div#page-container .footer_menu li a:hover::before,
div#page-container .footer_menu li.current-menu-item a::before {
	width: 100% !important;
}
 */
div#page-container .footer_menu li a {
	display: inline-block;
}

#page-container .footer_menu .et-menu a:hover {
	opacity: 1;
}

#page-container .footer_row_1 h2 {
	padding-bottom: 5px;
}

body #page-container #et-boc .icon_row .et-social-linkedin a.icon::before,
body #page-container #et-boc .icon_row .et-social-instagram a.icon::before {
	content: "";
	display: block;
	position: absolute;
	background: url(/wp-content/uploads/ornge-linkedin.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 24px !important;
    height: 24px !important;
}

body #page-container #et-boc .icon_row .et-social-linkedin a.icon:hover::before {
	background: url(/wp-content/uploads/black-linkedin.png);
}

body #page-container #et-boc .icon_row .et-social-instagram a.icon::before {
	background: url(/wp-content/uploads/orange-instagram.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body #page-container #et-boc .icon_row .et-social-instagram a.icon:hover::before {
	background: url(/wp-content/uploads/black-instagram.png);
}

body #page-container .icon_row .et_pb_social_media_follow_0_tb_footer li a.icon::before {
	line-height: 1em;
}

.icon_row .et_pb_social_media_follow li a {
	margin-right: 0px;
}

/* body #page-container .icon_row li a.icon {
	width: 40px !important;
	height: 40px !important;
} */
.dot_space {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 981px) {
	#page-container .footer_row_1 .et_pb_column:nth-child(1) {
		width: 42%;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(2) {
		width: 12%;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(3) {
		width: 12%;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(4) {
		width: 8.5%;
	}
	#page-container .footer_row_1 .et_pb_column:nth-child(5) {
		width: 17%;
	}
	#page-container .row_for_subscrive .et_pb_column:nth-child(1) {
		width: 27.5%;
		margin-right: 1%;
	}

	#page-container .row_for_subscrive .et_pb_column:nth-child(2) {
		width: 81%;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
	body #page-container .footer_menu ul li a {
		font-size: 16px !important;
	}
}

@media screen and (min-width: 981px) and (max-width: 1399px) {
	#page-container .footer_row_1 .et_pb_column:nth-child(1) {
		width: 28%;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(2) {
		width: 14%;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(3) {
		width: 14%;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(4) {
		width: 11%;
	}
	#page-container .footer_row_1 .et_pb_column:nth-child(5) {
		width: 25%;
	}
}

@media screen and (min-width: 981px) and (max-width: 1480px) {
	.footer_blrb .et_pb_blurb_description {
		font-size: 16px;
	}

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

@media (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex !important;
	}

	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none !important;
	}

	#page-container .footer_menu .et_pb_menu__wrap {
		justify-content: center !important;
		align-items: center !important;
	}

	#page-container .footer_menu .et_pb_menu__menu>nav>ul {
		justify-content: center !important;
		align-items: center !important;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(1) {
		width: 100%;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(2) {
		width: 100%;
		margin-bottom: 0px;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(3) {
		width: 100%;
		margin-bottom: 0px;
	}

	#page-container .footer_row_1 .et_pb_column:nth-child(4) {
		width: 100%;
	}
	#page-container .footer_row_1 .et_pb_column:nth-child(5) {
		width: 100%;
	}
}

@media (max-width: 480px) {
.dot_space {
  padding-left: 10px;
  padding-right: 10px;
}
}

/* ================ End Footer Css ==================== */

/* =================== Start Home banner css ===================== */
/* 
#page-container .banner_slider .et_pb_slide::before{
	content
	background-image: linear-gradient(108deg,rgba(4,4,4,0.83) 46.5%,rgba(41,196,169,0) 46.5% 100%);
} */
.banner_slider .et_pb_slide {
    position: relative;
    overflow: hidden;
}

.banner_slider .et_pb_slide::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(108deg,rgba(4,4,4,0.83) 46.5%,rgba(41,196,169,0) 46.5% 100%);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
    z-index: 1;
    pointer-events: none;
}

.banner_slider .et_pb_container,
.banner_slider .et_pb_slide_description{
    position: relative;
    z-index: 2;
}
body .banner_slider .et-pb-controllers > a{
    display: inline;
}
.banner_slider .et-pb-controllers {
    bottom: 60px;
    right: 236px;
    left: auto;
    width: auto;
    text-align: right;
}

.banner_slider .et-pb-controllers a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 0;
    background: #414042;
    color: #fff !important;
    text-indent: 0 !important;
    font-size: 16px;
    font-weight:800;
    margin: 0 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
	padding: 4.2px 10px;
	font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
	
}

.banner_slider .et-pb-controllers a.et-pb-active-control {
    background: #000;
    color: #fff !important;
	font-weight: 800;
    font-size: 16px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}

.banner_slider .et_pb_slide_description .et_pb_slide_content {
  max-width: 442px;
}
.banner_slider .et_pb_slide_title{
	position:relative;
}
.banner_slider .et_pb_slide_title::before {
  content: "";
  position: absolute;
  display: block;
  top: -50px;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url(/wp-content/uploads/yellow-shape.png);
  background-repeat: no-repeat;
}
.banner_slider .et_pb_slide_title{
	padding-bottom: 15px;
}
#page-container .banner_slider .et_pb_container {
  max-width: 1440px;
  margin: auto;
}
#page-container .banner_slider .et_pb_slide_description {
  max-width: 546px;
  margin-left: 0 !important;
}
@media screen and (min-width: 981px) and (max-width: 1650px) {
#page-container	.banner_slider .et_pb_slide_content{
		font-size:16px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1480px) {
	.banner_slider .et_pb_slide::before{
		background: linear-gradient(110deg,rgb(4, 4, 4) 60%,rgba(41,196,169,0) 60% 100%);
/* 		background: linear-gradient(110deg,rgba(4, 4, 4, 0.83) 60%,rgba(41,196,169,0) 60% 100%); */
	}
#page-container .banner_slider .et-pb-controllers {
  right: 100px;
}
}
@media screen and (min-width: 981px) and (max-width: 1366px) {
	.banner_slider .et_pb_slide::before{
		background: linear-gradient(115deg,rgb(4 4 4 / 83%) 60%,rgba(41,196,169,0) 60% 100%);
	}
#page-container .banner_slider .et-pb-controllers {
  right: 80px;
}
}
@media screen and (max-width: 980px){
	.banner_slider .et_pb_slide::before{
		background: linear-gradient(108deg,rgba(4,4,4,0.83) 100%,rgba(41,196,169,0) 100% 100%);
        clip-path: none;
	}
#page-container .banner_slider .et_pb_slide_description {
  max-width: 100%;
}
.banner_slider .et_pb_slide_description .et_pb_slide_content {
  max-width: 100%;
}
.banner_slider .et-pb-controllers {
  right: 40px;
  bottom: 40px;
}
.banner_slider .et_pb_slide_title::before {
  top: -30px;
}
}
@media screen and (max-width: 450px){
#page-container	.group_btn{
		display:block;
	}
  #page-container #et-boc .et_pb_button {
    margin-bottom: 10px;
  }
}
/* =================== End Home banner css ===================== */
/* ================ Start Counter css ================== */
@media (max-width:980px) {
.number_counter_fix .percent {
  height: 55px;
}
}

/* ================ End Counter css ================== */
/* ================== Start Blog Css ====================== */

.blog_fix .dp-dfg-header {
  padding-top: 25px !important;
}
#page-container .blog_fix .entry-summary {
  padding-top: 2px;
  padding-bottom: 8px;
}
#page-container .blog_fix .read-more-wrapper{
	padding-top: 10px;
}
#page-container .blog_fix .et_pb_button{
	color: #000;
    text-transform: uppercase;	
	padding: 0px !important;
	padding-bottom: 10px !important;
    border: none !important;
    border-bottom: 2px solid #F27127 !important;
    border-radius: 0;
}
#page-container .blog_fix .et_pb_button:hover{
	background:transparent;
	border-bottom: 2px solid #000000 !important;
}
@media (min-width:1200px) {
.blog_fix .dp-dfg-header {
  padding-left: 0px !important;
  padding-right: 0px !important;
}	
}
/* ================== End Blog Css ====================== */

/* ==================== Start Contact Css ====================== */
.commercial_form_fix .gform_heading {
  display: none;
}
/* #page-container .commercial_form_fix .gfield_required {
  display: none;
} */
.commercial_form_fix .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 2px;
  padding: 0;
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
  color: #414042;
}
body .commercial_form_fix .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .commercial_form_fix .gform_wrapper.gravity-theme select, body .commercial_form_fix .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
  background-color: #F9F9F9;
  font-size: 16px;
  color: #414042;
  padding: 14px 20px;
  font-weight: 500;
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
  resize:none;
}
body .commercial_form_fix .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 90px;
}
div#page-container .commercial_form_fix textarea::-webkit-input-placeholder,
div#page-container .commercial_form_fix input::-webkit-input-placeholder,
div#page-container .commercial_form_fix select::-webkit-select-placeholder {
	color: #414042 !important;
	opacity: 0.3;
}
 
div#page-container .commercial_form_fix textarea::-moz-placeholder,
div#page-container .commercial_form_fix input::-moz-placeholder,
div#page-container .commercial_form_fix select::-moz-placeholder {
	color: #414042 !important;
	opacity: 0.3;
}
 
div#page-container .commercial_form_fix textarea:-ms-input-placeholder,
div#page-container .commercial_form_fix input:-ms-input-placeholder,
div#page-container .commercial_form_fix select:-ms-select-placeholder {
	color: #414042 !important;
	opacity: 0.3;
}
div#page-container .commercial_form_fix .gform_wrapper.gravity-theme .gform_footer button{
  font-weight: 800;
  text-transform: uppercase;
  padding: 13.5px 30px;
  font-size: 16px;
  background: #F27127;
  border: 2px solid #F27127;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
}
div#page-container .commercial_form_fix .gform_wrapper .gform_footer button:hover{
	color: #414042;
	background:transparent;
}
div#page-container .commercial_form_fix .gform_wrapper.gravity-theme .gform_footer{
	padding: 10px 0;
}
div#page-container .commercial_form_fix .gfield.gfield--width-half{
	margin-top: -6px;
}
div#page-container .commercial_form_fix .ginput_container_select {
    position: relative;
}
div#page-container .commercial_form_fix .ginput_container_select::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 10px;
  background-image: url(/wp-content/uploads/down-arrow.png);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat:no-repeat;
}
div#page-container .commercial_form_fix .gform_wrapper select {
  appearance: none;
  padding-right: 30px;
}
div#page-container .gform_confirmation_message {
  font-size: 16px;
}
/* div#page-container .commercial_form_fix .gform_ajax_spinner {
    position: absolute !important;
    left: calc(100% + 10px) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
} */
/* div#page-container .commercial_form_fix #gform_ajax_frame_14{
	position: absolute !important;
    left: calc(100% + 10px) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
} */
div#page-container .sauna_form .gform_wrapper .gform_footer,
.gform_wrapper .gform_button_wrapper {
    position: relative;
}
 
div#page-container .sauna_form .gform_wrapper .gform-loader {
    position: absolute;
    top: 0%;
    right: -130px; /* Adjust as needed */
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}
div#page-container .commercial_form_fix .gform_wrapper .gform_footer,
.gform_wrapper .gform_button_wrapper {
    position: relative;
}
 
div#page-container .commercial_form_fix .gform_wrapper .gform-loader {
    position: absolute;
    top: 0%;
    right: -82px; /* Adjust as needed */
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
body .commercial_form_fix .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .commercial_form_fix .gform_wrapper.gravity-theme select, body .commercial_form_fix .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
  font-size: 15px;
}
}
@media screen and (max-width: 980px){
body .commercial_form_fix .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .commercial_form_fix .gform_wrapper.gravity-theme select, body .commercial_form_fix .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
  font-size: 14px;
}	
.commercial_form_fix .gform_wrapper.gravity-theme .gfield_label {
  font-size: 13px;
}
div#page-container .commercial_form_fix .gform_wrapper.gravity-theme .gform_footer button {
  padding: 10px 30px;
  font-size: 14px;
}
}
/* ==================== End Contact Css ====================== */

/* ==================== Start Services Include css ======================= */
@media screen and (min-width: 1201px) and (max-width: 1650px) {
div#page-container .service_blurb_fix h3{
	font-size:20px;
}
}

/* ==================== End Services Include css ======================= */

/* ===================== Start Built for Your Projects css ==================== */
@media screen and (min-width: 1201px) and (max-width: 1650px) {
 #page-container .built_project_fix h3{
		font-size:20px
	}
 #page-container .built_project_fix .et_pb_image_wrap img {
  max-width: 45px;
}
  #page-container .sub_title .et_pb_text_inner {
    font-size: 28px !important;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  #page-container .sub_title .et_pb_text_inner {
    font-size: 26px !important;
	margin-bottom: 0px !important;
  }	
}
@media only screen and (max-width: 980px) {
  #page-container .sub_title .et_pb_text_inner {
    font-size: 24px;
  }
}

/* ===================== End Built for Your Projects css ==================== */

/* ========================= Start Accordion css ========================= */

  #page-container .accordion_fix .et_pb_toggle_close {
  background-color: transparent;
  margin-bottom: 15px !important;
}
.accordion_fix .et_pb_toggle_title{
	padding: 0 0px 0px 48px;
}
.accordion_fix .et_pb_toggle_title::before {
  left: 0;
  right: auto;
}
.accordion_fix .et_pb_toggle_title::before {
  content: "";
  margin-top: -14px;
  display: block;
  background-image: url(/wp-content/uploads/close-icon.png);
  width: 24px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion_fix .et_pb_toggle_open .et_pb_toggle_title::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  display: block;
  background-image: url(/wp-content/uploads/open-icon.png);
  width: 24px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion_fix .et_pb_toggle_open .et_pb_toggle_content {
  padding-left: 48px;
}
.accordion_fix .et_pb_toggle_open{
	padding: 35px 32px;
}
.accordion_fix .et_pb_toggle_close {
  padding: 20px 32px;
}
.accordion_fix .et_pb_toggle_open{
  box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.04) !important;
}
@media only screen and (max-width: 980px) {
.accordion_fix .et_pb_toggle_open{
	padding: 25px 20px;
}
#page-container .accordion_fix .et_pb_toggle_close{
	margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 767px) {
  .accordion_fix .et_pb_toggle_open {
   padding: 25px 15px;
   padding-left:12px;
  }
.accordion_fix .et_pb_toggle_close {
    padding: 25px 12px;
	padding-left:12px;
}
}
/* ========================= End Accordion css ========================= */

/* =================== Start Luxury Fitness Equipment css ======================= */
/* .fitness_equipment_form .gform_wrapper.gravity-theme .gfield_radio label {
  display: unset;
  font-size: 18px;
  color: #070707;
} */
.fitness_equipment_form input[type="radio"] {
  display: none !important;
}
 
.fitness_equipment_form input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 8px 0 0px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #F27127;
  transform: translateY(-1px);
}
.fitness_equipment_form input[type="radio"]:checked + label::before {
  background-color: #F27127;
}
/* .fitness_equipment_form .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: calc(100% - -10px);
  width: 100%;
} */
.fitness_equipment_form .gform_wrapper.gravity-theme .gfield-choice-input + label {
    max-width: 100%;
    /* width: 100%; */
}
 
.fitness_equipment_form  .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.fitness_equipment_form .gchoice{
	display:inline-block;
}
/* #page-container .join_form .fitness_equipment_form .gchoice {
  display: inline-flex;
  margin-right: 15px;
  margin-bottom: 20px;
} */
@media only screen and (max-width: 980px) {
	.fitness_equipment_form .gform_wrapper.gravity-theme .gfield_checkbox label{
		font-size: 14px;
	}
}
/* =================== End Luxury Fitness Equipment css ======================= */
/* ========================= Start Testimonial css =================== */
.testimonial_fix .et_pb_slide_description.et_flex_module {
  text-shadow: none;
}
.testimonial_fix .et-pb-controllers {
  bottom: -16px;
}
.testimonial_fix .et-pb-controllers a{
	background-color: #F27127;
}
.testimonial_fix .et-pb-controllers .et-pb-active-control {
  background-color: #F27127;
}
.testimonial_fix .et-pb-controllers a{
	width: 9px;
  height: 9px;
}
.testimonial_fix .et-pb-arrow-next, .testimonial_fix .et-pb-arrow-prev{
	display:none !important;
}
.testimonial_fix .et-pb-arrow-next, .testimonial_fix .et-pb-arrow-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 30px;
  color: #fff;
  margin-top: -24px;
  transition: all .2s ease-in-out;
  opacity: 0;
  background: #F27127;
  border-radius: 100px;
}
@media only screen and (max-width: 980px) {
	.testimonial_fix .et-pb-controllers {
  bottom: -12px;
}
}
@media only screen and (max-width: 767px) {
  .testimonial_fix .et-pb-controllers {
    bottom: 8px;
  }
}
/* ========================= End Testimonial css =================== */

.small_banner_fix .et_pb_slide::before {
  background: linear-gradient(108deg,rgba(4,4,4,0.83) 49%,rgba(41,196,169,0) 49% 100%);
}
@media screen and (min-width: 1201px) and (max-width: 1480px) {
	.small_banner_fix .et_pb_slide::before{
		background: linear-gradient(110deg,rgba(4, 4, 4, 0.83) 49%,rgba(41,196,169,0) 49% 100%);
	} 
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
	.small_banner_fix .et_pb_slide::before{
		background: linear-gradient(110deg,rgb(4 4 4 / 83%) 57%,rgba(41,196,169,0) 57% 100%);
	} 
}
@media screen and (max-width: 980px){
	.small_banner_fix .et_pb_slide::before{
		background: linear-gradient(108deg,rgba(4,4,4,0.83) 100%,rgba(41,196,169,0) 100% 100%);
        clip-path: none;
	} 
}


.blog_fix ul.pagination li a {
    color: #000 !important;
    background: rgb(65 64 66 / 9%) !important;
}

.blog_fix ul.pagination {
    gap: 10px;
}
 

#page-container .blog_fix ul.pagination li a:hover,#page-container .blog_fix ul.pagination li.active a {
    background:#F27127 !important;
    color:#fff !important;
}
div#page-container .fitness_equipment_form .ginput_address_country{
	position:relative;
}
div#page-container .fitness_equipment_form .ginput_address_country::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 34%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 10px;
  background-image: url(/wp-content/uploads/down-arrow.png);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.fitness_equipment_form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 120px;
}
.fitness_equipment_form .gfield--type-html {
  font-size: 14px;
  line-height: 1.3em;
}
body div#page-container .fitness_equipment_form .gform_wrapper .datepicker {
  width: 100% !important;
}
.color_txt{
	color:#f27127;
}
body div#page-container .contact_tab ul.et_pb_tabs_controls{
	max-width: 250px;
}
body div#page-container .dp-dfg-pagination .pagination a.pagination-link{
	padding: 9px 12px;
}
@media screen and (min-width: 1201px) and (max-width: 1650px) {
	body div#page-container .cmn_h_for_40 h3{
		font-size:32px;
	}	
}

/* Azim Css */

.home_banner .et_pb_slide_content {
    max-width: 442px;
}

/* tab  */
.tab_custom .et_pb_tab_0 {
  display: block;
}
.tab_custom ul.et_pb_tabs_controls {
    background: rgb(65 64 66 / 10%);
    border: 0px;
    border-radius: 100px;
    padding: 8px !important;
    text-align: center;
    display: flex;
    column-gap: 5px;
    justify-content: center;
    /* display: inline-block; */
    max-width: 965px;
    margin: 0 auto;
}
 

.tab_custom ul.et_pb_tabs_controls:after {
    border: 0;
}

.tab_custom {
    border: 0px;
}

.tab_custom ul.et_pb_tabs_controls  li a {
    border-radius: 100px !important;
    padding: 12px 21px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    color: rgb(0 0 0 / 30%) !important;
    line-height: 1;
        transition:0.3s ease-in;
}
 

 
.tab_custom ul.et_pb_tabs_controls  li:hover a,.tab_custom ul.et_pb_tabs_controls li.et_pb_tab_active a {
    background: #F27127;
    color: #fff !important;
}
 
.tab_custom ul.et_pb_tabs_controls li {
    background: transparent;
    border: 0px;
}
 
.tab_custom .et_pb_tab {
    padding: 0;
    padding-top: 80px;
}
@media all and (max-width:1450px){
    .tab_custom .et_pb_tab {
        padding-top:50px;
    }
}
@media all and (max-width:767px){
    .tab_custom .et_pb_tab {
        padding-top:30px;
    }
	.tab_custom ul.et_pb_tabs_controls  li a{
		font-size:15px;
	}
}
@media only screen and (min-width:981px) and (max-width:1100px){
.tab_custom ul.et_pb_tabs_controls li a {
    font-size: 14px;
}

.tab_custom ul.et_pb_tabs_controls {padding: 5px !important;}

.tab_custom ul.et_pb_tabs_controls {
    justify-content: space-between;
}
}
@media all and (max-width:980px){
.tab_custom ul.et_pb_tabs_controls{
    flex-wrap:wrap;
    border-radius: 20px;
}
    
}
/* end tab  */

/* portfolio section  */
 .mfp-bottom-bar {
    display: none !important;
}
 .number_counter_fix  .percent {
    height: auto !important;
}


/* update  */
 
.sp_project_dt ul li:nth-child(1):before {
    background-image: url(/wp-content/uploads/checklist-icon-1.svg);
}


.sp_project_dt ul li:nth-child(2):before {
    background-image: url(/wp-content/uploads/checklist-icon-5.svg);
}


.sp_project_dt ul li:nth-child(3):before {
    background-image: url(/wp-content/uploads/checklist-icon-3.svg);
}


.sp_project_dt ul li:nth-child(4):before {
    background-image: url(/wp-content/uploads/checklist-icon-4.svg);
}


.sp_project_dt ul li:nth-child(5):before {
    background-image: url("/wp-content/uploads/scope-a.png");
}

/*  update ground  */
.sp_project_dt ul li:before {
 
 background-color: #F27127;
 border-radius: 50%;
 background-position: center;
 background-size: 30px;
 width: 50px;
 height: 50px;
 top: -10px;
}

.sp_project_dt ul li{
    padding-left: 60px;
}
/* end update ground  */
/* blog grid for portfolio  */
div#page-container .custom_grid_sp article {
    border: 0px !important;
    background: transparent !important;
    padding: 0;
} 

div#page-container .custom_grid_sp figure.dp-dfg-image {
    margin: 0;
}

.custom_grid_sp .dp-dfg-header {
    position: absolute;
    bottom: 0;
    z-index: 50;
    background: rgb(0 0 0 / 75%);
    padding: 15px;
    width: 100%;
    left: 0;
}

.custom_grid_sp .dp-dfg-header h2 {
    color: #fff;
}

/* up  */
.custom_grid_sp .dp-dfg-header {
    position: absolute !important;
    bottom: 0;
    z-index: 50;
    background: rgb(0 0 0 / 75%);
    padding: 15px !important;
    width: 100%;
    left: 0;
}
.custom_grid_sp .dp-dfg-filters {
  background: rgb(65 64 66 / 10%);
  border: 0px;
  border-radius: 100px;
  padding: 8px !important;
  text-align: center;
  display: flex !important;
  column-gap: 5px;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 30px;
}
/* div#page-container .custom_grid_sp ul.dp-dfg-level li a {
    color: #414042 !important;
    font-size: 18px !important;
    opacity: 0.3;
    border: 0px !important;
    padding: 0 !important;
    background: transparent;
    position: relative;
    padding-bottom: 0px !important;
    line-height: 1.46em;
    font-weight: 500;
    transition:0.3s ease-in;
} */
/* div#page-container .custom_grid_sp ul.dp-dfg-level li a:after{
    content:"";
    position:absolute;
    left:0;
    bottom: 0px;
    width: 0%;
    height:1px;
    background: #000000;
    margin: auto;
    right: 0;
     transition:0.3s ease-in;
} */
div#page-container .custom_grid_sp ul.dp-dfg-level {
    gap: 5px;
    margin-bottom:0px;
}

div#page-container .custom_grid_sp ul.dp-dfg-level li a:hover {
    opacity: 1;
	background: #F27127;
    color: #fff !important;
} 
div#page-container .custom_grid_sp ul.dp-dfg-level li a {
  border-radius: 100px !important;
  padding: 12px 21px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  color: rgb(0 0 0 / 30%) !important;
  line-height: 1;
  transition: 0.3s ease-in;
  background:transparent;
}
div#page-container .custom_grid_sp ul.dp-dfg-level li a.active {
color: #fff !important;
  opacity: 1;
  background: #F27127;
/*   padding: 8px 15px !important; */
  border-radius: 100px;
}
div#page-container .custom_grid_sp ul.dp-dfg-level li a.active:after{
        width:100%;
}
div#page-container .custom_grid_sp .dp-dfg-filter{
  margin-top: 0;
}
@media only screen and (min-width:981px) and (max-width:1200px){
	div#page-container .custom_grid_sp h3{
		font-size:16px !important;
	}	
}
@media all and (max-width:767px){
/* 	div#page-container .custom_grid_sp ul.dp-dfg-level {
    gap: 20px;
    margin-bottom: 10px;
} */

div#page-container .custom_grid_sp ul.dp-dfg-level li a {
        font-size: 16px !important;
}
}
.custom_grid_sp ul.pagination li a {
    color: #000 !important;
    background: rgb(65 64 66 / 9%) !important;
}

.custom_grid_sp ul.pagination {
    gap: 10px;
}
 

.custom_grid_sp ul.pagination li a:hover,.custom_grid_sp ul.pagination li.active a {
    background:#F27127 !important;
    color:#fff !important;
}
/* end blog grid portfolio  */
@media all and (max-width:767px){
.cmn_gallery .et_pb_gallery_items {
    --column-count: 2 !important; 
}

.cmn_gallery .et_pb_gallery_image {
   
    display: inline-block;
}
}
@media all and (max-width:400px){
	.cmn_gallery .et_pb_gallery_items {
    --column-count: 1 !important; 
}
}
/* end portfolio section  */
/* blurb  */
.cmn_blurb_project span.et_pb_image_wrap {
    background-color: #F27127;
    border-radius: 50%;
    padding: 10px;
    width: 100%;
}

.cmn_blurb_project .et_pb_main_blurb_image {
    width: 50px !important;
}

.cmn_blurb_project  .et_pb_blurb_content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.cmn_blurb_project  .et_pb_blurb_container {
    vertical-align: middle !important;
}
div#page-container .cust_testi .et_pb_slide_description {
    text-shadow: inherit !important;
}

/* end blurb  */
 
.banner_slider .et_pb_slide_description {
animation: none !important;
}

/* update  */
.portfolio_header .custom_breadcome {
    order: 1;
}

.portfolio_header .et_pb_slide_content {
    order: 3;
}

.portfolio_header h1.et_pb_slide_title {
    order: 2;
    margin-top: 50px !important;
}

/* update  */
.custom_breadcome   a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    color:#fff !important;
}
.custom_breadcome   a{
        transition:0.3s ease-in;
} 
/* end update  */
@media only screen and (min-width:981px) and (max-width:1650px){
	div#page-container .testimonial_fix  h3.et_pb_slide_title {
    font-size: 28px !important;
}
/*  div#page-container .custom_grid_sp ul.dp-dfg-level {
    gap: 30px;
} */
}
@media all and (min-width:981px){
	.related_projects article {
    margin-bottom: 0 !important;
}
}
@media all and (max-width:980px){
	body #page-container #et-boc .et_pb_section .group_btn .et_pb_button_module_wrapper .et_pb_button {
    font-size: 13px !important;
}
/* 	div#page-container .custom_grid_sp ul.dp-dfg-level {
    gap: 15px;
    margin-bottom: 10px;
} */
}
@media only screen and (min-width: 981px) and (max-width: 1480px){
.portfolio_header.banner_slider .et_pb_slide::before {
    /* opacity: 0.8; */
    background: linear-gradient(110deg, rgb(4 4 4 / 83%) 60%, rgba(41, 196, 169, 0) 60% 100%);
}
div#page-container .custom_grid_sp ul.dp-dfg-level li a {
  font-size: 14px;
  padding: 12px 14px;
}
div#page-container .custom_grid_sp .dp-dfg-filters{
		max-width: 925px;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1140px){
  div#page-container .custom_grid_sp .dp-dfg-filters {
    max-width: 785px;
  }
div#page-container .custom_grid_sp ul.dp-dfg-level li a {
    font-size: 12px;
    padding: 12px 11px;
  }
}
@media all and (max-width:980px){
.custom_grid_sp .dp-dfg-filters {
  border-radius: 20px;
}
div#page-container .custom_grid_sp ul.dp-dfg-level li a {
  font-size: 15px;
}
}
/* -- 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;
}
body .grecaptcha-badge {
	visibility: visible;
} */

/* =============== Start Wp Form css =============== */
#page-container .wp_form_fix .wpforms-container .wpforms-form .wpforms-field-label{
	font-size: 14px !important;
    font-weight: 800;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    color: #414042;
}
#page-container #et-boc .wp_form_fix .wpforms-container-full input[type="text"], #page-container #et-boc .wp_form_fix .iti input.iti__tel-input[type="tel"], #page-container #et-boc  .wp_form_fix .iti input.iti__tel-input, #page-container #et-boc .wp_form_fix .wpforms-form textarea, #page-container #et-boc .wp_form_fix .wpforms-container-full select{
	background-color: #F9F9F9;
    font-size: 16px;
    color: #414042;
    padding: 14px 20px;
    font-weight: 500;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    resize: none;
	width:100%;
	max-width:100%;
	border:none;
	line-height: 1.15em;
}
#page-container #et-boc .wp_form_fix .wpforms-form textarea{
	resize:none;	
}
#page-container #et-boc .wp_form_fix .wpforms-container-full input[type="text"]:focus, #page-container #et-boc .wp_form_fix .wpforms-container-full select:focus:invalid, #page-container #et-boc .wp_form_fix .wpforms-container-full input[type="tel"]:focus:invalid, #page-container #et-boc .wp_form_fix .wpforms-container-full select:focus{
  box-shadow:none;	
}
#page-container #et-boc .wp_form_fix .wpforms-container .wpforms-form .wpforms-field.wpforms-field-address .wpforms-field-row{
	width: 100%;
    max-width: 100%;
}

#page-container #et-boc .wp_form_fix .wpforms-container-full input[type="radio"]{
  display: none !important;
}
 
#page-container #et-boc .wp_form_fix input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 8px 0 0px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #F27127;
  transform: translateY(-1px);
}
#page-container #et-boc .wp_form_fix input[type="radio"]:checked + label::before{
  background-color: #F27127;
}
#page-container #et-boc .wp_form_fix .wpforms-field.wpforms-field-radio ul li input + label{
	padding-inline-start: 0;
}
/* #page-container #et-boc .wp_form_fix .wpforms-form textarea{
	border:none !important;
} */
#page-container #et-boc .wp_form_fix .wpforms-form textarea:focus{
	border:none !important;
	box-shadow:none;
}
#page-container #et-boc .wp_form_fix .wpforms-container-full button[type="submit"]{
  font-weight: 800;
  text-transform: uppercase;
  padding: 13.5px 30px;
  font-size: 16px;
  background: #F27127;
  border: 2px solid #F27127;
  color: #fff;
  border-radius: 100px;
  min-height: 60px;
  cursor: pointer;
}
#page-container #et-boc .wp_form_fix .wpforms-container-full button[type="submit"]:hover{
	background:transparent;
	color: #414042;
}
#page-container #et-boc .wp_form_fix .wpforms-container-full button[type="submit"]:focus::after{
	border:none;
}
#page-container #et-boc .wp_form_fix .wpforms-container{
	margin: 0px auto !important;
}
#page-container #et-boc .wp_form_fix .wpforms-field h3{
   display:none;	
}
#page-container #et-boc .wp_form_fix .wpforms-field-row {
  width: 100% !important;
  max-width: 100% !important;
}
@media all and (max-width:980px){
#page-container #et-boc .wp_form_fix .wpforms-field-label-inline{
	font-size:14px !important;	
	}
#page-container #et-boc .wp_form_fix .wpforms-container-full button[type="submit"]{
    font-size: 14px;
	min-height: 50px;
	}
#page-container #et-boc .wp_form_fix .wpforms-container-full input[type="text"], #page-container #et-boc .wp_form_fix .iti input.iti__tel-input[type="tel"], #page-container #et-boc .wp_form_fix .iti input.iti__tel-input, #page-container #et-boc .wp_form_fix .wpforms-form textarea, #page-container #et-boc .wp_form_fix .wpforms-container-full select{
	font-size: 14px; 
	line-height: 1.13em;
	}	
#page-container #et-boc .wp_form_fix .wpforms-field-content .wpforms-field-row h5{
		font-size: 14px;
	}
}
@media all and (max-width:620px){
#page-container #et-boc .wp_form_fix .wpforms-one-half{
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
/*   margin-top: 10px; */
	}	
#page-container #et-boc .wp_form_fix .wpforms-first{
	margin-bottom: 15px;	
	}
}
/* =============== End Wp Form css =============== */
/* up 11/08/26 */

.checklist li {
    opacity: 0;
    transform: translateY(-25px);
}

.checklist.animate li {
    animation: checklistFadeDown 0.9s ease forwards;
    animation-delay: calc(var(--i) * 0.3s);
}

@keyframes checklistFadeDown {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.team_bio_fix .et-social-linkedin a.icon::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:32px;
	height:32px;
	background-image:url(/wp-content/uploads/linekedin.png);
	background-repeat:no-repeat;
	background-position: center;
}

.service-item {
    opacity: 0.5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-item.active {
    opacity: 1;
}
#page-container #et-boc .gallery_fix .et-pb-arrow-prev {
  font-size: 35px;
  background: #F27127;
  color: #fff !important;
  width: 38px;
  height: 38px;
  border-radius: 100px;
}
#page-container #et-boc .gallery_fix .et-pb-arrow-next {
  font-size: 35px;
  background: #F27127;
  color: #fff !important;
  width: 38px;
  height: 38px;
  border-radius: 100px;
}
#page-container #et-boc .gallery_fix .et-pb-controllers a {
  background-color: #F27127;
  width: 10px;
  height: 10px;
  opacity: .7;
}
#page-container #et-boc .gallery_fix .et-pb-controllers .et-pb-active-control {
  background-color: #F27127;
}