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

body{
	font-family: 'Akkurat LL Heb';
	background-color: #1c1658;
	font-weight: normal;
    line-height: 1.4;
	font-size: 18px;
	color: #d1f0f6;
}

*{
	outline: none !important;
}

.container{
	max-width: 1280px;
	width: 100%;
}
.container-lg{
	max-width: 1620px;
}
.container-md{
	max-width: 990px;
}
.container-sm{
	max-width: 660px;
}
: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: #363636;
	text-decoration: none !important;
}
a:hover{
	color: #fff;
}
p a:hover, li a:hover, p a:focus, p a:active, .icon:hover{
	color: #fff !important;
}
p{
	margin: 0 0 15px;
	color: inherit;
}
p:last-child{
	margin-bottom: 0 !important;
}
strong{
	font-weight: bold;
}
sub, sup{
	font-size: 65%;
}
h1{
	background: rgb(73,196,216);
	background: -moz-linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49c4d8",endColorstr="#ffffff",GradientType=1);
	filter: drop-shadow(0 5px 1px rgba(24, 24, 25, 0.25));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Aicho';
	font-weight: normal;
	line-height: 0.86;
	font-size: 100px;
}
h2{
	font-size: 70px;
	line-height: .92;
	font-weight: 900;
}
h2 span{
	font-weight: 300;
}
h3{
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 0.5em;
}
h4{
	font-size: 24px;
	font-weight: 900;
}


.top-section{
	background: #1c1658 url('../images/top-bg.jpg') no-repeat center top / cover;
}
.hero-area{
	color: #60cbdc;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-top: 260px;
}
.hero-area h3{
	color: #ffcec2;
}
.hero-area ul{
	padding-left: 22px;
	font-size: 18px;
}
.hero-area ul li{
	margin-bottom: 6px;
}
.hero-area p{
	margin-bottom: 10px;
}
.hero-area h1{
	margin-left: -55px;
	padding-top: 5px;
}
.banner-btns{
	padding-top: 30px;
}
.banner-btns a{
	-webkit-box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 8px;
	min-width: 290px;
	font-weight: 900;
	font-size: 22px;
	height: 62px;
	padding: 0;
}
.banner-btns a + a{
	margin-left: 30px;
}
.banner-btn-join{
	color: #f9c9bf;
	line-height: 56px;
	border: 3px #ffcec2 solid;
	background: #1c1658 url('../images/btn-join-bg.png') no-repeat center center / cover;
}
.banner-btn-start{
	color: #1c1658;
	line-height: 62px;
	background: #dba1bd url('../images/btn-start-bg.png') no-repeat center center / cover;
}
.arrow-down{
	position: absolute;
	bottom: 10px;
	z-index: 55;
	right: 92px;
}
.hero-testimonial{
	margin-top: 50px;
	padding-bottom: 75px;
}
.hero-testimonial .container{
	max-width: 1420px;
}
.testimonial-card{
	color: #1c1658;
	font-size: 17px;
	position: relative;
	border-radius: 15px;
	margin: 38px 15px 20px 38px; 
	padding: 30px 60px 20px 85px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.44);
	background: transparent url('../images/testimonial-bg.png') no-repeat center / cover;
}
.testimonial-card:before{
	width: 19px;
	content: "";
	height: 67px;
	left: 34px;
	top: 30px;
	position: absolute;
	background: transparent url('../images/testimonial-quote.png') no-repeat center top;
}
.testimonial-card p{
	margin-bottom: 8px;
}
.testimonial-footer{
	font-weight: 900;
}
.testimonial-card img{/*
	filter: drop-shadow(0 15px 32px rgba(0, 0, 0, 0.54));*/
	position: absolute;
	height: 74px;
	width: 74px;
	left: -37px;
	top: -37px;
}
.carousel-control-next, .carousel-control-prev{
	background-color: transparent;
	border: none;
	right: -60px;
	bottom: 20px;
	width: auto;
	opacity: 1;
	left: auto;
	top: auto;
}
.carousel-control-prev{
	bottom: 70px;
}
.carousel-indicators li{
	width: 8px;
	opacity: 1;
	height: 8px;
	border: none;
	border-radius: 8px;
	background-color: #9cdfeb;
}
.carousel-indicators li.active{
	background-color: #fcc3c6;
}
.carousel-indicators{
	margin: 0;
	right: 15px;
	bottom: -12px;
	justify-content: flex-end;
}

.text-grad{
	background: rgb(73,196,216);
	background: -moz-linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49c4d8",endColorstr="#ffffff",GradientType=1);
	filter: drop-shadow(0 5px 1px rgba(24, 24, 25, 0.25));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 10px;
}
.tech-free{
	padding-top: 85px;
	overflow: hidden;
}
.tech-free p{
	margin-bottom: 32px;
	font-size: 23px;
	color: #d1f0f6;
}

.swiper-container {
  width: 870px;
  margin: 120px auto 50px;
}
.cover-card{
	margin: auto;
	max-width: 90%;
	padding: 40px 45px;
	border-radius: 10px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.44);
	margin-bottom: 25px;
	background: #fff url('../images/cover-card-bg.png') no-repeat center / cover;
}
.cover-card img{
	width: 90px;
	height: 90px;
	margin-right: 30px;
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.44));
}
.cover-card h4{
	color: #1c1658;
	margin: 0;
}
.swiper-slide-shadow{
	display: none !important;
}
.swiper-cards .swiper-slide{
	opacity: 0.6;
}
.swiper-cards .swiper-slide .cover-card{
	background: transparent url('../images/testimonial-bg.png') no-repeat center / cover;
}
.swiper-cards .swiper-slide-active{
	opacity: 1;
}
.swiper-cards .swiper-slide-active .cover-card{
	background: #fff url('../images/cover-card-bg.png') no-repeat center / cover;
}
.swiper-pagination-bullet{
	opacity: 1;
	background-color: #9cdfeb;
}
.swiper-pagination-bullet-active{
	background-color: #fcc3c6;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: auto;
	top: -35px;
}
.swiper-button-prev:after, .swiper-button-next:after{
	display: none;
}
.swiper-button-prev, .swiper-button-next{
	top: auto;
	left: auto;
	bottom: 20px;
	right: -20px;
}
.swiper-button-prev{
	left: auto;
	width: 40px;
	height: 40px;
	background: transparent url('../images/arrow-left.png') no-repeat center / auto;
}
.swiper-button-next{
	width: 40px;
	bottom: 70px;
	height: 40px;
	background: transparent url('../images/arrow-right.png') no-repeat center / auto;
}
.tech-things{
	margin-top: 260px;
	padding-bottom: 80px;
	background: transparent url('../images/think-tech.png') no-repeat center / 65%;
}
.tech-things h2{
	margin-bottom: 40px;
}
.tech-things h3{
	margin-bottom: 35px;
	font-size: 38px;
	color: #ffcec2;
}
.tech-things h3 span{
	font-weight: 300;
	color: #fff;
}
.think-card h5{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 20px;
	color: #d1f0f6;
}
.think-card h4{
	color: #ffcec2;
	font-size: 27px;
	font-weight: 900;
	margin-bottom: 20px;
	max-width: 70%;
}
.think-card p{
	max-width: 85%;
}
.things-cards{
	margin-left: 60px !important;
	padding: 60px 0;
}
.think-card{
	background: transparent url('../images/think-card.png') no-repeat center / cover;
	-webkit-box-shadow: -15px 22px 51px rgba(0, 0, 0, 0.6);
	box-shadow: -15px 22px 51px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	padding: 30px 20px;
}
.things-cards .row > div:nth-child(2n + 2) .think-card{
	z-index: 2;
	margin-top: 40px;
	position: relative;
	background: transparent url('../images/think-card2.png') no-repeat center / cover;
}
.things-cards .row > div:nth-child(2n + 2) .think-card h5, .things-cards .row > div:nth-child(2n + 2) .think-card h4, 
.things-cards .row > div:nth-child(2n + 2) .think-card p{
	color: #1c1658;
}
.things-cards .row > div + div{
	z-index: 5;
	margin-left: -30px;
}

.bottom-section{
	padding: 50px 0;
	background: #1c1658 url('../images/bottom-bg.jpg') no-repeat center top / cover;
}

.btn-enter-linkup{
	color: #1c1658;
	line-height: 62px;
	background: #dba1bd url('../images/enter-linkup-bg.png') no-repeat center center / cover;
	-webkit-box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	position: relative;
	min-width: 520px;
	font-weight: 900;
	font-size: 38px;
	height: 62px;
	top: -80px;
	padding: 0;
}
.btn-enter-linkup:hover{
	color: #d1f0f6;
}
.whats-linkup > .container{
	padding-top: 85px;
	background: transparent url('../images/whats-circles.png') no-repeat top right / auto;
}
.shadow-61{
	box-shadow: 22px 0 51px rgba(0, 0, 0, 0.61);
}
.what-up{
	background: transparent url('../images/whats-links.png') no-repeat center / cover;
	border-radius: 8px;
	font-weight: 900;
	font-size: 58px;
	color: #d883d8;
	line-height: 1;
	padding: 50px;
	margin-bottom: 160px;
}

.the-friend{
	background: transparent url('../images/whats-links.png') no-repeat center / cover;
	border-radius: 8px;
	line-height: 1;
	padding: 25px;
}
.the-friend h4{
	margin: 0;
	margin-left: 20px;
	color: #ffcec2;
	max-width: 40%;
}
.growth-card{
	background: transparent url('../images/whats-links.png') no-repeat center / cover;
	padding: 50px 40px;
	border-radius: 20px;
	margin-top: 20px;
	margin-left: -40px;
}
.growth-card h3{
	margin-bottom: 30px;
	font-size: 40px;
	color: #ffcec2;
}
.www-row{
	margin-top: 80px;
}
.www-col h6{
	border-bottom: 2px solid #ffcec2;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 22px;
	color: #ffcec2;
}
.www-row > div:nth-child(1) .www-col{
	background-image: url('../images/what-bg.png');
}
.www-row > div:nth-child(2) .www-col{
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	z-index: 5;
	background-image: url('../images/why-bg.png');
}
.www-row > div:nth-child(3) .www-col{
	background-image: url('../images/why-bg.png');
}
.www-col{
	font-size: 16px;
	padding: 30px 35px;
	border-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-position: center center;
}
.www-col p{
	margin-left: 35px;
}

.current-location{
	margin: 80px 0 30px;
	padding: 75px 0 10%;
	background: transparent url('../images/location-bg.png') no-repeat top left 10% / 36%;
}
.location-card{
	background: transparent url('../images/location-card-bg.png') no-repeat center / cover;
	border-radius: 48px;
	padding: 75px 50px;
	position: relative;
	z-index: 5;
}
.location-card h4{
	margin-bottom: 25px;
	font-weight: normal;
}	
.location-img{
	margin-left: -60px;
}
.btn-link{
	color: #ffcec2;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline !important;
}
.btn-link img{
	display: inline-block;
	vertical-align: -10px;
	margin-right: 8px;
}

.programs{
	padding: 100px 0;
	background: transparent url('../images/program-shape.png') no-repeat center / contain;
}
.program-card{
	background: transparent url('../images/program-bg1.png') no-repeat center / cover;
	padding: 40px 85px;
	border-radius: 48px;
	position: relative;
	height: 100%;
}
.program-card img{
	position: absolute;
	left: 60px;
	top: -20px;
}
.program-card h6{
	font-weight: 900;
	font-size: 16px;
	padding-left: 25px;
}
.program-card h2{
	margin-bottom: 25px;
	padding-left: 25px;
	font-size: 33px;
}
.program-card h5{
	color: #ffcec2;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.programs .row > div:nth-child(2n+2) .program-card img{
	left: auto;
	right: 60px;
}
.programs .row > div:nth-child(2n+2) .program-card h6, .programs .row > div:nth-child(2n+2) .program-card h2{
	padding-left: 0;
}
.love-to-learn h2{
	margin-bottom: 25px;
}
.love-to-learn h3{
	margin-bottom: 35px;
	font-size: 38px;
	color: #ffcec2;
}
.love-to-learn{
	padding-top: 60px;
	padding-bottom: 80px;
	background: transparent url('../images/love-circles.png') no-repeat left 25% bottom / 62%;	
}
.love-card h4{
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #1c1658;
	max-width: 85%;
}
.love-cards{
	margin-top: 140px;
}
.love-cards > div{
	z-index: 1;
	margin-left: -15px;
}
.love-card{
	background: transparent url('../images/love-bg-1.png') no-repeat center / cover;	
	padding: 30px 40px 50px 60px;
	border-radius: 55px;
	color: #1c1658;
}
.love-cards > div:nth-child(2n+1) .love-card{
	margin-top: 30px;
}
.love-cards > div:nth-child(2n+2) .love-card{
	background: transparent url('../images/love-bg-2.png') no-repeat center / cover;	
	color: #d1f0f6;
}
.clarity h2{
	color: #ffcec3;
	margin-bottom: 35px;
}
.clarity{
	margin-top: 140px;
	padding-top: 100px;
	background: transparent url('../images/gfx-image.png') no-repeat top / auto;	
}
.clarity-row{
	max-width: 1060px;
	margin: 55px auto 0;
}
.clarity-card{
	background: transparent url('../images/clearity-card-bg1.png') no-repeat center / cover;	
	padding: 60px 40px 75px;
	border-radius: 35px;
	height: 100%;
}
.clarity-card img{
	filter: drop-shadow(9px 8px 51px rgba(28, 22, 87, 0.39));
}
.clarity-card h3{
	font-size: 42px;
	color: #ffcec2;
	margin: 0 0 0 10px;
}
.clarity-row .row > div:nth-child(2n+2) .clarity-card{
	color: #1c1657;
	background: transparent url('../images/clearity-card-bg2.png') no-repeat center / cover;
}
.clarity-row .row > div:nth-child(2n+2) .clarity-card h3{
	color: #1c1657;
}

.confusion{
	margin-top: 150px;
	padding-bottom: 180px;
	background: transparent url('../images/confusion-bg.png') no-repeat top 80px center / auto;
}
.confusion-cards{
	margin-top: 80px;
}
.confusion-card{
	font-size: 16px;
	max-width: 18%;
	-webkit-flex: 0 0 18%;
	-moz-flex: 0 0 18%;
	-ms-flex: 0 0 18%;
	-o-flex: 0 0 18%;
	flex: 0 0 18%;
	padding: 110px 35px 65px;
	border-radius: 32px;
	position: relative;
}
.confusion-card:nth-child(1){
	background: transparent url('../images/confusion-card-bg-1.png') no-repeat center / cover;
}
.confusion-card:nth-child(2){
	background: transparent url('../images/confusion-card-bg-2.png') no-repeat center / cover;
}
.confusion-card:nth-child(3){
	background: transparent url('../images/confusion-card-bg-3.png') no-repeat center / cover;
}
.confusion-card:nth-child(4){
	background: transparent url('../images/confusion-card-bg-4.png') no-repeat center / cover;
}
.confusion-card:nth-child(5){
	background: transparent url('../images/confusion-card-bg-5.png') no-repeat center / cover;
}
.confusion-card h3{
	font-size: 32px;
	color: #fdc7c4;
	max-width: 90%;
	line-height: 1;
	margin-bottom: 24px;
}
.confusion-card-numb{
	position: absolute;
	font-weight: 900;
	font-size: 42px;
	color: #1c1658;
	right: 15px;
	top: 15px;
}
.confusion-card-numb img{
	filter: drop-shadow(23px 0 32px rgba(24, 24, 25, 0.36));
}
.confusion-card-numb span{
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

.endorse{
	border: 5px solid #63cdde;
	border-radius: 42px;
	padding: 15px 20px;
	min-height: 225px;
	position: relative;
}
.endorse h3{
	color: #d1f0f6;
	font-size: 26px;
	font-weight: 900;
	margin: 0 0 0 15px;
}
.endorse > img{
	top: -60px;
	position: relative;
	border-radius: 48px;
	filter: drop-shadow(3px 8px 16px rgba(0, 0, 0, 0.95));
}
.endorse a{
	position: absolute;
	right: 15px;
	top: 160px;
}
.endorsed .row > div:nth-child(1) .endorse{
	background: transparent url('../images/endros-bg1.png') no-repeat center / cover;
}
.endorsed .row > div:nth-child(2) .endorse{
	margin-top: 40px;
	background: transparent url('../images/endros-bg2.png') no-repeat center / cover;
}
.endorsed .row > div:nth-child(3) .endorse{
	background: transparent url('../images/endros-bg3.png') no-repeat center / cover;
}

.connected{
	margin-top: 120px;
	padding: 120px 0;
	background: transparent url('../images/connected-bg.png') no-repeat top center / auto;
}
.connected h1{
	font-size: 90px;
	padding-top: 5px;
}
.connected h1 + h1{
	color: #fff;
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
}
.connected h3{
	font-size: 31px;
	color: #ffcec2;
}

.connected .banner-btn-join{
	color: #5ee6fe;
	background: none;
	border-color: #5ee6fe;
}
.connected .banner-btn-join:hover{
	color: #fff;
}
.connected .banner-btn-start{
	background-image: url('../images/btn-start-blue-bg.png');
}

footer{
	letter-spacing: 1px;
	padding: 30px 0 110px;
	text-transform: uppercase;
	background: transparent url('../images/footer-bg.png') no-repeat top center / auto;
}
footer img{
	filter: drop-shadow(22px 0 51px rgb(0 0 0 / 61%));
	max-width: 100%;
}
.scroll-top{
	position: absolute;
	right: 20px;
	bottom: 120%;
}

.navbar{
	position: absolute;
	padding: 20px 0;
	width: 100%;
	z-index: 88;
	left: 0;
	top: 0;
}
.navbar .container{
	max-width: 1600px;
}
.navbar-nav{
	background-color: #876392;
	text-transform: uppercase;
}
.navbar-nav a{
	display: block;
	color: #f2b0cb;
	font-size: 18px;
	min-width: 175px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	padding: 8px 30px !important;
}
.navbar-nav .active a, .navbar-nav a:hover{
	color: #1d175c !important;
	background-color: #f2b0cb;
}
.nav-join, .nav-start{
	font-size: 17px;
	margin-left: 30px;
	border-radius: 12px;
	text-transform: uppercase;
}
.nav-join{
	color: #f7e0f2;
	padding: 6px 25px;
	border: 3px solid #d47dda;
}
.nav-join:hover{
	background-color: #d47dda;	
}
.nav-start{
	color: #1b1556;
	font-weight: 900;
	padding: 6px 22px;
	background-color: #f2b0cb;
}
.nav-start:hover{
	background-color: #876392;		
}

.carousel .testimonial-card{
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.carousel .active .testimonial-card{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.modal{
	max-width: 750px !important;
}


.program-list{
	background: transparent url('../images/program-bg.jpg') repeat center top / auto;
	padding: 200px 0 80px;
}
.program-list .container{
	z-index: 2;
}

.program-list-card{
	width: 950%;
	margin: auto;
	display: block;
	max-width: 550px;
	border-radius: 40px;
	background-color: #1c1658;
	-webkit-box-shadow: 1px 18px 51px  rgba(2, 0, 24, 0.7);
	box-shadow: 1px 18px 51px  rgba(2, 0, 24, 0.7);
}
.program-card-header{
	background: transparent url('../images/program-header-bg.png') no-repeat top center / cover;
	padding: 75px 65px 0;
	position: relative;
	min-height: 165px;
	border-radius: 40px 40px 0 0;
}
.program-card-header-link{
	position: absolute;
	z-index: 1;
	left: 75px;
	top: -20px;
}
.program-card-header-img{
	position: absolute;
	max-width: 60%;
	height: 100%;
	right: 0;
	top: 0;
}
.program-card-header h4{
	font-family: 'Akkurat LL Heb';
	position: relative;
	font-weight: 900;
	font-size: 33px;
	color: #fecdc1;
	z-index: 1;
}
.program-card-body{
	background: transparent url('../images/program-body-bg.png') no-repeat left center / cover;
	border-radius: 0 0 40px 40px;
	padding: 25px 65px;
	color: #fff;
}
.program-card-body strong{
	font-family: 'Akkurat LL Heb';
	font-weight: 900;
	color: #cf7ed1;
}
.program-card-body-grid{
	color: #d883d8;
	font-size: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 18px;
}
.program-card-body-grid div + div{
	border-left: 2px solid #f8bdc7;
	font-family: 'Akkurat LL Heb';
	padding-left: 25px;
	font-weight: 900;
	min-width: 140px;
	color: #ffcfc2;
}
.program-card-body-grid{
	border-bottom: 2px solid #f8bdc7;
	line-height: 1.2;
}
.program-card-body-grid div{
	padding: 12px 8px;
}
.program-group{
	margin-bottom: 30px;
}
.program-left-shape, .program-right-shape{
	top: 100px;
	z-index: -1;
	position: absolute;
}
.program-left-shape{
	left: -90px;
} 
.program-right-shape{
	right: -60px;
}

.team-banner{
	margin-top: 190px;
}

.team-bg{
	background: transparent url('../images/program-bg.jpg') repeat center top / auto;	
}
.team-banner .container{
	padding-top: 80px;
	padding-bottom: 120px;
	background: transparent url('../images/team-circle.png') no-repeat top right / auto;	
}
.team-info{
	background: transparent url('../images/team-info-bg.png') no-repeat center / cover;
	-webkit-box-shadow: 1px 18px 51px  rgba(2, 0, 24, 0.7);
	box-shadow: 1px 18px 51px  rgba(2, 0, 24, 0.7);
	border-radius: 40px;
	padding: 45px 55px;	
	color: #1c1658;
}
.team-info h3{
	margin-bottom: 0;
}
.team-info h6{
	font-weight: 900;
	margin-bottom: 25px;
}
.team-title{
	background: transparent url('../images/team-title-bg.png') no-repeat center / cover;	
	-webkit-box-shadow: 1px 18px 51px  rgba(2, 0, 24, 0.7);
	box-shadow: 1px 18px 51px  rgba(2, 0, 24, 0.7);
	margin-bottom: -30px;
	border-radius: 30px;
	margin-right: 60px;
	position: relative;
	padding: 50px 60px;
	font-weight: 900;
	font-size: 62px;
	color: #6acfe0;
	line-height: 1;
	z-index: 1;
}
.team-list{
	background: transparent url('../images/team-list-bg.png') no-repeat center / cover;	
	-webkit-box-shadow: 1px 18px 51px  rgba(2, 0, 24, 0.7);
	box-shadow: 1px 18px 51px  rgba(2, 0, 24, 0.7);
	padding: 75px 45px 45px;
	border-radius: 30px;
	margin-left: 50px;
}
.team-list ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.team-list ul a{
	color: inherit !important;
}
.team-list ul a:hover{
	opacity: 0.6;
}

.program-group .position-relative{
	z-index: 2;
}

.program-group-cab{
	position: absolute;
	z-index: -1;
	left: -130px;
	top: 10px;
}

.program-list-card-sm{
	max-width: 365px;
}
.program-list-card-sm .program-card-header-link{
	left: 45px;
}
.program-list-card-sm .program-card-header{
	padding: 75px 40px 0;
}
.program-list-card-sm .program-card-body{
	padding: 25px 40px 50px;
}
.program-group-bod{
	position: absolute;
	right: -250px;
	top: -120px;
}

.program-list-card-xs .program-card-header{
	background: transparent url('../images/program-header-xs-bg.png') no-repeat top center / cover;
	border-radius: 40px;
	height: 100%;
}
.program-list-card-xs .program-card-header .program-card-body-grid{
	margin-top: 15px;
}
.text-30{
	font-size: 30px;
}
.program-group-ct{
	top: 90px;
}

.home-landing{
	padding-top: 190px;
	background: transparent url('../images/home-bg.jpg') repeat center top / auto;
}
.landing-banner{
	padding: 85px 0;
	background: transparent url('../images/landing-banner-bg.png') no-repeat center top / contain;
}
.landing-banner .text-normal{
	color: #49c4d8;
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #49c4d8;
}
.text-grad-red{
	background: rgb(73,196,216);
	background: -moz-linear-gradient(0deg, #f2b0cb 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, #f2b0cb 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, #f2b0cb 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2b0cb",endColorstr="#ffffff",GradientType=1);
	filter: drop-shadow(0 5px 1px rgba(24, 24, 25, 0.25));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 10px;	
}
.landing-banner h1{
	line-height: 0.7;
}
.landing-banner h1 small{
	font-size: 76%;
}
.landing-banner h3{
	font-size: 33px;
	color: #ffcec2;
	font-weight: normal;
	font-family: 'Akkurat LL Heb';
}
.landing-banner h3 strong{
	font-weight: 900;
}

.landing-banner .testimonial-card:before{
	left: 22px;
}
.landing-banner .testimonial-card{
	margin: 38px 38px 20px 15px;
	padding: 28px 20px 15px 62px;
	text-align: left;
}
.landing-banner .testimonial-card img{
	right: -37px;
	left: auto;
}
.landing-banner .carousel-indicators{
	right: 65px;
}

.our-girls{
	padding: 55px 0;
	margin: 7.5% 0px 0;
	background: transparent url('../images/our-girl-bg.png') no-repeat top center / auto;
}
.girl-card{
	height: 100%;
	padding: 45px;
	border-radius: 40px;
	background: transparent url('../images/girl-card-bg-1.png') no-repeat center / cover;
}
.our-girl-cards .row > div:nth-child(2n+2) .girl-card{
	background-image: url('../images/girl-card-bg-2.png');
	color: #1c1657;
}
.our-girl-cards .row > div:nth-child(2n+2) .girl-card h3{
	color: #1c1657;
}
.our-girl-cards .row > div:nth-child(2n+2) .girl-header img{
	filter: drop-shadow(9px 8px 26px rgba(0,0,0,.5));
}
.girl-header img{
	width: 85px;
	margin-right: 20px;
}
.girl-header h3{
	color: #76d0e0;
	font-size: 65px;
	font-family: 'Akkurat LL Heb';
}
.girl-card p{
	margin-left: auto;
	max-width: 210px;
	width: 100%;
}
.girls-bottom{
	padding: 20px 0;
}
.girls-bottom h4{
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 30px;
	color: #ffcec2;
}
.girls-bottom h4 strong{
	font-weight: 900;
}
.girls-bottom h5{
	text-transform: uppercase;
	color: #d1f0f6;
	font-size: 18px;
}
.girls-bottom h5 span{
	color: #ffcec2;
}

.problem-solve{
	padding: 65px 0;
	background: transparent url('../images/problem-bg.png') no-repeat center / auto;
}
.problem-solve-content h2{
	font-size: 56px;
	font-weight: normal;
	margin-bottom: 35px;
}
.problem-solve-content h2 strong{
	font-weight: 900;
}
.problem-solve-content h3{
	color: #ffcec2;
	font-size: 32px;
	margin-bottom: 0;
	font-weight: normal;
}
.problem-solve-bottom h3{
	color: #ffcec2;
	font-size: 29px;
}
.problem-solve-bottom h3 span{
	font-weight: normal;
	color: #fff;
}
.problem-solve .think-card{
	min-height: 285px;
	font-size: 15px;
}
.problem-solve .think-card h4{
	font-size: 21px;
	max-width: 78%;
}
.think-card-1{
	background-image: url('../images/prob-bg-1.png') !important:;
}
.think-card-2{
	background-image: url('../images/prob-bg-2.png') !important:;
}
.think-card-3{
	background-image: url('../images/prob-bg-3.png') !important:;
}
.think-card-4{
	background-image: url('../images/prob-bg-4.png') !important:;
}
.think-card-5{
	background-image: url('../images/prob-bg-5.png') !important:;
}
.think-card-6{
	background-image: url('../images/prob-bg-6.png') !important:;
}
.testimonial-card{
	padding-right: 50px;
}

.map-counts .row{
	margin-top: -28%;
	margin-bottom: 10%;
}

.home-program .program-card-header{
	background-image: url('../images/home-program-bg-1.png');
}
.home-program .program-card-body{
	min-height: 160px;
	background-image: url('../images/home-program-bg-2.png');
}

.home--testimonial{
	margin-top: 6%;
	overflow: hidden;
	padding-bottom: 5%;
}
.home--testimonial .swiper-container{
	width: 95%;
	max-width: 960px;
	margin-top: -31%;
	margin-bottom: 8%;
	margin-right: auto;
	margin-left: auto;
}
.home--testimonial .swiper-pagination-bullets.swiper-pagination-horizontal{
	top: auto;
	bottom: -30px;
}
.testimonial-card.cover-card h4{
	font-size: 20px;
	padding-left: 28px;
	margin-bottom: 25px;
}
.testimonial-card.cover-card img{
	position: relative;
	left: 0;
	top: 0;
}
.testimonial-card.cover-card:before{
	background-image: url('../images/quote.png');
	height: 90px;
	width: 19px;
	left: 154px;
	top: 42px;
}

.team-list h3{
	max-width: 195px;
	line-height: 1.2;
	font-size: 36px;
	color: #ffcec2;
	width: 100%;
}
.team-list{
	position: relative;
}
.team-list img{
	position: absolute;
	left: -92px;
	top: 55px;
}
.home-team-banner .team-title{
	margin-right: -50px
}
.team-info{
	position: relative;
	z-index: 1;
}

.home-team-banner .container{
	padding-top: 0px;
}
.home-team-banner .btn-link{
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
}
.home-connected{
	margin-bottom: 10%;
	background: transparent url('../images/connects.png') no-repeat top center / contain;
}

.contact-hero-area h1{
	margin-left: 0 !important;
}

.contact-hero-area{
	font-size: 18px !important;
}
.contact-hero-area p{
	margin-bottom: 20px;
}
.contact-hero-area input.form-control{
	height: 45px;
}
.contact-hero-area .form-control{
	background-color: transparent !important;
	border: 2px solid #d47dda;
	color: #fff !important;
	border-radius: 12px;
	padding: 11px 12px;
	margin-top: 8px;
}
.contact-hero-area .nav-start{
	padding: 11px 28px;
}
.wpcf7-not-valid-tip {
    color: #f78ef4;
    font-size: 12px;
    margin-top: 5px;
}
body .home-header, body.home .non-home-header{
	display: none !important;
}
body.home .home-header{
	display: flex !important;
}



/* slider */
.team-slider{
	-webkit-box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	background: transparent url('../images/team-slider-bg.png') no-repeat center center / cover;
}
.team-slider .team-slider-swipe{
	padding: 0 50px;
}
.team-slider .team-slider-swipe:before, .team-slider .team-slider-swipe:after{
	background-color: #1c1658;
	position: absolute;
	content: "";
	width: 32px;
	bottom: 0;
	z-index: 5;
	top: 0;
}
.team-slider .team-slider-swipe:before{
	left: -1px;
}
.team-slider .team-slider-swipe:after{
	right: -1px;
}
.team-slider .swiper-button-prev, .team-slider .swiper-button-next{
	right: 0 !important;
}


@media screen and (max-width: 767px) {
	.team-slider{
		background: #1c1658;
	}

	.team-slider .swiper-button-prev, .team-slider .swiper-button-next{
		right: 8px !important;
	}
}
.team-sl-item{
	margin: 30px 0;
	border: 3px solid #5be9ff;
	display: -webkit-flex;
	border-radius: 80px;
	padding: 22px 35px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
}
.team-sl-item h3{
	margin-bottom: 0;
	font-weight: normal;
	font-size: 33px;
	color: #5ee6fe;
	margin-left: 25px;
}
.team-sl-item h3 strong{
	font-size: 0.67em;
	font-weight: 900;
	display: block;
}
.sticky-fixed{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
}