﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[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;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  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 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.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; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  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 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -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 0.2s ease-in;
  transition: opacity 0.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;
}

/* Used with autoScrolling: false */
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide {
  /* Fallback for browsers that do not support Custom Properties */
  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]) {
  /* Fallback for browsers that do not support Custom Properties */
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow {
  justify-content: flex-start;
  max-height: 100vh;
}

/* No scrollable when using auto-height */
.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: none;
}

.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;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.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, 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, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: black;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

.fp-noscroll .fp-overflow {
  overflow: hidden;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  direction: ltr;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

hr {
  color: #00A64F;
  height: 1px !important;
}

.b-ltr {
  border-radius: 0px 0px 60px 0px;
}

.b-ltr-2 {
  border-radius: 0px 0px 0px 60px;
}

.b-rtl {
  border-radius: 60px 0px 0px 0px;
}

.b-rtl-2 {
  border-radius: 0px 60px 0px 0px;
}

.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");
}
/**
 * Basic typography style for copy text
 */
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: rgb(43, 58, 101);
  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: 0.875rem;
    line-height: 1.1;
  }
  a {
    font-size: 0.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: 0.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: 0.875rem;
    font-weight: normal;
  }
  .About-Us p {
    font-size: 0.875rem;
  }
  .Our-News .News-desc p {
    font-size: 0.875rem;
  }
  #carser .item p {
    font-size: 0.875rem;
  }
  button {
    font-size: 1.125rem;
  }
  a {
    font-size: 0.875rem;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/*.container {
  max-width: $max-width;*/ /* 1 */
/*margin-left: auto;*/ /* 2 */
/*margin-right: auto;*/ /* 2 */
/*padding-left: 20px;*/ /* 3 */
/*padding-right: 20px;*/ /* 3 */
/*width: 100%;*/ /* 1 */
/*}*/
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.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: 0.3s ease-in;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 4px 0 rgba(0, 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: 0.3s ease-in;
}
.Explor_btn:hover {
  background-color: #AE2127;
  border: 1px solid #FFFFFF;
  color: #fff;
  transition: 0.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: 0.3s ease-in;
}
.SNA_Button:hover {
  background-color: #fff;
  border: 1px solid #f00;
  color: #2B3A65;
  transition: 0.3s ease-in;
}

.Admin_button {
  background-color: #AE2127;
  border: 1px solid #FFFFFF;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.3s ease-in;
}
.Admin_button:hover {
  background-color: #fff;
  border: 1px solid red;
  color: black;
  transition: 0.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: 0.3s ease-in;
}
.Academies_BTn:hover {
  background-color: #ae2127;
  border: 1px solid #2B3A65;
  color: #fff;
  transition: 0.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: 0.3s ease-in;
}
.Links:hover {
  color: #AE2127;
  transition: 0.3s ease-in;
}

.swal2-icon {
  background-color: rgba(43, 58, 101, 0.9490196078) !important;
}

.swal2-close {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 0;
  border: none;
  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: 0px 8px 16px 0px rgba(149, 149, 149, 0.2);
  overflow: hidden;
  transition: 0.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: 0.3s ease-in;
}
.Media-Content .content-card .Media-Text i {
  color: #AE2127;
}
.Media-Content:hover {
  transform: translateY(-7px);
  transition: 0.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, 0.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, 0.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: 0.55;
  --swiper-navigation-color: rgba(252, 252, 252, 0.85);
  transition: opacity 0.3s ease, color 0.3s ease;
}
.First-section .swiper-button-prev:hover, .First-section .swiper-button-next:hover {
  background: transparent;
  opacity: 0.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, 0.85);
  background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.First-section .swiper-pagination-bullet-active {
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-active-opacity, 0.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: 67vmin;*/
  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, 0.5215686275);
  width: 50px;
  border-radius: 50%;
  height: 50px;
}
.accreditation .owl-carousel .owl-next {
  background-color: rgba(0, 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: right;
  background-repeat: no-repeat;
  mask-image: url(/content/NewFolder/Vector.svg);
  /*mask-size: 67vmin;*/
  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, 0.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, 0.63);
}

/*
.Acadme {
    .nav-tabs {
        border-bottom: none !important
    }

    .row {
        background-size: cover;

        .Acad_Img {
            border: 1px solid #fff;
            place-content: center;
        }

        .Academe_sec {
            z-index: 11;

            .tab-content {
                width: 100%;
            }

            .nav-link {
                border-style: none;
                background-color: transparent;
                color: #FFFFFF80;
                cursor: pointer;

                &.active {
                    color: #fff;
                }
            }

            .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;

                p {
                    color: #fff;
                    margin: 0;
                    font-size: 20px;
                }

                i {
                    font-size: 20px;
                }

                &:hover {
                    background-color: #AE2127;
                    border: 1px solid #AE2127;
                    transition: 0.3s ease-in;
                }
            }
        }
    }

    .overlay {
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%;
        background: linear-gradient(90deg, #2B3C67 13.4%, rgba(86, 117, 203, 0) 100%);
    }
}
*/
.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, 0.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, 0.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: 0.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: 0.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: rgb(43, 58, 101);
  padding: 35px;
  border-radius: 0 5px 5px 0;
}
.National_Academy .SNA_Media .Email_input {
  background-color: rgba(255, 255, 255, 0.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, 0.5019607843);
  color: #fff;
  padding: 29px;
}
.Latests_Gallery .swiperGallary1 .swiper-button-next {
  background: rgba(0, 0, 0, 0.5019607843);
  color: #fff;
  padding: 29px;
}

.JopApplications .JopForm {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: rgba(103, 117, 157, 0.18);
}
.JopApplications .JopForm #contactForm {
  padding: 0 4% 4% 4%;
}
.JopApplications .JopForm #contactForm lable span {
  color: red;
}
.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 0.5s;
  transform: scale(0.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(0.7) translateX(50%) !important;
}

.owl-carousel-stacked .right-of-center {
  transform: scale(0.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, 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, 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: none;
}

.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: none;
  border-radius: 0.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, 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(360deg) !important;
}

.error-message {
  color: red;
  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, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  background-color: #2B3A65;
  color: white;
  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: none;
  color: white;
  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: white;
  padding: 10px 20px;
  border: none;
  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, 0.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(0 0,0 0,0 100%,0 100%);*/
    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, 0.1);
  transition: all 0.3s ease;
}
.Boys .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.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, 0.9);
  text-align: center;
  padding: 20px;
  transition: bottom 0.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, 0.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, 0.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, 0.78);
}

.Icons_sec .Contact_Icons {
  background: rgba(174, 33, 39, 0.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, 0.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: rgb(99, 99, 99);
}
.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, 0.9215686275);
  border-radius: 15px;
}
.Our_PlatForms .childers_PlatForms_Hover .Platforms_Image {
  background-color: #fff;
  z-index: 11;
  padding: 3% 5% 4% 7%;
  transition: padding 0.5s;
}
.Our_PlatForms .childers_PlatForms_Hover .Platforms_Photo {
  z-index: 11;
  padding: 3% 5% 4% 7%;
  transition: padding 0.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, 0.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: rgb(245, 246, 248);
  border-radius: 10px;
}
.Admission_Cards .AD_Cards .layer_icon {
  width: 40px;
  bottom: 88%;
}

.Admission_Acadme .nav-tabs {
  border-bottom: none !important;
}
.Admission_Acadme .row {
  background-size: cover;
}
.Admission_Acadme .row .Acad_Img {
  background-size: cover;
  padding: 0px;
}
.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: 0.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: 0.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, 0.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: red;
}
.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, 0.18);
}

.DepartmentManagers .BoxManagers {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 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;
  /* .image-container {
      mask-image: url(/content/newfolder/vectoralumi.png);
      mask-mode: alpha;
      mask-repeat: no-repeat;
      mask-size: 65%;
      mask-position: center;
      max-width: 600px;
      width: 100%;
  }*/
}
.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: 0px !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, 0.18);
}

.VideoHg video {
  width: 100%;
}

.i_arrow {
  transform: rotateY(360deg) !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%;
  }
}
