﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-.25em;}sup{top:-.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:.35em .75em .625em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}
/*!
 * fullPage 4.0.16
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,.fp-enabled body{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;display:block;}.fp-slide{float:left;}.fp-slide,.fp-slidesContainer{height:100%;display:block;}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;}.fp-table{display:flex;flex-direction:column;justify-content:center;width:100%;}.fp-slidesContainer{float:left;position:relative;}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.fp-prev{left:15px;}.fp-next{right:15px;}.fp-arrow{width:0;height:0;border-style:solid;}.fp-arrow.fp-prev{border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent;}.fp-arrow.fp-next{border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff;}.fp-notransition{-webkit-transition:none!important;transition:none!important;}#fp-nav{position:fixed;z-index:100;top:50%;opacity:1;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translate3d(0,-50%,0);}#fp-nav.fp-right{right:17px;}#fp-nav.fp-left{left:17px;}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important;}.fp-slidesNav.fp-bottom{bottom:17px;}.fp-slidesNav.fp-top{top:17px;}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0;}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative;}.fp-slidesNav ul li{display:inline-block;}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none;}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%;}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px;}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer;}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1;}#fp-nav ul li .fp-tooltip.fp-right{right:20px;}#fp-nav ul li .fp-tooltip.fp-left{left:20px;}.fp-auto-height.fp-section,.fp-auto-height .fp-slide{height:auto!important;}.fp-responsive .fp-is-overflow.fp-section{height:auto!important;}.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,.fp-scrollable .fp-section,.fp-scrollable .fp-slide{height:100vh;height:calc(var(--vh,1vh)*100);}.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]){min-height:100vh;min-height:calc(var(--vh,1vh)*100);}.fp-overflow{justify-content:flex-start;max-height:100vh;}.fp-scrollable .fp-auto-height .fp-overflow{max-height:none;}.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow>.fp-overflow{overflow-y:auto;}.fp-overflow{outline:0;}.fp-overflow.fp-table{display:block;}.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide{height:auto!important;min-height:auto!important;}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.fp-scroll-mac .fp-overflow::-webkit-scrollbar{background-color:transparent;width:9px;}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track{background-color:transparent;}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:16px;border:4px solid transparent;}.fp-warning,.fp-watermark{z-index:9999999;position:absolute;bottom:0;}.fp-warning,.fp-watermark a{text-decoration:none;color:#000;background:rgba(255,255,255,.6);padding:5px 8px;font-size:14px;font-family:arial;color:#000;display:inline-block;border-radius:3px;margin:12px;}.fp-noscroll .fp-overflow{overflow:hidden;}html{box-sizing:border-box;direction:rtl;}*,*::before,*::after{box-sizing:inherit;}hr{color:#00a64f;height:1px!important;}.b-ltr{border-radius:0 0 60px 0;}.b-ltr-2{border-radius:0 0 0 60px;}.b-rtl{border-radius:60px 0 0 0;}.b-rtl-2{border-radius:0 60px 0 0;}.logo-radu-3{border-radius:60px 0 60px 60px;}@font-face{font-family:"lora-bold";src:url("../../../font/lora-bold.ttf") format("truetype");}@font-face{font-family:"lora-regular";src:url("../../../font/lora-regular.ttf") format("truetype");}@font-face{font-family:"helvetica-bold";src:url("../../../font/helvetica-bold.ttf") format("truetype");}@font-face{font-family:"helvetica";src:url("../../../font/helvetica.ttf") format("truetype");}@font-face{font-family:"Arabic-Bold";src:url("../../../font/arbfonts-dinnextltarabic-bold-4.ttf") format("truetype");}@font-face{font-family:"Arabic-Regular";src:url("../../../font/arbfonts-dinnextltarabic-regular-4.ttf") format("truetype");}body{font-family:"Arabic-Regular";}h1{font-family:"Arabic-Bold";font-size:5.625rem;font-weight:bold;margin:22px 0!important;color:#2b3a65;animation:type 3.5s;text-transform:uppercase;}button{font-size:1.5625rem;}h2{font-family:"Arabic-Bold";font-size:3.4375rem;font-weight:bold;color:#2b3a65;}h3{font-family:"Arabic-Bold";font-size:2.5rem;font-weight:bold;color:#2b3a65;}h4{font-family:"Arabic-Bold";font-size:1.5rem;font-weight:400;color:#2b3a65;}h5{font-size:1.5rem;font-weight:bold;color:#2b3a65;}h6{font-family:"Arabic-Bold";font-size:1.25rem;font-weight:bold;color:#2b3a65;line-height:29px;}lable{font-family:"Arabic-Regular";font-size:1.5rem;color:#2b3a65;font-weight:bold;}p{font-family:"Arabic-Regular";font-size:1rem;font-weight:normal;font-weight:400;line-height:normal;color:#19225e;text-align:justify;}a{font-family:"Arabic-Regular";font-size:1.125rem;width:fit-content;}li{font-family:"Arabic-Regular";color:#636366;}@media(max-width:576px){h1{font-size:2.25rem;font-weight:bold;}h2{font-size:2.1875rem;font-weight:bold;}h3{font-size:1.875rem;font-weight:bold;}h4{font-size:1.625rem;font-weight:bold;}h5{font-size:1.5rem;font-weight:bold;}h6{font-size:1.25rem;font-weight:bold;line-height:29px;}lable{font-size:1.25rem;}p{font-size:1rem;}a{font-size:1.25rem;}}@media(max-width:992px){h1{font-size:2.8125rem;font-weight:bold;}h2{font-size:4.375rem;font-weight:bold;}h3{font-size:2.6875rem;font-weight:bold;}h4{font-size:1.625rem;font-weight:bold;}h5{font-size:1.5rem;font-weight:bold;}h6{font-size:1.25rem;font-weight:bold;}lable{font-size:1.25rem;}p{font-size:1rem;}a{font-size:1rem;}}@media(max-width:1400px){h1{font-size:2.8125rem;font-weight:bold;}h2{font-size:2.5rem;font-weight:bold;}h3{font-size:1.5625rem;font-weight:bold;}h4{font-size:1.25rem;font-weight:bold;}h5{font-size:1.125rem;font-weight:bold;}h6{font-size:1rem;font-weight:bold;}lable{font-size:1.25rem;}p{font-size:.875rem;line-height:1.1;}a{font-size:.875rem;}}@media(max-width:1200px){h1{font-size:2.8125rem;font-weight:bold;}h2{font-size:2.5rem;font-weight:bold;}h3{font-size:1.5625rem;font-weight:bold;}h4{font-size:1.25rem;font-weight:bold;}h5{font-size:1.125rem;font-weight:bold;}h6{font-size:1rem;font-weight:bold;}lable{font-size:1.25rem;}p{font-size:1rem;line-height:1.1;}a{font-size:.875rem;}}@media(max-width:768px){h1{font-size:2.8125rem;}h2{font-size:2.1875rem;}h3{font-size:1.4375rem;}h4{font-size:1.25rem;}h5{font-size:1.125rem;}h6{font-size:1rem;}lable{font-size:1rem;}p{font-size:.875rem;font-weight:normal;}.About-Us p{font-size:.875rem;}.Our-News .News-desc p{font-size:.875rem;}#carser .item p{font-size:.875rem;}button{font-size:1.125rem;}a{font-size:.875rem;}}.clearfix::after{clear:both;content:"";display:table;}.hide-text{overflow:hidden;padding:0;text-indent:101%;white-space:nowrap;}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.navbar{background-color:#29345c!important;transition:.3s ease-in;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);}.navbar .navbar-nav li i{color:#fff;}.navbar .navbar-nav li .nav-link{color:#fff!important;margin:7px;}.navbar .navbar-nav li:hover i{color:#ae2127!important;cursor:pointer;}.navbar .navbar-nav li:hover .nav-link{color:#ae2127!important;cursor:pointer;}@media(max-width:576px){.navbar .navbar-nav{display:flex;flex-direction:column;align-items:flex-start;}}.navbar-light .navbar-toggler-icon{filter:invert(1)!important;}.dropdown-item.active,.dropdown-item:active{background-color:#2b3a65!important;}.dropdown-item{color:#19225e!important;}.logo-sands{width:190px;height:auto;}.navbar-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;flex-direction:row;}.Footer{background-color:#ae2127;}.Footer .Kensoftware_Logo{width:75px;}.Explor_btn{background-color:#fff;border:1px solid #f00;color:#2b3a65;padding:10px 30px;text-decoration:none;font-size:20px;font-weight:bold;border-radius:5px;transition:.3s ease-in;}.Explor_btn:hover{background-color:#ae2127;border:1px solid #fff;color:#fff;transition:.3s ease-in;}.SNA_Button{background-color:#2b3a65;color:#fff;padding:10px 30px;text-decoration:none;border:1px solid #2b3a65;font-weight:bold;font-size:19px;border-radius:5px;transition:.3s ease-in;}.SNA_Button:hover{background-color:#fff;border:1px solid #f00;color:#2b3a65;transition:.3s ease-in;}.Admin_button{background-color:#ae2127;border:1px solid #fff;color:#fff;padding:10px 20px;text-decoration:none;font-size:16px;border-radius:5px;transition:.3s ease-in;}.Admin_button:hover{background-color:#fff;border:1px solid #f00;color:#000;transition:.3s ease-in;}.Academies_BTn{background-color:#fff;padding:5px 20px;width:45%;text-decoration:none;border-radius:7px;border:1px solid #ae2127;justify-content:space-between;transition:.3s ease-in;}.Academies_BTn:hover{background-color:#ae2127;border:1px solid #2b3a65;color:#fff;transition:.3s ease-in;}.Academies_BTn:hover .Academe_Icons{filter:brightness(10);}.Academies_BTn:hover p{color:#fff;}@media(max-width:576px){.Academies_BTn{width:100%;}}.WhatsApp{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#fff!important;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100;}.WhatsApp .my-WhatsApp{margin-top:16px;}.Links{text-decoration:none;color:#636363;transition:.3s ease-in;}.Links:hover{color:#ae2127;transition:.3s ease-in;}.swal2-icon{background-color:rgba(43,58,101,.9490196078)!important;}.swal2-close{position:absolute;top:4px;right:4px;color:#fff!important;font-size:20px!important;font-weight:bold!important;padding:0;border:0;border-radius:20%!important;cursor:pointer;background:#c7c7c7!important;margin:1px!important;width:1.5em;height:1.5em;}.swal2-close:hover{text-decoration:none;background:#36446d!important;}.swal2-close:hover .swal2-icon-show{display:none;}.swal2-close:hover .swal2-icon-content{display:none;}.Contact_Form{width:100%;height:50px;border:1px solid #fff;border-radius:5px;}.Contact_message{width:100%;height:150px;border:1px solid #fff;border-radius:5px;}.Media-Content{background:#fafaff;height:100%;border-radius:8px;box-shadow:0 8px 16px 0 rgba(149,149,149,.2);overflow:hidden;transition:.3s ease-in;cursor:pointer;}.Media-Content .content-card{padding:20px;}.Media-Content .content-card .Media-Text{text-decoration:none;color:#ae2127;font-size:15px;transition:.3s ease-in;}.Media-Content .content-card .Media-Text i{color:#ae2127;}.Media-Content:hover{transform:translateY(-7px);transition:.3s ease-in;}.ImagBoard{height:500px;width:500px!important;object-fit:cover;border-radius:22px;}.First-section{height:100vh;position:relative;overflow:hidden;}.First-section .videoo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;}.First-section .overlay{position:absolute;width:100%;height:100%;top:0;background:rgba(30,41,72,.67);z-index:11;}.First-section .animationh1{color:#fff;font-size:5rem;animation:type 1.5s;text-transform:uppercase;color:#fff;}@media(max-width:576px){.First-section .animationh1{font-size:2.5rem;}}@keyframes type{from{opacity:0;}to{opacity:1;}}.First-section .swiper-container{width:100vw;height:100vh;}.First-section .swiper-slide{background-color:#fcfcfc;background-size:cover;background-position:center;width:100%;height:100%;justify-content:center;align-items:center;color:#fcfcfc;font-size:24px;}.First-section .swiper-slide>.swiper-slide-cover{position:absolute;top:0;bottom:0;left:0;right:0;background:transparent no-repeat 50% 50%/cover;}.First-section .swiper-slide .slide-01{transform-origin:50% 50%;}.First-section .swiper-scale-effect .swiper-slide-cover{transition-timing-function:linear;transition-duration:20s;transform:scale(1);}.First-section .swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover{transform:scale(1.3);}.First-section :root{--swiper-pagination-bottom:40px;--swiper-theme-color:rgba(252,252,252,.85)!important;}.First-section .swiper-lazy-preloader-white{--swiper-preloader-color:#fcfcfc;}.First-section .swiper-lazy-preloader-black{--swiper-preloader-color:#262626;}.First-section .swiper-button-prev,.First-section .swiper-button-next{background:transparent;opacity:.55;--swiper-navigation-color:rgba(252,252,252,.85);transition:opacity .3s ease,color .3s ease;}.First-section .swiper-button-prev:hover,.First-section .swiper-button-next:hover{background:transparent;opacity:.85;--swiper-navigation-color:#fcfcfc;}.First-section .swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px))!important;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px))!important;box-shadow:inset 1px 1px 1px rgba(38,38,38,.85);background:var(--swiper-pagination-bullet-inactive-color,rgba(252,252,252,.85))!important;opacity:var(--swiper-pagination-bullet-inactive-opacity,.55)!important;--swiper-pagination-bullet-horizontal-gap:6px;}.First-section .swiper-pagination-bullet-active{box-shadow:inset 1px 1px 1px rgba(38,38,38,.85);background:var(--swiper-pagination-bullet-active-color,rgba(252,252,252,.85))!important;opacity:var(--swiper-pagination-bullet-active-opacity,.85)!important;--swiper-pagination-bullet-horizontal-gap:10px;}.First-section .vector{background:fixed;width:100%;height:143%;padding:0;background-size:inherit;background-position:right;background-repeat:no-repeat;mask-image:url(/content/NewFolder/Vector.svg);mask-size:100%;mask-repeat:no-repeat;-webkit-mask-position-x:center;-webkit-animation-name:openImage1;animation-name:openImage3;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;animation-duration:3s;overflow:hidden;z-index:111;}@media(max-width:576px){.First-section .vector{display:none;}}@media(max-width:1400px){.First-section .vector{width:112%;}}@media(max-width:1200px){.First-section .vector{width:112%;}}@keyframes openImage3{0%{clip-path:polygon(0 0,100% 0,100% 0,0 0);}100%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);}}.accreditation .owl-carousel .owl-stage{display:flex;align-items:center;}.accreditation .owl-carousel .owl-stage .item .Accreditation_img{width:75%;}.accreditation .owl-carousel .owl-prev{background-color:rgba(0,0,0,.5215686275);width:50px;border-radius:50%;height:50px;}.accreditation .owl-carousel .owl-next{background-color:rgba(0,0,0,.5215686275);width:50px;border-radius:50%;height:50px;}.AboutSNA{position:relative;}.AboutSNA .SNA_PHOTOS .Boxsimg{border-radius:12px;overflow:hidden;height:100%;}.AboutSNA .SNA_PHOTOS .Boxsimg .overlay{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(180deg,rgba(30,30,30,0) 0%,#1e1e1e 100%);display:flex;justify-content:center;}.AboutSNA .SNA_PHOTOS .Boxsimg .overlay p{color:#fff;position:absolute;bottom:0;font-size:25px;}.AboutSNA .SNA_PHOTOS .Boxsimg img{object-fit:cover;height:100%;}.AboutSNA .vector{background:fixed;width:100%;height:100%;padding:0;background-image:url("/content/NewFolder/(129).webp");background-size:inherit;background-position:left;background-repeat:no-repeat;mask-image:url(/content/NewFolder/Vector.svg);mask-size:75%;mask-repeat:no-repeat;-webkit-mask-position-x:center;-webkit-animation-name:openImage1;animation-name:openImage3;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;animation-duration:3s;overflow:hidden;z-index:111;}@media(max-width:576px){.AboutSNA .vector{display:none;}}@media(max-width:1400px){.AboutSNA .vector{width:112%;}}@media(max-width:1200px){.AboutSNA .vector{width:112%;}}.Success_number{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position-y:center!important;}.Success_number .container{z-index:11;}.Success_number .container .Success_Card{padding:18px;background:rgba(255,255,255,.8980392157);border-radius:20px;height:100%;}.Success_number .container .Success_Card img{width:72px;}.Success_number .container .Success_Card h6{color:#2b3a65!important;}.Success_number .container .Success_Card p{color:#636363;}.Success_number .container .Success_Card .wrapper{grid-template-columns:1fr 1fr 1fr;text-align:center;}.Success_number .overlay{position:absolute;width:100%;top:0;height:100%;background:rgba(43,58,101,.63);}.School_Tour{height:70vh;background-repeat:no-repeat;background-size:cover;overflow:hidden;display:flex;align-items:center;}.overlay{position:absolute;width:100%;top:0;height:100%;background:linear-gradient(90deg,rgba(43,60,103,.768627451) 101.4%,rgba(86,117,203,0) 100%);}.Acad_Img{border:1px solid #fff;padding-top:70px;}.Academe_sec{z-index:11;}.Academe_sec .tab-content{width:100%;}.Academe_sec .nav-link{border-style:none;background-color:transparent;color:rgba(255,255,255,.5019607843);cursor:pointer;}.Academe_sec .nav-link.active{color:#fff;background:none;}.Academe_sec .Academe_Btn{background-color:transparent;padding:10px 40px;width:100%;text-decoration:none;font-size:15px;border-radius:7px;border:1px solid #fff;display:flex;justify-content:space-between;transition:.3s ease-in;align-items:center;}.Academe_sec .Academe_Btn p{color:#fff;margin:0;font-size:20px;}.Academe_sec .Academe_Btn i{font-size:20px;}.Academe_sec .Academe_Btn:hover{background-color:#ae2127;border:1px solid #ae2127;transition:.3s ease-in;}.National_Academy .SNA_IMG{background-position:center;height:40vh;background-repeat:no-repeat;background-size:contain;}.National_Academy .SNA_Media{background-color:#2b3a65;padding:35px;border-radius:0 5px 5px 0;}.National_Academy .SNA_Media .Email_input{background-color:rgba(255,255,255,.368627451);border-radius:8px;border-color:transparent;padding:14px;}.National_Academy .SNA_Media .Email_input::placeholder{color:#fff;}.Latests_Gallery{background-color:#2b3a65;}.Latests_Gallery .Cards .img{height:60%;}.Latests_Gallery .swiperGallary1{height:450px;position:relative;}.Latests_Gallery .swiperGallary1 .swiper-slide{background-size:cover;border-radius:12px;}.Latests_Gallery .swiperGallary1 .swiper-button-prev{background:rgba(0,0,0,.5019607843);color:#fff;padding:29px;}.Latests_Gallery .swiperGallary1 .swiper-button-next{background:rgba(0,0,0,.5019607843);color:#fff;padding:29px;}.JopApplications .JopForm{border-radius:12px;box-shadow:rgba(0,0,0,.35) 0 5px 15px;background:rgba(103,117,157,.18);}.JopApplications .JopForm #contactForm{padding:0 4% 4% 4%;}.JopApplications .JopForm #contactForm lable span{color:#f00;}.JopApplications .JopForm #contactForm .Department{width:100%;height:50px;border:1px solid #fff;border-radius:5px;text-align-last:center;}button:focus{outline:0;}.owl-carousel-stacked{margin-top:20px;}.owl-carousel-stacked .owl-item.center{transform:scale(1)!important;}.owl-carousel-stacked .owl-item{transition:all .5s;transform:scale(.7)!important;border-radius:20px;}.owl-carousel-stacked .owl-item img{border-radius:20px;height:350px;object-fit:cover;}@media(max-width:576px){.owl-carousel-stacked .owl-item img{height:125px;}}.owl-carousel-stacked .left-of-center{transform:scale(.7) translateX(50%)!important;}.owl-carousel-stacked .right-of-center{transform:scale(.7) translateX(-50%)!important;}.owl-carousel-stacked .center{z-index:2;}.owl-carousel-stacked .owl-carousel{position:relative;}.owl-carousel-stacked .owl-prev{position:absolute;top:44%;margin-top:0;background-color:rgba(0,0,0,.5215686275)!important;width:50px;border-radius:50%;height:50px;color:#fff!important;}.owl-carousel-stacked .owl-next{position:absolute;top:44%;margin-top:0;background-color:rgba(0,0,0,.5215686275)!important;width:50px;border-radius:50%;height:50px;color:#fff!important;}.owl-carousel-stacked .owl-prev{left:0;}.owl-carousel-stacked .owl-next{right:0;}.owl-carousel-stacked .owl-dots{text-align:center;}.owl-carousel-stacked .owl-dot{cursor:pointer;background-color:#ddd!important;width:10px;height:10px;display:inline-block;margin:10px 2px;border-radius:50%;border:0;}.owl-carousel-stacked .owl-dot.active{background-color:#ae2127!important;border-radius:50%;}.owl-carousel-stacked .owl-stage-outer{padding:25px 0;}.swal2-popup{width:36rem!important;}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#ae2127;color:#fff;font-size:1.5em;}.swal2-styled:focus{box-shadow:none;}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.76);}#swal2-content{display:flex!important;width:100%;flex-direction:row-reverse;}.hightlight{width:350px;height:auto;border-radius:14px;}.description{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;padding:26px!important;}.i_arrow{transform:rotateY(180deg)!important;}.error-message{color:#f00;font-size:14px;display:block;margin-top:5px;}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;justify-content:center;align-items:center;z-index:1000;}.popup{background-color:#2b3a65;color:#fff;padding:2rem;border-radius:8px;position:relative;width:100%;max-width:800px;max-height:80vh;overflow-y:auto;}.close-btn{position:absolute;top:10px;right:10px;background:none;border:0;color:#fff;font-size:24px;cursor:pointer;}.popup-content{margin-top:20px;}.popup-content h2{margin-bottom:1rem;font-size:1.5rem;}.popup-content ul{list-style-type:none;padding:0;margin:1rem 0;}.popup-content li{margin-bottom:1rem;padding-left:1.5rem;position:relative;}.popup-content li:before{content:"✓";position:absolute;left:0;color:#4caf50;}.join-btn{background-color:#2196f3;color:#fff;padding:10px 20px;border:0;border-radius:4px;cursor:pointer;font-size:1rem;margin-top:1rem;}.join-btn:hover{background-color:#1976d2;}.SA{height:70vh;background-repeat:no-repeat;background-size:cover;-webkit-animation-name:openImage1;animation-name:openImage1;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;animation-duration:3s;overflow:hidden;}.SA .overlay{position:absolute;width:100%;top:0;height:100%;background:rgba(30,41,72,.84);}.SA .animationH1{font-size:5rem;white-space:nowrap;animation:type 1.5s;position:relative;text-transform:uppercase;color:#fff;}@keyframes type{from{opacity:0;}to{opacity:1;}}@keyframes cursor{70%{border-color:transparent;}}@keyframes openImage1{0%{clip-path:polygon(100% 0,100% 0%,100% 100%,100% 100%);}100%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);}}.Boys .Boys_Cards{border-radius:12px;overflow:hidden;height:100%;}.Boys .Boys_Cards .overlay{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(180deg,rgba(30,30,30,0) 0%,#1e1e1e 100%);display:flex;justify-content:center;}.Boys .Boys_Cards img{object-fit:cover;height:100%;}.Boys .cardBox{display:flex;justify-content:center;align-items:center;}.Boys .card{position:relative;width:300px;height:400px;overflow:hidden;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;}.Boys .card img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;}.Boys .card .content{position:absolute;bottom:-100%;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(255,255,255,.9);text-align:center;padding:20px;transition:bottom .4s ease;}.Boys .card .content p{color:#ae2127;}.Boys .card:hover img{opacity:0;visibility:hidden;}.Boys .card:hover .content{bottom:0;}.Success_number{background:rgba(103,117,157,.18);}.Success_number .Success_Card .special_paragrapg{font-size:14px;}.OurStory .Video{overflow:hidden;height:100%;}.OurStory .Video .about_videos{height:100%;width:100%;border-radius:10px;object-fit:cover;}.OurStory .Video .overlay{position:absolute;width:100%;top:0;height:100%;background:rgba(43,58,101,.45);border-radius:10px;}.OurStory .ListOfOurGoals{direction:rtl;}.News_Blog{background-repeat:no-repeat;background-size:cover;}.News_Blog .overlay{position:absolute;width:100%;top:0;height:100%;background:rgba(43,58,101,.78);}.Icons_sec .Contact_Icons{background:rgba(174,33,39,.13);border-radius:50%;height:10vh;width:10vh;display:flex;flex-direction:row;align-items:center;justify-content:center;}.Icons_sec .Contact_Icons i{color:#ae2127;}.GetTouch{background:rgba(103,117,157,.18);}.GetTouch .Contact_Form{padding:3%;}.GetTouch .Contact_message{padding:3%;}.Our_PlatForms .childers_PlatForms_Hover{background-image:url("/content/newfolder/childers platforms.jpeg");background-repeat:no-repeat;background-size:cover;height:24vh;padding:4%;border-radius:15px;position:relative;overflow:hidden;transition:height 1s;}.Our_PlatForms .childers_PlatForms_Hover .Platforms_text{z-index:11;position:relative;}.Our_PlatForms .childers_PlatForms_Hover .Platforms_text .special_Platforms_text{color:#636363;}.Our_PlatForms .childers_PlatForms_Hover .Platforms_text .special_Platforms_Head{color:#ae2127;}.Our_PlatForms .childers_PlatForms_Hover .Platforms_text .hidden-content{display:none;flex-direction:column;gap:10px;}.Our_PlatForms .childers_PlatForms_Hover .Platforms_text .hidden-content .btn{display:block;}.Our_PlatForms .childers_PlatForms_Hover .Platforms_text .hidden-content p{display:block;}.Our_PlatForms .childers_PlatForms_Hover .overlay{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(232,232,232,.9215686275);border-radius:15px;}.Our_PlatForms .childers_PlatForms_Hover .Platforms_Image{background-color:#fff;z-index:11;padding:3% 5% 4% 7%;transition:padding .5s;}.Our_PlatForms .childers_PlatForms_Hover .Platforms_Photo{z-index:11;padding:3% 5% 4% 7%;transition:padding .5s;}.Our_PlatForms .childers_PlatForms_Hover:hover{height:40vh;}.Our_PlatForms .childers_PlatForms_Hover:hover .Platforms_Image{padding:7% 2% 8% 3%;}.Our_PlatForms .childers_PlatForms_Hover:hover .Platforms_Photo{padding:7% 2% 8% 3%;}.Our_PlatForms .childers_PlatForms_Hover:hover .Platforms_text .hidden-content{display:flex;}.Our_PlatForms .childers_PlatForms_Hover:hover .overlay{background:rgba(30,41,72,.84);}.Our_PlatForms .childers_PlatForms_Hover:hover .special_Platforms_Head{color:#fff;}.Our_PlatForms .childers_PlatForms_Hover:hover .special_Platforms_text{color:#fff;}.Awards{overflow:hidden;}.Admission_Cards .AD_Cards{background-color:#f5f6f8;border-radius:10px;}.Admission_Cards .AD_Cards .layer_icon{width:40px;bottom:88%;}.Admission_Acadme .nav-tabs{border-bottom:0!important;}.Admission_Acadme .row{background-size:cover;}.Admission_Acadme .row .Acad_Img{background-size:cover;padding:0;}.Admission_Acadme .row .Academe_sec{z-index:11;}.Admission_Acadme .row .Academe_sec .tab-content{width:100%;}.Admission_Acadme .row .Academe_sec .Academe_Btn{background-color:transparent;padding:10px 40px;width:100%;text-decoration:none;font-size:15px;border-radius:7px;border:1px solid #fff;display:flex;justify-content:space-between;transition:.3s ease-in;align-items:center;}.Admission_Acadme .row .Academe_sec .Academe_Btn p{color:#fff;margin:0;font-size:20px;}@media(max-width:576px){.Admission_Acadme .row .Academe_sec .Academe_Btn p{font-size:16px;}}.Admission_Acadme .row .Academe_sec .Academe_Btn i{font-size:20px;}.Admission_Acadme .row .Academe_sec .Academe_Btn:hover{background-color:#ae2127;border:1px solid #ae2127;transition:.3s ease-in;}.Admission_Acadme .overlay{position:absolute;width:100%;top:0;height:100%;background:linear-gradient(90deg,#2b3c67 13.4%,rgba(86,117,203,0) 100%);}.Admission_Form{background:rgba(103,117,157,.18);}.Admission_Form .Contact_Form{padding:1%;background-color:#e4e6ed;}.Admission_Form .Contact_message{padding:1%;margin:6px 0;}.Admission_Form #contactForm,.Admission_Form #FeesForm,.Admission_Form #AverageForm,.Admission_Form #ScholarshipForm{background-color:#fff;padding:22px;border-radius:18px;}.Admission_Form #contactForm lable,.Admission_Form #FeesForm lable,.Admission_Form #AverageForm lable,.Admission_Form #ScholarshipForm lable{display:flex;}.Admission_Form #contactForm lable span,.Admission_Form #FeesForm lable span,.Admission_Form #AverageForm lable span,.Admission_Form #ScholarshipForm lable span{color:#f00;}.Admission_Form #contactForm .Department,.Admission_Form #FeesForm .Department,.Admission_Form #AverageForm .Department,.Admission_Form #ScholarshipForm .Department{width:100%;height:50px;border:1px solid #e4e6ed;border-radius:5px;text-align-last:center;background-color:#e4e6ed;}.Admission_Form #contactForm textarea,.Admission_Form #FeesForm textarea,.Admission_Form #AverageForm textarea,.Admission_Form #ScholarshipForm textarea{background-color:#e4e6ed;}.Admission_List .Admission_Ul .Admission_Li{color:#19225e;}.AboutAcademies{overflow:hidden;}.AboutAcademies .Academe_Buttons{gap:20px;}.AboutAcademies .Academe_Buttons .Academe_Parag{font-size:14px;}.AboutAcademies .Academe_Buttons .Academe_Icons{width:30px;}.AboutAcademies .LittleGirl{position:absolute;width:50%;left:29%;}.Student{overflow:hidden;}.Student .Studentlife_List{color:#19225e;}.Student .SNA_PHOTOS .Boxsimg{border-radius:12px;overflow:hidden;height:100%;}.Student .SNA_PHOTOS .Boxsimg .overlay{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(180deg,rgba(30,30,30,0) 0%,#1e1e1e 100%);display:flex;justify-content:center;}.Student .SNA_PHOTOS .Boxsimg img{object-fit:cover;height:100%;}.AllGrades{background:rgba(103,117,157,.18);}.DepartmentManagers .BoxManagers{background-color:#fff;border-radius:12px;box-shadow:rgba(0,0,0,.35) 0 5px 15px;padding:0;overflow:hidden;height:auto;}.DepartmentManagers .BoxManagers p{font-size:12px;}.DepartmentManagers .BoxManagers h3{font-size:25px;}.DepartmentManagers .BoxManagers h6{font-size:20px;color:#ae2126;}.Graduates .profile-card{background-color:#d9d9d9;position:relative;border-radius:15px;overflow:hidden;}.Graduates .profile-card .about-student{width:90%;position:absolute;bottom:10%;left:0%;font-size:40px;background-color:#2b3a65;display:flex;flex-direction:column;padding:8px;}.Graduates .profile-card .about-student .student-name{font-size:32px;padding:0;margin:0!important;}.Graduates .profile-card h6{font-size:13px;}.Graduates .web-Version{display:flex;}@media(max-width:576px){.Graduates .web-Version{display:none;}}.Graduates .mobile-Version{display:none;}@media(max-width:576px){.Graduates .mobile-Version{display:block;}}.form-almuni{background:rgba(103,117,157,.18);}.VideoHg video{width:100%;}.i_arrow{transform:rotateY(180deg)!important;}@keyframes SecondImg{to{transform-origin:bottom;transform:rotate(-50deg);right:4%;}}@keyframes ThirdImg{to{transform-origin:bottom;transform:rotate(-65deg);right:16%;top:23%;}}