/*
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.502
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt



*/

/* =Start From Here
-------------------------------------------------------------- */
.industries-section .nav .single-nav .icon svg path{
	stroke-width: 3;
}
.industries-section .nav .single-nav:nth-of-type(3) .icon svg path, .industries-section .nav .single-nav:nth-of-type(2) .icon svg path{
	stroke-width: 1.5;
}
.products-wrapper .products{
	padding: 25px 15px;
}
.products-wrapper .products,
.products-wrapper .read-more{
	color: #fff;
	text-align: center;
}
.industries-section .nav .single-nav.active .title{
	font-size: 2.1rem;
	font-weight: bold;
}
.industries-section .nav .single-nav .title{
	font-size: 1.8rem;
}
.products-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 24vw;
	max-width: 350px;
	z-index: 2;
}

.products-wrapper .bg-color {
	background-color: rgba(20, 20, 20, 0.8);
	height: 0;
	transition: 0s;
}

.products-wrapper .products {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.products-wrapper .products p{
	line-height: 1.3;
}
.products-wrapper .products,
.products-wrapper .read-more {
	opacity: 0;
	transform: translateY(70px);
	transition-duration: s;
	transition-delay: ss;
}

.products-wrapper.active {
	z-index: 3;
}

.products-wrapper.active .bg-color {
	height: 100%;
	transition: 0.9s;
}

.products-wrapper.active .products,
.products-wrapper.active .read-more {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 0.5s;
	transition-delay: 0.7s;
}

.products-wrapper.active .circle {
	transition: 0s;
	transform: translateY(0);
}

.products-wrapper .circle {
	margin-top: -210px;
	z-index: 2;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background-color: #fff;
	margin-bottom: 20px;
	transition: 0.4s;
	transform: translateY(-100%);
}

.products-wrapper .single-product {
	margin-bottom: 15px;
	display: block;
}
.industries-section>.container {
	padding: 0;
	max-width: 100%;
}

.industries-section .nav {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.industries-section .nav.mobile {
	display: none;
}

.industries-section .nav .single-nav {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	flex-direction: column;
	align-items: center;
	margin: 0 5px;
	max-width: 350px;
	cursor: pointer;
}

.industries-section .nav .single-nav .title.active {
	font-size: 2.1rem;
}

.industries-section .nav .single-nav:last-of-type {
	margin-left: 0;
}
.industries-section .nav .single-nav.active .title{
	font-weight: bold;
}
.industries-section .nav .single-nav.active .icon {
	background-color: #E01667;
}

.industries-section .nav .single-nav.active .icon svg path,
.industries-section .nav .single-nav.active .icon svg line,
.industries-section .nav .single-nav.active .icon svg rect,
.industries-section .nav .single-nav.active .icon svg circle,
.industries-section .nav .single-nav.active .icon svg ellipse {
	stroke: #fff;
}
.industries-section .nav .single-nav.active .icon svg path#Path_5696, .industries-section .nav .single-nav.active .icon svg path#Path_5668, .industries-section .nav .single-nav.active .icon svg path#Path_5669, 
.industries-section .nav .single-nav.active .icon svg path#Path_5679, .industries-section .nav .single-nav.active .icon svg path#Path_5680, .industries-section .nav .single-nav.active .icon svg path#Path_5681, .industries-section .nav .single-nav.active .icon svg path#Path_5683, .industries-section .nav .single-nav.active .icon svg path#Path_5667{
	fill: #fff;
}
.industries-section .nav .single-nav .icon {
	width: 77px;
	height: 77px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	margin-bottom: 15px;
}

.industries-section .nav .single-nav .icon svg {
	max-width: 65%;
	max-height: 65%;
}

.industries-section .nav .single-nav .icon svg path,
.industries-section .nav .single-nav .icon svg line,
.industries-section .nav .single-nav .icon svg rect,
.industries-section .nav .single-nav .icon svg circle,
.industries-section .nav .single-nav .icon svg ellipse {
	stroke: #000000;
	transition: 0.4s;
}

.industries-section .images {
	height: 630px;
	position: relative;
	margin-bottom: 15px;
}

.industries-section .images .image {
	opacity: 0;
	transition: 0.5s;
}

body #acwp-toolbar-btn-wrap{
	width: 48px !important;
	width: 48px !important;
}
.page-template-page-landing-page .fixed-contact{
	position: fixed;
	bottom: 50px;
	right: 0;
	background-color: #05669E;
	transition: 0.4s;
	color: #fff;
	padding: 12px 15px 10px 20px;
	border-radius: 30px 0 0 30px;
	z-index: 9;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.page-template-page-landing-page .fixed-contact:hover{
	background-color: #F9A008;
}
.row{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 0 -15px;
}

.col-lg-4{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 30%;
	padding: 0 15px;
}
.managers-row{
	margin-bottom: 50px;
	border-bottom: 2px solid #7B7B80;
}
.managers-row .col-lg-4{
	margin-bottom: 0;
}
.tax-staff_category.term-289 h2{
	background-color: #E01667;
	color: #fff;
	padding: 15px;
}
.single-cat.first h2{
	color: #E01667;;
	background-color: transparent;
}
.tax-staff_category .top .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}
.tax-staff_category .role{
	margin: 2px 0;
}
.tax-staff_category .top .name{
	font-weight: 600;
}
.tax-staff_category .top .read-more{
	border-color: #E01667;
	color: #585858;
	padding: 10px 20px 7px 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.tax-staff_category h2{
	width: 100%;
	color: #5d5d5e;
	/* padding: 0 0 15px 0; */
	margin-bottom: 40px;
}
.tax-staff_category .col-lg-4{
	margin-bottom: 70px;
}
.tax-staff_category .single-member{
	display: flex;
	align-items: flex-end;
}
.tax-staff_category .single-member a{
	color: #7B7B80;
	display: block;
	margin: 2px 0;
}
.tax-staff_category .single-cat{
	margin-bottom: 70px;
	scroll-padding-top: 50px;
}
.single-cat.first{
	margin-bottom: 10px;
}
.single-cat.first .col-lg-4{
	margin-bottom: 20px;
}
.single-cat.first h2 {
	font-size: 2.8rem;
	background-color: transparent;
	color: #E01667;
}
.tax-staff_category .bottom{
	margin-top: 80px;
}
.tax-staff_category .container-1200{
	max-width: 1360px;
}
.tax-staff_category .single-member .image{
	min-width: 126px;
	height: 126px;
	border-right: 5px solid #E01667;
	margin-left: 10px;
	background-position: center;
	background-size: cover;
}
.tax-staff_category .single-member .left{
	font-size: 20px
}
.tax-staff_category .pink{
	color: #E01667;
}
.tax-staff_category .pink-bg{
	background-color: #E01667;
}
.tax-staff_category .nav{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.tax-staff_category .read-more{
	padding: 7px 20px 5px 20px;
	text-align: center;
	border: 1px solid;
}
.tax-staff_category .nav .link{
	padding: 8px 12px;
	border: 2px solid #7B7B80;
	color: #7B7B80;
	font-size: 20px;
	text-align: center;
	margin-left: 25px;
	transition: 0.5s;
	margin-bottom: 15px;
}
.tax-staff_category .nav .link:hover{
	background-color: #E01667;
	color: #fff;
}
.icon-title{
	display: flex;
	align-items: center;
}
.icon-title svg{
	margin-left: 20px;
}
.page-template-page-contact-new h1{
	margin-bottom: 60px ;
}

.last-partners{
	margin-top: 60px;
}
html{
	scroll-behavior: smooth;
}
.new-scholarship-section .stars{
	position: absolute;
	left: 38%;
	top: 52%;
	transform: translate(-50%, -50%);
}
.new-scholarship-section .hand {
	position: absolute;
	left: -50px;
	bottom: -25px;
}
.new-scholarship-section .hand img{
	max-width: 33vw;
}
.new-scholarship-section .circle {
	position: absolute;
	right: -70px;
	bottom: -150px;
}
.new-scholarship-section .circle img{
	max-width: 27vw;
	min-width: 250px;
}
.new-scholarship-section > .container{
	z-index: 3;
	padding: 100px 0 350px 0;
	max-width: 1300px;
	margin: 0 auto;
}
.new-scholarship-section .banner{
	padding: 35px 15px 15px 15px;
	position: relative;
	margin-bottom: 20px;
}
.new-scholarship-section .logos{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	z-index: 2;
	position: relative;
}
.new-scholarship-section .single-logo{
	margin-left: 20px;
	margin-bottom: 15px;
}
.new-scholarship-section .single-logo img{
	max-height: 100px
}
.new-scholarship-section .banner .bg-color{
	background-image: radial-gradient(rgba(255,255,255, 1), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.57), rgba(255, 255, 255, 0.33));
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);

}
.new-scholarship-section .title{
	color: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 3;
	font-size: 3.3rem;
	line-height: 0.9;
}
.new-scholarship-section > .bg-color{
	background-image: linear-gradient(to bottom right, #1393BF, #0F7091, #0A495F, #072B37, #05151B);
}
.new-scholarship-section>.bg-color-white{
	background-image: linear-gradient( #FFFFFF, #EAEAEA, #B5B5B5, #606060, #000000);
	z-index: 2;
}
.new-scholarship-section{
	overflow: hidden;
}
.scholarship-section, .new-scholarship-section{
	position: relative;
	margin-top: 50px;
	display: block;
}
.single-contact.bold .detail{
	font-weight: bold;
}
.scholarship-section .banner{
	position: absolute;
	right: 0;
	top: 0;
	width: 270px;
	height: 55px;
	background-color: #DF1667;
	z-index: 5;
}
.scholarship-section .banner::after{
	content: '';
	width: 270px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -135px;
}
.scholarship-section h1{
	font-size: 5.5rem;
	margin-bottom: 25px;
}

.scholarship-section .bg-color{
	background-color: #000000;
}
.scholarship-section .bg-grad.bottom{
	top: auto;
	bottom: 0;
	height: 60%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	z-index: 3;
}

.scholarship-section .bg-image{
	z-index: 2;
	opacity: 0.3;
	background-position: center;
	background-size: cover;
}
.scholarship-section .container{
	z-index: 4;
	position: relative;
	padding: 60px 40px;
	max-width: 100%;
}
.page-template-page-scholarship .clearfix#wrapper{
	overflow: hidden;
}
.page-template-page-scholarship-new .white, .page-template-page-scholarship-new .white p{
	color: #fff;
}
.scholarship-section .white, .scholarship-section .white p{
	color: #fff;
}
.scholarship-section .wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.scholarship-section .right{
	padding-left: 50px;
}
.scholarship-section .left {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.scholarship-section .single-feature{
	display: flex;
	align-items: center;
	margin-bottom: 35px;

}
.scholarship-section .single-feature:last-of-type{
	margin-bottom: 0;
}
.scholarship-section .single-feature .title{
	font-size: 40px;
	line-height: 0.9;
	text-align: left;
	width: 100%;
}
.scholarship-section .top-text{
	margin: 25px 0;
	font-size: 2.5rem;

	text-align: right;
}
.scholarship-section .top-text p{
	font-size: 2.8rem;
	line-height: 1.1;
	margin: 0;
}
.scholarship-section .single-feature .icon{
	margin-right: 40px;

}
.scholarship-section .single-feature svg{
	width: 100px;
}
.page-template-page-scholarship #mysticky-nav{
	position: static !important;
}
.page-template-page-scholarship .big, .page-template-page-scholarship .big p{
	font-size: 27px;
}
 .page-template-page-scholarship .bottom-section .right p{
	margin: 0 0 10px 0;
 }
.page-template-page-scholarship .white{
	color: #fff;
}
.page-template-page-scholarship .primary{
	color: #DF1667;
}
.page-template-page-scholarship .bold{
	font-weight: bold;
}
.page-template-page-scholarship .bg-image{
	background-position: center;
	background-size: cover;
}
.full-absolute{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-template-page-scholarship p{
	line-height: 1;
}
.page-template-page-scholarship #footer-wrapper{
	display: none;
}
.page-template-page-scholarship h1{
	font-size: 100px;
	color: #DF1667;
	font-weight: 100;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.page-template-page-scholarship .landing-container{
	padding-top: 60px;
}
.page-template-page-scholarship .darca-logo{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.page-template-page-scholarship .banner{
	position: absolute;
	top: 0;
	right: 0;
	width: 800px;
	height: 70px;
	background-color: #DF1667;;
}
.page-template-page-scholarship .banner::before{
	content: '';
	position: absolute;
	width: 130px;
	height: 8px;
	background-color: #fff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page-template-page-scholarship .banner::after {
	content: '';
	position: absolute;
	width: 400px;
	height: 8px;
	background-color: #282828;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.page-template-page-scholarship .top-section .container{
	padding: 0 15px 50px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-template-page-scholarship .top-section .top-text p{
	max-width: 825px;
	font-size: 50px;
	margin: 0 auto 30px auto;
}
.page-template-page-scholarship .triangles{
	display: flex;
	justify-content: center;
	transition: 0.8s;
	position: relative;
}
.page-template-page-scholarship .triangles .bg-color, .page-template-page-scholarship-new .triangles .bg-color{
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 60px;;
	background-color: #fff;
	width: 100%;
}
.page-template-page-scholarship .triangles .hide, .page-template-page-scholarship-new{
	/* //height: 100%; */
	position: absolute;
	top: 0;
	z-index: 3;
}
.scholarship-section  .triangles .hide{
	position: absolute;
	top: 0;
	z-index: 3;
}
.scholarship-section .triangles .hide{
	right: 0;
}
.page-template-page-scholarship .top-section .triangles .hide{
	animation: hideTraingle 1.5s 2;
}
.page-template-page-scholarship .triangles:hover .bg-color{
	height: 100%;
}
.page-template-page-scholarship .bottom-section .container{
	padding: 90px 15px 10px 15px;
	max-width: 1400px;
}
.page-template-page-scholarship .features-section .features{
	width: 100%;
	display: flex;
	height: 770px;
}
body.page-template-page-scholarship{
	line-height: 1;
}
.page-template-page-scholarship .single-feature{
	height: 100%;
	width: 100%;
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
}
.page-template-page-scholarship h2{
	font-size: 50px;
	font-weight: bold;
}
.page-template-page-scholarship .single-feature:hover .title{
	opacity: 0;
}
.page-template-page-scholarship .single-feature:hover .bg-grad , .page-template-page-scholarship .single-feature:hover .hidden-details{
	opacity: 1;
}
.page-template-page-scholarship .single-feature:hover .hidden-title{
	opacity: 1;
	transform: translateY(0);
	font-size: 30px;
}
.page-template-page-scholarship .single-feature .bg-color{
	background-color: #000000;
	z-index: 1;
}
.page-template-page-scholarship .single-feature .bg-image{
	z-index: 2;
	filter: grayscale(1);
}
.page-template-page-scholarship .single-feature .bg-grad{
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 21%, rgba(255, 255, 255, 1) 39%);
	opacity: 0;
	transition: 0.5s;
	z-index: 4;
}
.page-template-page-scholarship .single-feature .text p{
	margin: 10px 0 0 0;
}
.page-template-page-scholarship .single-feature .hidden-details{
	z-index: 4;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	max-width: 86%;
}
.page-template-page-scholarship .single-feature .hidden-title{
	opacity: 0;
	transform: translateY(300px);
	transition: 0.7s;
	margin-bottom: 20px;
}
.page-template-page-scholarship .single-feature .title{
	font-size: 40px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	min-width: 62%;;
}
.page-template-page-scholarship .single-feature .icon{
	position: relative;
	opacity: 1;
	transition: 0.5s;
	z-index: 3;
}
.page-template-page-scholarship .single-feature .icon img{
	height: 160px;
	width: auto;
}
.page-template-page-scholarship .single-feature .title{
	z-index: 4;
}
.page-template-page-scholarship .details-section .container{
	padding: 80px 15px;
}
.page-template-page-scholarship .details-section h2{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;;
	position: relative;
}
.page-template-page-scholarship .bottom-section h2.participate-title{
	position: relative;
	display: inline-block;
}
.page-template-page-scholarship .bottom-section .wrapper{
	display: flex;
	justify-content: space-between;
}
.page-template-page-scholarship .bottom-section .right{
	max-width: 650px;
}
.page-template-page-scholarship .bottom-section .left{
	padding-right: 80px;
	display: flex;
	justify-content: flex-end;
}
.page-template-page-scholarship .bottom-section .left, .page-template-page-scholarship .bottom-section .right{
	width: 50%;
}
.page-template-page-scholarship .bottom-section h2.participate-title::before{
	content: '';
	position: absolute;
	left: 0;
	top: -40px;
	width: 650px;
	height: 8px;
	background-color: #DF1667;
}
.page-template-page-scholarship .bullets .single{
	display: flex;
	margin-bottom: 15px;
	color: #282828;
}
.page-template-page-scholarship .details .bullets .single{
	align-items: center;
}
.page-template-page-scholarship .bullets .single .icon{
	margin-left: 15px;
}
.page-template-page-scholarship .bullets .single .icon img{
	min-width: 45px;
}
.page-template-page-scholarship .bottom-text{
	max-width: 490px;
	font-size: 60px;
}
.page-template-page-scholarship .form-btn{
	position: relative;
	margin: 50px 0 70px 0;
	display: inline-block;
	cursor: pointer;
}
.scholarship-section .form-btn{
	position: relative;
	margin: 50px 0 70px 0;
	display: inline-block;
	cursor: pointer;
}
.page-template-page-scholarship .form-btn span, .scholarship-section .form-btn span{
	padding: 20px 20px 20px 50px;
	font-size: 37px;
	font-weight: bold;
	border: 2px solid #000000;
	border-radius: 42px;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}
.scholarship-section .form-btn span{
	border-color: #DF1667;
	background-color: #fff;
	color: #282828;
 }
.page-template-page-scholarship .form-btn:hover span, .scholarship-section .form-btn:hover span{
	color: #DF1667;
	border-color: #DF1667;;
}
.page-template-page-scholarship .form-btn .triangles {
	position: absolute;
	top: 50%;
	left: -22px;
	transform: translateY(-50%) rotate(90deg);

}
.scholarship-section .form-btn .triangles{
	position: absolute;
	top: 41%;
	right: 89%;
	transform: translateY(-50%);
	z-index: 3;
	width: 28px;
	overflow: hidden;
	transition: 0.5s;
}
.scholarship-section .form-btn img{
	transition: 0.8s;
	max-width: unset;
}

.page-template-page-scholarship .form-btn .bg-color, .scholarship-section .form-btn .bg-color{
	z-index: 4;
}
.page-template-page-scholarship .form-btn .triangles img.hide, .scholarship-section .form-btn .triangles img.hide{
	height: 0;
	z-index: 5;
	transition: 0.5s;
}

.page-template-page-scholarship .form-btn:hover img.hide, .scholarship-section .form-btn:hover img.hide{
	height: 85px;
}
.scholarship-section .form-btn:hover .triangles{
	width: 85px;
}
.last-chance{
	padding: 15px;
	position: relative;
}
.last-chance .text{
	position: relative;
	z-index: 2;
	font-size: 35px;
}
.last-chance .bg-color{
	background-color: #DF1667;
	position: absolute;
	top: 0;
	right: 0;
	width: 43.4vw;
	height: 100%;
}
.error-container{
    padding: 70px 15px;
    max-width: 1200px;
    margin: 0 auto;
}
.error-container h2{
    font-size: 40px;
    margin-top: 25px;
	margin-top: 10px;
}
.page-template-page-updates .top-banner{
        background-color: #2B4D91;
        color: #fff;
}
.page-template-page-updates .single-update .subject{
    margin-top: 25px;
}
.page-template-page-updates .top-banner .container{
    padding: 60px 15px;
}
.page-template-page-updates .top-banner .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-template-page-updates .top-banner .top-text a{
    color: #fff;
}
.page-template-page-updates .top-banner .top-text{
        max-width: 625px;
}
.page-template-page-updates .top-banner .top-text p{
    text-align: center;
    font-size: 1.944rem /* 35/18 */;
    line-height: 1.2;
}
.page-template-page-updates .big, .page-template-page-updates h2{
    font-size: 3.611rem; /* 65/18 */
}
.page-template-page-updates h2{
    color: #ADC32B
}
.page-template-page-updates .bg-image{
    background-size: cover;
    background-position: center;
}
.page-template-page-updates .full-absolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-template-page-updates #wrapper{
    margin-bottom: 0;
    overflow-x: hidden;
}
.page-template-page-updates #footer-wrapper{
    display: none;
}
.page-template-page-updates #content{
    margin-bottom: 0;
    border-bottom: 60px solid #DF1667;
}
.page-template-page-updates .top-image{
    max-width: 520px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}
.page-template-page-updates .updates{
    margin: 50px 0;
}
.single-date h2{
    margin-bottom: 200px;
}
.page-template-page-updates .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-template-page-updates .col-lg-4{
    width: 30%;
    max-width: 100%;
    flex: 0 0 auto;
    margin-bottom: 210px;
    position: relative;
    padding: 0 15px;
}
.page-template-page-updates .col-lg-4 .bg-color{
    background-color: #F4F4F7;
    position: absolute;
    top: 0;
    width: 130vw;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}
.page-template-page-updates .single-update{
    width: 100%;
    font-size: 1.667rem; /* 30/18 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    height: 100%;
}
.page-template-page-updates .single-update .name, .page-template-page-updates .single-update .hours{
    font-size: 2.5rem; /* 45/18 */
    font-weight: bold;
}
.page-template-page-updates .single-update .read-more{
    border: 4px solid #DF1667;
    padding: 8px 25px;
    color: #DF1667;
    background-color: #fff;
    margin-bottom: -25px;
}
.page-template-page-updates .single-update .who-for{
    background-color: #ADC32B;
    color: #fff;
    padding: 11px 15px 8px 15px;
    margin-top: 25px;
    display: inline-block;
}
.page-template-page-updates .single-notice{
    max-width: 410px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 1.1;
}

.page-template-page-updates .single-update .name{
    margin: 30px 0 25px 0;
}
.page-template-page-updates .primary{
    color: #DF1667;
}
.single-update .circle{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 5px solid #DF1667;
    margin-top: -120px;
    position: relative;
}
.single-update .circle .bg-image{
    border-radius: 50%;
}
/*** Nadia 15.3.21 ***/
.page-template-page-accessibility .container-1200{
 padding: 50px 15px;
}
.main-banner-image-desk{
	height:489px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width:100%;
	background-color: #4a839e;
}
.main-banner-image-mob{
	height:166px;
	width:100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #4a839e;
}
.hide-mob{
	display: block;
}
.hide-desk{
	display: none;
}
.banner-info-text{
	padding:20px;
	text-align: center;
}
.iframe-wrapper-box{
	text-align: center;
	padding:50px;
	width: 100%;
    box-sizing: border-box;
    height: 100%;

}
.iframe-wrapper-box iframe{
	width: 100%;
}
.iframe-wrapper-box a.pdf-file-link{
	color: #fff;
    background-color: #e01667;
    padding: 10px;
    width: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 40px 0 20px 0;
}

/* ############## cleae fix ################ */

/* Aviv Css  */
.darca-connect img:hover{
	opacity: 0.8;
}
.contact-icons{
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.single-link{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 20%;
	margin-bottom: 70px;
}

.single-category{
	border: 3px solid #ececec;
}
.single-category h2{
	margin-top: 0;
}
.singles-wrapper{
	margin: 15px;
	border: 3px solid #ececec;
}

.single-contact:first-of-type .detail{
	font-weight: bold;
}
#relations .single-contact:first-of-type .detail{
	font-weight: normal;
}
.single-contact .detail:first-of-type{
	text-align: right;
}
.tax-staff_category .bottom h2:nth-of-type(1){
	font-size: 2.8rem;
}
.single-contact .detail:last-of-type{
	text-align: left;
}
.single-contact .detail.middle{
	text-align: center;
}
.single-contact{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 25px;
	padding: 15px;
}
.single-contact:nth-child(odd){
	background-color: #f5f5f5;
}
.single-contact .detail{
	width: 25%;
}
.single-contact .phone, .single-contact .email{
	color: #e01667;
}
.single-link .title{
	font-size: 25px;
	color: #5d5d5e;
	line-height: 1;
	display: flex;
	flex-direction: column;;
	align-items: center;
}
.single-link .title::after{
	content: '';
	width: 50px;
	height: 4px;
	background-color: #e01667;
	margin-top: 5px;
	opacity: 0;
	transition: 0.4s
}
.single-link:hover .title::after{
	opacity: 1
}
.single-link .icon{
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0);
	transition: 0.4s;
}
.single-link:hover .icon{
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.single-link .icon svg{
	height: 55px;
}
.single-category{
	margin-bottom: 60px;
}
.single-category h2{
  background-color: #ececec;
  padding: 10px;
}

.cf:before, .cf:after { content: ""; display:table; }
.cf:after { clear: both; }
.cf { zoom: 1; }


body	{
	background: transparent;
	color: #5d5d5e;
	font-family: 'SpoilerRegular', Arial;
	scroll-behavior: smooth;
}
p, .school-about	{
	font-size: 20px;
	line-height: 28px;

}
#acp-toggle-toolbar{
	background-color: #e01667;
	left:25px!important;
	right:unset!important;
}
#header #logo	{
	float: right;
	margin-bottom: 25px;
}
.container-1200	{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}
#container	{
	max-width: 100%;
	padding: 0;
}
#header	{
	padding-top: 20px;
}
.main-nav	{
	float: left;
	clear: none;
	margin-top: 48px;
	background-image: none;
	background-color: transparent;
}
.menu	{
	background: transparent;
	background-image: none;
}
.menu > li:first-child > a	{
	border: none;
}
.menu .current_page_item a, .menu .current-menu-item a	{
	background-color: transparent;
}
.menu a	{
	border: none;
	color: #5d5d5e;
	text-shadow: none;
	font-size: 19px;
	font-weight: 400;
}
ul.menu > li:hover	{
	background-color: transparent;
	color: #e01667;
}
.menu a:hover	{
	color: #e01667;
	background-color: transparent;
	background-image: none;
}
.menu ul	{
	min-width: 9em;
}
.menu li li a	{
	font-size: 18px;
	padding: 5px 16px;
}
.menu li li	{
	border: none;
	background: rgba( 255, 255, 255, 0.7);
	margin: 0px 0 1px 0;

}
#wrapper	{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 0;
}
.tparrows {
background: transparent !important;
-webkit-border-radius: 0px;
border-radius: 0px;
width: 80px !important;
height: 80px !important;

}

.tparrows.default:after {
color: #fff;
font-size: 50px;
position: absolute;
z-index: 10;
width:40px;
line-height:40px;
text-align:center;
font-weight: 300;
top:0px; left:0px;
font-family: 'fontello';
}
.tp-bullets.simplebullets.round .bullet	{
	background: url(images/bullet.png) no-repeat top left;
}

.tp-rightarrow.tparrows.default:after { content: '\e801'; }
.tp-leftarrow.tparrows.default:after { content: '\e800'; }

h2.stat_number	{
	font-size: 100px;
	color: #e01667;
	margin: 0;
	text-align: center;
	line-height: 100px;
}
h3.stat_name	{
	font-size: 35px;
	margin: 0;
	text-align: center;
	line-height: 30px;
	display: block;
	min-height: 68px;
}
.students-number:hover h3.stat_name	{
	background: url(images/student_icon.png) center center no-repeat;
	width: 100%;
	height: 68px;
	text-indent: -10000px;
	display: block;
}
.schools-number:hover h3.stat_name	{
	background: url(images/schools_icon.png) center center no-repeat;
	width: 100%;
	height: 55px;
	text-indent: -10000px;
	display: block;
}
.schools-number h3.stat_name	{
	max-width: 180px;
	margin: 0 auto;
}
.teachers-number h3.stat_name	{
	max-width: 170px;
	margin: 0 auto;
}
.bagrut-number h3.stat_name	{
	max-width: 230px;
	margin: 0 auto;
}
.teachers-number:hover h3.stat_name	{
	background: url(images/morim_icon.png) center center no-repeat;
	width: 100%;
	height: 63px;
	text-indent: -10000px;
	display: block;
}
.bagrut-number:hover h3.stat_name	{
	background: url(images/bagrut_icon.png) center center no-repeat;
	width: 100%;
	height: 55px;
	text-indent: -10000px;
	display: block;
}
#connect-section{
	position: relative;
	margin-top: 50px;
}
#connect-section .wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#connect-section .logo{
	padding-bottom: 25px;
	border-bottom: 5px solid #fff;
	width: 100%;
	display: flex;
	justify-content: center;
}
#connect-section .read-wrapper{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
#connect-section .read-more{
	background-color: #fff;
	color: #DF1667;
	border: 4px solid #DF1667;
	padding: 16px 30px;
	position: relative;
	z-index: 2;
	font-size: 2.4rem;
}
#connect-section .read-wrapper::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	border-bottom: 5px solid #fff;
}
#connect-section .bg-color{
	background-color: #2B4D91;
}
#connect-section .sub-title p{
	font-size: 3.5rem;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0;
}
#connect-section h2{
	font-size: 5.2rem;
	font-weight: bold;
	color: #ADC32B;
	text-align: center;
	max-width: 745px;
	margin: 40px auto 30px auto;
}
#connect-section .bg-image{
  background-position: center;
  background-size: cover;
  z-index: 2;
}
#connect-section .container{
   position: relative;
   z-index: 3;
   padding: 40px 15px;
   max-width: 1110px;
   margin: 0 auto;
}
#connect-section .full-absolute{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#home-about	{
	background: #f7f3f3;
	padding: 10px 0 40px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}
#content	{
	margin-top: 0;
	min-height: 700px;
}
#wrapper > #content{
	padding-top: 40px;
}
.about-text	{
	padding: 0 90px 20px;
	background: url(images/darca_icon.png) center bottom no-repeat;
}
#content .contact-intro-texts p{
	font-size: 26px;
    margin: .3em 0 0 0;
    line-height: 32px;
}
#content .contact-intro-texts h2{
	font-size: 36px;
	color: #e01667;
	font-weight: 300;
	margin:0;
}
#content .contact-intro-texts{
	margin:0 auto;
	padding:30px 0 90px 0;
}
#home_special_news
{
background:	#f7f3f3;
}

#home_special_title
{
background:	#e01667;
min-height:60px;
}

#home_special_title_txt
{
font-size:3em;
color:#ffffff;
line-height:60px;
}

.school	{
	margin-bottom: 20px;
}
.school-title	{
	background: #f7f3f3;
	text-align: center;
	padding: 5px;
	color: #5d5d5e;
	font-size: 18px;
}
.school:nth-child(4n)	{
	margin-right: 0;
}
#schools h2 a	{
	font-size: 48px;
	color: #e01667;
	font-weight: 300;
}
#schools	{
	border-top: 7px solid #a2a1a1;
	/* margin-top: 60px; */
	clear: both;
}
#statistics	{
	margin-top: 70px;
}
#news-section	{
	clear: both;
	background-color: #eee;;
	margin-top: 60px;
}
.news-date	{
	width: 10%;
	text-align: center;
	color: #5d5d5e;
	display: table-cell;
}
.press-logo	{
	width: 25%;
	display: table-cell;
}
.press-content	{
	width: 75%;
	color: #fff;
	font-size: 19px;
	box-sizing: border-box;
	display: table-cell;
	padding-bottom: 10px;
	padding-left: 5%;
}

.press-content p	{
	margin: 0;
}
.press-content a	{
	color: #fff;
	display: block;
}
.press-content a:hover	{
	color: #333;
}
#news-section .container-1200 {
	max-width: 1500px;
	/* color: #282828;
	font-size: 1.7rem;
	line-height: 1.2; */
}
#news-section h2 {
	font-size: 5rem;
	margin-bottom: 20px;
	color: #DF1667;
}
#news-section ul	{
	margin: 0;
	padding: 0;
	min-height: 290px;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-right: -15px;
	margin-left: -15px;
}
#news-section li	{
	margin: 16px 0 0 0;
	list-style-type: none;
	width: 25%;
	padding: 15px;
	display: flex;
	align-items: stretch;
	display: flex;
	flex-direction: column;
}
#news-section li a{
	color: inherit;

}
#news-section .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{
	background-color: #DF1667!important;
}
#news-section h3 {
	color: #DF1667;
	font-size: 2rem;
	font-weight: 300;
	margin: 10px 0 20px 0;
}
#news-section .news-content	{
	width: 90%;
	background-color: #fff;
	font-size: 19px;
	box-sizing: border-box;
	display: table-cell;
	padding-bottom: 10px;
}
.news-border	{
	border-bottom: 1px solid #ef87b1;
	width: 90%;
	margin: 10px 5% 0;
}
.news-content p	{
	margin: 0;
}
.date-big	{
	font-size: 24px;
}
.date-small	{
	font-size: 18px;
}
.scroll-text	{
	height: 190px;
	overflow: hidden;
}
#footer .donation-link, #footer .site-by{
    display: block;
}

#bottom-sep	{
	height: 55px;
	background: #f7f3f3;
	border-top: 7px solid #a2a1a1;
	border-bottom: 1px solid #e0dede;
}
#footer-pics	{
	max-height: 186px;
	margin-top: 20px;
}
#footer-pics img	{
	max-height: 186px;
}
#footer-pics ul	{
	margin: 0;
	padding: 0;
}
#footer-pics li	{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	max-width: 14.285%;
}
#footer-logos	{
	text-align: center;
	margin-top: 50px;
	height: 100px;
}
#footer-logos ul	{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
#footer-logos li	{
	list-style-type: none;
	display: flex;
    align-items: center;
	margin: 0 25px;
	padding: 0;
	max-width: 225px;
}
.c#e01667it {
	text-align: center;
	margin-bottom: 30px !important;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;

}
.c#e01667it a	{
	color: #e01767 !important;
}
.c#e01667it .accessibility{
	margin-top: 5px;
    display: block;
}
#langs-nav	ul	{
	margin: 0;
	padding: 0;
}
#langs-nav	li	{
	list-style-type: none;
	display: inline;
	margin: 0 10px;
	padding: 0;
}
.school-about	{
	font-size: 19px;
	margin-top: 20px;
}
.school-about h1	{
	font-size: 48px;
	font-weight: 300;
	color: #e01667;
}
.school-about li	{
	font-size: 20px;
}
#school-icons	{
	background: #ebebeb;
	width: 100%;
	text-align: center;
	padding: 18px 8px;
	box-sizing: border-box;
	margin-top: 36px;
}
#school-icons ul	{
	margin: 0;
	padding: 0;
}
#school-icons ul li	{
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-right: 4px;
	list-style-type: none;
}
#school-icons li.madaim	{
	background: url(images/madaim.png) no-repeat;
}
#school-icons li.omanut	{
	background: url(images/omanut.png) no-repeat;
}
#school-icons li.tech	{
	background: url(images/tech.png) no-repeat;
}
#school-icons li.unisex	{
	background: url(images/unisex.png) no-repeat;
}
#school-icons li.girls	{
	background: url(images/girls.png) no-repeat;
}
#school-icons li.boys	{
	background: url(images/boys.png) no-repeat;
}
#school-icons li.svivati	{
	background: url(images/svivati.png) no-repeat;
}
#school-icons li.agri	{
	background: url(images/agri.png) no-repeat;
}
#school-icons li.dati	{
	background: url(images/dati.png) no-repeat;
}
#school-icons li.manhigut	{
	background: url(images/manhigut.png) no-repeat;
}
#school-icons li.druzim	{
	background: url(images/druzi.png) no-repeat;
}
#school-details	{
	width: 100%;
	background: #f7f3f3;
	margin-top: 2px;
	padding: 20px;
	box-sizing: border-box;
}
#school-details h2	{
	color: #e01667;
	font-size: 24px;
	margin-top: 0;
}
#school-details h3	{
	font-size: 24px;
	margin: 0 0 12px 0;
	line-height: 30px;
	font-weight: normal;
}

p.telephone	{
	height: 30px;
	background: url(images/phone_icon.png) no-repeat;
	padding-left: 36px;
}
p.fax	{
	height: 30px;
	background: url(images/fax_icon.png) no-repeat;
	padding-left: 36px;
}
p.address	{
	height: 30px;
	background: url(images/address_icon.png) no-repeat;
	padding-left: 36px;
	border: none;
	color: inherit;
}
p.website	{
	height: 30px;
	background: url(images/web_icon.png) no-repeat;
	padding-left: 36px;
}
#school-news	{
	background: #e01667;
	width: 100%;
	margin-top: 2px;
	padding: 10px 20px;
	box-sizing: border-box;
}
.school-scroll-text	{
	height: 358px;
	overflow: hidden;
}
.school-news-date	{
	color: #fff;
	font-size: 24px;
}
.school-news-content p	{
	color: #fff;
	font-size: 19px;
	line-height: 22px;
}
.school-news-content a	{
	color: #fff;
}
.school-news-content p	{
	margin: 5px 0;
}
#school-news ul	{
	margin: 0;
	padding: 0;
	min-height: 358px;
}
#school-news li	{
	list-style-type: none;
	margin-top: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.school-news-image, .school-news-item {
	display: table-cell;
	vertical-align: top;
}
.school-news-item	{
	padding-left: 10px;
}
.darca-leaf	{
	width: 100%;
	background: url(images/darca_icon.png) center no-repeat;
	height: 36px;
	margin-top: 30px;
}
.school-col	{
	margin-left: 20px;
}
.owl-carousel	{
	direction: ltr;
}
.owl-theme .owl-controls	{
	position: absolute;
	top: 40%;
	width: 100%;
}

.owl-theme .owl-controls .owl-buttons div	{
	position: absolute;
	width: 34px;
	height: 60px;
	padding: 0;
	transition: all .3s ease-in-out;
}
.owl-prev	{
	left: -50px;
	background: url(images/left_nav_arrow.png) no-repeat transparent !important;


}
.owl-next	{
	right: -60px;
	background: url(images/right_nav_arrow.png) no-repeat transparent !important;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover	{
	transition: all .3s ease-in-out;
}
.ceo-info-wrapper	{
	background: #f7f3f3;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
}
.ceo-info h2, .stuff-info h2	{
	font-size: 36px;
	color: #e01667;
	font-weight: 300;
	margin: .2em 0;
}
.ceo-info p, .stuff-info p	{
	margin: 0;
	padding: 0;
	font-size: 19px;
	color: #5d5d5e;
	line-height: 30px;
	width: 100%;
}
.ceo	{
	display: table;
	margin: 30px 0;
}
.ceo-image, .ceo-info	{
	display: table-cell;
	vertical-align: top;
	float: none;
}
.ceo-image	{
	width: 31%;
}

.ceo-info {
	padding-right:  2.127659574468%;

}
.stuff-info	{
	background: #f7f3f3;
	margin-top: 10px;
	padding: 20px;
}
.stuff-member:nth-child(3n) {
	margin-right: 0;
}
.stuff-member img	{
	max-height: 260px;
}
.ceo-image img	{
	display: none;
}
.partner-logo:last-child	{
	margin-right: 0;
}
.partner-logo	{
	text-align: center;
	height: 160px;
	margin-bottom: 0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#partners-strip	{
	background: #5d5d5e;
	display: inline-block;
	width: 100%;
}
.partner-name 	{
	margin-bottom: 0;
}
.partner-name:last-child	{
	margin-left: 0;
}
.partner-name a	{
	color: #fff;
	font-size: 35px;
	line-height: 30px;
	text-align: center;
	margin: .5em 0;
	display: inline-block;
}
.partner-name-container 	{
	text-align: center;
}
.partner-name-container span	{
	float: right;
	margin-left: 10px;
}
.partner-info	{
	padding-bottom: 40px;
	width: 70%;
}
.partner-info p, .partner-info li	{
	font-size: 20px;
	line-height: 28px;
}
h1.pink-title, h2.pink-title{
	font-size: 48px;
	color: #e01667;
	font-weight: 300;
}
h2.pink-title{
	font-size: 40px;
}
#partners_logos_last .partner-logo img{
	max-height: 80px;
	max-width: 180px;
}
#partners_logos_last #footer-pics{
	margin-top: 70px;
}
a.partner-website	{
	float: right;
	clear: both;
	background: url(images/website_link_en.png) right center no-repeat;
	padding-right: 40px;
	height: 32px;
	line-height: 32px;
	display: block;
	color: #5d5d5e;
	font-size: 27px;
}
.back-to-list	{
	background: url(images/website_link.png) left center no-repeat;
	padding-left: 40px;
	height: 32px;
	line-height: 32px;
	display: block;
	color: #5d5d5e;
	font-size: 27px;
}
/* .fullcove#e01667video	{
	top: 0 !important;
	height: 100%;
	width: auto;
}
.fullcove#e01667video video	{
	width: auto !important;
} */
.acf-map {
	width: 100%;
	height: 800px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map p, .acf-map h4, .acf-map a	{
	font-family: 'SpoilerRegular', Arial;
}
.acf-map p, .acf-map a	{
	font-size: 17px;
}
.acf-map p	{
	margin: .5em 0;
}
.schools-list ul	{
	margin: 0;
	padding: 0;
}
.schools-list li	{
	margin-bottom: 10px;
	list-style-type: none;
	background: url(images/darca_bullet.png) left center no-repeat;
	padding-left: 20px;
	font-size: 24px;
	line-height: 30px;

}
a.map-school-link	{
	background: url(images/website_link_en.png) left center no-repeat;
	padding-left: 40px;
	height: 32px;
	line-height: 32px;
	display: block;
}
.schools-list a	{
	color: #5d5d5e;
}
.schools-list a:hover	{
	color: #e01667;
}
.contact-card	{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	background-color:none;
}
.member-contact-overlay	{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
}
a.overlay-email	{
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/evelope.png) center center no-repeat;
	color: transparent;
	font-size:0;
}
.member-contact-info	{
	padding: 20px;
}

#contact-cards .contact-card:nth-child(3n)	{
	margin-right: 0;
}
.contact-card h3	{
	font-size: 30px;
	color: #e01667;
	margin: 0 0 .5em 0;
}
h4.contact-position	{
	font-size: 27px;
	margin: 0;
	font-weight: normal;
}
h4.contact-phone	{
	background: url(images/contact_phone_icon.png) left center no-repeat;
	padding-left: 40px;
	font-size: 27px;
	margin: .5em 0;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}
a.contact-email	{
	background: url(images/contact_email_icon.png) left center no-repeat;
	padding-left: 40px;
	font-size: 27px;
	color: #424e5a;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: .5em 0 0 0;
}
a.contact-email:hover	{
	color: #e01667;
}
.back	{
	background: #f7f3f3;
	text-align: center;
}
.back img	{
	max-width: 80%;
	max-height: 80%;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.school-card	{
	width: 280px;
	height: 218px;
	margin: 0 auto;
}
#contact-strip	{
	background: #e01667;
	width: 100%;
	display: inline-block;
	margin-top: 50px;

}
#contact-strip form label{
	display: block;
	color:#ffffff;
	font-size: 20px;
}

select, input[type="text"], input[type="password"], input[type="email"], textarea	{
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
}
textarea	{
	width: 100%;
	max-height: 70px;
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
}
input[type="submit"]	{
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-image: none;
	background: #eae7e0;
	width: 100%;
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
	padding: 6px 10px;
	font-weight: normal;
}
input[type="submit"]:hover	{
	border: none;
}
div.wpcf7-validation-errors	{
	border: none;
	clear: both;
	color: #fff;
	padding: 0.2em 0;
	font-size: 16px;
}
span.wpcf7-not-valid-tip	{
	color: #fff;
	font-size: 16px;
}
div.wpcf7-mail-sent-ok	{
	border: none;
	clear: both;
	font-size: 28px;
	color: #fff;
}
.contact-address	{
	margin: 3rem 0 1.1em 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	min-height: 112px;
	color: #fff;
	font-size: 24px;
}
.contact-address h2{
	font-size: 48px;
	 margin:0.5em 0;
	 font-weight: normal;
	 margin: .3em 0;
}
.contact-address p	{
	margin: .3em 0;
}
.waze-connect	{
	float: left;
	margin-top: 55px;
}
#contact-map .acf-map	{
	max-height: 380px;
}
#news-container	{
	background: #f7f3f3;
	display: inline-block;
	width: 100%;
	padding: 40px 0;
}
.news-box	{
	background: #fff;
	border: 2px solid #edf0f0;
	padding: 4px;
	box-sizing: border-box;
}
.news-box img	{
	width: 100%;
}
.news-box a	{
	color: #5d5d5e;
}
.news-box h2	{
	font-size: 24px;
	font-weight: normal;
	margin: .3em 0;
}
.news-content	{
	padding: 10px;
	box-sizing: border-box;
}
.news-content p	{
	font-size: 18px;
}
.singel-news	{
	font-size: 18px;
	line-height: 24px;
}
.singel-news p	{
	margin-top: 0;
}
.item-image-wrapper	{
	max-height: 200px;
	overflow: hidden;
}
#press-releases .news-box:nth-child(3n)	{
	margin-right: 0;
}
.employment-ad	{
	background: #f7f3f3;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.employment-ad h3	{
	font-size: 40px;
	color: #fff;
	margin: 0;
	background: #e01667;
	padding: 10px;
}
.employment-ad-content	{
	padding: 20px 5%;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
	display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
	align-items: center; -webkit-align-items: center; -ms-flex-align: center;
	justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start;
	flex-wrap: wrap;
}
.sub-category-title-box{
	width: 100%;
    display: block;
}
.sub-category-title-box h4{
	margin:0;
	padding:20px 0;
	color:#e01667;
}
.employment-sep	{
	background: url(images/employment_sep.png) center center no-repeat;
	height: 30px;
	width: 100%;
	margin-bottom: 30px;
}
.newsletter-sign	{
	color: #fff;
	font-size: 18px;
}
.share-button.sharer-0 label span	{
	padding-right: 6px !important;
	padding-left: 0 !important;
	font-family: 'Assistant', sans-serif;
    font-weight: 300 !important;
    color: #fff !important;
    font-size: 20px !important;
}
.share-button.sharer-0 label	{
	background: #e01667 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	color: #fff !important;
}
.back h3	{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 35%;
}
#about-top	{
	background: #f7f3f3;
	width: 100%;
	display: inline-block;
	padding: 30px 0;
	text-align: center;

}
#about-top h3	{
	margin: 0;
}
#about-top h2	{
	margin: 0;
}
#about-top p	{
	font-size: 26px;
	margin: .3em 0 0 0;
	line-height: 32px;
}
.chart	{
	text-align: center;
}

.chart h3, .about-icon h3	{
	color: #e01667;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: .2em;
}
.chart p	{
	color: #252525;
	font-size: 18px;
	margin-top: 0;
}
#about-icons	{
	background: #f7f3f3;
	width: 100%;
	display: inline-block;
	padding: 30px 0;
}
#about-icons h3, #charts h3{
	color: #e01667;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: .857em;
	text-align: center;
}
.about-icon	{
	text-align: center;
	border-bottom: 1px solid #e01667;
	margin-top: 0.5em;
}
.about-icon p	{
	font-size: 19px;
	line-height: 24px;
}
#charts .chart:nth-child(2n), .container-1200 .about-icon:nth-child(3n){
	margin-right: 0;
}
.page-template-page-about-en .container-1200 .about-icon:nth-child(3n){
	margin-right: 2.127659574468%;
}
.page-template-page-about-en .container-1200 .about-icon:nth-child(5n){
	margin-right: 0;
}
.page-template-page-about-en .container-1200 .about-icon strong{
	color:#adc42d;
}
.page-template-page-about-en .container-1200 .about-icon p{
	text-align: center;
}
.page-template-page-about-en #charts{
	padding: 30px 0;
}
.page-template-page-about-en .charts-intro-text{
	text-align: center;
}
#about-bottom	{
	text-align: center;
	background: #e01667;
	color: #fff;
	padding: 30px 0;
}
#about-bottom h3	{
	font-size: 33px;
	font-weight: 300;
}
#about-bottom p	{
	font-size: 26px;
	line-height: 32px;
}
#about-bottom a	{
	color: #fff;
}
.pink-title-36	{
	font-size: 36px;
	color: #e01667;
	font-weight: 300;
}
#mysticky-nav.wrapfixed	{
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
	z-index: 1000!important;
}

button.close {
    margin: -1rem auto -1rem -1rem !important;
}

#header.myfixed	{
	padding-top: 10px;
}
#header.myfixed #logo	{
	margin-bottom: 10px;
}
#header.myfixed #logo img	{
	max-width: 90px;
}
#header.myfixed #langs-nav	{
	float: left;
}
#header.myfixed .main-nav	{
	margin-top: 0;
}
#news-container .news-box:nth-child(3n)	{
	margin-right: 0;
}
.news-image-container	{
	max-height: 208px;
	overflow: hidden;
}
#partners-info	{
	padding-top: 60px;
}
.hp-news-image-container	{
	width: 100%;
	padding-top: 70%;
	background-position: center;
	background-size: cover;
}

h2.hp-news-title	{
	font-size: 24px;
	margin: 0;
	font-weight: 300;
}
.hp-news-content {
	background-color: #fff;
	padding: 15px;
	flex: 1;
	color: #5d5d5e;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hp-news-content .date{
	font-size: 18px;
	font-weight: 700;
}
.hp-news-content p	{
	font-size: 18px;
	margin: 0;
}
.hp-news-content .button{
	background-color: #5d5d5e;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	margin-top: 15px;
	font-size: 1rem;
	margin-bottom: 25px;
}
.resume input[type="file"]	{
	font-size: 16px;
}
#send-resume input[type="submit"]	{
	width: 120px;
}
.resume {
    position: relative;
    overflow: hidden;
    margin: 10px 0 10px 10px;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #e01667;
}
.resume input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 40px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.file-upload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.resume span.wpcf7-form-control-wrap 	{
	position: absolute;
    top: 0;
    right: 0;
}
input#uploadFile	{
	background: transparent;
	border: none;
	width: 100%;
	font-size: 14px;
	font-family: 'Assistant', sans-serif;

}
#send-resume p	{
	margin: 0.2em 0;
}

#send-resume div.wpcf7-validation-errors	{
	color:#c40000;
}
#send-resume span.wpcf7-not-valid-tip	{
	color:#c40000;
	margin-right: 130px;
}
#send-resume .wpcf7-mail-sent-ok	{
	color: #329b00;
	font-size: 18px;
}
.navigation	{
	display: inline-block;
}
.navigation a	{
	font-size: 20px;
	color: #000;
}
.previous, .next	{
	font-size: 20px;
}
#news-archive-container	{
	border-top: 1px solid #a2a1a1;
    padding-top: 30px;
    margin-bottom: 50px;
}
#news-archive-container ul li	{
	display: table;
}
#news-archive-container ul	{
	margin: 0;
	padding: 0;
}
#news-archive-container ul li span.archive-date, #news-archive-container ul li span.archive-title	{
	display: table-cell;
}
span.archive-date	{
	padding-right: 30px;
}
#news-archive-container ul li a	{
	font-size: 24px;
	line-height: 30px;
	color: #5d5d5e;
}
#news-archive-container ul li a:hover	{
	color: #e01667;
}
a.more_news	{
	width: 100%;
    text-align: center;
    background: #ffffff;
    display: block;
    font-size: 28px;
    color: #5d5d5e;
    padding: 12px 0;
    border: 2px solid #edf0f0;
}
a.more_news:hover	{
	background: #e01667;
	color: #fff;
}
.director-card h2	{
	font-size: 26px;
	color: #e01667;
	font-weight: 400;
	line-height: 47px;
	margin-bottom: 0;
}
.director-card h2 img	{
	margin-right: 10px;
}
#director-cards .director-card:nth-child(3n)	{
	margin-right: 0;
}
.director-info	{
	background: #ebebeb;
	padding: 20px;
	margin-top: -14px;
}
li.lang-item	{
	float: left;
	padding-right: 16px;
	font-size: 16px;
	list-style-type: none;
}
li.lang-item a	{
	color: #5d5d5e;
	line-height: 28px;
}
li.lang-item a:hover	{
	color: #e01667;
}
li.current-lang	{
	display: none;
}
ul.darca-langs	{
	padding: 0;
}
#partners-info h2.pink-title	{
	margin-top: 0;
}
#partners-info h3.pink-title	{
	margin-top: 0;
}
a.more-news	{
	clear: both;
    display: block;
    margin-top: 20px;
    font-size: 20px;
}
.about-icon p	{
	text-align: left;
}
.mc4wp-checkbox-contact_form_7 label	{
	color: #fff;
	font-weight: 400;
}
.page-id-1154	{
	font-family: 'Open Sans Hebrew', serif !important;
}
.page-id-1154 p.stat_number	{
	font-size: 90px;
}
.page-id-1154 p.stat_name	{
	font-size: 35px;
}
.photos-c#e01667it {
	font-size: 14px;
	color: #999;
}


/*########### Share button ###########*/

share-button	{
	direction: ltr;
	font-family: 'SpoilerRegular', Arial;
	color: #fff;
	background: #e01667;
	border-radius: 0;
	font-size: 20px;
	padding: 5px 16px;
}
share-button:before	{
	display: none;
}

a.pink-button	{
	color: #fff;
	background: #e01667;
	font-size: 20px;
	padding: 5px 16px;
}

/* ################*/
/* Cards */

.fa {
  transition: all 0.32s ease;
}

.fa:hover {
    color: #e01667ad;
}

.bookletOpenIcon {
	font-size: 2.1em!important;
}

.modal-content {
	height: 90%;
	max-height: 90%;
}

.one_card{
/* float:right; */
width:25%;
padding:2.5%;
box-sizing:border-box;
}
.employment-ad-content .group_wrapper {
	width: 25%;
	padding: 2.5%;
}
.group_wrapper .one_card.cf.group_booklet {
    width: 100%;
    padding: 0;
}
.mfp-iframe-holder .mfp-content {
    max-width: 100%;
}

#pdfBrowser {
	width: 100%;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 10px;
    width: auto;
		width: 100%;
    max-width: 1000px;
    margin: 10px auto;
    max-height: 100%;
    height: 90%;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
    height: 90%;
}

.mfp-close {
	right: -11px;
	top: -11px;
}

.white-popup #s_pdf_frame {
	height: 100% !important;
}

iframe#s_pdf_frame {
    width: 100%;
    height: 70vh;
}

a.s_pdf_download_link {
	position: relative;
}
.copyCon {
	text-align: right;
}
.copyLink {
	transform: translate(-95px,-35px);
	height: 35px;
	background: #df1767;
	border: none;
	color: white;
	font-size: 20px;
	cursor: copy;
	padding: 0 16px;
	transition: all 0.96s ease;
}
.linkToCopy {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.card_num
{
text-align:center;
color:#e01667;
padding:0 0 10px 0;
font-size:0.8em;
}

.card_name
{
text-align:center;
color:#000000;
padding:0 0 20px 0;
font-size:0.8em;
height:30px;
}

.card_img
{
border-top-right-radius:13px;
border-bottom-right-radius:13px;
border-bottom-left-radius:13px;

}
.card_icons
{
display:inline-block;
padding:10px 0 0 0;
}

.card_icons a
{
color:#e01667;
}

.card_icons .fa
{
font-size:2em;
}

.card_one_icon
{
float:right;
display:inline-flex;
padding:0 10px 0 10px;
}

#card_select
{
background:#f7f3f3;
height:40px;
}

#only_one_card
{
max-width:600px;
}
.donate-option{
	text-align: center;
	width: 50%;
	float: right;
}
.donations .donate-option:last-child	{
	margin-right: 0;
}
#donate-main	{
	background: #f7f3f3;
	width: 100%;
	display: inline-block;
	margin-top: 50px;
	text-align: center;
}
#donate-main h1{
	font-size: 60px;
	 color: #e01667;
	 font-weight:normal;
}
.donate-option a	{
	color: #e01667;
	font-size: 30px;
}
.donate-option p	{
	font-size: 30px;
}
.donate-option h2{
	font-size: 30px;
	font-weight:normal;
}
#donate-bottom	{
	text-align: center;
}
#donate-pop	{
	display: none;
	text-align: right;
	padding-top: 30px;
}
#donate-pop h2	{
	color: #e01667;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: .5em;
}
#donate-pop h3	{
	font-size: 30px;
	margin-top: 0;
	margin: .5em 0;
	font-weight:normal;
}
#donate-pop p	{
	margin: .5em 0;
	font-size: 18px;
}
.register-new{
	color: #fff;
    background-color: #e01667;
    padding: 10px;
    width: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 40px 0 20px 0;
}
#content.bogrim_page .register a.register_btn {
    color: #fff;
    background-color: #e01667;
    padding: 10px;
    width: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 40px 0 20px 0;
}
#content.bogrim_page .register a.register_btn.clicked{
	background: rgba(224, 22, 103,0.7);
}
#langs-nav li{
	margin: 0 0 0 10px;
}

/** Google Form custom style *******************/
#registration_form {
    position: relative;
    display: block;
    /* padding: 30px 15px; */
    padding: 30px 0;
    border: 1px solid #dddddd;
	margin-bottom: 50px;
	max-height: 50px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#registration_form.show {
	display: block;
	opacity: 1;
	max-height: 100%;
	height: 100%;
}
#registration_form form *{
	color: #5d5d5e;
	font-family: 'Assistant', sans-serif;
	font-size: 19px;
	font-weight: 300;
}
#registration_form ol {
	margin: 0;
	padding: 0;
}
#registration_form .logo {
    position: relative;
    display: block;
    text-align: center;
	margin-bottom: 10px;
}
#registration_form .logo img{
	max-width: 130px;
}
#registration_form form input#ss-submit {
    color: #fff;
    background-color: #e01667;
    max-width: 200px;
    padding: 10px 0;
    width: 100%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#registration_form form input#ss-submit:hover {
    background: rgba(224, 22, 103,0.8);
}
#registration_form form select {
    border: 1px solid #e0e0e0;
    min-width: 189px;
    padding: 6px 8px;
    background: #e0e0e0;
}
#registration_form form label.ss-q-item-label {
	position: relative;
	display: block;
	margin-bottom: 0px;
}
#registration_form form label.error-message{
	margin: 0 15px;
	color: #e01667;
	direction: ltr;
}
#registration_form form .ss-q-title,
#registration_form form .ss-q-help {
	margin-bottom: 0;
}
#registration_form form textarea,
#registration_form form input {
    max-width: 300px;
    width: 100%;
}
#registration_form form textarea{
	height: 300px;
}
#registration_form form input[type="radio"] {
    width: auto;
}
#registration_form form ul {
    margin: 0 0 20px;
}
#registration_form .form_title{
	color: #e01667;
	font-size: 36px;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 20px;
	text-align: center;
}
#registration_form div.ss-requi#e01667-asterisk,
#registration_form form span.ss-requi#e01667-asterisk {
    color: #e01667 !important;
	font-weight: bold;
}
#registration_form form .errorheader * {
	color: #e01667 !important;
}
#registration_form form .ss-item.ss-navigate.wpgform-dontsplit table{
	margin: 0;
	border: none;
}
#registration_form form .ss-item.ss-navigate.wpgform-dontsplit table td{
	border: none;
}

/**********************************************************/
/**************** Page template page videos ****************/
.page-template-page-videos .slider-section .rectangle-skew{
	height: unset;
	position: relative;
}
.page-template-page-videos .slider-section .background-pink{
	height: 100%;
    position: absolute;
}

.page-template-page-videos .slider-section .rectangle-skew .container-1200{
	transform: skew(0deg, -355deg);
}
.page-template-page-videos .slider-section .text-area{
	margin-bottom: 30px;
}
.page-template-page-videos .videos-area{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: flex-start;
}
.page-template-page-videos .videos-area .single-wrapper{
	width: 33%;
}
.page-template-page-videos .videos-area .single-wrapper .single-video{
	margin: 0 20px 60px 0;
}
.page-template-page-videos #footer-pics{
	margin-top: 0px;
}

.page-template-page-home #schools{
	position: relative;
	z-index: 2
}
.page-template-page-home .landing-page-section{
	position: relative;
	color: #2E2E2D;
	font-size: 30px;
	box-shadow: 0 3px 10px rgb(0, 0 , 0, 0.5);
	margin-top: 150px;

}

.page-template-page-home .landing-page-section .ela-stamp{
	right: 0;
    top: -50px;
    z-index: 4;
}

.page-template-page-home .landing-page-section .bg-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-template-page-home .landing-page-section .other-logos{
	position: absolute;
	top: 50px;
	left: 50px;
	display: flex;
	align-items: center;
}
.page-template-page-home .landing-page-section .azrieli-logo{
	margin-right: 50px;
}
.page-template-page-home .landing-page-section .azrieli-logo img{
	max-width: 120px;
}
.page-template-page-home .landing-page-section .darca-logo img{
	max-width: 90px;
}
.page-template-page-home .landing-page-section .container{
	padding: 130px 15px 70px;
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
}
.page-template-page-home .landing-page-section .ela-logo{
	display: flex;
	justify-content: center;
}
/* height issues for Safari browsers - needs height 100% */
.page-template-page-home .landing-page-section .ela-logo img{
	width:100%;
	max-width: 309px;
	height: 100%;
	max-height:129px;
}
.page-template-page-home .landing-page-section .section-title p{
	font-size: 60px;
	text-align: center;
	line-height: 1;
	margin: 50px 0;
}
.page-template-page-home .landing-page-section .section-title strong{
	color: #0F3059;
}
.page-template-page-home .landing-page-section .texts-repeater{
	display: flex;
	justify-content: center;
	margin: 70px 0;
}
.page-template-page-home .landing-page-section .single-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: 1;
	max-width: 320px;
}
.page-template-page-home .landing-page-section .single-text::after{
	content: '';
	width: 320px;
	margin-top: 15px;

}
.page-template-page-home .landing-page-section .single-text:first-of-type::after{
	border-bottom: 3px solid #05669E;
}
.page-template-page-home .landing-page-section .single-text:nth-of-type(2){
	margin: 0 40px;
}
.page-template-page-home .landing-page-section .single-text:nth-of-type(2)::after{
	border-bottom: 3px solid #F9A008;
}
.page-template-page-home .landing-page-section .single-text:nth-of-type(3)::after{
	border-bottom: 3px solid #C7152B;
}
.page-template-page-home .landing-page-section .bottom-text{
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}
.page-template-page-landing-page .quotes{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	border: 3px solid #C7152B;
	padding: 120px 15px 40px 15px;
}
.page-template-page-landing-page .quote-icon{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
}
.page-template-page-landing-page .quotes-section{
	padding: 40px 15px 120px 15px;
	overflow: hidden;
}
.page-template-page-landing-page .quotes .owl-controls{
	top: 45%;
}
.page-template-page-landing-page .owl-theme .owl-controls .owl-buttons div{
	background: transparent !important;
	position: absolute;
	opacity: 1;
}
.page-template-page-landing-page .owl-prev{
	left: -80px;
}
.page-template-page-landing-page .owl-next{
	left: auto;
	right: -30px;
}
.owl-prev::after{
	left: 50%;
    position: absolute;
    transform: rotate(135deg) translateX(-50%);
}
.owl-next::after{
	left: 50%;
    position: absolute;
    transform: rotate(-45deg)  translateX(-50%);
}
.page-template-page-landing-page .owl-theme .owl-controls .owl-buttons div::after{
	content: '';
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.page-template-page-landing-page .owl-pagination{
	bottom: -335px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.page-template-page-landing-page .owl-theme .owl-controls .owl-page span{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #05669E;
	transition: 0.5s;
	background-color: transparent;
}
.page-template-page-landing-page .owl-theme .owl-controls .owl-page.active span{
	background-color: #C7152B;
	border-color: #C7152B;
}
.page-template-page-landing-page .single-quote{
	display: flex;
	flex-direction: column;;
	align-items: center;
	margin: 0 auto;
	direction: rtl;
	text-align: center;
}
.single-quote .top, .single-quote .bottom{
	max-width: 680px;
	margin: 0 auto;
}
.page-template-page-landing-page .single-quote .title{
	display: flex;
	flex-direction: column;;
	align-items: center;
	font-size: 1.9rem;
	letter-spacing: 0.04rem;
}
.single-quote .role{
	  line-height: 0.9;
}
.single-quote .school{
	margin-bottom: 0;
}
.page-template-page-landing-page .single-quote .bold{
	font-weight: bold;
}
.page-template-page-landing-page .single-quote .title::after{
	content: '';
	width: 45px;
	border-bottom: 3px solid #05669E;
	margin: 30px 0;
}
.page-template-page-home .landing-page-section .link-button-wrapper, .page-template-page-landing-page .link-button-wrapper{
	display: flex;
	justify-content: center;
}
.page-template-page-landing-page .link-button-wrapper{
    margin: 50px 0 70px 0;
}

.page-template-page-home .landing-page-section .link-button, .page-template-page-landing-page .link-button-wrapper .link-button, .page-template-page-landing-page .accordion-section .link-button{
	min-width: 420px;
	padding: 20px 25px;
	color: #fff;
	background-color: #05669E;
	border-radius: 10px;
	margin-top: 15px;
	text-align: center;
	transition: 0.5s;
}
.page-template-page-home .landing-page-section .link-button:hover, .page-template-page-landing-page .link-button-wrapper .link-button:hover,
.page-template-page-landing-page .accordion-section .link-button:hover{
	background-color: #F9A008;
}
.page-template-page-landing-page .accordion-section .link-button-wrapper {
	margin: 40px 0 20px 0;

}
/**************** tenYearsVideos section ****************/

.container-1300{
	max-width: 1300px;
	position: relative;
	padding: 0 15px;
	margin: 0 auto;
}
.tenYears-videos-section .mfp-content{
	max-width: 70vw !important;
	max-height: 60vh !important;
}
.page-template-page-home .mfp-iframe-holder .mfp-content, .page-template-page-videos .mfp-iframe-holder .mfp-content{
    max-width: 50vw;
    max-height: 62vh;
}
.container-reg{
	max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0 50px;
}
.top-title{
	font-size: 58px;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	line-height: 4rem;
}
.pink{
	color: #e01667;
}
.grey-text{
	color: #5D5D5E;
}
.light-grey{
	color: #EEEEEE;
}
.overview-section{
	background-color: #EEEEEE;
    padding-bottom: 150px;
}
.play-button-white{
	max-width: 60px;
	/* margin-left: 45%; */
}

.image-area{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
    background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}
.overview-section .image-area{
	height: 680px;
}
/* .rectangle-background{
	background-color: #fff;
	width: 1057px;
	height: 632px;
	top: 20px;
	box-shadow: 5px 5px 20px 10px rgb(0 0 0 / 28%);
} */
.box-image{
	border: 20px solid #fff;
	box-shadow: 5px 5px 20px 10px rgb(0 0 0 / 28%);
}
.slider-section{
	position: relative;
	margin-top: 100px;
    margin-bottom: 300px;
}
.rectangle-skew{
	width: 100%;
	height: 973px;
	top: 0;
	left: 0;
	position: absolute;
	transform: skew(0deg, 355deg);
}
.background-pink{
	background-color: #e01667;
	left: 30px;
    top: 44px;
}
.background-light-grey{
	background-color: #EEEEEE;
}
.logo-10-years{
	position: relative;
    top: -60px;
}
.button-all-video{
	max-width: fit-content;
	height: 67px;
	background-color: #fff;
	display: flex;
	align-items: center;
	position: absolute;
	right: 10%;
	border-radius: 10px;
}
.button-all-video a{
	color: #e01667;
	font-size: 35px;
	font-weight: bold;
	margin: auto 20px;
}
.slider-title{
	position: relative;
	font-size: 58px;
	font-weight: bold;
    margin-bottom: 40px;
}
.sub-slider-title{
	position: relative;
	font-size: 35px;
	margin-bottom: 50px;
	font-weight: bold;
}
.text-area{
	position: relative;
	font-size: 20px;
	max-width: 768px;
    line-height: 1.6rem;
}
.single-video{
	/* width: 100%; */
	height: 220px;
    margin: 0 10px;
	position: relative;
	border: 10px solid #fff;
}
.single-video .title-video{
	font-size: large;
    font-weight: 600;
    margin-top: 40px;
}
.video-image{
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.single-video .video-image{
	background-size: auto;
	background-repeat: no-repeat;
}
.image-wrapper{
	height: 200px;
}
.slider-area button{
	background: none;
    outline: none;
    border: none;
    font-size: 0;
    z-index: 999;
}
.slider-area .slick-arrow::after{
    content: '';
	border-right: 3px solid #e01667;
	border-bottom: 3px solid #e01667;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 45%;
	transform: rotate(135deg);
	cursor: pointer;
}
.single-video .play-button-white{
	max-width: 10%;
}
.tenYears-videos-section .slider-area .slick-arrow.slick-next::after {
	right: -15px;
	transform: rotate(-45deg);
}
.tenYears-videos-section .slider-area .slick-arrow.slick-prev::after {
	left: -15px;
}
.tenYears-videos-section .mfp-iframe-holder .mfp-content {
    max-width: 68%;
}
/**************** End of page-video-test ****************/
.visuallyhidden{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color:#ffffff;
}
.singel-news .news-gallery {
	height: auto !important;
}
.content-partners h1{
	margin-bottom: 15px;
	margin-top: 35px;
	padding: 0 13px;
}
.page-template-page-stragetic-partners #footer-logos{
	display: none
}
.partner-link{
	width: 100%;
    height: 100%;
	max-width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-container.partners_logos{
	position: relative;
	display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
	align-items: center; -webkit-align-items: center; -ms-flex-align: center;
	justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.container-1200.mid-logos{
	margin: 100px auto;
}
.partners_logos .partner-logo{
	max-height: 100px;
	width: 25%;
	padding: 0 12px;
	float: none;
    margin: 0;
	box-sizing: border-box;
	margin-bottom: 25px;
	text-align: inherit;
}
.partners_logos .partner-logo img{
	width: auto;
	max-height: 100%;
	/* animation-delay: 1s; */
}
.partners_logos .partner-logo a,
.partners_logos .partner-logo .flex{
	display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
	align-items: center; -webkit-align-items: center; -ms-flex-align: center;
	height: 100%;
	width: 100%;
}

html[lang="en-US"] body.page-template-page-contact .waze-connect {
	float: right;
}
html[lang="en-US"] body.page-template-page-contact .addressSmallText {
	width: 500px;
}

/************* Cards Lobby ***************************/
.cards-link-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center; -webkit-align-items: center; -ms-flex-align: center;
	flex-wrap: wrap;
}
.cards-link-wrapper .card-main-link{

	text-align: center;
	padding: 50px;
	background: #e01667;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	border-radius: 10px;
}
.cards-link-wrapper a{
	font-size: 30px;
	font-weight: 700;
	color:#5d5d5e;
	transition: all ease 0.3s;
}
.cards-link-wrapper a:hover{
	color: #e01667;
}
.cards-link-wrapper a:hover .card-main-link{
	background: rgba(0,0,0,0.2);
}
.return_back_link a{
	font-size: 20px;
    color: #000000;
}
.return_back_link{
	padding-top:5px;
}
/********************* Cards Page ********************************/
.search-form label{
	display: block;
	font-size: 1.875em;
    margin-bottom: .857em;
    margin-top: .857em;
}
.search-form input#userFindInputText{
	/* border-bottom:1px solid #5d5d5e; */
	background: #f7f3f3;
	height:40px;
}
.search-form button#userFindInputButton{
	color: #fff;
	background-color: #e01667;
	padding: 10px 15px;
	height:40px;
	border:none;
	border-radius:0;
	margin-right: 10px;
	cursor:pointer;
	appearance: none;
	-webkit-appearance: none;
}
/************** search as browser *******************************/
.highlighted{
            	background-color: yellow;
        	}
.highlight
{
    background-color: #fff34d;
    -moz-border-radius: 0px; /* FF1+ */
    -webkit-border-radius: 0px; /* Saf3-4 */
    border-radius: 0px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.highlight
{
    padding: 1px 4px;
    margin: 0 -4px;
}
/* New Landing */
.page-template-page-ela-landing-page #wrapper, .page-template-page-ela-landing-page #content{
    margin-bottom: 0;
}
.page-template-page-ela-landing-page #footer{
    display: none;
}
.page-template-page-ela-landing-page .container{
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
}
.page-template-page-ela-landing-page header .logos{
    display: flex;
    justify-content: center;
    padding: 25px 0;
}
.page-template-page-ela-landing-page .top-section{
    background-color: #101E38;
    border-bottom: 10px solid #F08708;
    color: #fff;
    position: relative;
}

.page-template-page-ela-landing-page .top-section strong{
    color: #F08708;;
}
.page-template-page-ela-landing-page .top-section .container{
    padding: 40px 15px 60px 15px;
    position: relative;
}
.page-template-page-ela-landing-page .stamp{
    position: absolute;
    right: 0;
    top: -100px;
}
.repeater-bottom-text{
    max-width: 700px;
    margin: 50px auto 0 auto;
    text-align: center;
    color: #101E38;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}
.page-template-page-ela-landing-page .row{
    display: flex;
    flex-wrap: wrap;
}
.page-template-page-ela-landing-page .col-md-6{
    -webkit-box-flex: 0;
    flex: 0 0 47%;
    max-width: 47%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.page-template-page-ela-landing-page .col-md-6 .text, .page-template-page-ela-landing-page .col-md-6 .title{
    max-width: 515px;
}
.text-section .container{
    padding: 80px 15px 0 15px;
}
.text-section .row{
    justify-content: center;
}
.text-section .col-md-6{
    flex: 0 0 45%;
    max-width: 45%;
}
.text-section .col-md-6 .title{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.1;
}

.text-section .col-md-6 .text p{
    margin: 10px 0 0 0;
}
.text-section .col-md-6:nth-of-type(odd) .title{
    color: #F08708;
}
.text-section .col-md-6:nth-of-type(even) .title{
    color: #101E38;
}
.page-template-page-ela-landing-page .top-section h1, .page-template-page-ela-landing-page .top-section h2{
    text-align: center;
}
.page-template-page-ela-landing-page .top-section h1 p{
    font-size: 63px;
    margin: 0;
}
.page-template-page-ela-landing-page .top-section h2 p{
    font-size: 34px;
    margin: 0 0 40px 0;
}
.page-template-page-ela-landing-page .second-section .container{
    padding: 70px 15px 100px 15px;
}
.page-template-page-ela-landing-page .second-section .right p{
    max-width: 600px;
    font-size: 25px;
}
.page-template-page-ela-landing-page .second-section .row:nth-child(even){
    flex-direction: row-reverse;
}
.arrows-section, .page-template-page-ela-landing-page .bottom-section{
    background-color: #F08708;
    height: 420px;
    position: relative;
}
.page-template-page-ela-landing-page .arrows-section{
	background-color: #101E38;
}
.page-template-page-ela-landing-page .bottom-section{
    height: auto;
}
.page-template-page-ela-landing-page .bottom-section .container{
    padding: 60px 15px;
}
.page-template-page-ela-landing-page .bottom-section .bottom-title{
    text-align: center;
    margin-bottom: 35px;
    font-size: 35px;
    color: #fff
}
.page-template-page-ela-landing-page .top-section .text-btn{
    margin-top: 40px;
}
.page-template-page-ela-landing-page .bottom-section .text-btn, .page-template-page-ela-landing-page .top-section .text-btn{
    font-size: 50px;
    color: #fff;
}
.page-template-page-ela-landing-page .bottom-section .text-btn, .page-template-page-ela-landing-page .top-section .text-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-page-ela-landing-page .bottom-section .text-btn .apply-btn, .page-template-page-ela-landing-page .top-section .text-btn .apply-btn{
    margin-right: 15px;
    background-color: #101E38;
    padding: 20px 40px;
    color: #fff;
}
.page-template-page-ela-landing-page .top-section .text-btn .apply-btn{
	background-color: #F08708;
}
.arrow-image{
    width: 100%;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
}
/* Landing Page */
.page-template-page-landing-page #mysticky-wrap{
	height: auto !important;
}
.page-template-page-landing-page #acp-toggle-toolbar{
	top: auto !important;
	bottom: 50px !important;
	right: auto !important;
}
.page-template-page-landing-page #wrapper, .page-template-page-landing-page #content{
	margin-bottom: 0;
}
.page-template-page-landing-page #footer-wrapper{
	display: none;
}
.page-template-page-landing-page #mysticky-nav{
	position: static !important;
	top: auto !important;
}
.page-template-page-landing-page #mysticky-nav.wrapfixed .myfixed{
	position: absolute !important;
}
.page-template-page-landing-page, .page-template-page-landing-page p{
	font-size: 28px;
	color: #0F3059;
	line-height: 1.4;
}
.page-template-page-landing-page p strong{
	letter-spacing: 0.02em;
}

.page-template-page-landing-page .container{
	max-width: 1400px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
}
.page-template-page-landing-page .ela-logo{
	margin: 0 40px;
}
.page-template-page-landing-page .row{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.page-template-page-landing-page .row .col-lg-6{
	width: 50%;
}
.page-template-page-landing-page .top-section .row, .page-template-page-ela-landing-page .second-section .row{
	align-items: center;
    flex-wrap: nowrap;
}
.page-template-page-landing-page .top-section .row .col-lg-6, .page-template-page-ela-landing-page .second-section .row .col-lg-6{
	width: 50%;
	display: flex;
	justify-content: center;
}
.page-template-page-landing-page .top-section .row .col-lg-6 .right, .page-template-page-ela-landing-page .second-section .row .col-lg-6 .right{
	width: 100%;
	max-width: 462px;
	margin-left: 25px;
}
.page-template-page-ela-landing-page .second-section .row:nth-of-type(even) .col-lg-6 .right{
    margin-left: 0;
    margin-right: 25px;
}
.page-template-page-landing-page .ela-stamp{
    left: 90px;
}
.ela-stamp{
	background-color: rgb(249, 160, 8);
    border-radius: 50%;
    padding: 25px;
    position: absolute;
    color: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    width: 140px;
    height: 140px;
    line-height: 1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 25px;
    transform: rotate(10deg);
}
.ela-stamp::after{
    content:'';
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    box-sizing: border-box;
}
.page-template-page-landing-page .wpcf7-not-valid-tip{
	position: absolute;
	right: 0;
	top: 100%;
}
.wpcf7-response-output{
	font-size: 20px;
}
.page-template-page-landing-page .divider{
	max-width: 100%;
	display: flex;
	justify-content: center;
}
.page-template-page-landing-page .landing-container{
	padding: 50px 15px;
}
.page-template-page-landing-page h1, .page-template-page-landing-page h2{
	font-size: 63px;
	font-weight: 100;
	text-align: center;
	margin: 15px 0;
	color: #2E2E2D;
}
.page-template-page-landing-page .logos{
	display: flex;
	justify-content: space-between;
}
.page-template-page-landing-page .logos .mobile-logos{
	display: none;
}
.page-template-page-landing-page .top-section{
	position: relative;
	background-position: center;
	background-size: cover;
}
.page-template-page-landing-page .top-section .container{
	z-index: 2;
}
.page-template-page-landing-page .top-section .bottom-container{
	padding-bottom: 90px;
	padding-top: 25px;
}
.page-template-page-landing-page .top-section .red-line{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 130px;
	border-bottom: 3px solid #C7152B;
}
.page-template-page-landing-page .second-section{
	border-top: 3px solid #F9A008;
	border-bottom: 3px solid #F9A008;
}
.page-template-page-landing-page .second-section .row{
	align-items: center;
}

.page-template-page-landing-page .second-section .right{
	display: flex;
}
.page-template-page-landing-page .second-section .left{
	max-width: 570px;
}
.page-template-page-landing-page .second-section .container{
	padding: 60px 15px;
}
.page-template-page-landing-page .second-section .circle{
	width: 330px;
	height: 330px;
	border-radius: 50%;
	position: relative;
}
.page-template-page-landing-page .second-section .circle.right-circle{
	margin-left: 25px;
}
.page-template-page-landing-page .second-section .circle .bg-image{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}
.page-template-page-landing-page .top-section .right strong{
	color: #0F3059;
}
.page-template-page-landing-page .background-section{
	position: relative;
	border-bottom: 3px solid #05669E;
}
.page-template-page-landing-page .background-section .bg-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.page-template-page-landing-page .background-section .container{
	padding: 35px 15px;
	z-index: 2;
}
.page-template-page-landing-page .background-text{
	max-width: 890px;
	text-align: center;
	margin: 0 auto;
}
.page-template-page-landing-page .background-text p{
	font-weight: 500;
	font-size: 34px;
	font-weight: bold;
}
.page-template-page-landing-page .background-text strong{
	color: #C7152B;
}
.page-template-page-landing-page .background-section .bg-gradient{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, 0.3);
}
.page-template-page-landing-page .bullets-section{
	border-bottom: 3px solid #F9A008;
}
.page-template-page-landing-page .bullets-section .container{
	padding: 70px 15px 40px 15px;
	max-width: 1500px;
}
.page-template-page-landing-page .bullets-section .left{
	max-width: 900px;
	margin-right: 50px;
}
.page-template-page-landing-page .bullets-section h4{
	font-size: 32px;
	font-weight: bold;
}
.page-template-page-landing-page .bullets-section .wrapper{
	display: flex;
	justify-content: space-between;
}
.page-template-page-landing-page ul, .page-template-page-ela-landing-page ul{
	list-style: none;
	margin-right: 0;
	padding-left: 0;
}
.page-template-page-ela-landing-page ul{
    margin-top: 15px;
}
.page-template-page-landing-page ul li, .page-template-page-ela-landing-page ul li{
	margin-bottom: 15px;
	padding-right: 1em;
	position: relative;
}
.page-template-page-landing-page ul li::before, .page-template-page-ela-landing-page ul li::before{
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #C7152B;
	position: absolute;
	top: 0.5em;
	right: 0;
}
.page-template-page-landing-page .accordion-section .container, .page-template-page-ela-landing-page .accordion-section .container{
	padding: 70px 15px;
	max-width: 1080px;
	margin: 0 auto;
}
.page-template-page-ela-landing-page .accordion-section .container{
    padding-bottom: 100px;
}
.page-template-page-ela-landing-page .single-accordion li{
    font-size: 25px;
    line-height: 1.1;
}
.page-template-page-landing-page .single-accordion, .page-template-page-ela-landing-page .single-accordion{
	padding: 15px 0 15px 10px;
	border-bottom: 3px solid #05669E;
	position: relative;
}
.page-template-page-ela-landing-page .single-accordion{
    border-color: #F9A008;
}
.page-template-page-landing-page .single-accordion ul li:before, .page-template-page-ela-landing-page .single-accordion ul li:before{
	background-color: #F9A008;
}
.page-template-page-ela-landing-page .single-accordion ul li:before{
    top: 0.3em;
}
.page-template-page-landing-page .single-accordion .top, .page-template-page-ela-landing-page .single-accordion .top{
	padding-right: 50px;
	cursor: pointer;
	z-index: 2;
}
.page-template-page-landing-page .single-accordion .bottom, .page-template-page-ela-landing-page .single-accordion .bottom{
	display: none;
	padding-right: 50px;
	max-width: 815px;
}
.page-template-page-landing-page .single-accordion .bottom p, .page-template-page-ela-landing-page .single-accordion .bottom p{
	margin: 15px 0;
}
.page-template-page-landing-page .single-accordion .arrow, .page-template-page-ela-landing-page .single-accordion .arrow{
	border-right: 2px solid #05669E;
	border-bottom: 2px solid #05669E;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 1.4em;
	transform: rotateZ(135deg);
	transition: 0.5s;
	cursor: pointer;
}
.page-template-page-ela-landing-page .single-accordion .arrow{
    top: 2.2em;
    border-right: 2px solid #101E38;
	border-bottom: 2px solid #101E38;
}
.page-template-page-landing-page .single-accordion .arrow.active, .page-template-page-ela-landing-page .single-accordion .arrow.active{
	transform: rotateZ(45deg);
	transform-origin: top;
	top: 1.2em;
}
.page-template-page-landing-page .single-accordion .title, .page-template-page-ela-landing-page .single-accordion .title{
	font-size: 50px;
	color: #2E2E2D;
	font-weight: 100;
	transition: 0.5s;
}
.page-template-page-ela-landing-page .single-accordion .title{
    line-height: 1;
}
.page-template-page-landing-page .single-accordion .title.active, .page-template-page-ela-landing-page .single-accordion .title.active{
	color: #F9A008;
	font-weight: bold;
}
.accordion-text{
	margin-top: 20px;
}
.accordion-text  p{
	margin: 5px 0;
}
.page-template-page-landing-page .contact-section{
	position: relative;
}
.page-template-page-landing-page .contact-section .right-shape{
	position: absolute;
	right: 0;
	top: 100px;
}
.page-template-page-landing-page .contact-section .left-shape{
	position: absolute;
	left: 0;
	bottom: 100px;
}

.page-template-page-landing-page .contact-section, .page-template-page-ela-landing-page .contact-section{
	position: relative;
}
.page-template-page-landing-page .contact-section .container, .page-template-page-ela-landing-page .contact-section .container{
	padding: 70px 15px 50px 15px;
}
.page-template-page-landing-page .contact-section .bg-image, .page-template-page-ela-landing-page .contact-section .bg-image{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
}
.page-template-page-landing-page .contact-section .bg-gradient{
	background-image: linear-gradient(to top left, rgba(5, 102, 158, 1) 60%, rgba(5, 102, 158, 0));
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.page-template-page-ela-landing-page .contact-section .bg-gradient{
	background-color: #101E38;
	width: 100%;
    height: 100%;
    position: absolute;
}
.page-template-page-ela-landing-page .contact-section{
	color: #fff;
}
.page-template-page-landing-page .contact-section h2{
	color: #F9A008;
	font-size: 63px;
	text-align: right;
}
.page-template-page-landing-page .contact-section{
	color: #fff;
}
.page-template-page-landing-page .contact-section .container, .page-template-page-ela-landing-page .contact-section .container{
	max-width: 1070px;
	margin: 0 auto;
}

.page-template-page-landing-page .contact-section .top-text, .page-template-page-ela-landing-page .contact-section .top-text{
	margin-bottom: 25px;
}
.page-template-page-landing-page .contact-section label, .page-template-page-ela-landing-page .contact-section label{
	color: #fff;
	font-weight: 100;
}
.page-template-page-landing-page .contact-section input, .page-template-page-ela-landing-page .contact-section input{
	background-color: #fff;
	margin-top: 5px;
	width: 100%;
	height: 55px;
	border: 0;
	outline: none;
	direction: rtl;
	padding: 10px;
}
.page-template-page-landing-page .contact-section input[type="submit"]{
	width: auto;
    padding: 10px 65px;
    background-color: rgba(5, 102, 158, 1);
    border: 2px solid #fff;
    color: #fff;
    font-size: 23px;
    height: auto;
    border-radius: 10px;
    transition: 0.5s;
	margin-top: 25px;
}
.page-template-page-landing-page .contact-section input[type="submit"]:hover{
	background-color: #F9A008;
	background-image: none;
	border-color: #F9A008;
}
.page-template-page-ela-landing-page .contact-section input[type="submit"]{
	width: auto;
    padding: 10px 65px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 23px;
    height: auto;
    border-radius: 10px;
    transition: 0.5s;
	margin-top: 15px;
}
.page-template-page-ela-landing-page .contact-section input[type="submit"]:hover{
	color: #101E38;
}
.page-template-page-ela-landing-page h2{
	font-size: 5.25em;
    margin-bottom: 0;
    margin-top: 0;
}
.page-template-page-ela-landing-page .contact-text p{
	   font-size: 27px;
}
.page-template-page-ela-landing-page .contact-section input[type="submit"]:hover{
	background-color: #fff;
	background-image: none;
	border-color: #101E38;
	border-radius: 0;
}
.page-template-page-landing-page .contact-section .duo{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.page-template-page-landing-page .contact-section  label, .page-template-page-ela-landing-page .contact-section label{
	margin-bottom: 40px;
	font-size: 25px;
}
.page-template-page-landing-page .contact-section .duo label, .page-template-page-ela-landing-page .contact-section .duo label{
	width: 48%;
}
.page-template-page-ela-landing-page .contact-section .duo{
	display: flex;
    justify-content: space-between;
    width: 95%;
}
.page-template-page-landing-page .contact-section form br, .page-template-page-ela-landing-page .contact-section form br{
	display: none;
}
.page-template-page-landing-page .contact-section .form-wrapper, .page-template-page-ela-landing-page .contact-section .form-wrapper{
	display: flex;
	justify-content: space-between;
	direction: rtl;

	margin: 0 auto;
}
.page-template-page-landing-page .contact-section .form-wrapper textarea, .page-template-page-ela-landing-page .contact-section .form-wrapper textarea{
    max-height: 120px;
}
.page-template-page-landing-page .contact-section .form-wrapper p, .page-template-page-ela-landing-page .contact-section .form-wrapper p{
	margin: 0;
}
.page-template-page-landing-page .contact-section p, .page-template-page-landing-page .contact-section label{
	width: 100%;
}
 .page-template-page-ela-landing-page .contact-section p, .page-template-page-ela-landing-page .contact-section label{
	width: 100%
}
.page-template-page-landing-page .contact-section .form-wrapper .right, .page-template-page-landing-page .contact-section .form-wrapper .left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 48%;
	margin-bottom: 0;
}
.page-template-page-ela-landing-page .contact-section .form-wrapper .right, .page-template-page-ela-landing-page .contact-section .form-wrapper .left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 48%;
	margin-bottom: 0;
}
.page-template-page-landing-page .contact-section .form-wrapper .right label:last-of-type, .page-template-page-landing-page .contact-section .form-wrapper .left label:last-of-type{
	margin-bottom: 0;
}
.page-template-page-ela-landing-page .contact-section .form-wrapper .right label:last-of-type, .page-template-page-ela-landing-page .contact-section .form-wrapper .left label:last-of-type{
	margin-bottom: 0;
}
.page-template-page-ela-landing-page .contact-section .form-wrapper .right > p{
	line-height: 0.36;
	width: 95%;
	margin: 0;
}
.page-template-page-ela-landing-page .contact-section .form-wrapper > .left{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.page-template-page-landing-page .contact-section form > p{
	display: flex;
	justify-content: flex-start;
	max-width: 1070px;
	margin: 0 auto;
}
.page-template-page-ela-landing-page form > p{
	display: flex;
	justify-content: flex-start;
	max-width: 1070px;
	margin: 0 auto;
}
.page-template-page-landing-page .contact-section .wpcf7-form-control-wrap{
	display: flex;
}
.page-template-page-ela-landing-page .wpcf7-form-control-wrap{
	display: flex;
}
.page-template-page-landing-page .contact-section .wpcf7-tel{
	padding: 0;
}
.page-template-page-ela-landing-page .contact-section .wpcf7-tel{
	padding: 0;
}
.page-template-page-landing-page .contact-section .ajax-loader, .page-template-page-ela-landing-page .contact-section .ajax-loader{
	position: absolute;
}
.bottom-strip{
	width: 100%;
	height: 35px;
	background-color: #2E2E2D;
}
 .page-template-page-landing-page #wrapper{
	 margin-top: 0;
 }
 .page-template-page-landing-page #header{
	 position: absolute;
     top: 0;
     left: 0;
     z-index: 999;
     width: 100% !important;
	 padding-top: 0;
}



/* ################################################################################################*/
/* Accessibility Page*/
.page-template-page-accessibility{
    direction: rtl;
}
.page-template-page-accessibility .main-container{
    padding: 0px 15px!important;
	font-size: 20px;
	margin: 70px auto;
}
.page-template-page-accessibility h1{
    text-align: center;
	font-size: 60px;
	color: #e01667;
	font-weight: normal;
	margin-top: 50px;
}
.page-template-page-accessibility h2{
    font-size: 2rem;
	color: #e01667;
    margin-top: 20px;
    text-align: right;
}
.page-template-page-accessibility .title-with-texts  {
	max-width: 900px;
	margin: 0 auto 50px;
}
.page-template-page-accessibility .title-with-texts .flex{
	display: flex;
}
.page-template-page-accessibility .title-with-texts .bold-text {
	font-weight: 700;
	max-width: 250px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 3px solid #ddd;
}

.page-template-page-accessibility .title-with-texts .reg-text {
	flex: 1;
}

.page-template-page-accessibility .two-columns-text{
	background-color: #ddd;
	padding: 50px 0;
}

.page-template-page-accessibility .two-columns-text .content{
	max-width: 900px;
	column-count: 2;
	column-gap: 50px;
	margin: 0 auto;
}

.page-template-page-accessibility .icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.page-template-page-accessibility .icon-wrapper {
	margin: 30px 30px;
}
.page-template-page-accessibility .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 3px solid #ddd;
	height: 140px;
	width: 120px;
	margin: 0 auto 30px;
}

.page-template-page-accessibility .icons img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.page-template-page-accessibility .icons .text {
	font-weight: 700;
	font-size: 25px;
}

.page-template-page-accessibility .main-container p{
    text-align: right !important;
    line-height: 1.4;
	margin: 0;
}
.page-template-page-accessibility .main-container .content ul{
    margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 30px;
}
.page-template-page-accessibility .main-container .content ul li{
	margin-bottom: 10px;
}
.page-template-page-accessibility .main-container .content ul li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #e01667;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1.2em;
	/* Also needed for space (tweak if needed) */
	margin-right: -1em;
}

.logo-icon{
	height: 20px;
	padding: 0 90px 20px;
	background: url(images/darca_icon.png) center bottom no-repeat;
	margin-bottom: 100px;
}

#bogrim-section {
	background-color: #eee;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
	position: relative;
}
#bogrim-section .container-1200{
	max-width: 1500px;
	color: #282828;
	font-size: 1.7rem;
	line-height: 1.2;
}
#bogrim-section .content-box{
    width: calc( 60% - 100px);
	padding: 80px 0;
}
#bogrim-section h2{
	color: #DF1667;
	font-size: 5rem;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 400;
}
#bogrim-section h3{
	color: #282828;
	font-size: 2.5rem;
	margin-top: 0;
	font-weight: 400;
}
#bogrim-section .bogrim-image{
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}
#bogrim-section .bogrim-image::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(-45deg,#DF1667,transparent);
	mix-blend-mode: screen;

}
#bogrim-section .flex{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
}
#bogrim-section .flex > img{
	margin-left: 50px;
	margin-bottom: 40px;
}
#bogrim-section .icons{
	display: flex;
}
#bogrim-section .icon{
	text-align: center;
	margin: 0 30px;
}
#bogrim-section .icon:first-child{
	margin-right: 0;
}
#bogrim-section .icon:last-child{
	text-align: center;
	margin-left: 0;
}
#bogrim-section .icon-wrap{
	display: flex;
	align-items: center; -webkit-align-items: center; -ms-flex-align: center;
	justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
	height: 60px;
	margin: 0 auto 10px;
}
#bogrim-section .link-wrapper{
	position: absolute;
	left: 40%;
	transform: translate(-50%, 0);
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#bogrim-section .link-wrapper .arrows-bottom{
	transform: rotate(180deg);
}
#bogrim-section .link-wrapper a{
	display: block;
	width: 150px;
	height: 150px;
	background-color: #fff;
	border-radius: 50%;
	color: #DF1667;
	font-weight: 700;
	display: flex;
	justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
	align-items: center; -webkit-align-items: center; -ms-flex-align: center;
	padding: 20px;
	text-align: center;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: 0.5s;
}
#bogrim-section .link-wrapper a:hover{
	background-color: #DF1667;
	color: #fff;
	box-shadow: 1px 2px 6px 5px rgba(0,0,0,0.2);
}

.page-template-page-partners h2.pink{
	font-size: 48px;
    color: #e01667;
    font-weight: 300;
	margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.page-template-page-partners .content-partners h1{

	background-color: #f7f3f3;
	padding: 20px 15px 15px 15px;
	color: #e01667;
}
.podcast-popup-wrapper{
    position: fixed;
    z-index: 5555;
    color: #fff;
    width: 380px;
    max-width: calc(100vw - 30px);
    padding: 50px 100px 50px 20px;
    border-radius: 0 500px 500px 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    left: -200%;
    transition: 1s;
}
.podcast-popup-wrapper.opened{
    transform: translateY(-50%);
    left: 0;
}
.podcast-popup-wrapper .logo{
    text-align: center;
    margin-bottom: 20px;
}
.podcast-popup-wrapper .big-text{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.podcast-popup-wrapper .small-text{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.podcast-popup-wrapper .link-button{
    font-size: 18px;
    padding: 5px 10px;
    display: inline-block;
    background-color: #e01667;
    color: #fff;
}
.podcast-popup-wrapper .link-button img{
    margin-right: 10px;
    max-height: 1em;
    max-width: 1em;
    width: auto;
    height: auto;
}
.podcast-popup-wrapper .close-x{
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
}
.podcast-popup-wrapper .close-x::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #5d5d5e;
    transform: rotate(45deg);
    top: 9px;
    left: 2px;
    transform-origin: center;
}
.podcast-popup-wrapper .close-x::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #5d5d5e;
    transform: rotate(-45deg);
    top: 9px;
    left: 2px;
    transform-origin: center;
}

/* ################################################################################################*/
/* ################################################################################################*/
/* ################################################################################################*/
/* ################################################################################################*/
/* ################################################################################################*/
/* ################################################################################################*/
/* ################################################################################################*/
/* ################################################################################################*/
/* ################################################################################################*/
/* ################################################################################################*/
/* ################################################################################################*/

/* media queries */

@media screen and (max-width: 1390px) {
	.new-scholarship-section > .container{
			padding: 50px 0 190px 0;
	}
	.new-scholarship-section .single-logo img{
		max-height: 75px;
	}
	.new-scholarship-section .title {
		font-size: 2.4rem;
	}
	.page-template-page-scholarship h1{
		font-size: 71px;
	}

	.page-template-page-scholarship .bottom-text{
		font-size: 45px;
	}
	.page-template-page-scholarship .features-section .features{
		height: 630px;
	}
	.page-template-page-scholarship .single-feature .icon img {
		height: 120px;
		width: auto;
	}
		.page-template-page-scholarship .single-feature .title{
			font-size: 34px;
		}
	.page-template-page-scholarship .top-section .top-text p{
		font-size: 37px;
	}
	.page-template-page-scholarship .top-section .container{
		padding-bottom: 25px;
	}
	.page-template-page-scholarship .big,
	.page-template-page-scholarship .big p{
		font-size: 25px;
	}
		.page-template-page-scholarship .single-feature .hidden-title{
			font-size: 35px;
		}
	.owl-prev	{
		left: 10px;
	}
	.owl-next	{
		right: 10px;
	}
	#acp-toggle-toolbar{
		top:unset!important;
		bottom:25px!important;
	}
	#tenYearsVideos .container-1300, #tenYearsVideos .container-1200{
		max-width: 80%;
	}
	.page-template-page-landing-page .second-section .circle{
		width: 230px;
		height: 230px;
	}
	.page-template-page-landing-page .second-section .row .col-lg-6{
		display: flex;
	}
	.page-template-page-landing-page .second-section .row .col-lg-6.right-side{
		justify-content: center;
	}
    .arrows-section{
        height: 300px;
    }
    .arrows-section img{
        max-width: 450px;
    }
}
@media screen and (max-width: 1440px){
	.industries-section .nav .single-nav .title{
		font-size: 1.8rem;
	}
		.industries-section .nav .single-nav .icon{
			width: 69px;
			height: 69px;
			margin-bottom: 5px;
		}
	.industries-section .images{
		height: 400px;
	}
	.products-wrapper .circle {
			width: 230px;
			height: 230px;
			margin-top: -190px;
		}
	.industries-section .nav .single-nav .icon {
			width: 72px;
			height: 72px;
			margin-bottom: 10px;
		}
	.industries-section .single-nav .title {
		font-size: 1.2636rem;
	}
	.tax-staff_category .single-cat{
		margin-bottom: 40px;
	}
	.tax-staff_category .col-lg-4{
		margin-bottom: 40px;
	}
	.page-template-page-landing-page .quotes-section{
		padding: 15px 30px 110px 30px;
	}
	.page-template-page-landing-page .quote-icon{
		top: -25px;
		max-width: 100px;
	}
	.page-template-page-landing-page .quotes{
		   padding: 80px 15px 25px 15px;
	}
	.page-template-page-landing-page .owl-pagination{
		   bottom: -300px;
	}
	.container-1200.mid-logos{
		margin: 30px auto;
	}
	.page-template-page-scholarship .bottom-section .container{
		max-width: 100%;
	}
	.scholarship-section h1{
		font-size: 4.3rem;
	}
	.scholarship-section .top-text{
		margin: 15px 0;
	}
	.scholarship-section .top-text p{
		font-size: 2.2rem;
	}
	.scholarship-section .single-feature{
		margin-bottom: 35px;
	}
	.scholarship-section .single-feature .icon{
		margin-right: 25px;
	}
}
@media screen and (max-width: 1200px) {

	.page-template-page-scholarship .features-section .features {
		height: auto;
	}
	.page-template-page-scholarship .features-section .features{
		flex-direction: column;
	}
	.page-template-page-scholarship .single-feature{
		min-height: 160px;
		padding: 40px 15px;
		justify-content: flex-start;
	}
	.page-template-page-scholarship .single-feature .icon img{
		height: 80px;
	}
	.page-template-page-scholarship .single-feature .bg-grad{
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 1) 18%);
	}
	#registration_form .embeded_iframe iframe{
		position: relative;
		max-width: 100%;
		width: 100%;
	}
	#tenYearsVideos .container-1300, #tenYearsVideos .container-1200{
    	max-width: 80%;
	}
	.overview-section .image-area{
		height: 520px;
	}
	.rectangle-skew{
	   	height: 840px;
	}
	.logo-10-years{
	    bottom: 110px;
	}
	.logo-10-years svg{
	    width: 215px;
		height: 215px;
	}
	.button-all-video{
	    height: 50px;
	}
	.button-all-video a{
		font-size: 25px;
	}
	.slider-title{
	    font-size: 50px;
	}
	.sub-slider-title{
		font-size: 30px;
	}
	.text-area{
		font-size: 16px;
	}
	.single-video{
    	height: 180px;
	}
	.single-video .title-video{
		margin-top: 0px;
	}
	.darca-logo a img{
		 max-width: 110px;
	}
	.ela-logo img{
		 max-width: 230px;
		 height:100%;
		 max-height: 96px;
	}
	.azrieli-logo img{
		max-width: 120px;
	}
    .page-template-page-ela-landing-page .bottom-section .bottom-title{
        font-size: 30px;
        line-height: 1;
    }
    .page-template-page-ela-landing-page .bottom-section .text-btn{
        font-size: 43px;
    }
    .page-template-page-ela-landing-page .bottom-section .text-btn .apply-btn{
        padding: 20px 25px;
    }
}
@media screen and (max-width: 1100px) {
	.main-banner-image-desk{
		height: 289px;
	}
	.single-link{
		width: 25%;
	}
	.overview-section{
		padding-bottom: 75px;
	}
	.overview-section .image-area {
    	height: 460px;
	}
	.box-image {
	    border: 15px solid #fff;
	}
	.image-area img{
		top: 10px;
	}
	.image-area .play-button-white {
	    max-width: 45px;
	}
	.slider-section{
		margin-bottom: 165px;
	}
	.page-template-page-landing-page h1, .page-template-page-landing-page h2{
		font-size: 45px;
		margin: 8px 0;
	}
	.page-template-page-landing-page, .page-template-page-landing-page p{
		font-size: 25px;
	}
	.page-template-page-landing-page .background-text p{
		font-size: 28px;
	}
	.page-template-page-landing-page .second-section .row{
		flex-direction: column;
		align-items: flex-start;
	}
	.page-template-page-landing-page .second-section .row .col-lg-6{
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}
	.page-template-page-landing-page .bullets-section .right{
		display: none;
	}
	.page-template-page-landing-page .bullets-section .left{
		margin-right: 0;
	}
	.page-template-page-landing-page .single-accordion .title, .page-template-page-ela-landing-page .single-accordion .title{
		font-size: 40px;
	}

	.page-template-page-home .landing-page-section .container{
		padding-bottom: 150px;
	}
	.page-template-page-home .landing-page-section .other-logos{
		top: auto;
		bottom: 50px;
		left: 50%;
		transform: translateX(-50%);
	}
	.page-template-page-home .landing-page-section .section-title p{
		font-size: 45px;
	}
	.page-template-page-home .landing-page-section .single-text{
		font-size: 24px;
	}
	.page-template-page-home .landing-page-section .single-text::after{
		width: 200px;
	}
	.page-template-page-home .landing-page-section .ela-logo img {
	    max-width: 230px;
	}
}

@media screen and (max-width: 980px) {

	.single-contact .detail{
		font-size: 18px;
	}

	.partners_logos .partner-logo {
		width: 33%!important;
	}

	.stuff-member	{
		float: right;
		width: 48.936170212766%;
		margin-left: 2.127659574468%;
	}
	.stuff-member:nth-child(2n)	{
		margin-left: 0 !important;
	}
	.stuff-member:nth-child(3n)	{
		margin-left: 2.127659574468%;
	}
	.stuff-member img	{
		width: 100%;
	}
	.news-image-container	{
		max-height: none;
		overflow: auto;
	}
	.partner-info	{
		width: 100%;
	}

	.one_card
	{
	float:right;
	width:50%;
	padding:2.5%;
	box-sizing:border-box;
	}
	.button-all-video{
		height: 40px;
	}
	.button-all-video a{
		font-size: 20px;
	}
	.slider-title{
	    font-size: 40px;
	}
	.sub-slider-title {
    font-size: 25px;
	}
	.overview-section {
    padding-bottom: 50px;
	}
	.overview-section .image-area {
    height: 390px;
	}
	#tenYearsVideos .top-title {
    font-size: 45px;
	}
}
@media screen and (max-width: 850px){
	.page-template-page-scholarship .banner{
		width: 45vw;
	}
	.page-template-page-scholarship h1{
		font-size: 50px;
	}
	.page-template-page-scholarship .banner::befroe{
		width: 100px;
		height: 5px;
	}
	.page-template-page-scholarship .banner::after {
		width: 200px;
		height: 5px;
	}
    .page-template-page-updates .row .col-lg-4{
        width: 100%;
        padding: 0;
    }
    .page-template-page-updates .updates .container{
        padding: 0 15px;
    }
    .page-template-page-updates .single-update .name, .page-template-page-updates .single-update .hours{
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 768px){
	.page-template-page-scholarship .bullets .single .icon img{
		min-width: 35px;
		width: 35px;
	}
	.page-template-page-scholarship .single-feature .bg-grad,
	.page-template-page-scholarship .single-feature .hidden-details {
		opacity: 1;
	}

	.page-template-page-scholarship .single-feature .title {
		opacity: 0;
	}
	.last-chance .bg-color{
		width: 100%;
	}
	.page-template-page-scholarship h2{
		font-size: 43px;
	}
	.page-template-page-scholarship .single-feature .icon{
		display: none;
	}
	.page-template-page-scholarship .single-feature .hidden-details{
		position: static;
	}
	.page-template-page-scholarship .single-feature .hidden-title{
		opacity: 1;
		transform: translateY(0);
	}
	.page-template-page-scholarship .bottom-section .left{
		padding-right: 0;
		justify-content: flex-start;
		margin-top: 25px;
	}
	.page-template-page-scholarship .bottom-section .wrapper{
		flex-direction: column;
	}
		.page-template-page-scholarship .bottom-section .left,
		.page-template-page-scholarship .bottom-section .right{
			width: 100%;
		}
	.page-template-page-scholarship .bottom-section .container{
		padding: 40px 15px 0px 15px;
	}
	.page-template-page-scholarship .bullets .single .icon{
		margin-left: 8px;
	}
	.page-template-page-scholarship .bottom-text {
		font-size: 35px;
	}
	.page-template-page-scholarship .form-btn span, .last-chance .text {
		font-size: 25px;
	}
    .page-template-page-updates .single-update .subject{
        margin-top: 10px;
    }
    .page-template-page-updates .single-update .single-notice{
        margin-top: 15px;
    }
    .page-template-page-updates .single-update .read-more{
        font-size: 22px;
    }
	#connect-section .logo img{
		max-width: 270px !important;
	}
	#connect-section .logo{
		padding-bottom: 20px !important;
		border-bottom: 3px solid #fff !important;
	}
	#connect-section .read-wrapper::after{
		border-width: 3px !important;
	}
	#connect-section h2{
		margin: 20px auto 15px auto !important;
		font-size: 3rem !important;
	}
	#connect-section .read-more{
		font-size: 1.5rem !important;
		padding: 11px 21px !important;
	}
	#connect-section .sub-title p{
		font-size: 2.2rem !important;
		margin-top: 30px !important;
	}
    .page-template-page-ela-landing-page .stamp img{
        max-width: 120px ;
    }
    .page-template-page-ela-landing-page .stamp{
        top: -70px;
    }
    .page-template-page-ela-landing-page .top-section .container{
        padding: 25px 15px;
    }
	.page-template-page-donate #donate-main h1{
	    font-size: 40px;
	}
	.page-template-page-donate .donations .donate-option a img{
		max-width: 75px;
	}
	.page-template-page-donate .donations .donate-option a h2{
		font-size: 22px;
	}
	#tenYearsVideos .top-title {
    	font-size: 35px;
	}
	.overview-section .image-area {
    	height: 290px;
	}
	.overview-section .box-image {
    	border: 10px solid #fff;
	}
	.play-button-white {
    	max-width: 30px;
	}
	.image-area img {
		top: 15px;
	}
	/**************** Page template page videos ****************/
	.page-template-page-videos .videos-area .single-wrapper{
		width: 50%;
	}
    .page-template-page-landing-page .top-section .row .col-lg-6.left-side{
        width: auto;
    }
	.page-template-page-landing-page .top-section .row .col-lg-6.left-side .left, .page-template-page-landing-page .top-section .red-line{
		display: none;
	}
    .page-template-page-landing-page  .ela-stamp{
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 120px;
        height: 120px;
        font-size: 20px;
    }
	.page-template-page-landing-page .top-section .row .col-lg-6.right-side{
        padding-top: 130px;
		width: 100%;
	}
	.page-template-page-landing-page .top-section .row .col-lg-6.right-side .right{
		margin-left: 0;
	}
	.page-template-page-landing-page .top-section .row .col-lg-6.right-side .right p{
		margin: 0;
	}
	.page-template-page-landing-page, .page-template-page-landing-page p{
		font-size: 21px;
	}
	.page-template-page-landing-page .top-section .bottom-container{
		padding-bottom: 40px;
	}
	.page-template-page-landing-page .second-section .container{
		padding: 40px 15px;
	}
	.page-template-page-landing-page .second-section .left p{
		margin-bottom: 0;
	}
	.page-template-page-landing-page .bullets-section .container{
		padding: 0 15px;
	}
	.page-template-page-landing-page .accordion-section .container, .page-template-page-ela-landing-page .accordion-section .container{
		padding: 40px 15px;
	}
	.page-template-page-landing-page .contact-section .container{
		padding: 40px 15px;
	}
	.page-template-page-landing-page ul li::before, .page-template-page-ela-landing-page ul li::before{
		  top: 0.35em;
		width: 7px;
    	height: 7px;
	}
	.page-template-page-landing-page .logos{
		flex-direction: column;
	}
	.page-template-page-landing-page .logos .desktop{
		display: none;
	}
	.page-template-page-landing-page .ela-logo{
		display: flex;
		justify-content: center;
	}
	.page-template-page-landing-page .logos .mobile-logos{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.page-template-page-landing-page .landing-container{
		padding: 15px;
	}
	.darca-logo a img {
	    max-width: 80px;
	}
	.azrieli-logo img {
	    max-width: 100px;
	}
	.ela-logo img {
	    max-width: 140px;
	}
	.page-template-page-home .landing-page-section .texts-repeater{
		flex-direction: column;
		align-items: center;
		margin: 30px 0 50px 0;
	}
	.page-template-page-home .landing-page-section .single-text:nth-of-type(2){
		margin: 40px 0;
	}
	.page-template-page-home .landing-page-section .link-button, .page-template-page-landing-page .link-button-wrapper .link-button{
		min-width: 250px;
		font-size: 23px;
		padding: 10px 25px;
	}
	.page-template-page-home .landing-page-section .bottom-text{
		font-size: 23px;
	}

    .page-template-page-ela-landing-page .second-section .row{
        flex-direction: column !important;
        margin-bottom: 50px;
    }
    .page-template-page-ela-landing-page .second-section .row .col-lg-6{
        width: 100%;
    }
    .page-template-page-ela-landing-page .second-section .row .col-lg-6 .right{
        max-width: none;
        text-align: center;
        margin-left: 0;
    }
    .page-template-page-ela-landing-page .second-section .row:nth-of-type(even) .col-lg-6 .right{
        margin-right: 0;
    }
    .page-template-page-ela-landing-page .second-section .right p{
        margin: 15px 0;
        max-width: none;
    }
    .page-template-page-ela-landing-page .second-section .row .col-lg-6 img{
        max-width: 400px;
    }
    .page-template-page-ela-landing-page .col-md-6{
        margin-bottom: 10px;
    }
    .page-template-page-ela-landing-page .second-section .container{
        padding-bottom: 55px;
    }
    .page-template-page-ela-landing-page .repeater-bottom-text{
        font-size: 24px;
    }
    .arrows-section{
        height: 150px;
    }
    .arrows-section img{
        max-width: 230px;
    }
    .text-section .container{
        padding-top: 50px;
    }
    .text-section .row{
        justify-content: flex-start;
        display: block;
    }
    .text-section .row .col-md-6{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }

}
@media screen and (max-width: 735px){
	.button-all-vide{
	    height: 30px;
	}
	.button-all-vide a{
		font-size: 16px;
	}
	.slider-title {
    	font-size: 33px;
	}
	.sub-slider-title {
    	font-size: 22px;
	}
	#tenYearsVideos .text-area {
    	font-size: 15px;
	}
	#tenYearsVideos .slider-section{
		margin-bottom: 190px;
	}
}
@media screen and (max-width: 650px) {
	.iframe-wrapper-box iframe{
		height:100%;
	}
	.hide-mob{
		display: none;
	}
	.hide-desk{
		display: block;
	}
	.page-template-page-donate #responsive_current_menu_item{
		text-align: right;
	}
	.single-link{
		width: 50%;
	}
	.single-link .title{
		font-size: 25px;
	}
	.single-contact{
		flex-direction: column;
		align-items: flex-start;
		text-align: right;
	}
	.single-contact .detail{
		margin: 5px 0;
		width: 100%;
	}
	.single-contact .detail.middle{
		text-align: right;
	}
	.single-contact .detail:last-of-type{
		text-align: right;
	}
	html[lang="en-US"] body.page-template-page-contact .addressSmallText {
		max-width: 100%;
	}
	.partners_logos .partner-logo {
		width: 50%!important;
	}

	.ceo	{
		display: block;
	}
	.ceo-image, .ceo-info	{
		display: block;
		float: none;
	}
	.ceo-info {
		padding-right:  0;

	}
	.ceo-image	{
		width: 100%;
		background: none !important;
	}
	.ceo-image img	{
		display: block;
		width: 100%;
	}
	.stuff-member	{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.main-nav	{
		width: 100%;
	}
	.about-text	{
		padding: 0 0 20px;
	}
	#header #logo	{
		float: none !important;
		margin-bottom: 15px !important;
	}
	#langs-nav	{
		text-align: center;
		margin-bottom: 10px;
	}
	.darca-langs	{
		position: absolute;
		top: 10px;
	}
	#logo img	{
		max-width: 100px;
	}
	#header.myfixed #langs-nav	{
		float: none !important;
	}

	.one_card
	{
	float:right;
	width:100%;
	padding:2.5%;
	box-sizing:border-box;
	}
	.stuff-member img	{
		max-height: none;
	}
	.search-form input#userFindInputText{
		width: 100%;
	}
	.search-form button#userFindInputButton{
		margin-right: 0;
	    width: 100%;
	    margin-top: 20px;
	}
	#acp-toggle-toolbar{
		right:25px!important;
		left:unset!important;
		bottom:unset!important;
		top:10px!important;
	}
	.button-all-video{
	    height: 28px;
	}
	.button-all-video a{
		font-size: 15px;
	}
	.slider-title {
    	font-size: 30px;
	}
	.sub-slider-title {
    	font-size: 20px;
	}
	/**************** Page template page videos ****************/

	.page-template-page-videos .slider-section .background-pink{
		left: unset;
	}
	.page-template-page-videos .videos-area .single-wrapper{
		width: 100%;
	}
	.page-template-page-videos .videos-area .single-wrapper .single-video{
		margin: 0 0 60px 0;
	}
	.page-template-page-landing-page h1, .page-template-page-landing-page h2{
		font-size: 37px;
		margin: 10px 0;
	}
	.page-template-page-landing-page .second-section .circle{
		width: 130px;
		height: 130px;
	}
}
@media screen and (max-width: 480px) {
	.page-template-page-landing-page .link-button-wrapper{
		margin: 29px 0 40px 0;
	}
	.tax-staff_category .nav .link, .tax-staff_category .top .read-more {
		padding: 8px 9px;
	    font-size: 16px;
	    margin-left: 15px;
	}
	.tax-staff_category h2{
		width: 92%;
	}
	.page-template-page-landing-page .owl-pagination{
		bottom: -340px;
	}
	.single-quote .bottom{
		font-size: 21px;
	}
	.page-template-page-landing-page .quote-icon{
		left: 45%;
	}
	.page-template-page-landing-page .single-quote .title::after{
		margin: 20px 0;
	}
	.page-template-page-landing-page .single-quote .title{
		   font-size: 1.4rem;
	}
	.page-template-page-ela-landing-page .top-section .container{
		padding: 70px 15px 30px 15px;
	}

	.home .top-section .bg-color{
		background-image: linear-gradient(to bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 125%)
	}
	 .page-template-page-ela-landing-page .contact-section .container{
		  padding: 40px 15px 20px 15px;
	 }
	 .page-template-page-ela-landing-page .contact-section h2{
		 font-size: 4.45em;
	 }
	 .page-template-page-ela-landing-page .contact-text p{
		 font-size: 20px;
		  margin: 25px 0;
	 }
	.scholarship-section .banner{
		width: 200px;
		height: 45px;
	}
	.scholarship-section .banner::after{
		width: 220px;
		height: 6px;
		left: -110px;
	}
	.page-template-page-scholarship h1 {
		font-size: 45px;
	}
	.page-template-page-scholarship .top-section .top-text p{
		font-size: 30px;
	}
	.page-template-page-scholarship #wrapper{
		margin-top: 20px;
	}
	.page-template-page-scholarship h2{
		margin-bottom: 15px;;
	}
		.scholarship-section .form-btn .triangles{
			right: 87%;
		}
	.partners_logos .partner-logo {
		width: 100%!important;
	}

	.mfp-iframe-holder .mfp-content {
	    max-width: 100%;
			height: 80%;
			max-height: 80%;
	}

	#footer-logos img	{
		max-width: 50px;
	}
	.page-template-page-landing-page, .page-template-page-landing-page p{
		font-size: 18px;
	}
	.page-template-page-landing-page .background-text p{
		font-size: 20px;
	}
	.page-template-page-landing-page .background-section .container{
		padding: 5px 15px;
	}

	.page-template-page-landing-page .bullets-section h4{
		font-size: 24px;
	}
	.page-template-page-landing-page .single-accordion .bottom, .page-template-page-ela-landing-page .single-accordion .bottom{
		padding-right: 0;
	}
	.page-template-page-home .landing-page-section .section-title p{
		font-size: 35px;
	}
	.page-template-page-home .landing-page-section .ela-logo img {
	    max-width: 190px;
		max-height: 79px;
	}
	.page-template-page-home .landing-page-section .single-text:nth-of-type(2){
		margin: 18px 0;
	}
	.page-template-page-home .landing-page-section .container{
		padding-top: 130px;
	}
	.page-template-page-home .landing-page-section .section-title p{
		margin: 35px 0;
	}
	.page-template-page-home .landing-page-section .darca-logo img {
	    max-width: 70px;
	}
	.page-template-page-home .landing-page-section .azrieli-logo img {
	    max-width: 100px;
	}
	.page-template-page-home .landing-page-section .container{
		padding-bottom: 130px;
	}
	.page-template-page-home .landing-page-section .other-logos{
		bottom: 35px;
	}
    .page-template-page-ela-landing-page .second-section .row .col-lg-6 img{
        max-width: 280px;
    }
    .page-template-page-ela-landing-page .bottom-section .text-btn{
        font-size: 37px;
        flex-direction: column;
        text-align: center;
    }
    .page-template-page-ela-landing-page .bottom-section .text-btn .text{
        margin-bottom: 20px;
    }
    .page-template-page-ela-landing-page .bottom-section .bottom-title{
        font-size: 27px;
    }
    .page-template-page-ela-landing-page .bottom-section .text-btn .apply-btn{
        padding: 15px;
		margin-right: 0;
		margin-top: 10px;
    }
}

/*    staff page update July '21 */

.staff-container{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.staff-box{
    width:291px;
    height:466px;
    overflow: hidden;
    padding:0 4px;
	margin: 1rem 0;
}
.staff{
    position:relative;
    width:100%;
    height:auto;
    display: flex;
    flex-direction: column;
}
.staff-circle{
    position:absolute;
    width:36px;
    height:36px;
    background-color:#D4D4D4;
    border-radius: 50%;
    top: 25%;
    left: 44%;
    z-index: 0;
    transition:all 0.3s ease-in-out;
}
.staff-img{
    width:282px;
    height:344px;
    display: block;
    margin:0 auto;
    filter:grayscale(1);
}

.staff-divider{
    background-color: #e01667;
    width:260px;
    height:5px;
    margin:-2px auto 0;
}

.staff-detail{
    width: 260px;
    height:118px;
	margin:0 auto;
}
.staff-name{
    font-size: 34px;
    color:#e01667;
    margin:0;
    margin-top: 15px;
    font-weight: bold;;
}
.staff-role{
    font-size: 27px;
    margin-top:15px;
	margin-bottom: 0;
}
.staff-quote{
    opacity:0;
    transition: all 0.3s ease-in-out;
    font-size: 27px;
    margin-top:15px;
    line-height: 33px;
    transform: translateY(10px);
}



.staff-box:hover .staff-circle{
    width:291px;
    height:291px;
    top:0;
    left:0;
}

.staff-box:hover .staff-img{
    filter:grayscale(0);
}
.staff-box:hover .staff-hidden{
    display: none;
}

.staff-box:hover .staff-quote{
    opacity:1;
    transform: translateY(0);
}

@media only screen and (max-width:990px){
	.industries-section .nav {
		flex-direction: column;
		align-items: center;
	}
	.industries-section .nav.desktop {
		display: none;
	}

	.industries-section .nav.mobile {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.single-mob{
		width: 100%;
		position: relative;
		margin-bottom: 7px;
		text-align: center;
	}
	.single-mob svg{
		height: 65px;
		width: auto;;
	}
	.industries-section .single-mob:nth-of-type(3) .icon svg path{
		stroke-width: 1.5;
	}
	.industries-section .single-mob .icon svg path {
		stroke: #fff;
	}
	.single-mob .bg-color{
		z-index: 2;
		background-color: rgba(0,0,0, 0.7);
	}
	.single-mob .icon, .single-mob .text, .single-mob .title{
		position: relative;
		z-index: 3;
		color: #fff;
	}
	.single-mob .text p{
	margin: 0;
	}
	.single-mob{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 40px 15px;
	}
	.single-mob .title{
		margin: 15px 0;
		font-size: 1.9rem;
	}
	.industries-section .images {
		display: none;
	}

	.industries-section .nav .single-nav {
		width: 100%;
		margin: 0 0 15px 0;
		width: 50%;
		margin-bottom: 30px;
		max-width: none;
		color: #000000;
	}

	.industries-section .nav .single-nav .title {
		font-size: 0.9364rem;
	}

	.industries-section .nav .single-nav .icon {
		background-color: #DF1667;
	}
	.industries-section .nav .single-nav .icon svg path,
	.industries-section .nav .single-nav .icon svg line,
	.industries-section .nav .single-nav .icon svg rect,
	.industries-section .nav .single-nav .icon svg circle {
		stroke: #fff;
	}
	.tax-staff_category h2{
		margin-bottom: 25px;
	}
	.tax-staff_category .top .wrapper{
		flex-direction: column;
		align-items: flex-start;
	}
	.icon-title svg{
		width: 60px;
    	height: auto;
	}
	.tax-staff_category .bottom{
		margin-top: 20px;
	}
	.tax-staff_category .col-lg-4{
		margin-bottom: 40px;
	}
	.tax-staff_category .top .wrapper .right{
		margin-bottom: 20px;
	}
	.col-md-6{
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 auto !important;
		flex: 0 0 auto !important;
		width: 45% !important;
		padding: 0 15px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next:after{
		left: 35%;
		top: -10px;
	}
	.page-template-page-landing-page .quotes{
		max-width: 90%;
	}
	#wrapper > #content{
		padding-top: 10px;
	}
	.new-scholarship-section>.container {
		padding: 50px 0 90px 0;
	}
	.new-scholarship-section .logos{
		justify-content: center;
	}
	.new-scholarship-section .hand img{
		max-width: 51vw;
		opacity: 0.4;
	}
	.new-scholarship-section .banner{
		padding-bottom: 20px;
	}
	.new-scholarship-section .title{
		text-align: center;
	}
	.single-logo{
		margin: 0 10px 15px 10px;
		width: 40%;
		display: flex;
		justify-content: center;
	}
	.single-logo img{
		max-height: 50px;
	}
	.new-scholarship-section .single-logo img {
		max-height: 75px;
	}

	.new-scholarship-section .title {
		font-size: 2.4rem;
	}
	.scholarship-section .wrapper{
		flex-direction: column;
		align-items: flex-start;
	}
	.scholarship-section .container{
		padding: 60px 15px;
	}
	.scholarship-section h1 {
		font-size: 3.8rem;
	}
	.scholarship-section .form-btn span{
		font-size: 27px;
	}
	.scholarship-section .left{
		margin-top: 25px;
	}
	.scholarship-section .right{
		padding-left: 0;
	}
	.scholarship-section .single-feature svg{
		width: 65px;
	}
	.scholarship-section .single-feature .title{
		font-size: 32px;
		text-align: right;
	}
	.scholarship-section .single-feature .icon{
		margin-right: 25px;
	}
	.scholarship-section .top-text {
		margin: 10px 0;
	}
	.scholarship-section .top-text p {
		font-size: 1.9rem;
	}
    .single-date h2{
        margin-bottom: 160px;
    }
    .page-template-page-updates .row .col-lg-4:last-of-type{
        margin-bottom: 40px;
    }
	.staff-img{
		filter:grayscale(0);
	}
	.staff-box.expand{
		height:570px
	}
	.staff-box.expand .staff-hidden{
		display:block;
	}
	.staff-box.expand .staff-quote{
		opacity: 1;
		transform: translateY(0);
	}

    .page-template-page-ela-landing-page .top-section h2 p{
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 25px;
    }
    .page-template-page-ela-landing-page .top-section h1 p{
        font-size: 50px;
        line-height: 0.9;
    }
    .page-template-page-ela-landing-page .second-section .container{
        padding-top: 15px;
    }
}

@media only screen and (max-width:640px){
	.staff-box{
		transform: scale(0.8);
		width:260px;
		height:auto;
		padding:0;
		margin:0;
	}
	.staff-img{
		width: auto;
    	height: auto;
	}
	.staff-box:hover .staff-circle{
		width:260px;
		height:260px;
	}

	.page-template-page-landing-page .single-accordion .title, .page-template-page-ela-landing-page .single-accordion .title{
		font-size: 24px;
	}
	.page-template-page-landing-page .single-accordion .arrow{
		width: 12px;
		height: 12px;
		top: 1.2em;
	}
    .page-template-page-ela-landing-page .single-accordion .arrow{
        width: 10px;
        height: 10px;
        top: 1.5em;
    }

	.page-template-page-landing-page .contact-section .form-wrapper, .page-template-page-ela-landing-page .contact-section .form-wrapper{
		flex-direction: column;
	}
	.page-template-page-landing-page .contact-section .form-wrapper .right, .page-template-page-landing-page .contact-section .form-wrapper .left, .page-template-page-ela-landing-page .contact-section .form-wrapper .right, .page-template-page-ela-landing-page .contact-section .form-wrapper .left{
		width: 100%;
	}
	.page-template-page-landing-page .contact-section .duo, .page-template-page-ela-landing-page .contact-section .duo{
		flex-direction: column;
		width: 100%;
	}
	.page-template-page-landing-page .contact-section .duo label, .page-template-page-ela-landing-page .contact-section .duo label{
		width: 100%;
	}
	.page-template-page-landing-page .contact-section label, .page-template-page-ela-landing-page .contact-section label{
		 margin-bottom: 15px;
	}
	.page-template-page-landing-page .contact-section input, .page-template-page-ela-landing-page .contact-section input{
		height: 40px;
	}
	  .page-template-page-landing-page .wpcf7-not-valid-tip, .page-template-page-ela-landing-page .wpcf7-not-valid-tip{
		  right: auto;
		  left: 0;
	  }
	  .page-template-page-ela-landing-page .contact-section .form-wrapper .right > p{
		  line-height: normal;
    	  width: 100%;
	  }
	  .page-template-page-ela-landing-page .top-section .text-btn{
		  flex-direction: column;
	  }
	  .page-template-page-ela-landing-page .top-section .text-btn .text{
		  font-size: 32px;
    	  margin-bottom: 15px;
	  }
	  .page-template-page-ela-landing-page .top-section .text-btn .apply-btn{
		    margin-right: 0;
			background-color: #F08708;
			padding: 12px 35px;
			font-size: 25px;
	  }
}
/*    END staff page update July '21 */













/*    school-listing page update July '21 */
.col-map{
	width:100%;
	max-width: 300px;
    height: auto;
	margin-left:1rem;
}
.all-categories{
	width:100%;
	flex: 1;
}
.all-categories ul{
	display:flex;
	padding: 0;
    margin: 0;
	flex-wrap: wrap;
}
.cat-table-head{
	display: flex;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.single-table-head {
	width: 25%;
}
.single-table-head.access-head {
	width: 30px;
}
.schools-container{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;

}

.school-box{
	display: block;
	margin: 0;
	width:100%;
	padding-top: 30px;
}


.school-box .open-table{
	display: flex;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.school-information{
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.school-box .table-col{
	width: 25%;
	font-size: 18px;
	padding-left: 10px;
	line-height: 1.2;
	box-sizing: border-box;
	margin: 10px 0;
}
.school-box .table-col.plus {
	width: 30px;
}
.school-info .icon{
	margin-left: 5px;
	text-align: center;
	width: 30px;
	height: 30px;
	margin-top: -5px;
}
.school-info .icon svg, .school-info .icon img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;

}
.school-box .open-table .table-col:last-child{
	position: relative;
	transition: 0.5s;
	cursor: pointer;
}
.school-box .open-table .table-col:last-child::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 2px;
	background-color: #000;
	border-radius: 0 0 0 3px;
	transform: translateY(-50%);
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transition: all 0.3s ease-in-out;
}
.school-box .open-table .table-col:last-child::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	background-color: #000;
	border-radius: 0 0 0 3px;
	transform: translate(0, -50%);
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transition: all 0.3s ease-in-out;
}

.school-box:hover .open-table .table-col:last-child{
	opacity: 0.5;
}
.school-box.open .open-table .table-col:last-child::after {
    height: 0;
}
.school-content a {
	color: inherit;
	text-decoration: none;
}
.school-name{
	/* color:#e01667; */
	font-weight: 700;
	cursor: pointer;
	font-size: 1.2rem;
}

.school-name:hover {
	color:#e01667;
}

.school-content{
	display:none;
	font-size: 1.4rem;
	line-height: 1.5;
}
.school-info{
	display:flex;
}

.school-mgmt{
	font-weight: bold;
}


/*    END school-listing page update July '21 */

.new-schools-container{
	display: flex;
}
.new-schools-container .searchandfilter ul{
	margin: 0;
	padding: 0;
}
.new-schools-container .searchandfilter label.sf-label-checkbox{
	margin: 0;
	padding: 0;
}
.new-schools-container .all-categories{
	width: 25%;
	width: 400px;
	flex: auto;
}
.new-schools-container .all-categories ul{
	flex-direction: column;
	list-style: none;
	direction: ltr;
}
.new-schools-container .all-categories h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
.new-schools-container .col-map {
	width: 75%;
	max-width: none;
	flex: auto;
}
.category-schools-wrapper{
	max-height: 500px;
	padding-left: 10px;
	overflow: auto;
	direction: rtl;
}
/* width */
.new-schools-container ::-webkit-scrollbar {
	width: 6px;
}

/* Track */
.new-schools-container ::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.new-schools-container ::-webkit-scrollbar-thumb {
	background: #e01667;
}

/* Handle on hover */
.new-schools-container ::-webkit-scrollbar-thumb:hover {
	background: #850d3d;
}
.single-school{
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}

.single-school {
	font-size: 17px;
}

.single-school:first-child {
	padding-top: 0;
}
.single-school .school-popup{
	position: fixed;
	z-index: 200000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	background-color: rgba(0,0,0,0.1);
	justify-content: flex-end;
}
.single-school .school-popup.active{
	display: flex;
}

.single-school .popup-content{
	background-color: #fff;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
	max-width: 100%;
	width: 750px;
	padding: 50px 30px;
	overflow: auto;
}

.single-school .popup-content .close-x {
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}

.single-school .popup-content h2{
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.single-school .popup-content a {
	color: inherit
}

.single-school .popup-content p {
	margin: 0 0 10px 0;
}

.single-school .school-accessability h3{
	border-bottom: 1px solid #eee;
	margin-top: 50px;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.single-school .school-info {
	margin-bottom: 20px;
	font-size: 19px;
}

.single-school .icon {
	margin-right: 10px;
}

.single-school .school-accessability .school-info {
	margin-bottom: 20px;
	font-size: 19px;
}

.single-school .school-accessability .icon {
	margin: 0;
	margin-right: 10px;
}

.single-school .school-accessability .icon.note {
	color: #9bc437;
	margin-top: 7px;
	font-size: 1.2em;
}


.container.school-archive{
	padding: 0 3rem;
}
.container.school-archive label.sf-label-checkbox {
    font-size: 1.2rem;
    margin: 0;
}
.container.school-archive input.sf-input-text{
	background-color: rgba(0, 0, 0, 0.1);
	color: #000;
}

/**************ALL-SCHOOLS copy+paste from new website**************/
.container.school-archive .search-side {
	 width:270px;
	 margin-right:40px;
	 border-right:2px solid #d8d8d8;
	 padding-right: 30px;
}
.container.school-archive .search-side h4 {
	 font-size: 1.522rem;
	 color: #e01667;
	 padding-top: 0;
}
.container.school-archive .search-side input {
	 border: 0;
	 outline: 0;
	 color: #e01667;
	 background: #f6f6f6;
	 border-radius: 5px;
	 padding: 10px;
	 width: 100%;
}
.container.school-archive .search-side input:focus {
	 border: 0;
	 outline: 0;
}

.container.school-archive .search-side .searchandfilter ul li {
	 padding-bottom: 10px;
	 padding-top: 0;
}
.container.school-archive .search-side .sf-level-0 {
	 position: relative;
	 display: flex;
}
.container.school-archive .search-side .sf-level-0 input {
	 opacity: 0;
	 margin-left: 15px;
	 width: auto;
}
.container.school-archive .search-side .sf-level-0 label::before {
	 position: absolute;
	 left: 0;
	 top: 2px;
	 width: 15px;
	 height: 15px;
	 border: 2px solid #e01667;
	 border-radius: 5px;
	 content: "";
}
.container.school-archive .search-side .sf-level-0 input:checked ~ label::after {
	 content: "";
	 content: "";
	 position: absolute;
	 width: 9px;
	 height: 9px;
	 border: 1px solid #e01667;
	 background: #e01667;
	 border-radius: 2px;
	 align-items: center;
	 top: 6px;
	 left: 4px;
}

.container.school-archive input.sf-input-text {
	 max-width: 400px;
	 width: 100%;
	 border-radius: 5px;
	 border: 0;
	 padding: 7px;
}
.container.school-archive .searchandfilter label {
	 max-width: 400px;
	 width: 100%;
	 font-weight: 600;
}

 .container.school-archive ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	 color: currentcolor;
	 opacity: 1;
	/* Firefox */
}
 .container.school-archive :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	 color: currentcolor;
}
 .container.school-archive ::-ms-input-placeholder {
	/* Microsoft Edge */
	 color: currentcolor;
}
 .container.school-archive .flex {
	 color: currentcolor;
	 justify-content: flex-end;
	 align-items: center;
}
 .container.school-archive .block-display, .container.school-archive .search-strip .row-display {
	 display: flex;
	 margin-right: 20px;
	 cursor: pointer;
}
 .container.school-archive .block-display rect, .container.school-archive .search-strip .row-display rect {
	 fill: currentcolor;
	 stroke: transparent;
	 transition: 0.3s;
}
 .container.school-archive .block-display line, .container.school-archive .search-strip .row-display line {
	 stroke: currentcolor;
	 fill: transparent;
	 transition: 0.3s;
}
 .container.school-archive .block-display.active, .container.school-archive .search-strip .row-display.active {
	 display: flex;
	 margin-right: 20px;
	 cursor: pointer;
}
 .container.school-archive .block-display.active rect, .container.school-archive .search-strip .row-display.active rect {
	 fill: #fff;
	 stroke: transparent;
}
 .container.school-archive .block-display.active line, .container.school-archive .search-strip .row-display.active line {
	 stroke: #fff;
	 fill: transparent;
}
 .container.school-archive .categoty-9, .container.school-archive .categoty-9 a {
	 color: currentcolor;
}
 .container.school-archive .categoty-9 span.arrow::after, .container.school-archive .categoty-9 a span.arrow::after {
	 color: currentcolor;
}
 .container.school-archive .categoty-11, .container.school-archive .categoty-11 a {
	 color: currentcolor;
}
 .container.school-archive .categoty-11 span.arrow::after, .container.school-archive .categoty-11 a span.arrow::after {
	 color: currentcolor;
}
.cat-1 h2,
.cat-12 h2{
	color:#e01667;
}
.cat-221 h2,
.cat-231 h2{
	color:#3ca6d7;
}
.cat-227 h2,
.cat-233 h2{
	color:#9bc437;
}
p.map-title {
    color: #e01667;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    width: 100%;
    display: block;
}
.gm-style-iw-d {
    padding: 0 9px;
}
 .container.school-archive .all-cats.all-cats-row-display .school-image {
	 padding-top: 0;
	 border-radius: 0;
	 box-shadow: none;
}

 .page-template-archive-schools .one-cat h2 {
	 font-size: 2.478rem;
	 margin-bottom: 30px;
	 line-height: 1;

}

 .page-template-archive-schools .one-cat .name a {
	 font-family: bold;
	 font-size: 1.4rem;
}
 .page-template-archive-schools .one-cat .arrow-text::after {
	 position: absolute;
	 bottom: 0.5em;
}
 .page-template-archive-schools .one-cat span.arrow {
	 color: transparent;
	 position: relative;
}
 .page-template-archive-schools .one-cat span.arrow::after {
	 content: '';
	 width: 9px;
	 height: 9px;
	 border-bottom: 3px solid;
	 border-left: 3px solid;
	 border-radius: 0 0 0 3px;
	 transform: rotate(45deg);
	 position: static;
	 display: inline-block;
	 margin-right: 5px;
	 margin-bottom: 0.5%;
	 transition: 0.3s;
	 position: absolute;
	 left: -5px;
	 bottom: 9px;
}
 .page-template-archive-schools .one-cat .location {
	 color: currentcolor;
	 font-size: 1.217rem;
	/* 28/23 */
}
 .page-template-archive-schools .one-cat .all-schools {
	 display: flex;
	 justify-content: flex-start;
	 flex-wrap: wrap;
	 margin-left: -3.3%;
}
 .page-template-archive-schools .one-cat .one-school {
	 width: 30%;
	 margin-bottom: 50px;
	 margin-left: 3.3%;
	 cursor: pointer;
}
 .page-template-archive-schools .one-cat .one-school .name {
	 font-size: 1.4rem;
}
 .page-template-archive-schools .one-cat .one-school .name.arrow-text::after {
	 bottom: 0.4em;
}
 .page-template-archive-schools .one-cat .one-school .name.active.arrow-text::after {
	 transform: rotate(-45deg);
}
 .page-template-archive-schools .one-cat .one-school .content .one-detail {
	 display: flex;
	 margin-top: 20px;
}
 .page-template-archive-schools .one-cat .one-school .content .one-detail .text {
	 margin: 0 10px;
	 color: currentcolor;
	 font-size: 1rem;
	 line-height: 1.2em;
}
 .page-template-archive-schools .one-cat .one-school .content .social-school {
	 display: flex;
}
 .page-template-archive-schools .one-cat .one-school .content .social-school a {
	 margin-left: 5px;
}
 .page-template-archive-schools .one-cat .one-school .content.hidden {
	 display: none;
}
 .page-template-archive-schools .one-cat .one-school .school-pricnipal-info {
	 margin: 10px 0;
	 color: currentcolor;
}
 .page-template-archive-schools .one-cat .social-schools {
	 display: flex;
	 margin-top: 10px;
}
 .page-template-archive-schools .one-cat .social-schools a:first-child {
	 margin: 0;
}
 .page-template-archive-schools .one-cat .social-schools a {
	 margin: 0 7px;
}
 .page-template-archive-schools .one-cat .arrow-text::after {
	 border-bottom: 3px solid;
	 border-left: 3px solid;
}

@media only screen and (max-width:1425px){
	.col-map {
	max-width: 28%;
	}
	.all-categories{
		max-width: 42%;
	}
	#connect-section .logo img{
		max-width: 300px;
	}
	#connect-section h2{
		font-size: 4rem;
	}
	#connect-section .read-more{
		font-size: 1.9rem;
		padding: 13px 21px;
	}
	#connect-section .sub-title p{
		font-size: 2.7rem;
	}
}
@media only screen and (max-width:1332px){
	.col-map {
	max-width: 100%;
	}
	.all-categories{
		max-width: 72%;
	}
}
@media only screen and (max-width:1250px){
    .page-template-page-updates .col-lg-4{
        width: 46%;
    }
    .single-update .circle{
        width: 180px;
        height: 180px;
    }
	.searchandfilter ul{
		padding-left: 0;
		width:100%;
	}
	.container.school-archive input.sf-input-text{
		width: 80%;
		font-weight: bold;
	}
	/* .container.school-archive .search-side {
    width: auto;
    height: auto;
    margin: 0 auto;
	border:none;
	} */
	.all-categories{
		margin:0 auto;
		max-width: 100%;
	}
	.all-categories ul{
		justify-content: center;
	}
}

@media only screen and (max-width:991px){
    .page-template-page-updates .big, .page-template-page-updates h2{
        font-size: 2.511rem;
        text-align: center;
        line-height: 0.9;
    }
    .page-template-page-updates .white-logo img{
        max-width: 150px;
    }
    .page-template-page-updates .top-banner .top-text p{
        font-size: 1.744rem /* 35/18 */;
        line-height: 1.2;
        margin: 1.2em 0;
    }
    .page-template-page-updates .top-image img{
        max-width: 250px;
    }


    .page-template-page-updates .single-update .name, .page-template-page-updates .single-update .who-for{
        margin: 15px 0;
    }
    .page-template-page-updates .single-update .name, .page-template-page-updates .single-update .hours{
        font-size: 2rem;
    }
	#bogrim-section{
		display: flex;
		flex-direction: column-reverse;
	}
	#bogrim-section .bogrim-image{
		width: 100%;
		position: relative;
		padding-top: 50vw;
		background-position: center bottom;
	}
	#bogrim-section .content-box{
		width: 100%;
		padding: 50px 0 120px 0;
	}
	#bogrim-section .link-wrapper{
		left: 0;
		bottom: 50vw;
		top: auto;
		height: auto;
	    transform: translate(0, 50%);
		flex-direction: row;
		width: 100%;
	}
	#bogrim-section .link-wrapper .arrows-bottom {
	    transform: rotate(-90deg) translate(0,-30px)
	}
	#bogrim-section .link-wrapper .arrows-top {
	    transform: rotate(90deg) translate(0, -30px);
	}
	.container.school-archive{
		padding: 0 15px;
	}
	.page-template-page-accessibility .title-with-texts .flex{
		flex-direction: column;
	}
	.page-template-page-accessibility .title-with-texts .bold-text{
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 3px solid #ddd;
	}
	.new-schools-container {
		flex-wrap: wrap;
	}
	.new-schools-container .col-map{
		width: 100%;
	}
	.acf-map {
		height: 500px;
	}
}
@media only screen and (max-width:660px){
	.all-categories{
		min-width: 100%;
	}
	.school-box .open-table{
		flex-wrap: wrap;
	}
	.cat-table-head{
		display: none;
	}
	.school-box .table-col{
		width: 50%;
	}
	.school-box .table-col.school-name{
		order: -1;
	}
	.school-box .table-col:last-child {
		order: -1;
	}
	.container.school-archive .search-side{
		border: 0;
		border-bottom: 2px solid #eee;
	}
}
@media only screen and (max-width:480px){
	.industries-section .nav .single-nav {
		width: 50%;
	}
	.industries-section .nav .single-nav .title {
		font-size: 1.1364rem;
		max-width: 200px;
	}
	.new-scholarship-section .single-logo {
		margin: 0 5px 10px 5px;
		width: 40%;
	}
	.new-scholarship-section .single-logo img {
		max-height: 50px;
	}
	.scholarship-section h1{
		font-size: 2.7rem;
	}
	.scholarship-section .top-text p{
		font-size: 1.7rem;
	}
	.scholarship-section .single-feature{
		margin-bottom: 10px;
	}
	.school-name{
		font-size: 1.5rem;
	}
	.page-template-page-scholarship h1{
		font-size: 45px;
		line-height: 0.9;
	}

	.page-template-archive-schools .one-cat .arrow-text::after{
		bottom:0.25em;
	}

    .podcast-popup-wrapper{
        padding: 30px 15px;
        border-radius: 0 30px 30px 0;
    }
    .page-template-page-ela-landing-page .top-section h1 p{
        font-size: 40px;
        line-height: 1.1;
    }
    .page-template-page-ela-landing-page .top-section h2 p{
        font-size: 26px;
    }
    .page-template-page-ela-landing-page .single-accordion li{
        font-size: 22px;
    }
	#footer-logos ul{
		flex-wrap: wrap;
	}
}
@media only screen and (max-width:375px){
	.page-template-page-landing-page .owl-pagination{
		bottom: -330px;
	}
	#footer-logos img{
		max-width: 35px;
	}
	#footer-logos li{
		margin: 0 10px;
	}
}

@keyframes hideTraingle {
	from{
		height: 0;
	}
	to{
		height: 100%;
	}
		/* 0%
		 {
			height: 60px;
		}	 */
		/* 20% {
			height: 100%;
		}
		40% {
			height: 0;
		}
		60% {
			height: 100%;
		}
		60% {
			height: 0;
		} */
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
