html {
	font-size: 100.01%;
	scroll-behavior: smooth;
}

body {
	background-color: #f1efef;
	font-family: 'ABCNormal';
	font-weight: normal;
	overflow-x: hidden;
	line-height: 1.6;
	font-size: 16px;
	color: #3c7193;
}

* {
	outline: none !important;
}

.container {
	max-width: 1200px;
	width: 100%;
}

.container-lg {
	max-width: 1100px;
}

.container-tab {
	max-width: 1024px;
}

.container-md {
	max-width: 930px;
}

.container-sm {
	max-width: 820px;
}

:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

a,
.btn,
button,
.nav-link:after,
.nav-link img {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a {
	color: #3c6c8f;
	text-decoration: none !important;
}

a:hover {
	color: #3c6c8f;
}

p a:hover,
li a:hover,
p a:focus,
p a:active,
.icon:hover {
	color: #3136b3 !important;
}

p {
	margin: 0 0 1.5em;
	color: inherit;
}

.footer p{
	margin-bottom: 1.5em !important;
}
.footer p a{
	color: inherit;
}

p:last-child{
	margin-bottom: 0;
}

strong {
	font-weight: 900;
}

sub,
sup {
	font-size: 65%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 0.88;
	margin-bottom: 0.2em;
}

h1 {
	font-size: 150px;
	font-weight: 900;
	font-style: italic;
	font-family: 'Enduro Condensed';
}

h2 {
	font-size: 130px;
	font-weight: 900;
	font-style: italic;
	font-family: 'Enduro Condensed';
}

h2 span {
	font-weight: 300;
}

h3 {
	font-size: 100px;
	font-weight: 900;
	font-style: italic;
	font-family: 'Enduro Condensed';
}

h4{
	line-height: 1;
	font-size: 28px;
	font-weight: bold;
}

h5, .h5{
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 1.1em;
}

h6{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

ul.h5{
	padding-left: 20px;
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
		box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
		border-radius: 5px;
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(13, 110, 253, 0);
		box-shadow: 0 0 0 20px rgba(13, 110, 253, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
		box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
	}
}

.btn{
	color: #3b567a;
	font-size: 16px;
	border-radius: 0;
	padding: 3px 18px;
	font-weight: normal;
	font-family: 'ABCNormal-Super';
}

.btn-primary{
	color: #3c7193;
	background-color: #49ceff;
}

.btn-grad{
	font-weight: bold;
	background: rgb(255,198,95);
	font-family: 'Enduro Condensed';
	background: -moz-linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc65f",endColorstr="#f77942",GradientType=1);
	-webkit-box-shadow: 0 4px 7px rgba(59, 86, 122, 0.35);
	box-shadow: 0 4px 7px rgba(59, 86, 122, 0.35);
}

.btn-blue{
	font-weight: bold;
	background: #3b567a;
	font-family: 'Enduro Condensed';
	-webkit-box-shadow: 0 4px 7px rgba(59, 86, 122, 0.35);
	box-shadow: 0 4px 7px rgba(59, 86, 122, 0.35);
}
.btn-blue span{
	background: -moz-linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc65f",endColorstr="#f77942",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.btn + .btn{
	margin-left: 35px;
}

.btn-lg{
	padding: 6px 30px;
	font-size: 42px;
	line-height: 1;
}

.btn-md{
	padding: 8px 30px;
	font-size: 36px;
	line-height: 1;
}

.btn-link{
	font-weight: 600;
	color: #fa9b4f !important;
	text-transform: uppercase;
	font-family: 'Enduro Condensed';
}

.btn-link img{
	margin-left: 5px;
}

.header{
	padding-top: 30px;
}

.header .container{
	max-width: 1280px;
}
.navbar-nav{
	margin-left: 40px !important;
	margin-top: -30px;
}
.navbar-nav a{
	color: #3c6c8f;
	font-size: 16px;
	font-weight: normal;
	padding: 4px 0 !important;
	font-family: 'ABCNormal-Super';
	border-bottom: 3px solid transparent;
}

.navbar-nav .current_page_item:not(.menu-item-type-custom) a, .navbar-nav .current-page-ancestor a, .navbar-nav a:hover{
	border-bottom-color: #2edad0;
}

.navbar-collapse{
	background-color: #f1efef;
}
.navbar-collapse a{
	margin-right: 58px;
}

.text-grad{
	padding-left: 5px;
	padding-bottom: 5px;
	background: rgb(57,51,89);
	background: -moz-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393359",endColorstr="#42dbf7",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.description{
	width: 100%;
	max-width: 620px;
	background-color: #fff;
	padding: 40px 25px 25px 40px;
}

.home-banner{
	overflow-x: hidden;
}

.home-banner .description{
	margin-left: 15%;
	margin-bottom: -20px;
}
.home-banner{
	padding-top: 100px;
	padding-bottom: 250px;
}
.home-banner-image{
	right: 5%;
	top: -40px;
	z-index: -1;
	max-height: 100%;
}

.service-card{
	position: relative;
	margin-left: auto;
	max-width: 500px;
	width: 100%;
}

.service-card-text{
	background-color: #fff;
	position: absolute;
	max-width: 340px;
	padding: 40px;
	bottom: -90px;
	right: 5px;
	width: 80%;
	z-index: 1;
}

.service-card-text h5{
	font-family: 'ABCNormal-Super';
	font-weight: normal;
	color: #3c6e91;
}

.nav-services{
	margin-left: 25px;
	border: none !important;
}
.nav-services li{
	width: 100%;
	margin-bottom: 5px;
	border: none !important;
}

.nav-services li ul.list-unstyled{
    padding: 15px 50px 5px;
	display: none;
}

.nav-services li button, .nav-services li a{
	font-size: 20px;
	font-weight: 500;
	padding: 2px 20px;
	border: none !important;
	font-family: 'ABCNormal';
	color: #3c6e91 !important;
	border-radius: 0 !important;
}
.nav-services li button.active, .nav-services li a.active, .nav-services li a:hover{
	background-color: #bcebfd !important;
	border: none;
}

.carousel-indicators [data-bs-target]{
	background-color: #3c6e91;
}

.services-btns{
	margin-top: 120px;
}

.home-video{
	padding-top: 245px;
	padding-bottom: 20px;
}

.video-card{
	display: block;
}
.video-card .d-flex{
	padding: 12px 30px;
}
.video-card .d-flex img{
	margin-right: 20px;
	min-width: 50px;
	width: 50px;
}
.video-card .d-flex small{
	font-size: 16px;
	margin-top: 8px;
	display: block;
}
.mt-150{
	margin-top: 150px;
}
.owl-theme .owl-dots .owl-dot span{
	margin: 2px 4px;
	background-color: #3e8cac;
}
.owl-theme .owl-dots .owl-dot.active span{
	background-color: #235a71;
}	
.owl-theme .owl-dots{
	text-align: right;
	position: absolute;
	margin-top: -100px;
	width: 100%;
	top: 0;
}
.owl-theme .owl-nav{
	margin: 0;
}
.owl-theme .owl-nav .disabled{
	display: none;
}
.owl-theme .owl-nav button{
	background-color: transparent !important;
	position: absolute;
	top: 80px;
	margin: 0;
}
.owl-theme .owl-nav button.owl-prev{
	left: -50px;
}
.owl-theme .owl-nav button.owl-next{
	right: -50px;
}

.home-touched .row > div:first-child{
	padding-top: 160px;
	padding-bottom: 160px;
}
.home-touched:before{
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(57,51,89);
	clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
	background: -moz-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393359",endColorstr="#42dbf7",GradientType=1);
}
.testimonial-card{
	background-color: #e3fffd;
	padding: 75px 25px 45px;
}
.testimonial-card p{
	min-height: 340px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 85px;
}
.testimonial-card h6{
	min-height: 45px;
}
.testimonial-active{
	background-color: #b6fffb;
}

.owl-testimonial.owl-theme .owl-dots{
	margin-top: -50px;
}
.owl-testimonial{
	position: relative;
	bottom: -50px;
}
.our-partners{
	padding: 10% 0 70px;
}

.footer-content{
	color: #fff;
	padding: 100px 65px 65px;
	background: rgb(57,51,89);
	background: -moz-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393359",endColorstr="#42dbf7",GradientType=1);
}
.no-shadow{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.footer-content .row{
	margin-bottom: 50px;
}
.footer-content input{
	font-size: 50px;
	line-height: 1;
	border-radius: 0;
	font-weight: 900;
	padding: 5px 15px;
	font-style: italic;
	color: #3c6e91 !important;
	font-family: 'Enduro Condensed';
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3c6e91;
}
.footer-content input::-moz-placeholder { /* Firefox 19+ */
  color: #3c6e91;
}
.footer-content input:-ms-input-placeholder { /* IE 10+ */
  color: #3c6e91;
}
.footer-content input:-moz-placeholder { /* Firefox 18- */
  color: #3c6e91;
}
.footer-content .btn{
	min-width: 200px;
	font-size: 20px;
}
.footer:before{
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 80%;
	content: "";
	margin: auto;
	position: absolute;
	background-color: #d8d8d8;
}
.copyrights{
	font-size: 14px;
	font-weight: 500;
}

.run-banner{
	background: transparent url('../images/run-bg.png') no-repeat top center / cover;
	margin-bottom: 140px;
	padding-bottom: 40px;
	margin-top: -95px;
	padding-top: 11.5%;
}

.run-banner .text-center{
	position: relative;
	z-index: 5;
}

.run-content{
	background-color: #fff;
	padding: 50px 55px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
	margin-bottom: -15px;
	margin-left: 10px;
	margin-right: 10px;
}

.btn.position-relative{
	z-index: 5;
}

.run-image{
	position: absolute;
	width: 22%;
	left: 24%;
	top: 16px;
}

.contact-banner{
	margin-bottom: 65px;
}
.contact-banner h1{
	line-height: .75;
	margin-bottom: 20px;
}
.contact-banner h3{
	font-size: 52px;
}

.contact-banner-image {
    position: absolute;
    margin-top: -30px;
    z-index: -1;
    width: 70%;
}

.contact-info{
	margin-top: 15px;
	padding: 40px 35px;
	background-color: #fff;
}

.contact-info img{
	width: 48px;
	height: 48px;
	min-width: 48px;
	margin-right: 20px;
}

.leadership-banner{
	padding: 220px 0 330px;
}
.leadership-banner:before{
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(57,51,89);
	clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
	background: -moz-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393359",endColorstr="#42dbf7",GradientType=1);
}
.leadership-image{
    position: absolute;
    width: 21.5%;
    z-index: -2;
    right: 18%;
    top: -80px;
}

.leadership-content{
	background: transparent url('../images/leadership-content-bg.png') no-repeat top center / contain;
	padding-bottom: 160px;
	margin-top: -220px;
}
.leadership-box{
	background-color: #fff;
	padding: 0 30px 30px;
}
.leadership-box h4{
	font-weight: bold;
	background: rgb(255,198,95);
	font-family: 'Enduro Condensed';
	background: -moz-linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc65f",endColorstr="#f77942",GradientType=1);
	-webkit-box-shadow: 0 4px 7px rgba(59, 86, 122, 0.35);
	box-shadow: 0 4px 7px rgba(59, 86, 122, 0.35);
	text-transform: uppercase;
	padding: 10px 15px 11px;
	display: inline-block;
	margin-bottom: 12px;
	margin-left: -40px;
	max-width: 240px;
	margin-top: -5px;
	font-size: 24px;
	color: #fff;
	width: 100%;
}
.leadership-box h5{
	margin-bottom: 35px;
}
.leadership-box h5:last-child{
	margin-bottom: 0;
}
.leadership-box h4:last-of-type{
	margin-top: auto;
}

.leadership-column{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
}
.leadership-column h5{
	margin: 0 !important;
}

.leadership-box ul{
	padding: 0;
	list-style-type: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
	margin: 25px 10px;
	font-weight: 500;
}

.service-title{
	display: block;
	max-width: 275px;
	margin: 0 auto 30px;
}

.service-title h2{
	font-size: 52px;
	max-width: 80%;
	line-height: 0.85;
}
.service-title p{
	margin-bottom: 1em;
}
.service-banner{
	margin-top: -20px;
}

.service-banner h3{
	font-size: 79px;
}

.service-info{
	background-color: #fff;
	padding: 30px;
}
.tutering-banner-image{
	position: absolute;
	width: 80%;
	z-index: -1;
	left: 35%;
	top: 50px;
}
.tutoring-learning{
	margin-top: 205px;
}
.tutoring-learning:before{
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	background: rgb(57,51,89);
	clip-path: polygon(0 0, 100% 68%, 100% 100%, 0% 100%);
	background: -moz-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393359",endColorstr="#42dbf7",GradientType=1);
}

.tutoring-learning-box{
	background-color: #fff;
	padding: 50px 50px 80px;
}
.tutoring-learning-box h3{
	padding-bottom: 10px;
	margin-bottom: 30px;
	max-width: 550px;
	font-size: 82px;
}
.tutoring-learning-boy{
    position: absolute;
    max-width: 330px;
    right: -88px;
    width: 100%;
    top: -92px;
}
.tutoring-learning-shape{
	position: absolute;
	max-width: 100%;
	z-index: -1;
	top: -40px;
	right: 0;
}

.banner-shape{
	display: inline-block;
	position: absolute;
	z-index: -1;
	width: 80%;
	left: 35%;
	top: 50px;
}
.banner-shape .banner-image{
	width: 100%;
	display: block;
}
.banner-img-shape{
	position: absolute;
	margin: auto;
	z-index: -1;
	bottom: 0;
	right: 0;
	left: 0;
}
.banner-wedding{
	width: 60%;
	top: -20px;
	left: 40%;
}
.banner-img-shape {
    width: 50%;
    bottom: -16%;
}
.wedding-booking h3{
	max-width: 100% !important;
}
.wedding-booking .col-sm-4 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wedding-booking{
	margin-top: 150px;
}
.wedding-booking:before{
	clip-path: polygon(0 68%, 100% 0, 100% 100%, 0% 100%); 	
}

.financial-banner-image{
	top: 0 !important;
	width: 85%;
	left: 28%;
}

.financial-mentoring:before{
	display: none;
}

.financial-mentoring .col-sm-4 img{
	height: auto;
}

blockquote{
	border-left: 4px solid currentColor;
	margin-bottom: 1.5em;
	font-weight: bold;
	padding-left: 5%;
}

.utility-section .tutoring-learning-shape{
	left: 0;
	right: 0;
	top: auto;
	width: 42%;
	bottom: -11%;
	margin: auto;
}

.interest-section .text-center img{
	max-width: 120%;
	margin-top: -50px;
}

.service-cards{
	margin-top: 140px;
	margin-bottom: 50px;
}

.card{
	border: none;
	border-radius: 0;
	position: relative;
}
.card > img{
	position: absolute;
	max-height: 270px;
	z-index: -1;
	right: 60%;
	top: 0;
}

.card h4{
	font-family: 'ABCNormal-Super';
	font-weight: normal;
	font-size: 34px;
}
.card h5{
	font-family: 'ABCNormal-Super';
	font-weight: normal;
	margin-bottom: 0;
}
.card-body{
	padding: 35px 40px;
}
.card-skyblue{
	background-color: #30c5c2;
	color: #fff;
}
.card-skyblue strong{
	font-weight: inherit;
	color: #3b5377;
}
.card-darkblue{
	background-color: #3b5377;	
	color: #2edad0;
}

.card-body .h2{
	font-family: 'ABCNormal';
	font-weight: 300;
	font-size: 5em;
}
.card-body .d-flex img{
	max-height: 108px;
	max-width: 100px;
}
.card-darkblue > img{
	max-height: none;
	right: auto;
	top: 57%;
}
.card-blue > img{
	max-height: none;
	right: auto;
	top: 48%;
	width: 100%;
}

.card-blue{
	background-color: #41c5e2;
	color: #3b5377;
}

.food-cards{
	margin-top: 250px;
	background: transparent url('../images/food-shadow.png') no-repeat center / 75%;
}
.service-banner-yom-tov{
	margin-bottom: 100px;
}

.yom-tov-food img{
	max-height: 180px;
}

#pills-tabContent{
	height: 575px;
}
.fade {
	-webkit-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear;
}
.navbar-brand{
	z-index: 5;
}

.tabs-content .swiper-container {
  width: 100%;
  height: 300px;
}
.tabs-buttons {
  height: auto;
  color: #3c6e91;
  margin: 0 -12px 25px;
  background-color: #bcebfd;
}
.tabs-buttons:before, .tabs-buttons:after{
	top: 0;
	z-index: 5;
	content: "";
	width: 50px;
	height: 100%;
	opacity: .8;
	position: absolute;
}
.tabs-buttons:before{
	left: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.8687850140056023) 0%, rgba(255,255,255,0.14049369747899154) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.8687850140056023) 0%, rgba(255,255,255,0.14049369747899154) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.8687850140056023) 0%, rgba(255,255,255,0.14049369747899154) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.tabs-buttons:after{
	right: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-90deg, rgba(255,255,255,0.8687850140056023) 0%, rgba(255,255,255,0.14049369747899154) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0.8687850140056023) 0%, rgba(255,255,255,0.14049369747899154) 100%);
	background: linear-gradient(-90deg, rgba(255,255,255,0.8687850140056023) 0%, rgba(255,255,255,0.14049369747899154) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.tabs-buttons .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.tabs-buttons .swiper-slide {
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tabs-buttons .swiper-slide-active {
  opacity: 1;
  font-weight: bold;
}

.swiper-container.tabs-content .service-card{
	margin: auto;
	max-width: 90%;
	max-width: 360px;
}

.swiper-button-next, .swiper-button-prev{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #fff;
	-webkit-background-size: 15px;
	background-size: 15px;
}

.swiper-button-next{
	right: 0;
}
.swiper-button-prev{
	left: 0;
}


.fluentform .ff-el-form-control, .frm-fluent-form .choices__inner {
    font-size: 22px !important;
    font-weight: bold!important;
    border: 2px solid #3b7193!important;
    color: #3b7193!important;
    border-radius: 0px!important;
}

.fluentform .ff-el-form-control::placeholder{
    color: #3b7193!important;
}

select.ff-el-form-control:not([size]):not([multiple]){
    height: 49px !important;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__input{
    font-size: 22px !important;
    font-weight: bold!important;
}

.ff-btn-submit{
    width: 100%;
    font-size: 22px !important;
    font-weight: bold!important;
    border-radius: 0px !important;
}

.fluentform .ff-el-input--label label{
    color: #3b7193!important;
}

.fluentform .ff-el-form-check label.ff-el-form-check-label {
    float: left;
    margin-right: 30px;
}

.fluentform{
    color: #3b7193;
}

.fluentform .ff-el-group {
    position: relative;
    margin-bottom: 30px !important;
}

.other-shul, .other-help{
	display: none;
}
  
.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    font-weight: bold;
    z-index: -1;
	color: #3c7193;
}

.ff-el-form-control:focus + .form-control-placeholder, .ff-el-form-control:not(:placeholder-shown) + .form-control-placeholder{
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}
  
.fluentform .ff-el-form-control{
    background: #fff;
}

.ff-message-success{
	color: #3c7193;
	background: #fff;
	margin: 30px 0;
}

.choices__inner input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #3c6e91;
}
.choices__inner input::-moz-placeholder { /* Firefox 19+ */
	color: #3c6e91;
}
.choices__inner input:-ms-input-placeholder { /* IE 10+ */
	color: #3c6e91;
}
.choices__inner input:-moz-placeholder { /* Firefox 18- */
	color: #3c6e91;
}

.ff-btn-submit{
	font-weight: bold !important;
	background: #3b567a!important;
	font-family: 'Enduro Condensed'!important;
	-webkit-box-shadow: 0 4px 7px rgba(59, 86, 122, 0.35)!important;
	box-shadow: 0 4px 7px rgba(59, 86, 122, 0.35)!important;
	border: none !important;
	color: #fff !important;
	font-size: 36px !important;
}

.ff-btn-submit span{
	background: -moz-linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: linear-gradient(90deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc65f",endColorstr="#f77942",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fluentform .ff-el-input--label label{
	font-size: 22px;
}

.fluentform .ff-el-input--label label span{
	font-weight: normal;
	font-size: 18px;
}

.ff-el-form-check-label{
	font-size: 18px;
}

.contact-info-shape{
	position: relative;
}
.contact-info-shape img{
	position: absolute;
	bottom: -25px;
	z-index: -2;
	left: -25px;
}

.contact-shape{
	padding-bottom: 75px;
	background-position: left 37% bottom;
	-webkit-background-size: 380px;
	background-size: 380px;
	background-repeat: no-repeat;
}

.sub-menu-toggle{
	display: none;
}

li.dropdown:hover .dropdown-menu{
	display: block;
}
li.dropdown .dropdown-menu{
	border: none !important;
	border-radius: 8px !important;
}
li.dropdown .dropdown-menu a{
	margin: 0 !important;
	border: none !important;
	padding: 5px 20px !important;
}

.loader{
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	background-color: #fff;
	visibility: visible;
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	opacity: 1;
	left: 0;
	top: 0;
}
.loader.off{
	visibility: hidden;
	opacity: 0;
}




/* .step-arrow{
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.step-video{
	position: relative;
}
.step-video > img{
	width: 100%;
	display: block;
}
.step-video button{
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.step-video button img{
	width: 55px;
} */


.contact-banner .financial-banner-image{
	right: 0;
	width: 50%;
	left: auto;
	top: -50px !important;
}
.mt-25{
	margin-top: -5%;
}
.shul-content{
	position: relative;
	margin-top: -50px;
}
.shul-content:before{
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	background: rgb(57,51,89);
	clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
	background: -moz-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393359",endColorstr="#42dbf7",GradientType=1);
}
.shul-steps{
	/*background: transparent url('../images/shul-shape.png') no-repeat top left 20% / auto;*/
}
.shul-step{
	height: 100%;
	min-height: 320px;
	position: relative;
	background-color: #e3fffd;
}
.shul-step-inner{
	padding: 20px;
}
.shul-step h3{
	font-size: 85px;
	margin-bottom: 25px;
}
.step-arrow{
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.step-video{
	position: relative;
}
.step-video > img{
	width: 100%;
	display: block;
}
.step-video .btn{
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.step-video .btn img{
	width: 55px;
}

.nf-response-msg{
	margin-bottom: 20px;
}


.font-black{
	font-family: 'Enduro Condensed';
	font-style: italic;
	font-weight: 900;
}
.banner-links li{
	width: auto;
}
.banner-links li a{
	font-size: 24px;
}
.section-health-box{
	background-color: #e3fffd;
}
.section-health-footer{
	color: #e3fffd;
	background: rgb(57,51,89);
	background: -moz-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	background: linear-gradient(90deg, rgba(57,51,89,1) 0%, rgba(66,219,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393359",endColorstr="#42dbf7",GradientType=1);
}
.section-health-box{
	margin-left: auto;
	max-width: 650px;
	width: 100%;
}
.section-health-body h3{
	margin-bottom: 0.4em;
	padding-bottom: 10px;
}
.section-health-body{
	font-size: 16px;
	font-weight: 500;
	padding: 50px 40px 30px;
}
.section-health-body h5{
	max-width: 480px;
	font-size: 21px;
	width: 100%;
}
.section-health-body p{
	max-width: 440px;
	width: 100%;
}
.section-health-body p a{
	text-decoration: underline !important;
	font-weight: bold;
}	
.section-health-footer{
	padding: 25px 40px;
	color: #e3fffd;
}
.section-health-footer img{
	width: 100px;
}
.section-health-footer h5{
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	font-family: 'ABCNormal';
}
.section-health-footer h5 strong{
	font-family: 'ABCNormal-Super';
	font-weight: normal;
}
.section-health-footer a{
	color: #e3fffd;
	text-decoration: underline !important;
}
.section-health{
	background-repeat: no-repeat;
}
.referal-content:before{
	height: 720px;
	top: -45px;
}
.section-health:nth-child(2n+2) .section-health-footer{
	background: rgb(255,198,95);
	background: -moz-linear-gradient(142deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: -webkit-linear-gradient(142deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	background: linear-gradient(142deg, rgba(255,198,95,1) 0%, rgba(247,121,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc65f",endColorstr="#f77942",GradientType=1);
}
.section-health-2 p{
	max-width: 520px;
}
.section-health-footer p{
	margin-top: 20px;
}
.section-health-1{
	-webkit-background-size: 58%;
	background-size: 58%;
	background-position: bottom left;
	padding-bottom: 16.5%;
	padding-top: 58px;
}
.section-health-2{
	-webkit-background-size: 91%;
	background-size: 91%;
	background-position: bottom left;
	padding-bottom: 17.5%;
	padding-top: 58px;
	position: relative;
	margin-top: -11%;
	z-index: 1;
}
.section-health-3{
	background-position: top right;
	-webkit-background-size: 75%;
	background-size: 75%;
	margin-top: -10%;
	padding-top: 18%;
}
.referal-content{
	margin-bottom: 100px;
}

.our-clients .owl-theme .owl-dots{
	margin-top: 35px !important;
	position: relative;
	text-align: center;
}
.owl-clients .owl-stage{
	-ms-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 5px 0;
}
.owl-clients .owl-stage img{
	width: 100%;
	margin: auto;
	display: block;
	max-width: 250px;
	max-height: 100px;
	object-fit: contain;
	height: auto !important;
}