/*===================================
 *          Site Colors
 * Blue              - #083499
 * Orange            - #FF6B01
 * Light Orange      - #F9E7C5
 * Ligt Grey         - #e2e8f0
 * Text Grey         - #5E5E5E
 * Background Blue   - #F1F6FD
 * ================================*/

@keyframes bounce {
  0%   {transform: translatey(0px);}
  50%  {transform: translatey(-5px);}
  100% {transform: translatey(0px);}
}

@keyframes greyFadeBack {
  0%   {background: linear-gradient(45deg, rgb(240, 240, 240), rgb(220, 220, 220) ,rgb(240, 240, 240), rgb(220, 220, 220) ,rgb(240, 240, 240) );}
  20%  {background: linear-gradient(45deg, rgb(220, 220, 220), rgb(240, 240, 240), rgb(220, 220, 220), rgb(240, 240, 240), rgb(220, 220, 220) );}
  40%  {background: linear-gradient(45deg, rgb(240, 240, 240), rgb(220, 220, 220) ,rgb(240, 240, 240), rgb(220, 220, 220) ,rgb(240, 240, 240) );}
  60%  {background: linear-gradient(45deg, rgb(220, 220, 220), rgb(240, 240, 240), rgb(220, 220, 220), rgb(240, 240, 240), rgb(220, 220, 220) );}
  80%  {background: linear-gradient(45deg, rgb(240, 240, 240), rgb(220, 220, 220) ,rgb(240, 240, 240), rgb(220, 220, 220) ,rgb(240, 240, 240) );}
  100% {background: linear-gradient(45deg, rgb(220, 220, 220), rgb(240, 240, 240), rgb(220, 220, 220), rgb(240, 240, 240), rgb(220, 220, 220) );}
}


.bbwdWaitLoad{
	animation: greyFadeBack 2s infinite;
	border-radius: 3px;
}


.bounceCSS {
  animation: bounce 1.25s infinite;
}

.bbwdPaddingTop45px{
	padding-top: 45px !important;
}

/*===================================
 *            Global
 * ================================*/
body{
	max-width: 100%;
	overflow-x: hidden;
}
button{
	border-radius: 8px !important;
}

.bbwdNoBorder{
	border: none !important;
}

.serviceLoopItem a:hover{
	cursor: pointer !important;
}
.bbwdHovWhite button, .bbwdHovWhite a{
	border: 2px solid #FF6B01 !important;
	background: #FF6B01 !important;
	transition-duration: .2s;
}
.bbwdHovWhite button:hover, .bbwdHovWhite a:hover{
	color: #FF6B01 !important;
	background: white !important;
}

.elementor-accordion-item{
	border: none !important;
}
.elementor-tab-title{
	display: flex;
    justify-content: start;
    align-items: center;
}
.bbwdRev .elementor-tab-title{
	flex-flow: row-reverse;
    justify-content: space-between;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 15px 10px -4px rgba(0, 0, 0, 0.12);
}
.bbwdRev .elementor-tab-title a{
	font-weight: bold !important;
}
.titleStart .elementor-tab-title{
	justify-content: start;
}

.bbwdOrangeBtn a, .bbwdOrangeBtn button{
	background: #FF6B01 !important;
	color: white !important;
	border-color: white !important;
	border-radius: 8px !important;
}
.bbwdOrangeBtn:hover a, .bbwdOrangeBtn:hover button{
	color: #FF6B01 !important;
	background: #F9E7C5 !important;
	border-color: #F9E7C5 !important;
}
.bbwdBlueHov button, .bbwdBlueHov a{
	background: #083499;
	color: white !important;
	transition-duration: .2s;
	border-radius: 8px !important;
}
.bbwdBlueHov button:hover, .bbwdBlueHov a:hover{
	background: #79A3E0 !important;
	color: #083499 !important;
	transition-duration: .2s;
}
.scrollToTopBtn{
	position: fixed;
	padding-right: 10px;
	bottom: -50px;
	z-index: 9999;
}
.scrollToTopBtn button{
	color: white !important;
	border: none !important;
}

.bbwdCard h5{
	color: white !important;
}

.swiper-slide:has(.bbwdCard){
	transform: scale(0.9) !important;
	transition-duration: .2s;
	box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, .3);
}
.swiper-slide-next:has(.bbwdCard){
	transform: scale(1.0) !important;
	box-shadow: 0px 20px 15px -13px rgba(0, 0, 0, .3);
}
.bbwdServCar .swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden{
	padding-bottom: 50px;
}

.bbwdOrangeIcon{
	padding: 10px;
	background: #FF6B01;
	color: white;
	width: fit-content;
	border-radius: 1rem;
}
.bbwdSDetailCard{
	background: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.bbwdSDetailCard h5{
	color: #083499;
	margin: 0 !important;
}

.bbwdServCard2 h5{
	color: white;
}
.bbwdServCard2 span{
	font-size: 2rem;
	font-weight: 600;
	width: 60px;
	height: 60px;
	background: #FF6B01;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}
.bbwdCardImg{
	border: 2px solid #A0A0A0;
	border-radius: 5px;
	color: #083499;
}

.simpleSpan{
	background: #FF6B01;
    padding: 5px 15px;
    border-radius: 100px;
    color: white;
    font-weight: normal;
    font-size: 12px;
}

.bbwdCarArrow{
	color: #083499;
}

.bbwdBlueBack .bbwdCarArrow{
	color: white;
}
.bbwdBlueBack .bbwdOrangeIcon svg{
	width: ;
}
.bbwdServIcons{
	font-family: "dashicons";
    margin: auto;
    width: 200px !important;
    font-size: calc(7rem + 1vw);
    margin: auto;
    display: flex;
    justify-content: center;
    background: #FF6B01;
    color: white;
    margin-top: 20px;
    border-radius: 100px;
    height: 200px;
	transition-duration: .2s;
}
.bbwdServIcons:before{
	transition-duration: .2s;
	line-height: .9lh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bbwdServIcons:hover{
	transform: scale(1.03);
    font-size: calc(7.5rem + 1vw);
}

.bbwdServIcons:hover:before{
	margin-top: -5px;
}


/************ Popup ************/
#bbwdPopUp .elementor-field-subgroup.elementor-subgroup-inline{
	justify-content: space-between;
	margin-top: 10px;
}
#bbwdPopUp .elementor-field-subgroup.elementor-subgroup-inline input{
	display: none;
}
#bbwdPopUp .elementor-field-option{
	display: flex;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}
#bbwdPopUp .elementor-field-option  label{
	padding: 10px;
    border-radius: 10px;
	border: 1px solid #A0A0A0;
	font-weight: bold;
	transition-duration: .2s;
}
#bbwdPopUp .elementor-field-option  label:hover{
	cursor: pointer;
	padding: 13px;
}
#bbwdPopUp .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option:has(input:checked) label{
	background: #FF6B01;
	border-color: #FF6B01;
	color: white;
}

/************ Carousel Styling *************/
.my-text-carousel { 
	position: relative; 
	margin: auto; 
	overflow: hidden;
}
.my-text-carousel .carousel-inner { 
	display: flex; 
	transition: 
	transform 0.5s ease-in-out;
	align-items: center;
}
.my-text-carousel .carousel-item { 
	min-width: 100%; 
	box-sizing: border-box;
	padding: 1em;
}
.my-text-carousel .carousel-item .bbwdSDetailCard {
	min-height: 200px;
	width: 75%;
	margin: auto;
}
.my-text-carousel button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	color: white;
	border: 1px solid grey;
	border-radius: 100px;
	padding: 0.5em;
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: grey;
	display: flex;
	justify-content: center;
	align-items: center;
}
.my-text-carousel button:hover, .my-text-carousel button:focus{
	background: #FF6B01;
	color: white;
}
.my-text-carousel button.prev { 
	left: 0;
}
.my-text-carousel button.next { 
	right: 0;
}
.my-text-carousel .next i{
	transform: translateX(8%);
}

/*===================================
 *            Modal
 * ================================*/
.bbwdModalToggle:hover{
	cursor: pointer;
}
#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{
    margin-top: -45px;
    margin-right: -55px;
}
#bbwdCloseModal button{
	border-radius: 100px;
	padding: 5px 8px;
	line-height: 1;
	font-size: 15px;
	color: grey;
	border-color: grey;
}
#bbwdCloseModal button:hover{
	color: white;
	background: grey;
}
#bbwdModalContent{
	width: 100%;
}
.bbwdToModal{
	display: none;
}
#bbwdModalContent .bbwdToModal{
	display: inherit;
}
 /**end modal**/
/*===================================
 *          Cookie Notice
 * ================================*/
#bbwdCookieNotice{
	position: fixed;
    bottom: -250px;
    left: 0px;
    width: 100%;
    background: white;
    padding: 30px 5px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .15);
    z-index: 9999;
}
#bbwdInnerCookie{
	margin: auto;
}
#bbwdInnerCookie p{
	margin: 0;
}

#bbwdInnerCookie a{
	text-align: center;
	font-size: 12px;
}

a{
	transition-duration: .1s;
}
.bbwdAllPTypes{
	gap: 5px;
}
.bbwdAllPTypes .bbwdIcon{
	font-size: 44px;
    line-height: 25px;
    margin-bottom: 7px;
}

.bbwdLoopTitle a{
	font-weight: bold !important;
}
.bbwdLoopDesc a{
	font-weight: normal ;
	color: rgb(94, 94, 94) !important;
}

.bbwdNoHov a:hover, .noAstyles a:hover{
	font-weight: unset !important;
}
.noAstyles a{
	color: #5E5E5E !important;
}
.loopItem:hover h2 a{
	font-weight: bold;
}


/**/
/* .bbwdHandleHov .bbwdHideHov .bbwdShowHov */
.elementor-container.elementor-column-gap-default:has(.bbwdHandleHov){
	align-items: start;
}
/* .elementor-container.elementor-column-gap-default .bbwdHandleHov{
	min-height: 284px !important;
} */
.bbwdHandleHov{
	min-height: 555px;
}
.bbwdHandleHov .elementor-widget-wrap.elementor-element-populated{
	align-content: center !important;
	align-items: center !important;
}
.bbwdHandleHov .bbwdShowHov, .bbwdHandleHov:hover .bbwdHideHov{
	height: 0px;
	opacity: 0;
	transition: height .5s ease-out, opacity .2s ease-out;
}
.bbwdHandleHov:hover .bbwdShowHov{
 	height: 550px;
	opacity: 1;
	transition: height .5s ease-out, opacity .2s ease-out;
}

.bbwdHandleHov .bbwdHideHov{
 	height: 284px; 
	transition: height .5s ease-out;
}

.bbwdHandleHov .bbwdHideHov, .bbwdHandleHov .bbwdShowHov{
	overflow: hidden !important;
	transition: height 1s ease-out;
}
/*===================================
 *        Single Service Page
 * ================================*/
.bbwdServiceContent p{
	color: #5E5E5E !important; 
}
.bbwdServiceContent p strong{
	font-weight: 700;
}
.bbwdServiceContent .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0 !important;
}

.bbwdBlueBack p, .bbwdBlueBack h2, .bbwdBlueBack h3, .bbwdBlueBack h4, .bbwdBlueBack h5, .bbwdBlueBack h6{
	color: white !important;
	text-align: center;
}
.bbwdSDetailCard h2, .bbwdSDetailCard h3, .bbwdSDetailCard h4, .bbwdSDetailCard h5{
	color: #083499 !important;
}
.bbwdSDetailCard p{
	color: #5E5E5E !important;
}

.whiteTitle h2, .whiteTitle h3, .whiteTitle h4, .whiteTitle h5, .whiteTitle h6{
	color: white !important;
}
#success_stories{
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
/* 	min-height: 450px; */
}
.bbwdCarItem{
	background: white;
	border-radius: 5px;
	box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, .1);
	overflow: hidden;
	margin: auto;
	padding: 30px 50px;
	width: 90%;
}
/*.bbwdCarItem .bbwdCarCont{
	padding: 20px 20px 20px 0px;
}
.bbwdCarItem img{
	min-width: 300px;
}*/
.wp-block-group.mobile1Col{
	margin-top: 60px;
}



/*===================================
 *      Post and Filter Display
 * ================================*/
#bbwdFilterMaster{
	background: #f1f5f9;
	padding: 4px;
	border-radius: 5px;
	margin-bottom: 48px;
}
#bbwdFilterMaster button{
	background: transparent;
	border: none !important;
	color: #5E5E5E !important;
}
#bbwdFilterMaster button.bbwdActiveFilter{
	background: white;
	color: black !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

#bbwdPostMaster{
	gap: 2rem;
	min-height: 540px;
}
#bbwdPostMaster section{
	height: 100%;
}
#bbwdPostMaster ul{
	list-style: none;
}
#bbwdPostMaster .bbwdTopTerm, .page-id-2261 .bbwdSiPoTag, .bbwdSiPoTag{
	padding: 2px 10px !important;
    border-radius: 100px !important;
    color: white !important;
	font-size: 12px !important;
	font-weight: bold;
}
#bbwdPostMaster .bbwdCardItem{
	display: flex !important;
}
#bbwdPostMaster .bbwdCardItem img{
	transition-duration: .2s;
}
#bbwdPostMaster .bbwdCardItem:hover section{
	box-shadow: 0px 10px 24px -8px rgba(0,0,0,0.5);
}
#bbwdPostMaster .bbwdCardItem a:has(img){
	width: 100% !important;
}
#bbwdPostMaster .bbwdCardItem:hover img{
	transform: scale(1.05);
}

.bbwdTimeEst{
	font-weight: 400 !important;
	font-size: 16px;
}
.bbwdLightGrey{
	color: #A0A0A0 !important;
	fill: #A0A0A0 !important;
}

#bbwdLoadMoreBtn{
	grid-column: 2 / span 1;
	color: white;
    border-color: #083499;
	margin-top: 50px;
}

/*===================================
 *          Single Post View
 * ================================*/

.singlePostTags .elementor-post-info__terms-list-item, .page-id-2261 .bbwdSiPoTag{
	background: #F1F6FD;
	color: white;
	padding: 4px 12px;
	border-radius: 100px;
	font-weight: 400;
    font-size: 16px;
	display: flex !important;
    flex-flow: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 3px !important;
}
.Featured.bbwdSiPoTag{
	color: #0f3a8a !important;
}
.page-id-2261 .Featured.bbwdSiPoTag{
	background: #FF6B01 !important;
	color: white !important;
}
.page-id-2261 .Featured.bbwdSiPoTag:before{
	content: '';
}
.Featured.bbwdSiPoTag:before{
	content: "\f005";
	font-family: "Font Awesome 5 Free" !important;
    font-size: 13px !important;
}
.Blog.bbwdSiPoTag{
	background: white !important;
	border: 1px solid #e2e8f0;
}
.page-id-2261 .Blog.bbwdSiPoTag{
	border: none;
}

a.wp-block-file__button.wp-element-button{
	background: #083499;
    color: white;
    font-weight: 400;
    padding: 4px 22px;
}
.bbwdLoopBtn .fas{
	font-size: 14px;
    margin-bottom: 3px;
}





/*===================================
 *          Loading Styles
 * ================================*/
.bbwdFouxCard{
	background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px -15px rgba(0, 0, 0, .3);
}
.bbwdImgPlc{
	min-height: 240px;
	max-height: 240px;
	height: 100%;
}
.bbwdLoadImgPH{
	height: 34px;
}
.bbwdFouInner{
	padding: 53px 10px 10px 10px;
	height: 100%;
}
.bbwdLoadDescription{
	height: 75px;
	margin-bottom: 20px;
}



/*===================================
 *          Tablet
 * ================================*/
@media only screen and (max-width: 1024px) {
}

/*===================================
 *          Mobile
 * ================================*/
@media only screen and (max-width: 767px) {
	#bbwdCookieNotice{
		bottom: -440px;
	}
  #bbwdInnerCookie{
		flex-flow: column;
		justify-content: stretch;
		align-items: stretch;
		gap: 0;
	}
	
	#bbwdPopUp .elementor-field-option, #bbwdPopUp .elementor-field-option label{
		width: 100% !important;
	}
	
	
	/************************ Schedule Con. Popup ************************/
	#bbwdPopUp .elementor-field-subgroup.elementor-subgroup-inline {
		justify-content: center;
		margin-top: 10px;
		gap: 10px;
	}
	
	.bbwdWordBreakMobile p, .bbwdWordBreakMobile a, .bbwdWordBreakMobile span{
		word-break: break-word;
	}
	
	.bbwdMobileStart{
		justify-content: start !important;
		align-items: start !important;
	}
	
	.single-service #service-content ul{
		margin: 0;
		padding: 0;
	}
	
	.single-service #service-content ul li{
		margin-bottom: 10px;
	}
	.single-service #service-content .bbwdGapTB100{
		gap: 50px 0;
	}
	.bbwdCarItem{
		padding: 0px;
	}
	.bbwdCarItem p{
		font-size: 16px;
	}
	
	/********* overide flex styles for carousel ************/
	.carousel-item .bbwdSDetailCard div{
		flex-flow: column !important;
		gap: 10px !important;
	}
	.my-text-carousel .carousel-item{
		padding: 0;
	}
	.my-text-carousel .carousel-item .bbwdSDetailCard {
		width: 89%;
	}
	
	.mobile1Col{
	grid-template-columns: unset !important;
	display: flex !important;
	flex-flow: column !important;
	justify-content: center !important;
	align-items: center !important;
	}
	.mobile1Col div{
		width: 100% !important;
	}
	
	.bbwdServIcons{
		width: 55px !important;
        height: 55px !important;
        font-size: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
	}
	.bbwdServIcons:hover{
		font-size: 45px;
	}
	
	.bbwdCarItem{
		flex-flow: column !important;
		width: 100% !important;
	}
	.bbwdCarItem .bbwdCarCont{
		padding: 20px;
	}
	.bbwdCarItem img{
		min-width: unset;
	}
	
	.bbwdHandleHov {
		min-height: 380px;
	}
	.bbwdHandleHov:hover .bbwdShowHov{
		height: fit-content;
		opacity: 1;
		transition: height .5s ease-out, opacity .2s ease-out;
	}
	.bbwdServiceContent .wp-block-spacer{
		height: 60px !important;
	}
	.bbwdServiceContent .wp-block-group-is-layout-grid{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	.bbwdServiceContent .alignfull{
		padding: 60px 10px !important;
	}
	
	.wp-element-button{
		width: 100%;
	}
	.wp-block-button.has-custom-width.wp-block-button__width-25.findOutMoreBtn{
		width: 100% !important;
	}
	
	a.wp-block-file__button.wp-element-button{
		width: 100%;
		margin: 0 !important;
		text-align: center;
	}
	
	
	/*.bbwdRelatedPosts .bbwdLoopPostContent{
		display: none;
	}*/
}

/********************** Overrides ***********************/
.regTextColor h6, .regTextColor h5, .regTextColor h4, .regTextColor h3, .regTextColor h2, .regTextColor p{
	color: #5E5E5E !important; 
}




/******** Hightlights ***********/
#bbwdPostMaster .bbwdPostBlog, .Blog.bbwdSiPoTag{
	background: #083499 !important;
}
#bbwdPostMaster .bbwdPostCHighlights, .Client.Highlights.bbwdSiPoTag{
	background: #9333ea !important;
}
#bbwdPostMaster .bbwdPostMedia, .Media.bbwdSiPoTag{
	background: rgb(55 65 81) !important;
}
#bbwdPostMaster .bbwdPostNewsletter, .Newsletter.bbwdSiPoTag{
	background: #16a34a !important;
}
#bbwdPostMaster .bbwdPostPartners, .Partners.bbwdSiPoTag{
	background: grey !important;
}
#bbwdPostMaster .bbwdPostPodcast, .Podcast.bbwdSiPoTag{
	background: #FF6B01 !important;
}

.bbwdFeatLoop .post {
	display: none !important;
}
.bbwdFeatLoop .post:first-of-type {
	display: block !important;
}


