/* Header CSS */
.mainHeaderSec .fl-row-content-wrap {
	background: rgb(0 0 0 / 35%) !important;
    backdrop-filter: blur(20px) !important;
}
.headerBorderBtn a {
    background: transparent;
    text-align: center;
    padding: 16px !important;
    border-radius: 8px;
    color: #DC7100;
    font-weight: 800;
    width: 100%;
	border: 1px solid #DC7100;
	max-width: 300px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.headerBorderBtn a:hover {
    background: #DC7100;
    color: #fff;
}
.headerBtn a {
    background: #DC7100;
    text-align: center;
    padding: 16px !important;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 800;
    width: 100%;
	border: 1px solid #DC7100;
	max-width: 300px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.headerBtn a:hover {
    background: #fff;
    color: #DC7100;
}
/*  */

/* Homepage CSS */
.noMarginHead h1 , .noMarginHead h2 , .noMarginHead h3 , .noMarginHead h4 , .noMarginHead h5 , .noMarginHead h6{
    margin: 0 !important;
}
h1{
	font-size: 82px; 
	line-height: 92px; 
}
.fl-module-button a.fl-button {
    text-transform: uppercase;
}
.homeHeroSec {
    position: relative;
    z-index: 9;
}
.homeHeroSec .fl-row-content-wrap {
    height: 96vh;
}
em {
    font-family: "Bodoni Moda" !important;
}
.servicesSingleBox {
    position: relative;
    overflow: hidden;
	height: auto;
    transition: 0.3s ease-in-out;
	display: block !important;
	border-radius: 10px;
}
.servicesSingleBox .servicseImageBox {
	height: 380px;
	position: relative;
	border-radius: 0px;
	transition: 0.3s height ease-in-out;
	background-position: top center;
	display: none !important;
}
.servicesSingleBox .serviceOverlayContent {
    height: 100%;
    overflow: hidden;
    padding: 20px;
	margin-top: 0px;
	border-radius: 0px;
}
/* .servicesSingleBox:hover .serviceOverlayContent {
	height: 364px;
    padding: 20px;
	opacity: 1;
} */
/* .servicesSingleBox:hover .servicseImageBox {
    height: 420px;
} */
.blurTextCol p {
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.35);
    background-blend-mode: multiply;
    backdrop-filter: blur(12px);
    display: inline-block;
    color: #fff;
    padding: 8px 12px;
}
.servicesSingleBox .servicseImageBox .blurTextCol {
    position: absolute;
    top: 20px;
    left: 20px;
}
.orangeTextBox em {
    color: #DC7100 !important;
}
.homeVideoSlider .uabb-video-gallery-wrap .slick-list {
    overflow: visible !important;
}
.homeVideoSlider .slick-dots li button:before {
	color: #ffffff8a !important;
}
.testimonialSliderRow .uabb-testimonial .uabb-testimonial-photo {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 220px;
    margin: 0 auto;
}
.testimonialSliderRow .uabb-testimonial .uabb-rating {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.testimonialSliderRow .uabb-testimonial {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.testimonialSliderRow .uabb-testimonial .uabb-testimonial-author-description h5 em {
	font-family: 'Inter' !important;
	font-weight: 300 !important;
	line-height: 1.4;
	font-size: 105%;
}
.testimonialSliderRow .uabb-testimonial .uabb-testimonial-author-description {
    padding-bottom: 60px;
	max-width: 1040px;
    margin: 0 auto;
}
.testimonialSliderRow .uabb-testimonial .uabb-testimonial-author-description h4 {
    line-height: 48px;
}
.testimonialSliderRow .uabb-rating__wrap i.uabb-rating__ico {
    color: #F1B642 !important;
}
.testimonialSliderRow .uabb-module-content .bx-wrapper {
    margin-bottom: 0;
}
.milestoneSingleBox:nth-last-child(1) span.fl-number-int {
    display: none;
}
.homeVideoSlider .uabb-video-gallery-wrap ul.slick-dots {
	position: relative;
	clear: left;
}
.brainInjurySec {
	position: relative;
}
.brainInjurySec .blurTextCol {
    position: absolute;
    top: 100px;
}
/*.meetOurTeamBox {
	transition: 0.3s all ease-in-out;
	text-decoration: none !important;
}
.meetOurTeamBox:hover {
	background: #FBECDC;
}
.meetOurTeamBox:hover .fl-photo-content img {
    filter: grayscale(0);
}
.meetOurTeamBox .fl-photo-content img {
    filter: grayscale(1);
	transition: 0.3s all ease-in-out;
}
.meetOurTeamBox:hover > .fl-module p {
    color: #DC7100 !important;
}
.meetOurTeamBox .fl-module:nth-last-child(1) p {
    color: #1D1D1D;
}*/

.meetOurTeamBox {
	transition: 0.3s all ease-in-out;
	text-decoration: none !important;
}

.meetOurTeamBox:hover {
	background: #FBECDC;
}

/* Remove grayscale and add scale instead */
.meetOurTeamBox .fl-photo-content img {
    filter: none;
    transition: transform 0.3s ease-in-out;
}

.meetOurTeamBox:hover .fl-photo-content img {
    transform: scale(1.05); /* slight enlargement on hover */
}

.meetOurTeamBox:hover > .fl-module p {
    color: #DC7100 !important;
}

.meetOurTeamBox .fl-module:nth-last-child(1) p {
    color: #1D1D1D;
}

.homeTestimonialSec {
    overflow: hidden;
}
.homeFormSec .gform-body .ginput_container input {
    height: 64px !important;
    border-radius: 6px;
}
.homeFormSec .gform-body .gform_fields {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
}
.homeFormSec .gform-body .ginput_container select {
    height: 64px !important;
    border-radius: 6px !important;
}
.homeFormSec .gform_wrapper .gform-footer input {
    padding: 0 !important;
    height: 44px;
    width: 100%;
    max-width: 430px;
    text-transform: uppercase;
}
.ourPeopleSec ul.slick-dots li.slick-active {
    background: #EC600B;
    width: 60px;
    border-radius: 80px;
}
.ourPeopleSec ul.slick-dots li.slick-active button:before {
    color: #EC600B !important;
}
.ourPeopleSec ul.slick-dots li button:before {
    opacity: 1 !important;
	width: 12px;
    height: 12px;
	line-height: 12px;
    font-size: 12px !important;
}
.ourPeopleSec ul.slick-dots li {
    transition: 0.3s ease-in-out;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.ourPeopleSec ul.slick-dots li button {
	width: 12px;
    height: 12px;
}
.brainInjurySec .fl-row-content-wrap {
    height: 80vh;
}
.homeFormSec .gform-body .ginput_container_date input {
    width: 100% !important;
}
.homeVideoSlider .uabb-video-gallery-wrap ul.slick-dots li button:before {
	font-size: 12px;
}
.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    background: #DC7100 !important;
    color: #fff !important;
}
.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
	padding-right: 24px !important;
}
.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-year {
	padding-right: 24px !important;
}
html body .ui-datepicker th {
	background-color: #ffad56 !important;
}
.clientStoryRow {
    margin: 0 auto;
}
.storySingleBox .fl-module-button a {
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.storySingleBox:hover .fl-module-button a {
    opacity: 1;
}
.homeTestimonialSec .uabb-video-gallery-wrap .uabb-video__gallery-item .uabb-video__gallery-iframe{
    max-width: 1160px;
    background-position: top center;
    border-radius: 10px;
    overflow: hidden;
	margin: 0 auto;
}
/*  */





.gform_wrapper.gravity-theme .gfield input.large {
	
}

.homeVideoSlider ul.slick-dots li.slick-active {
    background: #EC600B;
    width: 60px;
    border-radius: 80px;
}
.homeVideoSlider ul.slick-dots li.slick-active button:before {
    color: #EC600B !important;
}
.homeVideoSlider ul.slick-dots li button:before {
    opacity: 1 !important;
	width: 12px;
    height: 12px;
	line-height: 12px;
    font-size: 12px !important;
}
.homeVideoSlider ul.slick-dots li {
	transition: 0.3s ease-in-out;
	width: 12px;
	height: 12px;
	margin: 0 5px;
}
.homeVideoSlider ul.slick-dots li button {
	width: 12px;
    height: 12px;
}


.bx-wrapper .bx-pager.bx-default-pager a {
	transition: 0.3s ease-in-out;
    width: 12px;
    height: 12px;
    margin: 0 5px;
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #EC600B;
	width: 60px;
	border-radius: 80px;
}
.footerFormWrap .gform_wrapper.gravity-theme .gfield input.large {
	margin-bottom: 0 !important;
}


.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    display:none !important
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label{
    font-weight:normal;
    cursor:pointer;
    margin-bottom:0;
    padding-left:0;
    line-height:1; 
    margin:0;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label:before {
    content:"";
    display:inline-block;
    width:17px;
    height:17px;
    vertical-align:middle;
    margin-right:8px;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:2px;
    font-weight:normal;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
    content:"\2714";
    color:white;
    background-color:#69f;
    border:1px solid #69f;
    text-align:center;
    line-height:14px;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] {
    display: none;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] + label{
    font-weight:normal;
    cursor:pointer;
    margin-bottom:0;
    padding-left:27px;
    line-height:1;
    margin:0;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 1px;
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label:before {
    background-color: #fff;
    border: 4px solid #69f;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    display: none !important;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c01f41 !important;
}
.gform_wrapper .gform_validation_errors {
    border: 1.5px solid #c01f41 !important;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
    color: #c01f41 !important;
}
.gform_wrapper .gfield_required {
    color: #c01f41 !important;
}
body .gform_wrapper .top_label .gfield_label {
    margin-top: 0;
}
body div#ui-datepicker-div[style] {
    background-color: #fff;
    padding: 10px;
    min-width: 270px;   
}
.ui-datepicker-title select {
    margin-top: 0 !important;
    width: 88px;
    float: left;
    padding: 0px 7px !important;
    height: 32px;
    font-size: 13px;
}
body .ui-datepicker-header {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    min-height: 40px!important;
    border-width: 0 !important;
}
.ui-datepicker .ui-datepicker-header a {
    background-color: #000 !important;
}
.ui-datepicker-prev {
    margin-right: 7px;
}
.ui-datepicker td a, .ui-datepicker td span {
    width: 100% !important;
    background: #fff !important;
    text-shadow: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 30px !important;
    display: block !important;  
}
.ui-datepicker tbody td {
    padding: 0;
    border: 1px solid #ccc; 
}
td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #eee;
}
.ui-datepicker tbody td:last-child {
    border-right: 1px solid #bbb;
}
.ui-datepicker .ui-datepicker-calendar td {
    height: 30px !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background-color: transparent !important;
}
.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
    color: #fff !important;
    text-shadow: none !important;
    filter: none !important;
    background-color: #555 !important;
}
.ui-datepicker .ui-datepicker-calendar td:hover, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
    background-color: #eeeeee !important;
}
.sadu-gravaty-style .gform_wrapper .gfield_error .gfield_label {
    color: #e60000 !important;
}
.loader {
  border: 5px solid #eee;
  border-radius: 50%;
  border-top: 5px solid #0053A0;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn-load {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important;
}
.btn-load:hover,
.btn-load:active,
.btn-load:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}
.btn-load:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}
.btn-default.btn-load:before {
  border-left-color: #333333;
  border-right-color: #333333;
}
.btn-lg.btn-load:before {
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}
.btn-sm.btn-load:before {
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}
.btn-xs.btn-load:before {
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}
@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.progress_load {
    height: 4px;
    position: relative;
    display: block;
    background-color: #2e4b93;
    position: relative;
    overflow: hidden;
    clear: both;
}
.loadmoreDiv{
  text-align:center;  
}
.progress_load:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .5)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .5)), color-stop(.75, rgba(255, 255, 255, .5)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 30px 30px;
    -webkit-animation: move 1s linear infinite;
    -moz-animation: move 1s linear infinite;
    overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}