/*===================================
 *              Global
 * Green = #75A52C
 * 
 * ================================*/
.serviceSection div.elementor-container.elementor-motion-effects-parent{
	justify-content: space-between;
	align-items: stretch;
}
html, body{
	scroll-behavior: smooth;
}

/****** Site Specific *******/
.hovLinkWhite{
	color: white;
}
.hovLinkWhite:hover{
	color: #75A52C;
}
/****** flex styles ******/
.bbwdFlex{
	display: flex;
}
.bbwdCol{
	flex-flow: column;
}
.bbwdRow{
	flex-flow: row wrap;
}
.bbwdRowNW{
	flex-flow: row nowrap;
}
.bbwdCenterFull{
	justify-content: center;
	align-items: center;
}
.bbwdJcntAstart{
	justify-content: center;
	align-items: start;
}
.bbwdAcntJstart{
	justify-content: start;
	align-items: center;
}
.bbwdCenterBttm{
	justify-content: center;
	align-items: end;
}
.bbwdCenterTp{
	justify-content: center;
	align-items: start;
}
.bbwdCenterStch{
	justify-content: center;
	align-items: stretch;
}
.bbwdSpcBtnStch{
	justify-content: space-between;
	align-items: stretch;
}
.bbwdSpcArdStch{
	justify-content: space-around;
	align-items: stretch;
}
.bbwdJEnd{
	justify-content: end;
}
.bbwdGrow3{
	flex-grow: 3;
}
.bbwdGap10{
	gap: 10px;
}
.bbwdGap20{
	gap: 20px;
}
.bbwdGap50{
	gap: 50px;
}
.bbwdGap100{
	gap: 100px;
}

.bbwdPad20px{
	padding:  20px;
}
.bbwdPad40px{
	padding:  40px;
}

.bbwdSelfEnd{
	align-self: end;
}

.bbwdFlexGrow1{
	flex-grow: 1;
}
/**** end flex styles ****/
 
/****** Custom Classes ******/
.bbwd180{
	transform: rotate(180deg);
}
.bbwdTxtCntr{
	text-align: center;
}
.bbwdAutoMarg{
	margin: auto;
}
.bbwdMTop120{
	margin-top: 120px;
}
.bbwdMTop60{
	margin-top: 60px;
}
.bbwdMBot60{
	margin-bottom: 60px;
}
/** end custom classes  **/

/****** Site Wide ******/

/*===================================
 *            Modal
 * ================================*/
#bbwdModal{
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 100vh;
}
#bbwdModInner{
	width: 50%;
    max-width: 50%;
	max-height: 60vh;
	overflow-y: scroll;
    padding: 50px 60px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px -3px;
	gap: 20px;
}
#bbwdCloseModal{
    position: absolute;
    top: 50px;
    right: 15%;
}


 /**end modal**/




div[data-scroll] a{
	display: none !important; 
}

/*===================================
 *       Home Page
 * ================================*/
.bafg-twentytwenty-container .twentytwenty-before-label, .bafg-twentytwenty-container  .twentytwenty-after-label{
	opacity: 1;
}


/*===================================
 *        Single Service Template
 * ================================*/
.serviceCar .swiper-slide{
	transition-duration: .5s;
	transform: scale(.9);
}
.serviceCar .swiper-slide-next{
	transform: scale(1);
}

/*===================================
 *        Tablet Styles
 * ================================*/
@media only screen and (max-width: 1025px) {
  div[data-scroll] a{
		display: inline-block !important; 
	}
}


/*===================================
 *        Mobile Styles
 * ================================*/
@media only screen and (max-width: 1025px) {
  div[data-scroll] a{
		display: inline-block !important; 
	}
}


/*===================================
 *        Style Overrides
 * ================================*/
.bbwdHideMe{
	display: none;
}

.bbwdW100{
	width: 100%;
}
.bbwdW50p{
	width: 50%;
}
.bbwdMaxH50px{
	max-height: 50px;
	min-height: 50px;
	height: 50px;
}

