

.slider {
	position: relative;
}

/*.slider:before{*/
/*    content: "";*/
/*    right: -10rem;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    position: absolute;*/
/*    background-size: contain;*/
/*    background-image: url(/frontend/12142/assets/img/kenareh.png);*/
/*    width: 20rem;*/
/*    height: 20rem;*/
/*    background-repeat: no-repeat;*/
/*}*/

body {
	overflow-x: hidden;
	color: #000;
	background-image: url("/frontend/12142/assets/img/LogoPatern1841x368.png");
	background-position-x: center;
	background-size: auto;
	animation-name: bg-moving;
	animation-duration: 18.4s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-direction: normal;
	animation-iteration-count: infinite;
	animation-play-state: running;
}
@keyframes bg-moving {
    0% {
        background-position-y:368px ;
    }
    100% {
        background-position-y:0 ;
    }
}

a {
	color: inherit;
	text-decoration: none !important;
}

a:focus {
	color: inherit;
}

a:hover {
	color: unset;
}

.white {
	color: #fff !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.icons-box img {
	width: 13rem;
	border-radius: 2rem;
}

.container:before {
	content: unset !important;
}

.navbar .nav li a span.subtitle{
	display: inline-block;
	right: calc(100% / 2 - 21px);
	position: absolute;
	width: 43px;
	top: 52px;
	font-size: 86%;
	color: #0005;
}
@media (min-width: 769px) and (max-width: 992px)  {
	.navbar .nav li a span.subtitle{
		right: calc(100% / 2 - 14px);
	}
}
.header .contact-menu-item .dropdown-menu  > li > a,
.header .about-school-menu-item .dropdown-menu  > li > a,
.header .schools-menu-item .dropdown-menu  > li > a,
.header .programs-menu-item .dropdown-menu  > li > a{
	padding: 7px 20px;
}
.header .contact-menu-item .dropdown-menu,
.header .about-school-menu-item .dropdown-menu,
.header .schools-menu-item .dropdown-menu,
.header .programs-menu-item .dropdown-menu{
	width: 200px !important; height: auto; position: absolute !important; padding: 8px 1px !important;border-radius: 7px;
}
.contact-menu-item .dropdown-menu > li > a{
	padding: 7px 20px;
}
@media (min-width: 992px) {
  .center-nav.nav > li > a {
    padding: 3rem .43rem !important;
  }
}
.icons-box-container {
	background-color: #cc2c31;
	background-image: url("../../../../12142/images/school-objects-white-DashAli-540px.png");
	box-shadow: 0 0 25px #0005;
	/*border-bottom: 2px solid rgb(236, 146, 217);*/
	/*border-top: 2px solid rgb(236, 146, 217);*/
}

.icons-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.icon-box {
	width: 23%;
	margin-bottom: 30px;
	height: 40%;
}

.icons-box-7,
.icons-box-8,
.icons-box-9 {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
}

.icon-box-7,
.icon-box-8,
.icon-box-9 {
	margin-bottom: 30px;
}

.icons-box-7 a,
.icons-box-8 a,
.icons-box-9 a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.icons-box-7 a p,
.icons-box-8 a p,
.icons-box-9 a p {
	font-weight: 600;
	font-size: 1.4rem;
	color: #fffb;
	margin-top: 1rem;
}

.icons-box-7:hover p,
.icons-box-8:hover p,
.icons-box-9:hover p {
	color: #fff;
}

/*.slider-box {*/
/*	background-color: rgb(103 9 83) !important;*/
/*}*/

.family-item-header {
	width: 7rem;
	height: 7rem;
	border: 1px solid var(--spred);
	border-radius: 50%;
	padding: 1rem;
	box-shadow: (0px 0px 2px #d2232a);
}

.wrapper2 {
	/*margin-top: 12rem;*/
	/*position: absolute;*/
	/*top: 40%;*/
	/*left: 50%;*/
	/*transform: translate(-50%, 10%) ;*/
	inset: 0;
	margin: auto !important;
}

.departeman {
	display: grid !important;
	grid-template-columns: repeat(1, minmax(100px, 1fr));
	gap: 2rem;
}

.departeman-item {
	border: 1px solid #0000001f;
	background: #fff7;
}

.departeman-item img {
	width: 15rem;
}

.btn-yellow {
	border: 1px solid var(--spyellow);
}

.btn-pink {
	border: 1px solid var(--sppink);
}

.about-text a {
	transition: all .5s
}

.about-text a:hover {
	background-color: var(--sppink);
	transition: all .1s
}

.news {
	border: 1px solid #0000001f;
	background-color: #fff;
	border-radius: 1rem !important;
	overflow: hidden;
}

.news img {
	width: 15rem;
}

.news p,
.news h6 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-big .img-cover {
	height: 230px;
}
/* .news-big .news-big-title::before {
content: "\f0d9";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 32px;
position: absolute;
right: 40px;
color: #d2232a;
} */

.grade-item .grade-item-title {
	height: 10rem;
}
/* ******************news************************* */

.news-box {
	justify-content: center;
	flex-wrap: wrap;
}

.new-news-item {
	margin-left: 10px;
	flex-direction: column;
	background-color: #fff9;
	position: relative;
	padding: 20rem 2rem 2rem;
	border-bottom: 5px solid rgb(74, 127, 200);
	border-radius: 2rem;
	align-items: center;
	height: 44rem;
	width: 31%;
	justify-content: space-between;
	transition: all 0.5s ease-in-out !important;
	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition: all 0.5s ease-in-out !important;
	-ms-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	cursor: pointer;
	margin-bottom: 7rem;
}

.new-news-item .new-news-cover {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 50%;
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: -5rem;
	box-shadow: rgb(0 0 0 / 37%) 0px 4px 6px;
	transition: .25s ease-in-out;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.news-box .new-news-item:hover {
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

.news-box .new-news-item:hover a {
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

.news-box .new-news-item .new-news-cover img {
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
}

.news-box .new-news-item h4 {
	font-size: 18px !important;
	line-height: 2 !important;
	height: 90px;
}

.news-box .new-news-item:hover .new-news-cover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	border: 5px #000 inset !important;
}

.news-box .new-news-item .item-btn {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
	background-color: rgb(74, 127, 200);
	color: #fff;
	width: 50%;
	height: 40px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.news-box .new-news-item .icons {
	height: 40px !important;
	margin-bottom: 20px !important;
}

.news-box .new-news-item .icons i {
	color: #1c4c85;
	font-size: 17px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.gallerySwiper .swiper-slide{
	max-width: 400px;
}
.news-box .new-news-item .icons i:hover {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}

.news-box .new-news-item .icons span {
	margin-right: 5px;
}

.news-box .new-news-item p {
	text-align: right;
	margin-bottom: 25px;
}
/* *********************end news********************* */

@media (min-width: 0px) {
	.news-big {
		grid-column: span 2/span 2;
		grid-row: span 3/span 1;
	}
	.news-small {
		grid-column: span 2/span 2;
		grid-row: span 1/span 1;
	}
}

@media (min-width: 450px) {
	body{
		background-size: 600px;
	}
	.icon-box {
		width: 35%
	}
}

@media (min-width: 576px) {
	body{
		background-size: 770px;
	}
	.grade-item .grade-item-title {
		height: 18rem;
	}
	.icon-box {
		width: 30%;
	}
}

@media (min-width: 767.5px) {
	body{
		background-size: 992px;
	}
	.news-big {
		grid-column: span 1/span 2;
		grid-row: span 3/span 1;
	}
	.news-small {
		grid-column: span 1/span 2;
		grid-row: span 1/span 1;
	}
	.icon-box-7 {
		width: 20%;
	}
	.icon-box-8 {
		width: 20%;
	}
	.icon-box-9 {
		width: 20%;
	}
	.departeman {
		grid-template-columns: repeat(2, minmax(100px, 1fr));
	}
	.quote-box {
		padding-left: 20rem;
	}
	.quote-right {
		width: 63% !important;
	}
	.quoteSwiper {
		width: 63%;
	}
	.quote-left {
		width: 37% !important;
		background: linear-gradient(to bottom right, #fff0 0%, #fff0 25%, #ffffff00 50%, var(--themecolor) 50%, var(--themecolor) 100%);
		position: relative;
	}
	.quote-left::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-image: url(../img/quoite-left-black%402x-1.html);
		width: 100%;
		height: 8rem;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.familySwiper .swiper-slide {
		border-top: 2px solid transparent !important;
		border-right: 2px solid transparent !important;
		border-bottom: 2px solid transparent !important;
	}
	.familySwiper .swiper-slide:last-child {
		border-left: 2px solid transparent !important;
	}
}

@media (min-width: 991.5px) {
	body{
		background-size: 1200px;
	}
	.icon-box-7 {
		width: 13%;
	}
	.icon-box-8 {
		width: 12%;
	}
	.icon-box-9 {
		width: 11%;
	}
	.icon-box {
		width: 33%;
	}
}

@media only screen and (min-width: 768px)and (max-width: 992px) {
	.new-news-box {
		justify-content: center;
	}
	.new-news-item:first-child {
		margin-left: 15px;
	}
}

@media (min-width: 1000px) {
	.icon-box-8 {
		width: 12%;
	}
	.icon-box-9 {
		width: 12%;
	}
}
@media (min-width: 1200px) {
	body{
		background-size: 1400px;
	}
	.icon-box {
		width: 20%;
	}
	.icon-box-7 {
		width: 13%;
	}
	.icon-box-8 {
		width: 10.5%;
	}
	.icon-box-9 {
		width: 9%;
	}
	.icons-box-7 a p, .icons-box-8 a p, .icons-box-9 a p{
		font-size: 1.5rem;
	}
}
@media (min-width: 1500px) {
	.icons-box-7 a p, .icons-box-8 a p, .icons-box-9 a p{
		font-size: 1.6rem;
	}
}
@media (min-width: 1599px) {
	body{
		background-size: 1962px;
	}
}
@media (max-width: 524px) {
	.icon-box {
		width: 50%;
	}
	.new-news-item {
		width: 100% !important;
		margin: 7rem auto 0;
	}
}
@media (min-width: 401px) {
	.icon-box-7 {
		width: 32%;
	}
	.icon-box-8 {
		width: 32%;
	}
	.icon-box-9 {
		width: 32%;
	}
}
@media (min-width: 500px) {
	.icon-box-7 {
		width: 24%;
	}
	.icon-box-8 {
		width: 24%;
	}
	.icon-box-9 {
		width: 24%;
	}
}
@media (min-width: 768px) {
	.icon-box-7 {
		width: 19%;
	}
	.icon-box-8 {
		width: 19%;
	}
	.icon-box-9 {
		width: 19%;
	}
}
@media (max-width: 400px) {
	.icon-box-7 {
		width: 43%;
	}
	.icon-box-8 {
		width: 43%;
	}
	.icon-box-9 {
		width: 43%;
	}
}

@media (max-width: 992px) {
	.new-news-item {
		width: 48%;
	}
	.nav li{
		font-size:10px;
	}
	.center-nav{
		gap: 1.4rem;
	}
}

@media (max-width: 768px) {
	.new-news-item {
		width: 85%;
		margin: 7rem auto 0;
	}
}

.quote-box {
	height: 35rem;
	padding-left: 0;
}

.quote-right {
	width: 100%;
	background-color: var(--themecolor);
}

.quote-left {
	width: 0;
}

.about-text {
	width: 35rem;
}

.familySwiper {
	width: 100%;
	height: max-content;
	position: relative;
}

.familySwiper .swiper-slide {
	border: 2px solid var(--spred);
}

.grade-item img {
	width: 25rem;
}
@media (min-width: 992px) {
	.grade-img{
		right: 180px;
	}
}
@media (min-width: 576px) {
	.grade-img{
		right: 180px;
	}
}
/*
.sch-110 .menu-sch-110{display:none}
.sch-111 .menu-sch-111{display:none}
.sch-112 .menu-sch-112{display:none}
.sch-113 .menu-sch-113{display:none}
.sch-114 .menu-sch-114{display:none}
*/

.nav > li.show-school-page{display:none}
body.school-page .nav > li.show-school-page{display:block}
.nav > li.hide-school-page{display:block}
body.school-page .nav > li.hide-school-page{display:none}

.nav > li.show-index-page{display:none}
body.index-page .nav > li.show-index-page{display:block}
.nav > li.hide-index-page{display:block}
body.index-page .nav > li.hide-index-page{display:none}

body.school-page .nav > li.contents-menu-item{display:none}
body.index-page .nav > li.schools-menu-item{display:none}
.cur-def{cursor: default}
.sch-110-111-112 .center-nav.nav > li.menu-sch-110-111-112 > a:before{width: 100%;}
	.sch-110-111-112 .center-nav.nav > li.menu-sch-110-111-112 > a{color: var(--themehover);}
		.sch-110 .center-nav.nav > li.menu-sch-111{display:none!important}
		.sch-110 .center-nav.nav > li.menu-sch-112{display:none!important}
		.sch-110 .center-nav.nav > li.menu-sch-113{display:none!important}
		.sch-110 .center-nav.nav > li.menu-sch-114{display:none!important}
.sch-111 .center-nav.nav > li.menu-sch-111 > a:before{width: 100%;}
	.sch-111 .center-nav.nav > li.menu-sch-111 > a{color: var(--themehover);}
		.sch-111 .center-nav.nav > li.menu-sch-110{display:none!important}
		.sch-111 .center-nav.nav > li.menu-sch-112{display:none!important}
		.sch-111 .center-nav.nav > li.menu-sch-113{display:none!important}
		.sch-111 .center-nav.nav > li.menu-sch-114{display:none!important}
.sch-112 .center-nav.nav > li.menu-sch-112 > a:before{width: 100%;}
	.sch-112 .center-nav.nav > li.menu-sch-112 > a{color: var(--themehover);}
		.sch-112 .center-nav.nav > li.menu-sch-110{display:none!important}
		.sch-112 .center-nav.nav > li.menu-sch-111{display:none!important}
		.sch-112 .center-nav.nav > li.menu-sch-113{display:none!important}
		.sch-112 .center-nav.nav > li.menu-sch-114{display:none!important}
.sch-113 .center-nav.nav > li.menu-sch-113 > a:before{width: 100%;}
	.sch-113 .center-nav.nav > li.menu-sch-113 > a{color: var(--themehover);}
		.sch-113 .center-nav.nav > li.menu-sch-110{display:none!important}
		.sch-113 .center-nav.nav > li.menu-sch-111{display:none!important}
		.sch-113 .center-nav.nav > li.menu-sch-112{display:none!important}
		.sch-113 .center-nav.nav > li.menu-sch-114{display:none!important}
.sch-114 .center-nav.nav > li.menu-sch-114 > a:before{width: 100%;}
	.sch-114 .center-nav.nav > li.menu-sch-114 > a{color: var(--themehover);}
		.sch-114 .center-nav.nav > li.menu-sch-110{display:none!important}
		.sch-114 .center-nav.nav > li.menu-sch-111{display:none!important}
		.sch-114 .center-nav.nav > li.menu-sch-112{display:none!important}
		.sch-114 .center-nav.nav > li.menu-sch-113{display:none!important}
/* INSTA START */

.instagram-box {
	box-shadow: -5px 0px 10px 2px #da9e29;
	height: 25rem;
	border-radius: 1rem;
}

.instagram-box .insta-icon {
	width: 25rem;
	overflow: hidden;
	position: relative;
}

.instagram-box .insta-icon svg {
	z-index: 1111;
}

.instagram-box .insta-icon::before {
	content: "";
	background-color: #fae3e4;
	transform: rotate(20deg) scale(1.2) translateX(50%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: -84px;
}
/* INSTA END */
/* GALLERY START */

.gallerySwiper .swiper-slide {
	border: 1px solid #fff;
	height: 260px;
}

.gallerySwiper .swiper-slide .gallery-img-container img {
	width: 100%;
	max-width: 100%;
	height: 132px;
	object-fit: cover;
	object-position: center center;
	transition: .25s;
}

.gallerySwiper .swiper-slide .gallery-img-container:hover img {
	position: absolute;
	left: 0;
	top: 0;
	height: 260px;
	transition: height 0.4s linear;
}
/* GALLERY END */
/* FOOTER START */

footer.footer {
	background-color: var(--sppink);
	background-image: url("../img/foot-1024x415.html");
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 70rem;
	background-position: bottom;
}
/* FOOTER END */

.gallerySwiper .swiper-slide {
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
}

.swiper {
	height: fit-content;
}

.mb-10 {
	margin-bottom: 15rem;
}

.sp_yellow {
	background-color: #da9e29;
}

.sp_pink {
	background-color: rgb(103, 9, 83);
}

.sp_red {
	background-color: #d2232a;
}

.login-notif::after {
	filter: filter: contrast(70%) hue-rotate(10deg) brightness(50%) saturate(520%);
}

.login-notif::before {
	filter: saturate(97%) hue-rotate(23deg) brightness(80%) contrast(80%)
}

.quote-right .swiper .swiper-pagination {
	bottom: 0px !important;
}

 :root {
	--spyellow: #da9e29;
	--sppink: rgb(200, 86, 176);
	--sppinklight: #ea5a83;
	--spgray: rgba(0, 0, 0, 0.6);
	--spred: #d2232a;
	--spred: #d2232a;
	--backgray: white;
	--themecolor: rgb(255, 158, 159);
		/* --themecolor: rgb(112, 157, 219); */
	--themehover: rgb(255, 123, 125);
		/* --themehover: #1d83cf; */
	--themebg: #ffe5e3;
		/* --themebg: #e6f1fc; */
	--themeborder: #ffd6d3;
		/* --themeborder: rgb(195, 225, 242); */
	--themeop: 112, 157, 219;
}

.news-big .img-cover {
	height: 75%;
	width: 100%;
	background: #fff;
}

.news-small .img-cover {
	height: 100%;
	width: 15rem;
}
/*	bgAnimation.js	*/
/* body {margin: 0;} */
/* convas.bgAnimation {display: block;} */

.btn-themecolor {
	background-color: var(--themecolor);
	height: 10rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	cursor: pointer;
	transition: all .14s
}

.btn-themecolor:hover {
	background-color: rgb(255, 73, 77);
	transform: scale(1.2);
	transition: all .25s;
	box-shadow: 0 0 14px #0005;
}

.btn-themecolor:hover:before {
	transform: scale(1.2);
	transition: all .05s;
	transition-delay: .14s;
}

.header .dropdown-menu .left-content {
	background-color: var(--themehover);
	background-image: linear-gradient( to right, rgb(18, 53, 79), #0c568c, var(--themecolor));
}

.footer {
	background-image: url(/frontend/12142/assets/img/footer.png);
	background-size: cover;
	background-position-y: top;
}

.footer-addres i,
.footer-phone i {
	background-color: var(--themehover);
}

.footer-addres i:hover,
.footer-phone i:hover {
	background-color: var(--themecolor);
}

.footer-nav ul li a {
	transition: all .5s;
	color: var(--themecolor) !important;
	text-shadow: 0 0 7px #0005
}

.footer-nav ul li a:hover {
	color: #fff !important;
	text-shadow: 0 0 7px var(--themecolor)
}
.icons-box-container h3{
	color : white !important;
}


@media (min-width: 992px) {
	.main-slider .carousel-inner {
		aspect-ratio: 1920 / 1080 !important;
	}
}

.container-slider{
	max-width : 1450px;
}