@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Gilroy", sans-serif;
  src: url(Gilroy-Regular.ttf);
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  src: url(Gilroy-Medium.ttf);
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  src: url(Gilroy-SemiBold.ttf);
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  src: url(Gilroy-Bold.ttf);
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
  src: url(Gilroy-ExtraBold.ttf);
  font-weight: 800;
  font-family: "Gilroy", sans-serif;
  src: url(Gilroy-black.ttf);
  font-weight: 900;
  font-family: "Gilroy", sans-serif;
  src: url(Gilroy-SemiBoldItalic.ttf);
  font-style: italic;
  font-weight: 700;
}
/****Font Colors***/
/****Font Colors***/
/****Default Colors***/
/****Default Colors***/
/****Background Colors***/
/****Background Colors***/
/****Site Fonts***/
/****SiteFonts***/
/****Button Styles***/
/****Button Styles***/
/****Menu Styles***/
/****Menu Styles***/
/**********************************/
/* HTML5 dafault  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, button, input, select, textarea {
  color: #4C5558;
}

body {
  margin: 0;
  font-size: 1em;
  font-family: "Gilroy", sans-serif;
  overflow-x: hidden;
  background: #ffffff; /* Fallback for when there is no custom background color defined. */
}

::-moz-selection {
  background: #00f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00205b;
  color: #fff;
  text-shadow: none;
}

a {
  color: #1778F2;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: #1778f2;
}
a:hover, a:focus, a:active {
  color: #1778f2;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote, q {
  quotes: "" "";
  margin: 2em 0px !important;
  background: none;
  border-left: 2px solid #AE172B !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px 10px 50px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #003584;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote p, q p {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  color: #003584 !important;
  margin: 0 !important;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-color: #D6E4F0;
}

ins {
  background: none;
  color: #1778F2;
  text-decoration: underline;
}

del {
  background: none;
  color: #ec121a;
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: normal;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}
input:focus, select:focus, textarea:focus {
  color: rgba(76, 85, 88, 0.8);
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: 1px solid;
  border-color: #1D35AA;
  border-radius: 3px;
  background: #F99D1C;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.8;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: rgba(249, 157, 28, 0.5);
  opacity: 0.8;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
}

input:invalid, textarea:invalid {
  background-color: rgba(236, 18, 26, 0.3);
}

embed,
iframe,
object {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #f9f9f9;
}

td {
  vertical-align: top;
}

th {
  background: #e0f0f7;
}

th, td {
  padding: 0.5em;
  border: 1px solid lightgray;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
}

p {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5em;
}

h1 {
  color: #fff;
  text-align: center;
  font-family: "Open sans", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 85px;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 55px;
    line-height: 67px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

h2 {
  color: #1E1E1E;
  font-family: "Open sans", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

h4 {
  color: #003C6B;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}

h5 {
  color: #003C6B;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

h6 {
  color: #003C6B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

.container {
  width: 100%;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 0 20px/2;
}

.clearfix:before, .clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.container-fluid-left {
  padding-left: 330px;
}

/**Wordpress Styling Starts here**/
/****Alignments*****/
.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

a img.alignright {
  float: right;
  margin: 0.4em 0 1.5em 1.5em;
}

a img.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: 0.4em 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/****Alignments*****/
/****Captions*****/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption-text {
  text-align: center;
}

/****Captions*****/
/****Gallery*****/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 1%;
  padding: 1%;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
  font-style: italic;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 5px;
}

/****Gallery*****/
/****Other Styles*****/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.screen-reader-text {
  position: absolute !important;
  left: -999em;
}

/****Other Styles*****/
.search-sec .search_post {
  height: auto !important;
}
.search-sec .sear_cont {
  margin: 10px 0;
}

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 940px;
  margin: 20px auto;
  border-radius: 10px;
  line-height: 1.8vw;
  color: #00205b;
}
.white-popup p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
  color: #454545;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 999999;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/**** custom ****/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Gilroy", sans-serif;
  margin: 0;
  padding: 0;
}

body.single-post,
body.page-template-caie {
  overflow: unset !important;
}

body {
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  font-family: "Gilroy", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  position: relative;
}
body .links {
  position: fixed;
  top: 50%;
  left: -202px;
  z-index: 9999;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
body .links a {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  border-radius: 0px 0px 20px 20px;
}
body .links .admn {
  background: #3B8BCA;
}
body .links .school {
  background: #35B55A;
}
body .links .spot {
  background: #F8B915;
}

input,
select,
textarea {
  font-family: "Gilroy", sans-serif !important;
}

a {
  outline: inherit !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 450px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.preloader {
  position: fixed;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  margin: 0 auto;
}
.preloader:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 55px;
  height: 55px;
  background: url(../images/main-loader.svg) no-repeat center;
  background-size: 40px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  padding: 10px 20px;
  background: #fff;
}
header .top-menu .main-menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}
header .top-menu .main-menu li {
  display: inline;
  margin: 0;
}
header .top-menu .main-menu li a {
  text-align: right;
  font-family: #4C5558;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
header .top-menu .main-menu li span {
  color: #FBB040;
}
header ul#menu-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
header .header-content .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-content .top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-content .top-menu ul li {
  padding-right: 20px;
  position: relative;
}
header .header-content .top-menu ul li::after {
  content: "";
  position: absolute;
  border: 1px solid #FBB040;
  height: 18px;
  right: 0;
}
@media screen and (max-width: 992px) {
  header .header-content .top-menu ul li::after {
    display: none;
  }
}
header .header-content .top-menu ul li:last-child::after {
  display: none;
}
header .header-content .top-menu ul li a {
  text-align: right;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #00587E;
  cursor: pointer;
}
header .header-content .top-menu ul li a:hover {
  color: #FBB040;
}
header .header-content .top-menu ul li a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .header-content .top-menu ul li.current-menu-item > a {
  color: #fbb040;
  font-weight: 600;
}
header .header-content .top-menu ul li + li {
  padding-left: 20px;
}
header .header-content .top-menu ul .submit {
  background-color: #4C5558;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none;
}
header .header-content .top-menu ul .submit a::after, header .header-content .top-menu ul .submit a::before {
  display: none !important;
}
header .header-content .top-menu ul .submit:hover, header .header-content .top-menu ul .submit:focus {
  -webkit-box-shadow: inset 0 -6em 0 0 #fff;
          box-shadow: inset 0 -6em 0 0 #fff;
}
header .header-content .top-menu ul .submit:hover a, header .header-content .top-menu ul .submit:focus a {
  background-color: transparent;
  color: #4C5558;
}
header .header-content .top-menu ul .submit a {
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
header .header-content .top-menu ul .submit.current-top-menu {
  background-color: #fff;
}
header .header-content .top-menu ul .submit.current-top-menu a {
  background-color: transparent !important;
  color: #4C5558 !important;
}
header .header-content .sub-menu {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  top: 44px;
  background: #fff;
  left: 0;
  z-index: 1;
  width: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 30px 30px !important;
}
header .header-content .sub-menu li {
  width: 100%;
  padding: 0 !important;
}
header .header-content .sub-menu li::after {
  display: none;
}
header .header-content .sub-menu li a {
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid rgba(251, 176, 64, 0.5);
  width: 100%;
  display: block;
  text-align: left !important;
}
header .header-content .sub-menu li + li {
  position: relative;
}
header .header-content .menu li:hover .sub-menu {
  opacity: 1;
}
header .current-top-menu a {
  color: #4C5558 !important;
}
header .current-top-menu a::after {
  display: none !important;
}
header .top-bar-content {
  background: #fff;
  padding: 20px 0;
  position: relative;
}
header .top-bar-content::after {
  content: "";
  position: absolute;
  background-image: url("../images/caie/wave-section.svg");
  width: 100%;
  height: 22px;
  bottom: -18px;
  background-repeat: no-repeat;
  left: 0;
}

.nios-header {
  position: relative;
}
.nios-header .top-bar {
  background: #007CC2;
  padding: 15px 0;
  position: relative;
}
.nios-header .top-bar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nios-header .top-bar li {
  position: relative;
}
.nios-header .top-bar a {
  display: block;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.nios-header .top-bar-content {
  background: #fff;
  padding: 0;
  z-index: 6;
  height: unset;
  min-height: 100px;
}
.nios-header .top-bar-content::after {
  bottom: -10px;
  z-index: -1;
}
.nios-header .top-bar-content .logo {
  background: unset !important;
  padding: unset !important;
  border-radius: 50%;
  position: absolute;
  z-index: 50;
  top: unset !important;
  width: 122px;
  height: 122px;
  margin-top: -10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nios-header .top-bar-content .logo a {
  width: 100%;
  height: 100%;
}
.nios-header .top-bar-content .logo a img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}
.nios-header .top-bar-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.nios-header .top-bar-content .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 140px);
  padding: 20px 0 10px;
  margin-left: auto;
}
.nios-header .top-bar-content .right-content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.nios-header .top-bar-content .right-content .text > .text-left {
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  line-height: normal;
  font-weight: 400;
  color: #1f2021;
  text-transform: uppercase;
  width: 55%;
}
.nios-header .top-bar-content .right-content .text > .text-left span {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 900;
  color: #1f2021;
  text-transform: uppercase;
  max-width: unset !important;
}
.nios-header .top-bar-content .right-content .text > p {
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  line-height: normal;
  font-weight: 400;
  color: #1f2021;
  text-transform: uppercase;
  max-width: 340px;
  position: relative;
}
.nios-header .top-bar-content .right-content .text > p::before {
  content: "";
  position: absolute;
  background: #CDCDCD;
  width: 1px;
  height: 50px;
  left: -25px;
}
.nios-header .sub-menu {
  gap: unset !important;
  z-index: 5;
  top: 35px !important;
}

body.page-template-nios .nios-header .top-bar-content .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  body.page-template-nios .nios-header .top-bar-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
body.page-template-nios .nios-header .top-bar-content .left p {
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  line-height: normal;
  font-weight: 400;
  color: #1f2021;
  text-transform: uppercase;
}
body.page-template-nios .nios-header .top-bar-content .left span {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 900;
  color: #1f2021;
  text-transform: uppercase;
  max-width: unset !important;
}

body.page-template-ela-jen .nios-header .top-bar-content .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  body.page-template-ela-jen .nios-header .top-bar-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}

.banner {
  position: relative;
}
.banner p {
  font-family: "Gilroy", sans-serif;
  font-size: 35px;
  line-height: normal;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .banner p {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .banner p {
    font-size: 20px;
  }
}
.banner h1 {
  font-family: "Gilroy", sans-serif;
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .banner h1 {
    font-size: 55px;
    line-height: 67px;
  }
}
@media screen and (max-width: 768px) {
  .banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner.inner_banner {
  position: relative;
  min-height: 700px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
.banner.inner_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(14, 60, 80)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(14, 60, 80));
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .banner.inner_banner {
    min-height: 350px;
  }
}
.banner.slider_banner .bannerContent {
  background-image: url("../images/bbm/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 112px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
.banner.slider_banner .bannerContent h1 {
  font-family: "Gilroy", sans-serif;
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  max-width: 540px;
}
@media screen and (max-width: 1200px) {
  .banner.slider_banner .bannerContent h1 {
    font-size: 55px;
    line-height: 67px;
  }
}
@media screen and (max-width: 768px) {
  .banner.slider_banner .bannerContent h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .banner.slider_banner .bannerContent h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner.slider_banner .banner-slider .swiper-pagination-1 {
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 60px;
}
.banner.slider_banner .banner-slider .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  opacity: unset;
  margin: 0 5px;
}
.banner.slider_banner .banner-slider .swiper-pagination-bullet-active {
  background: #FFC20E;
}
.banner.small_banner .bannerContent {
  background-size: cover;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: auto !important;
}
.banner.small_banner .bannerContent h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 35px;
  line-height: normal;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .banner.small_banner .bannerContent h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .banner.small_banner .bannerContent h3 {
    font-size: 20px;
  }
}

footer {
  background: #141414;
  padding: 45px 0;
  position: relative;
  z-index: 0;
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
footer .footer-bottom p,
footer .footer-bottom a {
  color: #D9D9D9;
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  display: block;
}
footer .footer-bottom a {
  display: inline-block;
}
footer .footer-bottom .left p {
  max-width: 600px;
}
footer .footer-bottom .right p {
  display: block;
}
footer .footer-bottom .right .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
footer .footer-bottom .right .social-icons a {
  width: 35px;
  background: #F99D1C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
footer .footer-bottom .right .social-icons a:hover {
  background: #007CC2;
}
footer .footer-bottom a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .footer-bottom a:hover {
  text-decoration: underline;
}
footer .footer-bottom #acodez {
  text-decoration: none;
  color: #F99D1C;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .footer-bottom #acodez:hover {
  text-decoration: underline;
}

body.page-template-baba-cbse footer::before,
body.page-template-nios footer::before,
body.page-template-contact footer::before {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/wave-section.svg");
  width: 100%;
  height: 21px;
  top: -10px;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 90px 0;
}
.page-content p {
  color: rgba(30, 30, 30, 0.8);
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .page-content p {
    font-size: 14px;
    line-height: 25px;
  }
}
.page-content h1 {
  color: #fff;
  text-align: center;
  font-family: "Open sans", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 85px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .page-content h1 {
    font-size: 55px;
    line-height: 67px;
  }
}
@media screen and (max-width: 768px) {
  .page-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .page-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.page-content h2 {
  color: #1E1E1E;
  font-family: "Open sans", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .page-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.page-content h3 {
  margin: 0 0 10px;
}
.page-content h4 {
  color: #003C6B;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.page-content h5 {
  color: #003C6B;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.page-content h6 {
  color: #003C6B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.page-content ul {
  list-style-image: url("../images/bullet.svg");
}
.page-content ul li {
  color: rgba(30, 30, 30, 0.8);
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  .page-content ul li {
    font-size: 14px;
    line-height: 25px;
  }
}

#cursor-custom {
  height: 50px;
  width: 50px;
  pointer-events: none;
  position: fixed;
  background: #fff;
  z-index: 99;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 100px #fff, 0 0 150px #fff;
          box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 100px #fff, 0 0 150px #fff;
}

.mfp-close-btn-in .mfp-close {
  color: #fff !important;
  font-size: 35px;
}

#videopopup video {
  height: 85vh;
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
          transition-delay: 0.015s;
}

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
          transition-delay: 0.045s;
}

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
          transition-delay: 0.105s;
}

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
          transition-delay: 0.135s;
}

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
          transition-delay: 0.165s;
}

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
          transition-delay: 0.195s;
}

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
          transition-delay: 0.255s;
}

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
          transition-delay: 0.285s;
}

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.home_page .banner {
  background-image: url("../images/home/banner/banner.png");
  background-size: cover;
  min-height: 90vh;
}
.home_page .bannerContent {
  padding: 400px 0 60px;
  position: relative;
}
.home_page .bannerContent .bannerText h1 {
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  max-width: 846px;
  margin: 0 auto;
}
.home_page .bannerContent body {
  margin: 0;
  padding: 0;
  background-color: #e74c3c;
}
.home_page .bannerContent .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 160px;
}
.home_page .bannerContent .mouse {
  width: 25px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 60px;
  position: relative;
}
.home_page .bannerContent .mouse::before {
  content: "";
  width: 2px;
  height: 5px;
  position: absolute;
  top: 5px;
  background-color: transparent;
  border: 2px solid #E3410F;
  left: calc(50% - 3px);
  border-radius: 30%;
  opacity: 1;
  -webkit-animation: mouse 2s infinite;
          animation: mouse 2s infinite;
}
@-webkit-keyframes mouse {
  from {
    opacity: 1;
    top: 5px;
  }
  to {
    opacity: 0;
    top: 20px;
  }
}
@keyframes mouse {
  from {
    opacity: 1;
    top: 5px;
  }
  to {
    opacity: 0;
    top: 20px;
  }
}
.home_page .bannerContent #scroll {
  color: #D9D9D9;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  margin-top: 10px;
}
.home_page .bannerContent .partners {
  margin-top: 45px;
}
.home_page .bannerContent .partners h3 {
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home_page .bannerContent .partners span {
  color: #F96131;
}
.home_page .bannerContent .partners .partners-slider {
  margin-top: 30px;
}
.home_page .section1 {
  background-image: url("../images/home/section1_bg.png");
  display: block;
  background-size: cover;
  width: 100%;
  height: auto;
}
.home_page .section1 .about {
  text-align: center;
  position: relative;
  padding: 110px 0 140px;
}
.home_page .section1 .about p {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 853px;
  margin: 0 auto;
  color: #4C5558;
}
.home_page .section1 .about .btn-div h3 {
  font-family: "Open sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: center;
  color: #4C5558;
  margin: 20px auto 0;
  max-width: 945px;
  position: relative;
  display: inline-block;
}
.home_page .section1 .about .btn-div .btn_aply {
  background: #F99D1C;
  border: 1px solid #F99D1C;
  padding: 15px 0;
  border-radius: 30px;
  width: 15%;
  margin: 65px -322px 0;
  position: absolute;
}
.home_page .section1 .about .btn-div .btn_aply a {
  font-family: "Gilroy";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.home_page .section2 {
  background-color: #DFEAF3;
  padding: 100px 0;
}
.home_page .section2 .circle {
  background: #13BDD4;
  border: 1px solid #13BDD4;
  border-radius: 50%;
  width: 50%;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 98px;
  max-width: 98px;
}
.home_page .section2 .circle p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.home_page .section2 table,
.home_page .section2 th,
.home_page .section2 td {
  border: 1px solid #fff;
  border-radius: 25px;
}
.home_page .section2 table {
  background: #fff;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 20px 15px 35px;
}
.home_page .section2 table th {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #0072A0;
  background: #fff;
  padding: 20px 14px;
  border-bottom: 1px solid #CDCDCD;
}
.home_page .section2 table tr td {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #CDCDCD;
  color: #000;
}
.home_page .section2 .contnts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin: 0 0 10px;
  position: relative;
}
.home_page .section2 .contnts .pro-content p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #4C5558;
  margin: 0 0 15px;
  border-bottom: 1px solid #AFBEDF;
  padding-bottom: 10px;
}
.home_page .section2 .contnts .pro-content p span {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.home_page .section2 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: center;
  color: #1F2021;
  margin: 0 0 30px;
}
.home_page .section2 .process-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
.home_page .section2 .process-content .left {
  width: 100%;
}
.home_page .section2 .process-content .left .circle {
  background: #13BDD4;
  border: 1px solid #13BDD4;
  border-radius: 50%;
  padding: 15px;
  width: 26%;
  height: 92px;
}
.home_page .section2 .process-content .left .circle p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.home_page .section2 .process-content .left .pro-content p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #4C5558;
  border-bottom: none;
}
.home_page .section2 .process-content .left .pro-content p span {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.home_page .section2 .process-content .left .call_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.home_page .section2 .process-content .left .call_info .info-text {
  font-family: Open Sans;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}
.home_page .section2 .process-content .left .call_info .call-btn {
  background: #fff;
  width: 40%;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
.home_page .section2 .process-content .left .call_info .call-btn .orange {
  background: #FF6107;
  border: 1px solid #FF6107;
  border-radius: 50%;
  padding: 7px 10px;
  width: 38px;
}
.home_page .section2 .process-content .left .call_info .call-btn a {
  font-family: "Open sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.home_page .section2 .process-content .right {
  width: 100%;
}
.home_page .section3 {
  background-image: url("../images/home/sec3.png");
  display: block;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 50px;
}
.home_page .section3 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: #1F2021;
  margin: 30px 0;
}
.home_page .section3 .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.home_page .section3 .features .item1 {
  background: #B1FFC8;
  border-radius: 30px;
  padding: 25px;
  width: 39%;
  height: auto;
}
.home_page .section3 .features .item1 p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}
.home_page .section3 .features .item1 p span {
  font-size: 17px;
}
.home_page .section3 .features .item2 {
  background: #FFE086;
  border-radius: 30px;
  padding: 25px;
  width: 77%;
  height: auto;
}
.home_page .section3 .features .item2 p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}
.home_page .section3 .features .item2 p span {
  font-size: 20px;
  font-weight: 400;
}
.home_page .section3 .features .item3 {
  background: #FFC09C;
  border-radius: 30px;
  padding: 25px;
  width: 33%;
  height: auto;
}
.home_page .section3 .features .item3 p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}
.home_page .section3 .features .item3 p span {
  font-size: 20px;
  font-weight: 400;
}
.home_page .section3 .criteria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
  margin: 50px 0;
}
.home_page .section3 .criteria .cbse,
.home_page .section3 .criteria .sb,
.home_page .section3 .criteria .caie,
.home_page .section3 .criteria .nios {
  width: 100%;
  border-radius: 20px;
  display: block;
  padding: 20px;
  position: relative;
}
.home_page .section3 .criteria .title {
  position: absolute;
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
  top: -15px;
  left: 15px;
}
.home_page .section3 .criteria .cbse {
  border: 1px solid #FF6107 !important;
}
.home_page .section3 .criteria .cbse .title {
  background: #FF6107;
}
.home_page .section3 .criteria .sb {
  border: 1px solid #1778F2 !important;
}
.home_page .section3 .criteria .sb .title {
  background: #1778F2;
}
.home_page .section3 .criteria .caie-outer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_page .section3 .criteria .caie-outer .caie {
  border: 1px solid #0072A0 !important;
  margin: 0 0 55px;
  height: 100%;
}
.home_page .section3 .criteria .caie-outer .caie .title {
  background: #0072A0;
}
.home_page .section3 .criteria .caie-outer .nios {
  height: 60%;
  border: 1px solid #FF7DBC !important;
}
.home_page .section3 .criteria .caie-outer .nios .title {
  background: #FF7DBC;
}
.home_page .section3 .criteria table,
.home_page .section3 .criteria tr,
.home_page .section3 .criteria td,
.home_page .section3 .criteria th {
  background: #fff;
  padding: 10px;
  border: none;
}
.home_page .section3 .criteria table th,
.home_page .section3 .criteria table td {
  border-bottom: 1px solid #CDCDCD !important;
  text-align: left;
}
.home_page .section3 .criteria table th span,
.home_page .section3 .criteria table td span {
  text-align: right;
  float: right;
}
.home_page .section3 .criteria table td:nth-child(2) {
  text-align: right;
}
.home_page .section3 .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.home_page .section3 .submit-btn p {
  font-family: "Open sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: center;
}
.home_page .section3 .submit-btn button {
  border: 1px solid #F99D1C;
  font-family: "Open sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: center;
  background: #F99D1C;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
}
.home_page .quick-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-transform: translateY(-400%) rotate(90deg);
          transform: translateY(-400%) rotate(90deg);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 0 -138px;
  position: absolute;
}
.home_page .quick-link .fee-tab,
.home_page .quick-link .admission-tab {
  color: #fff;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.home_page .quick-link .fee-tab {
  background: #35B55A;
}
.home_page .quick-link .admission-tab {
  background: #3B8BCA;
}

.scroll-down .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.scroll-down .mouse {
  width: 25px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 60px;
  position: relative;
}
.scroll-down .mouse::before {
  content: "";
  width: 2px;
  height: 5px;
  position: absolute;
  top: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  left: calc(50% - 3px);
  border-radius: 30%;
  opacity: 1;
  -webkit-animation: mouse 2s infinite;
          animation: mouse 2s infinite;
}
@keyframes mouse {
  from {
    opacity: 1;
    top: 5px;
  }
  to {
    opacity: 0;
    top: 20px;
  }
}
.scroll-down #scroll {
  color: #D9D9D9;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  margin-top: 10px;
}

.logo-slider {
  padding: 40px 0;
  overflow: hidden;
}
.logo-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .logo-slider .swiper-wrapper {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.logo-slider .image {
  text-align: center;
}
.logo-slider .image img {
  max-width: 145px;
  min-width: 76px;
  border-radius: 0px;
}

.logo-no-slider {
  padding: 40px 0;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 25px;
}
.logo-no-slider .image-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 15px;
}
.logo-no-slider .image {
  text-align: center;
}
.logo-no-slider .image img {
  max-width: 145px;
  min-width: 76px;
  border-radius: 0px;
}
@media screen and (max-width: 1300px) {
  .logo-no-slider .image img {
    max-width: 120px;
    min-width: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .logo-no-slider {
    bottom: 0;
  }
}
@media screen and (max-width: 1045px) {
  .logo-no-slider {
    bottom: -25px;
  }
  .logo-no-slider .image img {
    max-width: 100px;
  }
}

.academics_page .banner,
.academics_page #image-box {
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.academics_page .banner #video-box,
.academics_page #image-box #video-box {
  position: absolute;
  top: 0;
  left: auto;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.academics_page .banner .video-container,
.academics_page #image-box .video-container {
  position: relative;
}
.academics_page .banner .video-container .play-button,
.academics_page #image-box .video-container .play-button {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  z-index: 99;
}
.academics_page .banner .video-container .play-button img,
.academics_page #image-box .video-container .play-button img {
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .academics_page .banner .video-container .play-button img,
  .academics_page #image-box .video-container .play-button img {
    width: 50px;
    height: 50px;
  }
}
.academics_page .banner .video-container .play-button:hover img,
.academics_page #image-box .video-container .play-button:hover img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}
.academics_page .banner .bannerContent,
.academics_page #image-box .bannerContent {
  position: absolute;
  z-index: 3;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.academics_page .banner .bannerContent .play,
.academics_page #image-box .bannerContent .play {
  margin-top: 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.academics_page .banner .bannerContent .play:hover,
.academics_page #image-box .bannerContent .play:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.academics_page .banner .scroll-down,
.academics_page #image-box .scroll-down {
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 115px;
}
@media screen and (max-width: 768px) {
  .academics_page .banner .scroll-down,
  .academics_page #image-box .scroll-down {
    display: none;
  }
}
.academics_page .banner .banner-slider,
.academics_page #image-box .banner-slider {
  width: 100%;
}
.academics_page .banner .banner-slider video,
.academics_page .banner .banner-slider img,
.academics_page #image-box .banner-slider video,
.academics_page #image-box .banner-slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.academics_page .banner .banner-slider .swiper-slide,
.academics_page #image-box .banner-slider .swiper-slide {
  position: relative;
  z-index: 0;
}
.academics_page .banner .banner-slider .swiper-slide::before,
.academics_page #image-box .banner-slider .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.2;
  top: 0;
  left: 0;
  display: none;
}
.academics_page .banner .banner-slider .image,
.academics_page .banner .banner-slider .video,
.academics_page #image-box .banner-slider .image,
.academics_page #image-box .banner-slider .video {
  width: 100%;
  aspect-ratio: 18/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .academics_page .banner .banner-slider .image,
  .academics_page .banner .banner-slider .video,
  .academics_page #image-box .banner-slider .image,
  .academics_page #image-box .banner-slider .video {
    height: 0;
    padding-top: 70%;
    position: relative;
    display: block;
    aspect-ratio: unset;
  }
}
.academics_page .banner .banner-slider .image img,
.academics_page .banner .banner-slider .image video,
.academics_page .banner .banner-slider .video img,
.academics_page .banner .banner-slider .video video,
.academics_page #image-box .banner-slider .image img,
.academics_page #image-box .banner-slider .image video,
.academics_page #image-box .banner-slider .video img,
.academics_page #image-box .banner-slider .video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .academics_page .banner .banner-slider .image img,
  .academics_page .banner .banner-slider .image video,
  .academics_page .banner .banner-slider .video img,
  .academics_page .banner .banner-slider .video video,
  .academics_page #image-box .banner-slider .image img,
  .academics_page #image-box .banner-slider .image video,
  .academics_page #image-box .banner-slider .video img,
  .academics_page #image-box .banner-slider .video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.academics_page .banner .banner-slider .swiper-pagination-1,
.academics_page #image-box .banner-slider .swiper-pagination-1 {
  position: absolute;
  z-index: 4;
  text-align: center;
  bottom: 70px;
}
.academics_page .banner .banner-slider .swiper-pagination-1 .swiper-pagination-bullet,
.academics_page #image-box .banner-slider .swiper-pagination-1 .swiper-pagination-bullet {
  cursor: pointer;
  width: 20px;
  height: 5px;
  border-radius: 4px;
  opacity: 1;
  background: #fff;
}
.academics_page .banner .banner-slider .swiper-pagination-1 .swiper-pagination-bullet-active,
.academics_page #image-box .banner-slider .swiper-pagination-1 .swiper-pagination-bullet-active {
  background: #FFC20E;
}
.academics_page .pioneer {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.academics_page .pioneer::after {
  content: "";
  position: absolute;
  background-image: url("../images/academics/pioneer.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-position: bottom;
  z-index: -1;
}
.academics_page .pioneer .parallax-wrap {
  position: relative;
}
.academics_page .pioneer .parallax-wrap ul {
  position: relative;
}
.academics_page .pioneer .parallax-wrap .dots {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: -1;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.academics_page .pioneer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 160px 0 150px;
  gap: 70px;
}
.academics_page .pioneer .content .left {
  width: 60%;
}
.academics_page .pioneer .content .right {
  width: 40%;
}
.academics_page .pioneer .content .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.academics_page .pioneer .content .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.academics_page .pioneer .content .right ul li p {
  font-size: 24px;
  line-height: normal;
  color: #1F2021;
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
  text-align: center;
}
.academics_page .pioneer .content .right ul li p span {
  font-size: 37px;
}
.academics_page .pioneer .content .right ul li:nth-child(1) {
  background-color: #CEE5F8;
  width: 110px;
  height: 110px;
}
.academics_page .pioneer .content .right ul li:nth-child(2) {
  background-color: #8ACCFF;
  width: 163px;
  height: 163px;
}
.academics_page .pioneer .content .right ul li:nth-child(3) {
  background-color: #FFCA7B;
  width: 130px;
  height: 130px;
}
.academics_page .pioneer .content .right ul li:nth-child(4) {
  background-color: #85F5A5;
  width: 163px;
  height: 163px;
}
.academics_page .pioneer .content .right ul li:nth-child(5) {
  background-color: #FED4C8;
  width: 190px;
  height: 190px;
}
.academics_page .pioneer .content h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1F2021;
}
.academics_page .pioneer .content p {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  color: #4C5558;
}
.academics_page .academics-tab {
  background: #eef3fd;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.academics_page .academics-tab::before {
  content: "";
  position: absolute;
  background-image: url("../images/academics/banner-bef.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.academics_page .academics-tab .tab-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 770px) {
  .academics_page .academics-tab .tab-main {
    padding-bottom: 0;
  }
}
.academics_page .academics-tab .tab-main .mobile-tab {
  display: none;
  width: 100%;
}
.academics_page .academics-tab .tab-main .mobile-tab .circle-tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #eef3fd;
}
.academics_page .academics-tab .tab-main .mobile-tab .circle-tab li {
  background: #fff;
  padding: 20px;
}
.academics_page .academics-tab .tab-main .mobile-tab .circle-tab li h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  line-height: normal;
  color: #4C5558;
  text-transform: uppercase;
  font-weight: 700;
}
.academics_page .academics-tab .tab-main .circle-tab_main {
  position: relative;
  width: auto;
  display: inline-block;
  background: conic-gradient(#F8610C, #FFBD13, #1CCC4F, #1CCCCC, #1CACCC, #1C6DCC, #1C38CC, #941CCC, #ED137B, #F80C0C);
  padding: 15px;
  border-radius: 50%;
}
.academics_page .academics-tab .tab-main .circle-tab_main .center-circle {
  background: #eef3fd;
  padding: 35px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab {
  position: relative;
  width: 600px;
  height: 600px;
  max-width: 100%;
  border-radius: 50%;
  padding: 72px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  background: #eef3fd;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-tab_item {
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: inherit !important;
  top: 0 !important;
  right: 0;
  width: 50%;
  height: 50%;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(1) .circle-tab_item {
  -webkit-transform: rotate(0deg) skewY(-58deg);
          transform: rotate(0deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(1) .circle-tab_item.active {
  background-color: #F8B915;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(1) .circle-tab_item:hover {
  background-color: #F8B915;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(1) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(1) .circle-tab_item::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #eef3fd;
  top: 0;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(2) .circle-tab_item {
  -webkit-transform: rotate(36deg) skewY(-58deg);
          transform: rotate(36deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(2) .circle-tab_item.active {
  background-color: #1CCC4F;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(2) .circle-tab_item:hover {
  background-color: #1CCC4F;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(2) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(3) .circle-tab_item {
  -webkit-transform: rotate(72deg) skewY(-58deg);
          transform: rotate(72deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(3) .circle-tab_item.active {
  background-color: #1CCCCC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(3) .circle-tab_item:hover {
  background-color: #1CCCCC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(3) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(4) .circle-tab_item {
  -webkit-transform: rotate(108deg) skewY(-58deg);
          transform: rotate(108deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(4) .circle-tab_item.active {
  background-color: #1CACCC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(4) .circle-tab_item:hover {
  background-color: #1CACCC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(4) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(5) .circle-tab_item {
  -webkit-transform: rotate(144deg) skewY(-58deg);
          transform: rotate(144deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(5) .circle-tab_item.active {
  background-color: #1C6DCC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(5) .circle-tab_item:hover {
  background-color: #1C6DCC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(5) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(6) .circle-tab_item {
  -webkit-transform: rotate(180deg) skewY(-58deg);
          transform: rotate(180deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(6) .circle-tab_item.active {
  background-color: #1C38CC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(6) .circle-tab_item:hover {
  background-color: #1C38CC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(6) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(7) .circle-tab_item {
  -webkit-transform: rotate(216deg) skewY(-58deg);
          transform: rotate(216deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(7) .circle-tab_item.active {
  background-color: #941CCC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(7) .circle-tab_item:hover {
  background-color: #941CCC;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(7) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(8) .circle-tab_item {
  -webkit-transform: rotate(252deg) skewY(-58deg);
          transform: rotate(252deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(8) .circle-tab_item.active {
  background-color: #ED137B;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(8) .circle-tab_item:hover {
  background-color: #ED137B;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(8) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(9) .circle-tab_item {
  -webkit-transform: rotate(288deg) skewY(-58deg);
          transform: rotate(288deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(9) .circle-tab_item.active {
  background-color: #F80C0C;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(9) .circle-tab_item:hover {
  background-color: #F80C0C;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(9) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(10) .circle-tab_item {
  -webkit-transform: rotate(324deg) skewY(-58deg);
          transform: rotate(324deg) skewY(-58deg);
  background-color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(10) .circle-tab_item.active {
  background-color: #F8610C;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(10) .circle-tab_item:hover {
  background-color: #F8610C;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(10) .circle-tab_item:hover .text h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-tab_item .text {
  width: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 0%;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-tab_item .text h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  line-height: normal;
  font-weight: 700;
  color: #4C5558;
  text-transform: uppercase !important;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
@media screen and (max-width: 1400px) {
  .academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-tab_item .text h2 {
    font-size: 12px !important;
  }
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-tab_item.active h2 {
  color: #fff;
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(1) .text {
  -webkit-transform: skewY(58deg) rotate(0deg) translate(33%, -69%);
          transform: skewY(58deg) rotate(0deg) translate(33%, -69%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(2) .text {
  -webkit-transform: skewY(58deg) rotate(-36deg) translate(35%, 15%);
          transform: skewY(58deg) rotate(-36deg) translate(35%, 15%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(3) .text {
  -webkit-transform: skewY(58deg) rotate(-72deg) translate(10%, 90%);
          transform: skewY(58deg) rotate(-72deg) translate(10%, 90%);
}
@media screen and (max-width: 1400px) {
  .academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(3) .text {
    -webkit-transform: skewY(58deg) rotate(-72deg) translate(20%, 90%);
            transform: skewY(58deg) rotate(-72deg) translate(20%, 90%);
  }
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(4) .text {
  -webkit-transform: skewY(58deg) rotate(-108deg) translate(25%, 127%);
          transform: skewY(58deg) rotate(-108deg) translate(25%, 127%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(5) .text {
  -webkit-transform: skewY(58deg) rotate(-144deg) translate(-20%, 100%);
          transform: skewY(58deg) rotate(-144deg) translate(-20%, 100%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(6) .text {
  -webkit-transform: skewY(58deg) rotate(-180deg) translate(-30%, 50%);
          transform: skewY(58deg) rotate(-180deg) translate(-30%, 50%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(7) .text {
  -webkit-transform: skewY(58deg) rotate(-216deg) translate(-40%, -50%);
          transform: skewY(58deg) rotate(-216deg) translate(-40%, -50%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(8) .text {
  -webkit-transform: skewY(58deg) rotate(-252deg) translate(-62%, -20%);
          transform: skewY(58deg) rotate(-252deg) translate(-62%, -20%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(9) .text {
  -webkit-transform: skewY(58deg) rotate(-288deg) translate(0%, -100%);
          transform: skewY(58deg) rotate(-288deg) translate(0%, -100%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-list:nth-of-type(10) .text {
  -webkit-transform: skewY(58deg) rotate(-324deg) translate(-5%, -70%);
          transform: skewY(58deg) rotate(-324deg) translate(-5%, -70%);
}
.academics_page .academics-tab .tab-main .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.academics_page .academics-tab .tab-main .num p {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.academics_page .academics-tab .tab-main .num-circle,
.academics_page .academics-tab .tab-main .gap-circle {
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.academics_page .academics-tab .tab-main .num-circle .gap,
.academics_page .academics-tab .tab-main .gap-circle .gap {
  background: #eef3fd;
  display: block;
  width: 20px;
  height: 20px;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(1) {
  -webkit-transform: rotate(0deg) skewY(-58deg) translate(-1px, -110px);
          transform: rotate(0deg) skewY(-58deg) translate(-1px, -110px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(1) .num {
  -webkit-transform: skewY(58deg) rotate(0deg) translate(20%, 0%);
          transform: skewY(58deg) rotate(0deg) translate(20%, 0%);
  background-color: #F8B915;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(2) {
  -webkit-transform: rotate(36deg) skewY(-58deg) translate(-10px, -124px);
          transform: rotate(36deg) skewY(-58deg) translate(-10px, -124px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(2) .num {
  -webkit-transform: skewY(58deg) rotate(-36deg) translate(35%, 15%);
          transform: skewY(58deg) rotate(-36deg) translate(35%, 15%);
  background-color: #1CCC4F;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(3) {
  -webkit-transform: rotate(72deg) skewY(-58deg) translate(-24px, -140px);
          transform: rotate(72deg) skewY(-58deg) translate(-24px, -140px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(3) .num {
  -webkit-transform: skewY(58deg) rotate(-72deg) translate(40%, 50%);
          transform: skewY(58deg) rotate(-72deg) translate(40%, 50%);
  background-color: #1CCCCC;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(4) {
  -webkit-transform: rotate(108deg) skewY(-58deg) translate(-38px, -140px);
          transform: rotate(108deg) skewY(-58deg) translate(-38px, -140px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(4) .num {
  -webkit-transform: skewY(58deg) rotate(-108deg) translate(30%, 100%);
          transform: skewY(58deg) rotate(-108deg) translate(30%, 100%);
  background-color: #1CACCC;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(5) {
  -webkit-transform: rotate(144deg) skewY(-58deg) translate(-28px, -113px);
          transform: rotate(144deg) skewY(-58deg) translate(-28px, -113px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(5) .num {
  -webkit-transform: skewY(58deg) rotate(-144deg) translate(-10%, 100%);
          transform: skewY(58deg) rotate(-144deg) translate(-10%, 100%);
  background-color: #1C6DCC;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(6) {
  -webkit-transform: rotate(180deg) skewY(-58deg) translate(-7px, -95px);
          transform: rotate(180deg) skewY(-58deg) translate(-7px, -95px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(6) .num {
  -webkit-transform: skewY(58deg) rotate(-180deg) translate(-30%, 50%);
          transform: skewY(58deg) rotate(-180deg) translate(-30%, 50%);
  background-color: #1C38CC;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(7) {
  -webkit-transform: rotate(216deg) skewY(-58deg) translate(-29px, -164px);
          transform: rotate(216deg) skewY(-58deg) translate(-29px, -164px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(7) .num {
  -webkit-transform: skewY(58deg) rotate(-216deg) translate(-50%, -50%);
          transform: skewY(58deg) rotate(-216deg) translate(-50%, -50%);
  background-color: #941CCC;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(8) {
  -webkit-transform: rotate(252deg) skewY(-58deg) translate(-11px, -106px);
          transform: rotate(252deg) skewY(-58deg) translate(-11px, -106px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(8) .num {
  -webkit-transform: skewY(58deg) rotate(-252deg) translate(-50%, -20%);
          transform: skewY(58deg) rotate(-252deg) translate(-50%, -20%);
  background-color: #ED137B;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(9) {
  -webkit-transform: rotate(288deg) skewY(-58deg) translate(-42px, -162px);
          transform: rotate(288deg) skewY(-58deg) translate(-42px, -162px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(9) .num {
  -webkit-transform: skewY(58deg) rotate(-288deg) translate(0%, -100%);
          transform: skewY(58deg) rotate(-288deg) translate(0%, -100%);
  background-color: #F80C0C;
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(10) {
  -webkit-transform: rotate(324deg) skewY(-58deg) translate(-8px, -108px);
          transform: rotate(324deg) skewY(-58deg) translate(-8px, -108px);
}
.academics_page .academics-tab .tab-main .num-circle li:nth-of-type(10) .num {
  -webkit-transform: skewY(58deg) rotate(-324deg) translate(10%, -40%);
          transform: skewY(58deg) rotate(-324deg) translate(10%, -40%);
  background-color: #F8610C;
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(1) {
  -webkit-transform: rotate(0deg) skewY(-58deg) translate(-32px, -260px);
          transform: rotate(0deg) skewY(-58deg) translate(-32px, -260px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(1) .gap {
  -webkit-transform: skewY(58deg) rotate(0deg) translate(20%, 0%);
          transform: skewY(58deg) rotate(0deg) translate(20%, 0%);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(2) {
  -webkit-transform: rotate(36deg) skewY(-58deg) translate(14px, -215px);
          transform: rotate(36deg) skewY(-58deg) translate(14px, -215px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(2) .gap {
  -webkit-transform: skewY(58deg) rotate(0deg) translate(35%, 15%);
          transform: skewY(58deg) rotate(0deg) translate(35%, 15%);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(3) {
  -webkit-transform: rotate(72deg) skewY(-58deg) translate(46px, -190px);
          transform: rotate(72deg) skewY(-58deg) translate(46px, -190px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(3) .gap {
  -webkit-transform: skewY(58deg) rotate(-181deg) translate(40%, 50%);
          transform: skewY(58deg) rotate(-181deg) translate(40%, 50%);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(4) {
  -webkit-transform: rotate(108deg) skewY(-58deg) translate(12px, -277px);
          transform: rotate(108deg) skewY(-58deg) translate(12px, -277px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(4) .gap {
  -webkit-transform: skewY(58deg) rotate(-94deg) translate(30%, 100%);
          transform: skewY(58deg) rotate(-94deg) translate(30%, 100%);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(5) {
  -webkit-transform: rotate(144deg) skewY(-58deg) translate(-6px, -320px);
          transform: rotate(144deg) skewY(-58deg) translate(-6px, -320px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(5) .gap {
  -webkit-transform: skewY(58deg) rotate(-93deg) translate(-10%, 100%);
          transform: skewY(58deg) rotate(-93deg) translate(-10%, 100%);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(6) {
  -webkit-transform: rotate(180deg) skewY(-58deg) translate(1px, -294px);
          transform: rotate(180deg) skewY(-58deg) translate(1px, -294px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(6) .gap {
  -webkit-transform: skewY(58deg) rotate(-180deg) translate(-30%, 50%);
          transform: skewY(58deg) rotate(-180deg) translate(-30%, 50%);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(7) {
  -webkit-transform: rotate(216deg) skewY(-58deg) translate(7px, -300px);
          transform: rotate(216deg) skewY(-58deg) translate(7px, -300px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(7) .gap {
  -webkit-transform: skewY(58deg) rotate(-180deg) translate(-50%, -50%);
          transform: skewY(58deg) rotate(-180deg) translate(-50%, -50%);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(8) {
  -webkit-transform: rotate(252deg) skewY(-58deg) translate(31px, -252px);
          transform: rotate(252deg) skewY(-58deg) translate(31px, -252px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(8) .gap {
  -webkit-transform: skewY(58deg) rotate(-271deg) translate(-50%, -20%);
          transform: skewY(58deg) rotate(-271deg) translate(-50%, -20%);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(9) {
  -webkit-transform: rotate(288deg) skewY(-58deg) translate(23px, -305px);
          transform: rotate(288deg) skewY(-58deg) translate(23px, -305px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(9) .gap {
  -webkit-transform: skewY(58deg) rotate(-273deg) translate(0%, -100%);
          transform: skewY(58deg) rotate(-273deg) translate(0%, -100%);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(10) {
  -webkit-transform: rotate(324deg) skewY(-58deg) translate(21px, -343px);
          transform: rotate(324deg) skewY(-58deg) translate(21px, -343px);
}
.academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(10) .gap {
  -webkit-transform: skewY(58deg) rotate(-364deg) translate(10%, -40%);
          transform: skewY(58deg) rotate(-364deg) translate(10%, -40%);
}
.academics_page .academics-tab .tab-main .circle-tab_main .circle-tab_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 650px;
  height: 650px;
  max-width: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 48px;
  text-align: center;
}
.academics_page .academics-tab .circle-tab_content {
  width: 100%;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 30px;
  display: none;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item img {
  display: none;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  background-color: #fff;
  border-radius: 30px;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  font-family: "Gilroy", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: normal;
  color: #fff;
  padding: 15px 40px;
  max-width: 100px;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box .text {
  padding: 20px;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box .text h3 {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  color: #333333;
  margin-bottom: 10px;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box .text h4 {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #4C5558;
  text-transform: none;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item .sub-tab {
  margin-top: 40px;
  width: calc(100% - 100px);
  margin-left: auto;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(1) .box span {
  background-color: #F8B915;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(2) .box span {
  background-color: #1CCC4F;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(3) .box span {
  background-color: #1CCCCC;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(4) .box span {
  background-color: #1CACCC;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(5) .box span {
  background-color: #1C6DCC;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(6) .box span {
  background-color: #1C38CC;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(7) .box span {
  background-color: #941CCC;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(8) .box span {
  background-color: #ED137B;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(9) .box span {
  background-color: #F80C0C;
}
.academics_page .academics-tab .circle-tab_content .circle-tab_content-item:nth-child(10) .box span {
  background-color: #F8610C;
}

body.page-template-caie .header-content {
  display: none;
}

.caie_page .top-bar {
  background-color: #fff;
  position: relative;
}
.caie_page .top-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #007CC2;
  top: 0;
  left: 0;
  z-index: 0;
}
.caie_page .top-bar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background-image: url("../images/caie/wave-section.svg");
  background-repeat: no-repeat;
  bottom: -8px;
  left: 0;
  z-index: 3;
}
.caie_page .top-bar .top-bar-content,
.caie_page .top-bar .left,
.caie_page .top-bar .emblem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.caie_page .top-bar .top-bar-content {
  position: relative;
  z-index: 5;
  gap: 15px;
  background: transparent !important;
  padding: 0;
}
.caie_page .top-bar .top-bar-content::after {
  display: none;
}
.caie_page .top-bar .top-bar-content .logo img {
  width: 115px;
}
.caie_page .top-bar .top-bar-content .left {
  gap: 10px;
}
.caie_page .top-bar .top-bar-content .left span {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #1f2021;
}
.caie_page .top-bar .top-bar-content .left p {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  color: #1f2021;
  max-width: 285px;
}
.caie_page .top-bar .top-bar-content .logo {
  position: relative;
  top: 10px;
}
.caie_page .top-bar .top-bar-content .logo img {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 60px;
}
.caie_page .top-bar .top-bar-content .address {
  padding-left: 16px;
  border-left: 1px solid #cdcdcd;
}
.caie_page .top-bar .top-bar-content .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: 95%;
  padding-top: 20px;
}
.caie_page .about-us {
  padding: 180px 0 90px;
  position: relative;
}
.caie_page .about-us::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#3B8BCA), to(rgba(59, 140, 202, 0)));
  background: linear-gradient(to bottom, #3B8BCA, rgba(59, 140, 202, 0));
  opacity: 20%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.caie_page .about-us::after {
  content: "";
  position: absolute;
  background-image: url("../images/caie/wall.svg");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.caie_page .about-us .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  gap: 80px;
}
.caie_page .about-us .content .left {
  min-width: 310px;
}
.caie_page .about-us .content .left .tab-box {
  position: sticky;
  z-index: 999;
  top: 0;
}
.caie_page .about-us .content .left .tab-box .tab-menu {
  list-style-type: none;
  padding: 45px 40px;
  border-radius: 44px;
  margin: 0;
  position: relative;
  min-width: 310px;
}
.caie_page .about-us .content .left .tab-box .tab-menu::before {
  content: "";
  position: absolute;
  background-image: url("../images/caie/menu-bg-3.svg");
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.caie_page .about-us .content .left .tab-box .tab-menu li a {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: 52px;
  color: #000;
  display: block;
  border-bottom: 1px solid #FBB040;
}
.caie_page .about-us .content .left .tab-box .tab-menu li a.active {
  border-bottom: 1px solid #FFD089;
  font-weight: 800;
}
.caie_page .about-us .content .left .tab-box .tab-menu .menu-logo {
  text-align: center;
  margin-top: 20px;
  aspect-ratio: 1.4;
}
.caie_page .about-us .content .left .tab-box .tab-menu .menu-logo img {
  width: 230px;
}
.caie_page .about-us .content .right h1 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.caie_page .about-us .content .right h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: 31px;
  font-weight: 600;
  color: #4C5558;
  margin: 30px 0 10px;
}
.caie_page .about-us .content .right p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
  color: #1e1e1e;
  margin-top: 5px;
}
.caie_page .about-us .content .right .image,
.caie_page .about-us .content .right figure {
  border-radius: 30px;
}
.caie_page .about-us .content .right .image img,
.caie_page .about-us .content .right figure img {
  border-radius: 30px;
  border: 1px solid #d1d1d1;
}
.caie_page .about-us .content .right .testimonial-image figure {
  border-radius: 0;
}
.caie_page .about-us .content .right .testimonial-image figure img {
  border-radius: 0;
}
.caie_page .about-us .content .right ul {
  margin: 0;
  padding: 10px 0 0;
  list-style-type: none;
}
.caie_page .about-us .content .right ul li {
  margin-top: 10px;
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
  color: #1e1e1e;
  position: relative;
  padding-left: 20px;
}
.caie_page .about-us .content .right ul li::before {
  content: "";
  position: absolute;
  border: 3px solid #3B8BCA;
  height: 43px;
  left: 0;
  top: 10px;
}
.caie_page .about-us .content .right ul li span {
  font-weight: 700;
}
.caie_page .about-us .content .right ul li ul {
  padding: 0;
}
.caie_page .about-us .content .right ul li ul li {
  margin: 0;
}
.caie_page .about-us .content .right ul li ul li::before {
  height: 15px;
}
.caie_page .about-us .content .right .wp-block-advgb-list ul li::before {
  height: 20px;
  width: 0px;
  left: 20px;
  top: 5px;
  background: #3B8BCA;
  border: none;
}
.caie_page.caie-sub_page .about-us .content .left .tab-box .tab-menu {
  padding: 10px 40px;
  margin: 40px 0;
  background: #9FBEDA;
  position: relative;
  border-radius: 0;
}
.caie_page.caie-sub_page .about-us .content .left .tab-box .tab-menu li a {
  border-bottom: 1px solid #0072A0;
}
.caie_page.caie-sub_page .about-us .content .left .tab-box .tab-menu::before {
  content: "";
  position: absolute;
  width: calc(100% + 7px);
  height: 50px;
  background-image: url("../images/caie-2/bg-bef.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: -50px;
  left: -4px;
}
.caie_page.caie-sub_page .about-us .content .left .tab-box .tab-menu::after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: 50px;
  background-image: url("../images/caie-2/bg-aft.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -50px;
  left: -4px;
  background-position: bottom;
}
.caie_page.caie-sub_page .about-us .content .right figure {
  border-radius: 0px;
}
.caie_page.caie-sub_page .about-us .content .right figure img {
  border: none;
  border-radius: 0px;
}

.kkm_banner {
  position: relative;
}
.kkm_banner .bannerContent {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
.kkm_banner .bannerContent::before {
  content: "";
  position: absolute;
  background-image: url("../images/kknagar/banner-overlay.svg");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}
.kkm_banner .bannerContent h1 {
  font-family: "Gilroy", sans-serif;
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .kkm_banner .bannerContent h1 {
    font-size: 55px;
    line-height: 67px;
  }
}
@media screen and (max-width: 768px) {
  .kkm_banner .bannerContent h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .kkm_banner .bannerContent h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.kkm_banner .bannerContent h1 span {
  font-weight: 700;
}
.kkm_banner .banner-slider {
  position: relative;
}
.kkm_banner .banner-slider .swiper-pagination-1 {
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 70px;
}
.kkm_banner .banner-slider .swiper-pagination-1 .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  opacity: unset;
  margin: 0 8px;
  border-radius: 10px;
}
.kkm_banner .banner-slider .swiper-pagination-1 .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.kkm_page .top-bar {
  background-color: #fff;
  position: relative;
}
.kkm_page .top-bar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background-image: url("../images/caie/wave-section.svg");
  background-repeat: no-repeat;
  bottom: -8px;
  left: 0;
  z-index: 3;
}
.kkm_page .top-bar .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kkm_page .top-bar .right-content .left .name p {
  font-family: "Gilroy", sans-serif;
  font-size: 38.44px;
  line-height: normal;
  font-weight: 700;
  color: #1e1e1e;
}
.kkm_page .top-bar .right-content .left .name span {
  font-family: "Gilroy", sans-serif;
  font-size: 16.66px;
  line-height: normal;
  color: #3B7344;
  font-weight: 600;
}
.kkm_page .top-bar .top-bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.kkm_page .top-bar .top-bar-content p {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #1f2021;
  max-width: 285px;
}
.kkm_page .top-bar .top-bar-content .left {
  gap: 55px;
}
.kkm_page .top-bar .top-bar-content .left span {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #1f2021;
}
.kkm_page .top-bar .top-bar-content .title {
  padding-right: 30px;
  position: relative;
}
.kkm_page .top-bar .top-bar-content .title::after {
  content: "";
  position: absolute;
  height: 50px;
  border: 1px solid #cdcdcd;
  right: 0;
  top: calc(50% - 25px);
}
.kkm_page .top-bar .top-bar-content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kkm_page .why-choose-us {
  background: #fff;
  padding: 100px 0;
}
.kkm_page .why-choose-us .boxContent {
  position: relative;
  z-index: 0;
}
.kkm_page .why-choose-us .boxContent::before, .kkm_page .why-choose-us .boxContent::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 375px;
  background: rgba(217, 243, 255, 0.83);
  z-index: -1;
}
.kkm_page .why-choose-us .boxContent::before {
  left: 0;
  border-radius: 0px 0px 0px 50px;
  bottom: 76px;
}
.kkm_page .why-choose-us .boxContent::after {
  right: 0;
  top: 76px;
  border-radius: 0px 50px 0px 0px;
}
.kkm_page .why-choose-us .boxContent .box {
  background-image: url("../images/kknagar/why-choose.png");
  background-size: cover;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 100px;
  position: relative;
  z-index: 0;
  border-radius: 90px 0px 90px 0px;
}
.kkm_page .why-choose-us .boxContent .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 88, 126, 0.83);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 90px 0px 90px 0px;
}
.kkm_page .why-choose-us .boxContent .box h2 {
  font-family: "Gilroy", sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.kkm_page .why-choose-us .boxContent .box p {
  font-family: "Open sans", sans-serif;
  line-height: 31px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.kkm_page .why-choose-us .boxContent .box p + p {
  margin-top: 10px;
}
.kkm_page .dispImage {
  margin-top: 50px;
  border-radius: 30px;
}
.kkm_page .dispImage img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.kkm_page .academics {
  padding: 60px 0 140px;
  position: relative;
  z-index: 0;
  background: #fff;
}
.kkm_page .academics::before {
  content: "";
  position: absolute;
  background-image: url("../images/kknagar/wall.svg");
  width: 100%;
  height: calc(100% + 100px);
  background-repeat: no-repeat;
  background-size: cover;
  top: -100px;
  left: 0;
  z-index: -1;
}
.kkm_page .academics h2 {
  font-family: "Gilroy", sans-serif;
  color: #1f2021;
  font-size: 55px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.kkm_page .academics .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kkm_page .academics .content h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #1f2021;
}
.kkm_page .academics .content .box {
  width: calc(50% - 30px);
  text-align: center;
}
.kkm_page .academics .content .card {
  border-radius: 20px;
}
.kkm_page .academics .content .card .image {
  border-radius: 20px;
}
.kkm_page .academics .content .card .image img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kkm_page .academics .content .card .text {
  padding: 30px 60px;
}
.kkm_page .academics .content .card p {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #1f2021;
  opacity: 0.8;
  margin-top: 10px;
}
.kkm_page .academics .content .card:nth-child(1) {
  background: #B8FEFF;
}
.kkm_page .academics .content .card:nth-child(2) {
  background: #D1E1FF;
}
.kkm_page .academics .content .card:nth-child(3) {
  background: #FFDED7;
}
.kkm_page .academics .content .card:nth-child(4) {
  background: #B8FEFF;
}
.kkm_page .academics .content .info-card .box-bg {
  position: relative;
  margin: 60px 0;
}
.kkm_page .academics .content .info-card .box-bg::before {
  content: "";
  position: absolute;
  top: -35px;
  width: calc(100% + 3px);
  height: 55px;
  background-image: url("../images/kknagar/svg-img/grp-top.svg");
  left: -2px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.kkm_page .academics .content .info-card .box-bg::after {
  content: "";
  position: absolute;
  bottom: -60px;
  width: calc(100% + 4px);
  height: 67px;
  background-image: url("../images/kknagar/svg-img/grp-bot.svg");
  left: -2.5px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.kkm_page .academics .content .info-card .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 15px;
  padding: 15px 50px;
  position: relative;
  z-index: 0;
  background: #fff;
  border: 2px solid #a1a1a1;
  border-top: none;
  border-bottom: none;
  top: 10px;
}
.kkm_page .academics .content .info-card h4 {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: #67AFBD;
  text-transform: capitalize;
}
.kkm_page .academics .content .info-card ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.kkm_page .academics .content .info-card ul li {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.kkm_page .academics .content .info-card .box {
  background: #c9f5fe;
  padding: 25px 20px;
  border-radius: 20px;
  width: 33.33%;
}
.kkm_page .academics .content .info-card .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 140px 0 50px;
  padding: 15px 55px;
  background: #00587E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  position: relative;
}
.kkm_page .academics .content .info-card .languages::before {
  content: "";
  position: absolute;
  top: -45px;
  width: calc(100% + 5px);
  height: 50px;
  background-image: url("../images/kknagar/svg-img/lang-top.svg");
  left: -2px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.kkm_page .academics .content .info-card .languages::after {
  content: "";
  position: absolute;
  bottom: -50px;
  width: calc(100% + 5px);
  height: 70px;
  background-image: url("../images/kknagar/svg-img/lang-bot.svg");
  left: -2px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.kkm_page .academics .content .info-card .languages p {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.kkm_page .academics .content .info-card .languages span {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.kkm_page .bbm-non-academics {
  padding: 80px 0 0px;
  background: #ffebcc;
  background-image: url("../images/bbm/non-aca-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 90px;
  z-index: 0;
}
.kkm_page .bbm-non-academics::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  bottom: 0;
  left: 0;
  z-index: -1;
}
.kkm_page .bbm-non-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-transform: capitalize;
  text-align: center;
}
.kkm_page .bbm-non-academics h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
  color: #1F2021;
  text-transform: capitalize;
}
.kkm_page .bbm-non-academics h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #1F2021;
  text-transform: capitalize;
}
.kkm_page .bbm-non-academics .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kkm_page .bbm-non-academics .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.kkm_page .bbm-non-academics .box .box-section {
  position: relative;
  background: #fff;
  border: 1px solid #A1A1A1;
  border-top: none;
  border-bottom: none;
  padding: 0px 40px;
  z-index: 0;
  margin: 50px 0;
}
.kkm_page .bbm-non-academics .box .box-section::before {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/svg-img/box1-top.svg");
  top: -45px;
  left: -2px;
  width: calc(100% + 4px);
  background-repeat: no-repeat;
  z-index: -1;
  height: 50px;
  background-size: 100%;
}
.kkm_page .bbm-non-academics .box .box-section::after {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/svg-img/box1-bot.svg");
  bottom: -45px;
  left: -2px;
  width: calc(100% + 4px);
  background-repeat: no-repeat;
  z-index: -1;
  height: 70px;
  background-size: 100%;
}
.kkm_page .bbm-non-academics .box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
.kkm_page .bbm-non-academics .box li,
.kkm_page .bbm-non-academics .box p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 36px;
  color: #1e1e1e;
  opacity: 0.9;
  font-weight: 400;
}
.kkm_page .bbm-non-academics .box:nth-child(1) {
  width: 40%;
}
.kkm_page .bbm-non-academics .box:nth-child(1) .box-section:nth-child(2) ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
}
.kkm_page .bbm-non-academics .box:nth-child(2) {
  width: 35%;
}
.kkm_page .bbm-non-academics .box:nth-child(2) p {
  max-width: 340px;
  line-height: 31px;
}
.kkm_page .bbm-non-academics .box:nth-child(2) span {
  font-weight: 600;
}
.kkm_page .bbm-non-academics .box:nth-child(2) .box-section:nth-child(4) ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-width: 340px;
}
.kkm_page .bbm-non-academics .box:nth-child(3) {
  width: 25%;
}
.kkm_page .bbm-non-academics .box:nth-child(3) .box-section::before {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/svg-img/sbox-top.svg");
  top: -45px;
  left: -3px;
  width: calc(100% + 5px);
  background-repeat: no-repeat;
  z-index: -1;
  height: 50px;
  background-size: 100%;
}
.kkm_page .bbm-non-academics .box:nth-child(3) .box-section::after {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/svg-img/sbox-bot.svg");
  bottom: -55px;
  left: -2px;
  width: calc(100% + 5px);
  background-repeat: no-repeat;
  z-index: -1;
  height: 65px;
  background-size: 100%;
}
.kkm_page .assessment {
  background-image: url("../images/kknagar/assess.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.kkm_page .assessment::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 114, 160, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}
.kkm_page .assessment::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-image: url("../images/kknagar/assess-after.svg");
  background-repeat: no-repeat;
  background-position: center center;
  top: 20px;
  left: 0;
}
.kkm_page .assessment h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.kkm_page .assessment p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.kkm_page .assessment .content {
  position: relative;
  padding: 100px 0;
  z-index: 0;
}
.kkm_page .assessment .content::before {
  content: "";
  position: absolute;
  background-image: url("../images/kknagar/cir-before.svg");
  width: 100%;
  height: 100%;
  background-size: 300px;
  left: 0;
  top: -103px;
  background-repeat: no-repeat;
  z-index: -1;
}
.kkm_page .assessment .content::after {
  content: "";
  position: absolute;
  background: #FFC20E;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: 70px;
  right: 0;
  bottom: -35px;
  background-repeat: no-repeat;
  z-index: -1;
}
.kkm_page .scopious-education .content {
  position: relative;
  padding: 80px 0;
}
.kkm_page .scopious-education .content::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 60px;
  background-size: 140px 70px;
  right: 120px;
  top: -10px;
  background-repeat: no-repeat;
  background-image: url("../images/kknagar/svg-img/green-cir.svg");
  z-index: -2;
}
.kkm_page .scopious-education h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: normal;
  text-align: center;
  color: #1f2021;
  margin-bottom: 30px;
}
.kkm_page .scopious-education .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.kkm_page .scopious-education .card {
  width: 33.33%;
  position: relative;
}
.kkm_page .scopious-education .card .image {
  position: relative;
  z-index: 1;
}
.kkm_page .scopious-education .card .image img {
  width: 100%;
}
.kkm_page .scopious-education .card .border {
  position: relative;
}
.kkm_page .scopious-education .card .border > img {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -140px;
}
.kkm_page .scopious-education .card .text {
  padding: 30px 30px 10px;
  border: 1px solid #A0A5A9;
  border-top: none;
  border-bottom: none;
  position: relative;
  background: #fff;
}
.kkm_page .scopious-education .card .text::before {
  content: "";
  position: absolute;
  top: -100px;
  width: calc(100% + 10px);
  height: 125px;
  background-image: url("../images/kknagar/svg-img/ash-border-top.svg");
  left: -3px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.kkm_page .scopious-education .card .text::after {
  content: "";
  position: absolute;
  bottom: -85px;
  width: calc(100% + 2px);
  height: 85px;
  background-image: url("../images/kknagar/svg-img/ash-border-bot.svg");
  left: -1px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.kkm_page .scopious-education .card p {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: rgba(31, 32, 33, 0.8);
  text-align: center;
}
.kkm_page .non-academics {
  padding: 60px 0 80px;
}
.kkm_page .non-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: normal;
  font-weight: 600;
  color: #1F2021;
  text-align: center;
  color: #1F2021;
  margin-bottom: 40px;
}
.kkm_page .non-academics .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.kkm_page .non-academics .boxContent .box {
  width: 33.33%;
}
.kkm_page .non-academics .boxContent .border {
  position: relative;
}
.kkm_page .non-academics .boxContent .border img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.kkm_page .non-academics .boxContent .border .text {
  position: relative;
  z-index: 0;
}
.kkm_page .non-academics .boxContent .border .text {
  padding: 0px 30px;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 130px;
  background: #fff;
  position: relative;
  border: 2px solid #FF6107;
  border-top: none;
  border-bottom: none;
}
.kkm_page .non-academics .boxContent .border .text::before {
  content: "";
  position: absolute;
  top: -80px;
  width: calc(100% + 10px);
  height: 90px;
  background-image: url("../images/kknagar/svg-img/orange-top.svg");
  left: -5px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.kkm_page .non-academics .boxContent .border .text::after {
  content: "";
  position: absolute;
  bottom: -65px;
  width: calc(100% + 7px);
  height: 65px;
  background-image: url("../images/kknagar/svg-img/orange-bot.svg");
  left: -4px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  z-index: -1;
}
.kkm_page .non-academics .boxContent .border .text h3 {
  text-align: center;
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 37px;
  font-weight: 600;
  color: rgba(31, 32, 33, 0.8);
}
.kkm_page .non-academics .content {
  margin-top: 30px;
  position: relative;
}
.kkm_page .non-academics .dispContent {
  position: relative;
  background: #0072A0;
  border-radius: 80px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 75px;
  padding: 90px 30px;
  background-image: url("../images/kknagar/svg-img/mask-group.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.kkm_page .non-academics .dispContent .left {
  position: absolute;
  top: 15px;
  left: -5px;
  width: 30px;
  height: 100%;
  z-index: 0;
  background-image: url("../images/kknagar/svg-img/bubble-left.svg");
  background-repeat: no-repeat;
}
.kkm_page .non-academics .dispContent .right {
  position: absolute;
  top: 25px;
  right: -10px;
  width: 30px;
  height: 100%;
  z-index: -1;
  background-image: url("../images/kknagar/svg-img/bubble-ryt.svg");
  background-repeat: no-repeat;
}
.kkm_page .non-academics .dispContent .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: 0;
  background-image: url("../images/kknagar/svg-img/bubble-bot.svg");
  background-repeat: no-repeat;
}
.kkm_page .non-academics .dispContent .text {
  position: relative;
  z-index: 1;
}
.kkm_page .non-academics .dispContent p {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  max-width: 1010px;
  margin: 0 auto;
}
.kkm_page .facilities {
  padding: 60px 0 0;
}
.kkm_page .facilities h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: normal;
  font-weight: 600;
  color: #1F2021;
  text-align: center;
  color: #1F2021;
  font-size: 40px;
  margin-bottom: 15px;
}
.kkm_page .facilities ul {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0 20px;
}
.kkm_page .facilities ul li {
  position: relative;
}
.kkm_page .facilities ul li::after {
  content: "/";
  position: absolute;
  color: #fbb040;
  font-family: "Open sans", sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  right: -14px;
  top: 0;
}
.kkm_page .facilities ul li:last-child::after {
  display: none;
}
.kkm_page .facilities ul li {
  font-family: "Open sans", sans-serif;
  font-size: 22px;
  line-height: 40px;
  color: #00587E;
  text-align: center;
  display: block;
  font-weight: 600;
}
.kkm_page .achievements {
  padding: 60px 0 100px;
  background: #FFECD0;
}
.kkm_page .achievements h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: normal;
  font-weight: 600;
  color: #1F2021;
  text-align: center;
  color: #1F2021;
  font-size: 40px;
}
.kkm_page .achievements .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
}
.kkm_page .achievements .imageCard {
  width: 33.33%;
  border-radius: 20px;
}
.kkm_page .achievements .imageCard img {
  width: 100%;
  border-radius: 20px;
}
.kkm_page .contact-us {
  padding: 120px 0;
  background: #0b2e63;
  position: relative;
}
.kkm_page .contact-us::before {
  content: "";
  position: absolute;
  background-image: url("../images/kknagar/contact-before.svg");
  width: 100%;
  height: 85px;
  left: 0;
  top: -40px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}
.kkm_page .contact-us .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
.kkm_page .contact-us .left {
  width: 40%;
}
.kkm_page .contact-us .left .text {
  margin-top: 20px;
}
.kkm_page .contact-us .left h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: normal;
  font-weight: 600;
  color: #1F2021;
  text-align: center;
  color: white;
  text-align: left;
}
.kkm_page .contact-us .left p,
.kkm_page .contact-us .left a,
.kkm_page .contact-us .left h3,
.kkm_page .contact-us .left span {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}
.kkm_page .contact-us .left p {
  max-width: 380px;
}
.kkm_page .contact-us .left span,
.kkm_page .contact-us .left h3 {
  color: #FFC20E;
}
.kkm_page .contact-us .left ul {
  margin: 0;
  padding: 0;
}
.kkm_page .contact-us .left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.kkm_page .contact-us .right {
  width: 60%;
}
.kkm_page .contact-us .right h3 {
  font-family: "Gilroy", sans-serif;
  line-height: normal;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
.kkm_page .contact-us .right form .input-outer {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.kkm_page .contact-us .right form .input-outer input {
  width: 100%;
}
.kkm_page .contact-us .right form input,
.kkm_page .contact-us .right form textarea {
  background: rgba(217, 217, 217, 0.08);
  border: unset;
  padding: 15px 20px;
  border-radius: 10px;
  color: rgba(217, 217, 217, 0.8);
  font-size: 16px;
  font-family: "Open sans", sans-serif;
}
.kkm_page .contact-us .right form input::-webkit-input-placeholder, .kkm_page .contact-us .right form textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: normal;
  font-family: "Open sans", sans-serif;
  color: rgba(217, 217, 217, 0.8);
  text-transform: capitalize;
}
.kkm_page .contact-us .right form input::-moz-placeholder, .kkm_page .contact-us .right form textarea::-moz-placeholder {
  font-size: 16px;
  line-height: normal;
  font-family: "Open sans", sans-serif;
  color: rgba(217, 217, 217, 0.8);
  text-transform: capitalize;
}
.kkm_page .contact-us .right form input:-ms-input-placeholder, .kkm_page .contact-us .right form textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: normal;
  font-family: "Open sans", sans-serif;
  color: rgba(217, 217, 217, 0.8);
  text-transform: capitalize;
}
.kkm_page .contact-us .right form input::-ms-input-placeholder, .kkm_page .contact-us .right form textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: normal;
  font-family: "Open sans", sans-serif;
  color: rgba(217, 217, 217, 0.8);
  text-transform: capitalize;
}
.kkm_page .contact-us .right form input::placeholder,
.kkm_page .contact-us .right form textarea::placeholder {
  font-size: 16px;
  line-height: normal;
  font-family: "Open sans", sans-serif;
  color: rgba(217, 217, 217, 0.8);
  text-transform: capitalize;
}
.kkm_page .contact-us .right form input:focus,
.kkm_page .contact-us .right form textarea:focus {
  outline: none;
}
.kkm_page .contact-us .right form textarea {
  margin-top: 25px;
}
.kkm_page .contact-us .right form button,
.kkm_page .contact-us .right form .in-btn {
  font-family: "Gilroy", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: normal !important;
  color: #1f2021 !important;
  background: #FFC20E !important;
  border-radius: 15px !important;
  padding: 15px 30px !important;
  margin-top: 25px !important;
}

body.page-template-bbm .kkm_page .top-bar {
  display: none;
}

.bbm_page .top-bar {
  background-color: #fff;
  position: relative;
}
.bbm_page .top-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #007CC2;
  top: 0;
  left: 0;
  z-index: 0;
}
.bbm_page .top-bar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background-image: url("../images/caie/wave-section.svg");
  background-repeat: no-repeat;
  bottom: -8px;
  left: 0;
  z-index: 3;
}
.bbm_page .top-bar .top-bar-content,
.bbm_page .top-bar .left,
.bbm_page .top-bar .emblem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bbm_page .top-bar .top-bar-content {
  position: relative;
  z-index: 5;
  gap: 15px;
}
.bbm_page .top-bar .top-bar-content .left {
  gap: 10px;
}
.bbm_page .top-bar .top-bar-content .left .text p {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #1f2021;
  max-width: 360px;
}
.bbm_page .top-bar .top-bar-content .left p {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  color: #1f2021;
  max-width: 285px;
}
.bbm_page .top-bar .top-bar-content .logo {
  position: relative;
  top: 10px;
}
.bbm_page .top-bar .top-bar-content .logo img {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 60px;
}
.bbm_page .top-bar .top-bar-content .address {
  padding-left: 16px;
  border-left: 1px solid #cdcdcd;
}
.bbm_page .top-bar .top-bar-content .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: 95%;
  padding-top: 20px;
}
.bbm_page .banner .links {
  position: fixed;
  top: 420px;
  left: -120px;
  z-index: 999;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.bbm_page .banner .links a {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  border-radius: 0px 0px 20px 20px;
}
.bbm_page .banner .links .admn {
  background: #3B8BCA;
}
.bbm_page .banner .links .school {
  background: #35B55A;
}
.bbm_page .why-choose {
  position: relative;
  background: #fff;
}
.bbm_page .why-choose::before {
  content: "";
  position: absolute;
  background-image: url("../images/wave-section-up.svg");
  width: 100%;
  height: 21px;
  background-size: cover;
  top: -10px;
  background-repeat: no-repeat;
  z-index: 1;
}
.bbm_page .why-choose .content {
  padding: 60px 0 80px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.bbm_page .why-choose .content::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: #35B55A;
  border-radius: 50%;
  right: 0;
  bottom: -100px;
}
.bbm_page .why-choose h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  text-align: center;
  font-weight: 700;
  color: #1F2021;
  text-transform: capitalize;
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.bbm_page .why-choose p {
  font-family: "Open sans", sans-serif;
  line-height: 34px;
  font-size: 17px;
  text-align: center;
  color: #1e1e1e;
  opacity: 0.9;
  font-weight: 500;
}
.bbm_page .dispImage {
  margin-top: 50px;
  border-radius: 30px;
}
.bbm_page .dispImage img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.bbm_page .academics {
  padding: 50px 0 120px;
  position: relative;
  background: #fff;
  z-index: 0;
}
.bbm_page .academics::before {
  content: "";
  position: absolute;
  background-image: url("../images/caie/wall.svg");
  width: 100%;
  height: calc(100% + 135px);
  top: -135px;
  left: 0;
  z-index: -1;
}
.bbm_page .academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  color: #1F2021;
  text-align: center;
  font-weight: 900;
}
.bbm_page .academics .content {
  margin: 40px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.bbm_page .academics .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bbm_page .academics .card .swiper-pagination-2 {
  text-align: center;
  margin-top: 16px;
}
.bbm_page .academics .card .swiper-pagination-2 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 8px;
  opacity: 0.5;
}
.bbm_page .academics .card .swiper-pagination-2 .swiper-pagination-bullet-active {
  opacity: 1;
}
.bbm_page .academics .card:nth-child(1) .text, .bbm_page .academics .card:nth-child(5) .text {
  background: #FFC3C1;
  border-bottom-right-radius: 120px;
}
.bbm_page .academics .card:nth-child(1) .text::before, .bbm_page .academics .card:nth-child(5) .text::before {
  border-bottom-right-radius: 120px;
  z-index: -1;
}
.bbm_page .academics .card:nth-child(1) .swiper-pagination-2 .swiper-pagination-bullet, .bbm_page .academics .card:nth-child(5) .swiper-pagination-2 .swiper-pagination-bullet {
  background: #FF6107;
}
.bbm_page .academics .card:nth-child(2) .text {
  background: #99D2FF;
  border-top-right-radius: 120px;
}
.bbm_page .academics .card:nth-child(2) .text::before {
  border-top-right-radius: 120px;
  z-index: -1;
}
.bbm_page .academics .card:nth-child(2) .swiper-pagination-2 .swiper-pagination-bullet {
  background: #3B8BCA;
}
.bbm_page .academics .card:nth-child(3) .text {
  background: #FFD79C;
  border-bottom-left-radius: 120px;
}
.bbm_page .academics .card:nth-child(3) .text::before {
  border-bottom-left-radius: 120px;
  z-index: -1;
}
.bbm_page .academics .card:nth-child(3) .swiper-pagination-2 .swiper-pagination-bullet {
  background: #FBB040;
}
.bbm_page .academics .card:nth-child(4) .text {
  background: #FFB890;
  border-bottom-right-radius: 120px;
}
.bbm_page .academics .card:nth-child(4) .text::before {
  border-bottom-right-radius: 120px;
  z-index: -1;
}
.bbm_page .academics .card:nth-child(4) .swiper-pagination-2 .swiper-pagination-bullet {
  background: #FFB890;
}
.bbm_page .academics .card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bbm_page .academics .text {
  width: 45%;
  padding: 50px;
  position: relative;
}
.bbm_page .academics .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(76, 85, 88, 0.2);
  top: 2px;
  left: 2px;
  z-index: -1;
}
.bbm_page .academics .text h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #1F2021;
  text-transform: capitalize;
  max-width: 330px;
  margin-bottom: 10px;
}
.bbm_page .academics .text p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.9;
}
.bbm_page .academics .text p + p {
  margin-top: 5px;
}
.bbm_page .academics .text h4 {
  font-family: "Open sans", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
  max-width: 250px;
  text-transform: none;
  color: #000;
  margin-top: 10px;
}
.bbm_page .academics .text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bbm_page .academics .text ul li {
  font-family: "Open sans", sans-serif;
  line-height: 34px;
  font-size: 19px;
  color: #000;
  font-weight: 500;
}
.bbm_page .academics .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 10px 0 0;
}
.bbm_page .academics .image {
  width: 55%;
}
.bbm_page .academics .image-slider {
  overflow: hidden;
}
.bbm_page .academics .slide-img {
  border-radius: 30px;
}
.bbm_page .academics .slide-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.bbm_page .academics .box {
  padding: 50px 60px;
  border-radius: 30px;
}
.bbm_page .academics .box h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #1F2021;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.bbm_page .academics .box p,
.bbm_page .academics .box li {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #1e1e1e;
  opacity: 0.9;
}
.bbm_page .academics .box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bbm_page .academics .green-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #A8E4BA;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bbm_page .academics .green-box .left,
.bbm_page .academics .green-box .right {
  width: 50%;
}
.bbm_page .academics .green-box p {
  max-width: 521px;
}
.bbm_page .academics .blue-box {
  background: #B9F2FF;
}
.bbm_page .academics .box + .box {
  margin-top: 25px;
}
.bbm_page .non-academics {
  padding: 80px 0 50px;
  background: #ffebcc;
  background-image: url("../images/bbm/non-aca-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.bbm_page .non-academics::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  bottom: 0;
  left: 0;
  z-index: -1;
}
.bbm_page .non-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-transform: capitalize;
  text-align: center;
}
.bbm_page .non-academics h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
  color: #1F2021;
  text-transform: capitalize;
}
.bbm_page .non-academics h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #1F2021;
  text-transform: capitalize;
}
.bbm_page .non-academics .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bbm_page .non-academics .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.bbm_page .non-academics .box .box-section {
  position: relative;
  background: #fff;
  border: 1px solid #A1A1A1;
  border-top: none;
  border-bottom: none;
  padding: 0px 40px;
  z-index: 0;
  margin: 50px 0;
}
.bbm_page .non-academics .box .box-section::before {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/svg-img/box1-top.svg");
  top: -45px;
  left: -2px;
  width: calc(100% + 4px);
  background-repeat: no-repeat;
  z-index: -1;
  height: 50px;
  background-size: 100%;
}
.bbm_page .non-academics .box .box-section::after {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/svg-img/box1-bot.svg");
  bottom: -45px;
  left: -2px;
  width: calc(100% + 4px);
  background-repeat: no-repeat;
  z-index: -1;
  height: 70px;
  background-size: 100%;
}
.bbm_page .non-academics .box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
.bbm_page .non-academics .box li,
.bbm_page .non-academics .box p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 36px;
  color: #1e1e1e;
  opacity: 0.9;
  font-weight: 400;
}
.bbm_page .non-academics .box:nth-child(1) {
  width: 40%;
}
.bbm_page .non-academics .box:nth-child(1) .box-section:nth-child(2) ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
}
.bbm_page .non-academics .box:nth-child(2) {
  width: 35%;
}
.bbm_page .non-academics .box:nth-child(2) p {
  max-width: 340px;
  line-height: 31px;
}
.bbm_page .non-academics .box:nth-child(2) span {
  font-weight: 600;
}
.bbm_page .non-academics .box:nth-child(2) .box-section:nth-child(4) ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-width: 340px;
}
.bbm_page .non-academics .box:nth-child(3) {
  width: 25%;
}
.bbm_page .non-academics .box:nth-child(3) .box-section::before {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/svg-img/sbox-top.svg");
  top: -45px;
  left: -3px;
  width: calc(100% + 5px);
  background-repeat: no-repeat;
  z-index: -1;
  height: 50px;
  background-size: 100%;
}
.bbm_page .non-academics .box:nth-child(3) .box-section::after {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/svg-img/sbox-bot.svg");
  bottom: -55px;
  left: -2px;
  width: calc(100% + 5px);
  background-repeat: no-repeat;
  z-index: -1;
  height: 65px;
  background-size: 100%;
}
.bbm_page .testimonials {
  padding: 50px 0 80px;
}
.bbm_page .testimonials .swiper-button-next {
  top: 25%;
  right: 0;
}
.bbm_page .testimonials .swiper-button-next::after {
  font-size: 0;
  background-image: url("../images/bbm/svg-img/next.svg");
  width: 15px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.bbm_page .testimonials .swiper-button-prev {
  top: 25%;
  left: 0;
}
.bbm_page .testimonials .swiper-button-prev::after {
  font-size: 0;
  background-image: url("../images/bbm/svg-img/prev.svg");
  width: 15px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.bbm_page .testimonials h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: normal;
  color: #1F2021;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 13px;
}
.bbm_page .testimonials .testimonial-slider {
  overflow: hidden;
  position: relative;
}
.bbm_page .testimonials p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: #1e1e1e;
  opacity: 0.9;
  max-width: 980px;
  margin: 0 auto;
}
.bbm_page .testimonials .alumini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.bbm_page .testimonials .alumini .left {
  width: 45%;
}
.bbm_page .testimonials .alumini h3 {
  font-family: "Open sans", sans-serif;
  line-height: 38px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.bbm_page .testimonials .alumini h4 {
  font-family: "Open sans", sans-serif;
  line-height: 23px;
  font-size: 14px;
  font-weight: 500;
  color: #575757;
  text-transform: capitalize;
}
.bbm_page .facilities-visitors {
  background: #fff;
  position: relative;
  z-index: 0;
}
.bbm_page .facilities-visitors::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 230, 243, 0)), to(#C5E6F3));
  background: linear-gradient(to bottom, rgba(197, 230, 243, 0), #C5E6F3);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.bbm_page .facilities-visitors h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: normal;
  color: #1F2021;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.bbm_page .facilities {
  padding: 100px 0;
}
.bbm_page .facilities h2 {
  text-align: center;
}
.bbm_page .facilities ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.bbm_page .facilities li {
  font-family: "Open sans", sans-serif;
  line-height: 36px;
  font-size: 20px;
  font-weight: 500;
  color: #1e1e1e;
  opacity: 0.9;
  background: #EEF7FD;
  border: 1px solid #3B8BCA;
  padding: 10px 25px;
  display: block;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.bbm_page .facilities li:hover {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bbm_page .visitors {
  padding: 0 0 120px;
}
.bbm_page .visitors p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: #1e1e1e;
  opacity: 0.9;
}
.bbm_page .visitors .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bbm_page .visitors .left {
  width: 40%;
}
.bbm_page .visitors .right .imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.bbm_page .visitors .right .box {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  border-radius: 20px;
}
.bbm_page .visitors .right .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.bbm_page .visitors .right .box:nth-child(1) {
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.bbm_page .visitors .right .box:nth-child(2) .item:nth-child(2) {
  width: 50%;
}
.bbm_page .admission-contact-us {
  padding: 0;
  background: #fff;
  position: relative;
  z-index: 0;
}
.bbm_page .admission-contact-us .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.bbm_page .admission-contact-us h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  padding: 5px 20px 15px;
  background: #fff;
  max-width: 170px;
  margin: 0 auto;
  margin-top: -60px;
}
.bbm_page .admission-contact-us p,
.bbm_page .admission-contact-us h4,
.bbm_page .admission-contact-us li,
.bbm_page .admission-contact-us a {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  color: #1e1e1e;
  opacity: 0.9;
  text-transform: none;
}
.bbm_page .admission-contact-us h4,
.bbm_page .admission-contact-us li,
.bbm_page .admission-contact-us a {
  font-weight: 600;
}
.bbm_page .admission-contact-us ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bbm_page .admission-contact-us .left {
  width: 40%;
  border: 1px solid #FD3832;
  padding: 40px;
  border-radius: 30px;
}
.bbm_page .admission-contact-us .left h3 {
  color: #FD3832;
}
.bbm_page .admission-contact-us .left p {
  max-width: 360px;
}
.bbm_page .admission-contact-us .right {
  width: 60%;
  border: 1px solid #3B8BCA;
  padding: 40px;
  border-radius: 30px;
}
.bbm_page .admission-contact-us .right h3 {
  color: #3B8BCA;
}
.bbm_page .admission-contact-us .logo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.baba-cbse_page {
  /**
     * Submenu
     -----------------------------*/
}
.baba-cbse_page .banner .bannerContent h1 {
  max-width: 600px;
  text-transform: capitalize;
}
.baba-cbse_page .banner .banner-slider .swiper-pagination-bullet {
  border: none;
}
.baba-cbse_page .banner .banner-slider .swiper-pagination-bullet-active {
  background: #FFC20E !important;
}
.baba-cbse_page .banner .announcement {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 100%;
  max-width: 350px;
  z-index: 5;
  background: #35B55A;
  padding: 35px 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.baba-cbse_page .banner .announcement .content span {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #1F2021;
}
.baba-cbse_page .banner .announcement .content h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 35px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  margin: 15px 0;
}
.baba-cbse_page .banner .announcement .content p {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
  text-transform: none;
}
.baba-cbse_page .banner .announcement .swiper-pagination-2 {
  margin-top: 25px;
}
.baba-cbse_page .banner .announcement .swiper-pagination-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #FFC20E;
  margin: 0 6px;
  opacity: unset;
  background: none;
}
.baba-cbse_page .banner .announcement .swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #FFC20E;
}
.baba-cbse_page .leaders {
  background-image: url("../images/baba-cbse/leader-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.baba-cbse_page .leaders::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: #8063A4;
  z-index: -1;
}
.baba-cbse_page .leaders .red {
  position: absolute;
  width: 155px;
  height: 155px;
  background: #FD3832;
  border-radius: 50%;
  top: 50%;
  left: -70px;
  opacity: 0.6;
}
.baba-cbse_page .leaders .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.baba-cbse_page .leaders .tabs .tab {
  display: block;
  font-size: 25px;
  line-height: normal;
  font-weight: 900;
  color: #fff;
  opacity: 0.6;
  text-align: center;
  text-transform: capitalize;
  font-weight: 800;
  padding: 15px;
  border-bottom: 2px solid #D3D8E4;
}
.baba-cbse_page .leaders .tabs .tab.active {
  opacity: 1;
  border-bottom: 2px solid #fff;
}
.baba-cbse_page .leaders .content-wrap {
  padding: 70px 0 210px;
  position: relative;
}
.baba-cbse_page .leaders .content-wrap .yellow {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #FFC20E;
  border-radius: 50%;
  top: -30px;
  right: 110px;
}
.baba-cbse_page .leaders h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 800;
  color: #fff;
  text-transform: none;
  text-align: center;
}
.baba-cbse_page .leaders .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 65px;
  position: relative;
}
.baba-cbse_page .leaders .content .ash {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #AFBEDF;
  border-radius: 50%;
  bottom: 0;
  right: 0px;
}
.baba-cbse_page .leaders .content .card {
  width: calc(33.33% - 65px);
  text-align: center;
}
.baba-cbse_page .leaders .content .text {
  background: #D498C5;
  padding: 95px 30px 35px;
  margin-top: -70px !important;
  border-radius: 20px;
}
.baba-cbse_page .leaders .content .image {
  position: relative;
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
  border: 5px solid #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.baba-cbse_page .leaders .content .image img {
  border-radius: 50%;
}
.baba-cbse_page .leaders .content span {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
}
.baba-cbse_page .leaders .content h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
  margin-top: 5px;
}
.baba-cbse_page .upcoming-events {
  position: relative;
  margin-top: -119px;
  z-index: 1;
}
.baba-cbse_page .upcoming-events h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: #00587E;
}
.baba-cbse_page .upcoming-events h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 26px;
  line-height: normal;
  font-weight: 500;
  color: #4C5558;
}
.baba-cbse_page .upcoming-events h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  color: #566670;
  margin-top: 15px;
  text-transform: none;
}
.baba-cbse_page .upcoming-events .content {
  position: relative;
  background: #fff;
  padding: 60px 80px;
  border-radius: 30px;
  border: 1px solid #CBDBFD;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.baba-cbse_page .upcoming-events .content .blue {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #60B5F8;
  border-radius: 50%;
  top: -22px;
}
.baba-cbse_page .upcoming-events .content .ltgreen {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #DAFFCD;
  border-radius: 50%;
  bottom: -35px;
  right: 25%;
}
.baba-cbse_page .upcoming-events .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.baba-cbse_page .upcoming-events .box {
  width: 33.33%;
}
.baba-cbse_page .upcoming-events .box + .box {
  padding-left: 45px;
  border-left: 2px dotted rgba(0, 0, 0, 0.25);
}
.baba-cbse_page .accordion {
  width: 100%;
  margin: 20px auto 0px;
  border-radius: 4px;
  list-style-type: none;
  padding: 0;
}
.baba-cbse_page .accordion li {
  border: 1px solid #DFEAF3;
  border-radius: 6px;
  background: #fff;
}
.baba-cbse_page .accordion li + li {
  margin-top: 10px;
}
.baba-cbse_page .accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 25px;
  font-family: "Gilroy", sans-serif;
  color: #4C5558;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.baba-cbse_page .accordion .link span {
  font-size: 18px;
  color: #00587E;
  font-weight: 500;
}
.baba-cbse_page .accordion .link::before {
  content: "";
  position: absolute;
  background-image: url("../images/baba-cbse/svg-img/arrow.svg");
  width: 14px;
  height: 10px;
  background-repeat: no-repeat;
  right: 20px;
  top: calc(50% - 4px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.baba-cbse_page .accordion li:last-child .link {
  border-bottom: 0;
}
.baba-cbse_page .accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.baba-cbse_page .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.baba-cbse_page .accordion li .link {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.baba-cbse_page .accordion li .link:hover {
  color: #F99D1C;
}
.baba-cbse_page .accordion li.open i {
  color: #b63b4d;
}
.baba-cbse_page .accordion li.open .link::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.baba-cbse_page .submenu {
  display: none;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px;
}
.baba-cbse_page .submenu li {
  border: none;
}
.baba-cbse_page .akcmenu li,
.baba-cbse_page .submenu li {
  display: block;
  text-decoration: none;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 37px;
  color: #4C5558;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding-left: 40px;
  position: relative;
}
.baba-cbse_page .akcmenu li::before,
.baba-cbse_page .submenu li::before {
  content: "";
  position: absolute;
  height: 13px;
  border: 2px solid #FF6107;
  top: 10px;
  left: 30px;
}
.baba-cbse_page .submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}
.baba-cbse_page .baba-academics {
  background: #fff;
}
.baba-cbse_page .baba-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  color: #1f2021;
  font-weight: 800;
}
.baba-cbse_page .baba-academics h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  color: #1f2021;
  font-weight: 600;
}
.baba-cbse_page .baba-academics p {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #1e1e1e;
  font-weight: 500;
  opacity: 0.8;
  margin: 10px 0;
}
.baba-cbse_page .baba-academics .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 110px;
  gap: 60px;
  position: relative;
  z-index: 0;
}
.baba-cbse_page .baba-academics .content::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: #FFC20E;
  border-radius: 50%;
  top: -70px;
  right: 33%;
  z-index: -1;
  opacity: 0.5;
}
.baba-cbse_page .baba-academics .left {
  width: 65%;
}
.baba-cbse_page .baba-academics .right {
  width: 35%;
}
.baba-cbse_page .baba-academics .right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 15px;
}
.baba-cbse_page .baba-academics .right ul li {
  max-width: 335px;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.baba-cbse_page .baba-academics .right ul li::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  left: 0;
  z-index: -1;
}
.baba-cbse_page .baba-academics .right ul li a {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #00587E;
  font-weight: 800;
  text-transform: uppercase;
}
.baba-cbse_page .baba-academics .right ul li + li {
  margin-top: 25px;
}
.baba-cbse_page .baba-academics .right ul li:nth-child(1)::before {
  background: #F5CDFF;
}
.baba-cbse_page .baba-academics .right ul li:nth-child(2)::before {
  background: #FFE2B7;
}
.baba-cbse_page .baba-academics .right ul li:nth-child(3)::before {
  background: #A9FFC2;
}
.baba-cbse_page .bbc-academics ul {
  margin-top: 20px !important;
}
.baba-cbse_page .bbc-academics .image img {
  max-height: 435px;
}
.baba-cbse_page .bbc-academics .blue-box p {
  max-width: unset !important;
}
.baba-cbse_page .baba-non-academics {
  padding: 80px 0 100px;
  background: #FFCDBD;
  position: relative;
  z-index: 0;
}
.baba-cbse_page .baba-non-academics::before {
  content: "";
  position: absolute;
  background-image: url("../images/baba-cbse/svg-img/non-aca-bg.svg");
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: auto;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.baba-cbse_page .baba-non-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  color: #1f2021;
  font-weight: 800;
  text-align: center;
}
.baba-cbse_page .baba-non-academics .accordion {
  max-width: 740px;
  margin: 0 auto;
  margin-top: 20px;
}
.baba-cbse_page .facilities-visitors {
  padding: 80px 0;
}
.baba-cbse_page .facilities-visitors::after {
  display: none;
}
.baba-cbse_page .facilities-visitors .facilities {
  padding: 0;
}
.baba-cbse_page .facilities-visitors .facilities li {
  background: #fff;
  border: 1px solid #FBB040;
  color: #503c31;
  font-weight: 600;
  padding: 10px 20px;
}
.baba-cbse_page .facilities-visitors .dispImage {
  position: relative;
}
.baba-cbse_page .facilities-visitors .dispImage span {
  position: absolute;
  bottom: 65px;
  font-size: 25px;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  font-weight: 600;
  background: #35b55a;
  left: 0;
  padding: 15px 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.baba-cbse_page .facilities-visitors .visitors {
  padding: 50px 0 0;
}
.baba-cbse_page .facilities-visitors .visitors h2,
.baba-cbse_page .facilities-visitors .visitors p {
  text-align: center;
}
.baba-cbse_page .facilities-visitors .visitors p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 35px;
}
.baba-cbse_page .facilities-visitors .visitors .visitors-slider {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
.baba-cbse_page .facilities-visitors .visitors .visitors-slider .image {
  border-radius: 15px;
}
.baba-cbse_page .facilities-visitors .visitors .visitors-slider .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
  border-radius: 15px;
}
.baba-cbse_page .facilities-visitors .visitors .visitors-slider .navigation {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.baba-cbse_page .facilities-visitors .visitors .visitors-slider .navigation .swiper-button-next,
.baba-cbse_page .facilities-visitors .visitors .visitors-slider .navigation .swiper-button-prev {
  position: unset;
  width: unset;
  height: unset;
}
.baba-cbse_page .facilities-visitors .visitors .visitors-slider .navigation .swiper-button-next::after {
  font-size: 0;
  background-image: url("../images/baba-cbse/svg-img/next.svg");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.baba-cbse_page .facilities-visitors .visitors .visitors-slider .navigation .swiper-button-prev::after {
  font-size: 0;
  background-image: url("../images/baba-cbse/svg-img/prev.svg");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.baba-cbse_page .logo {
  background: #fff;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.baba-cbse_page .footer-logo {
  position: relative;
  padding: 40px 0 20px;
}
.baba-cbse_page .footer-logo .image {
  text-align: center;
}
.baba-cbse_page .footer-logo .image img {
  max-width: 245px;
}

.foundation_page .dispText {
  background: #fff;
  padding: 80px 0;
}
.foundation_page .dispText p {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 37px;
  color: #4C5558;
  text-align: center;
  max-width: 875px;
  margin: 0 auto;
  font-weight: 400;
}
.foundation_page .management-outer {
  padding: 100px 0;
  background: #FDA5A3;
  position: relative;
  z-index: 0;
}
.foundation_page .management-outer::before {
  content: "";
  position: absolute;
  background-image: url("../images/foundation/wall.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.foundation_page .management-outer h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  color: #1F2021;
  text-transform: capitalize;
  text-align: center;
}
.foundation_page .management-outer .management .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 65px;
  max-width: 1000px;
}
.foundation_page .management-outer .management .card {
  width: 50%;
}
.foundation_page .management-outer .management .image {
  border-radius: 50%;
  text-align: center;
}
.foundation_page .management-outer .management .image img {
  border-radius: 50%;
  max-width: 280px;
  border: 4px solid #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.foundation_page .management-outer .management .text {
  background: #EA688E;
  padding: 90px 45px 30px;
  border-radius: 20px;
  margin-top: -70px;
}
.foundation_page .management-outer .management .text h3 {
  font-size: 25px;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.foundation_page .management-outer .management .text p {
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  max-width: 306px;
  margin: 0 auto;
  margin-top: 10px;
}
.foundation_page .management-outer .executive {
  margin-top: 55px;
}
.foundation_page .management-outer .executive h2 {
  font-size: 35px;
}
.foundation_page .management-outer .executive p {
  font-size: 20px;
  font-family: "Open sans", sans-serif;
  color: #1F2021;
  opacity: 0.8;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 5px;
}
.foundation_page .management-outer .executive .content {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.foundation_page .management-outer .executive .card {
  background: #fff;
  border: 1px solid #D36398;
  border-radius: 20px;
  padding: 30px 40px;
}
.foundation_page .management-outer .executive .card h3 {
  font-size: 25px;
  font-family: "Gilroy", sans-serif;
  color: #1f2021;
  line-height: normal;
  font-weight: 600;
}
.foundation_page .management-outer .executive .card p {
  font-size: 16px;
  font-family: "Open sans", sans-serif;
  color: #1F2021;
  opacity: 0.8;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.blog_page .banner .bannerContent {
  min-height: 80vh;
}
.blog_page .banner .bannerContent::before {
  display: none;
}
.blog_page .banner .bannerContent h1 {
  font-size: 65px;
  font-family: "Gilroy", sans-serif;
  line-height: 75px;
  color: #fff;
  font-weight: 800;
  margin: 0 auto;
  text-transform: unset;
}
.blog_page .banner .bannerContent h3 {
  font-size: 25px;
  font-family: "Gilroy", sans-serif;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  margin: 0 auto;
  text-transform: unset;
  max-width: 765px;
  text-align: center;
  margin-top: 10px;
}
.blog_page .blog-list {
  padding: 90px 0;
  background: #fff;
}
.blog_page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  position: relative;
}
.blog_page .blog-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blog_page .blog-box {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
}
.blog_page .blog-box img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_page .text {
  padding: 20px;
}
.blog_page .blog-date {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #3B8BCA;
  font-weight: 500;
}
.blog_page .title {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: 34px;
  color: #1F2021;
  font-weight: 600;
  margin: 10px 0 5px;
}
.blog_page p {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #4C5558;
  font-weight: 400;
}
.blog_page .blog-right {
  min-width: 310px;
}
.blog_page .blog-right h6 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #01539D;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: none;
}
.blog_page .blog-right a,
.blog_page .blog-right h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 50px;
  color: #4C5558;
  font-weight: 600;
  text-transform: none;
  display: block;
}
.blog_page .blog-right a {
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_page .blog-right a:hover {
  border-color: #01539D;
}
.blog_page .blog-right .recent {
  margin-top: 20px;
}
.blog_page .pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog_page .pagination .page-numbers {
  width: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-radius: 50%;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #000;
  font-weight: 400;
}
.blog_page .pagination .page-numbers.current {
  background: #0072A0;
  color: #fff;
}
.blog_page .pagination .page-numbers.prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .blog_page .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog-detail_page .banner .bannerContent {
  min-height: 50vh;
  height: unset !important;
}
.blog-detail_page .banner .bannerContent::before {
  display: none;
}
.blog-detail_page .banner .bannerContent h1 {
  font-size: 65px;
  line-height: 75px;
  text-transform: none;
  margin: 0 auto;
  font-weight: 800;
  font-family: "Gilroy", sans-serif;
}
.blog-detail_page .blog-view {
  padding: 70px 0 80px;
  background: #fff;
}
.blog-detail_page .blog-view .blog-menu {
  position: sticky;
  z-index: 999;
  top: 0;
}
.blog-detail_page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.blog-detail_page .blog-detail-content h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 35px;
  line-height: 45px;
  color: #1F2021;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 5px;
}
.blog-detail_page .blog-detail-content p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.8;
  font-weight: 400;
  margin: 10px 0;
}
.blog-detail_page .blog-detail-content img {
  border-radius: 15px;
  margin: 14px 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail_page .blog-detail-content h5 {
  font-family: "Open sans", sans-serif;
  font-size: 19px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.8;
  font-weight: 600;
  text-transform: none;
}
.blog-detail_page .blog-detail-content ul {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.blog-detail_page .blog-detail-content ul li {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.8;
  font-style: italic;
  text-transform: none;
  padding-left: 20px;
  position: relative;
}
.blog-detail_page .blog-detail-content ul li::before {
  content: "";
  position: absolute;
  height: 15px;
  top: 5px;
  left: 0;
  border: 2px solid #01539D;
}
.blog-detail_page .wp-block-table {
  margin: 20px 0 0;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.blog-detail_page .wp-block-table table {
  margin: 0;
}
.blog-detail_page .wp-block-table td {
  background: #fafafa;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
  padding: 20px 25px;
  text-align: center;
  font-family: "Open sans", sans-serif;
  font-size: 19px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.8;
  font-weight: 800;
  text-transform: none;
}
.blog-detail_page .wp-block-table td + td {
  border-left: 1px solid #d9d9d9;
}
.blog-detail_page .wp-block-table tr {
  border-bottom: 1px solid #D9D9D9;
}

.about-us_page .banner .bannerContent {
  min-height: 80vh;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about-us_page .banner .bannerContent::before {
  display: none;
}
.about-us_page .banner .bannerContent h1 {
  margin: 0 auto;
  padding-bottom: 90px;
  text-transform: none;
  font-weight: 800;
}
.about-us_page .dispText {
  padding: 80px 0 110px;
  background: #fff;
}
.about-us_page .dispText p {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 38px;
  color: #4C5558;
  font-weight: 400;
  text-transform: none;
  max-width: 875px;
  margin: 0 auto;
  text-align: center;
}
.about-us_page .mahatma {
  background: #FE6583;
  padding: 80px 0;
  position: relative;
}
.about-us_page .mahatma::before {
  content: "";
  position: absolute;
  top: -50px;
  width: 100%;
  height: 80px;
  left: 0;
  background-image: url("../images/about-us/mahatma-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.about-us_page .mahatma::after {
  content: "";
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 80px;
  left: 0;
  background-image: url("../images/about-us/mahatma-bot.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.about-us_page .mahatma .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.about-us_page .mahatma .card {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us_page .mahatma .image {
  min-width: 135px;
  max-width: 135px;
}
.about-us_page .mahatma h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.about-us_page .mahatma p {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 38px;
  color: #fff;
  font-weight: 400;
}
.about-us_page .core-values {
  padding: 80px 0 100px;
  background: #fff;
  position: relative;
  z-index: -1;
}
.about-us_page .core-values::before {
  content: "";
  position: absolute;
  background-image: url("../images/about-us/core-wall.svg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -3;
}
.about-us_page .core-values::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#3B8BCA));
  background: linear-gradient(to bottom, transparent, #3B8BCA);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  opacity: 0.3;
}
.about-us_page .core-values h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: 60px;
  font-weight: 800;
  color: #1f2021;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
}
.about-us_page .core-values .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.about-us_page .core-values .box {
  width: 25%;
  text-align: center;
}
.about-us_page .core-values h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  text-transform: capitalize;
}
.about-us_page .core-values h4 {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1f2021;
  margin: 10px 0 5px;
}
.about-us_page .core-values p {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
  color: #1f2021;
  min-height: 60px;
}
.about-us_page .core-values .text {
  padding: 0 20px;
  background: #fff;
  position: relative;
  z-index: -1;
  margin-bottom: 55px;
}
.about-us_page .core-values .text::before {
  content: "";
  position: absolute;
  height: 60px;
  top: -55px;
  z-index: -2;
}
.about-us_page .core-values .text::after {
  content: "";
  position: absolute;
  height: 60px;
  bottom: -58px;
  z-index: -2;
}
.about-us_page .core-values .image {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.about-us_page .core-values .box:nth-child(odd) .text::before {
  width: calc(100% + 12px);
  left: -7px;
}
.about-us_page .core-values .box:nth-child(odd) .text::after {
  width: calc(100% + 6px);
  left: -3px;
}
.about-us_page .core-values .box:nth-child(even) .text::before {
  width: calc(100% + 7px);
  left: -3px;
}
.about-us_page .core-values .box:nth-child(even) .text::after {
  width: calc(100% + 12px);
  left: -6px;
}
.about-us_page .core-values .box:nth-child(1) .text {
  border-left: 2px solid #FE6583;
  border-right: 2px solid #FE6583;
}
.about-us_page .core-values .box:nth-child(1) .text::before {
  background: url("../images/about-us/red-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-us_page .core-values .box:nth-child(1) .text::after {
  background: url("../images/about-us/red-bot.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-us_page .core-values .box:nth-child(1) .image {
  background: #FD3832;
}
.about-us_page .core-values .box:nth-child(1) h3 {
  color: #FE6583;
}
.about-us_page .core-values .box:nth-child(2) .text {
  border-left: 2px solid #3B8BCA;
  border-right: 2px solid #3B8BCA;
}
.about-us_page .core-values .box:nth-child(2) .text::before {
  background: url("../images/about-us/blue-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-us_page .core-values .box:nth-child(2) .text::after {
  background: url("../images/about-us/blue-bot.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-us_page .core-values .box:nth-child(2) .image {
  background: #3B8BCA;
}
.about-us_page .core-values .box:nth-child(2) h3 {
  color: #3B8BCA;
}
.about-us_page .core-values .box:nth-child(3) .text {
  border-left: 2px solid #F99D1C;
  border-right: 2px solid #F99D1C;
}
.about-us_page .core-values .box:nth-child(3) .text::before {
  background: url("../images/about-us/yellow-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-us_page .core-values .box:nth-child(3) .text::after {
  background: url("../images/about-us/yellow-bot.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-us_page .core-values .box:nth-child(3) .image {
  background: #F99D1C;
}
.about-us_page .core-values .box:nth-child(3) h3 {
  color: #F99D1C;
}
.about-us_page .core-values .box:nth-child(4) .text {
  border-left: 2px solid #6F58E9;
  border-right: 2px solid #6F58E9;
}
.about-us_page .core-values .box:nth-child(4) .text::before {
  background: url("../images/about-us/violet-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-us_page .core-values .box:nth-child(4) .text::after {
  background: url("../images/about-us/violet-bot.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-us_page .core-values .box:nth-child(4) .image {
  background: #6F58E9;
}
.about-us_page .core-values .box:nth-child(4) h3 {
  color: #6F58E9;
}
.about-us_page .milestones {
  padding: 80px 0 100px;
  background: #fff;
}
.about-us_page .milestones h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: 60px;
  font-weight: 800;
  color: #1f2021;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
}
.about-us_page .milestones .image {
  border: 1px solid #BAC4C9;
  border-radius: 30px;
}
.about-us_page .milestones .image img {
  border-radius: 30px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us_page .milestones .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-us_page .milestones .content::before {
  content: "";
  position: absolute;
  height: 80%;
  border: 1px dashed #A8A8A8;
  top: 0;
  left: 50%;
}
.about-us_page .milestones .content::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: #35B55A;
  border-radius: 50%;
  right: 100px;
  bottom: -180px;
}
.about-us_page .milestones ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-us_page .milestones ul + ul {
  margin-top: -150px;
}
.about-us_page .milestones .list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.about-us_page .milestones .list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  position: relative;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-us_page .milestones .list .card:hover span {
  background: #F99D1C;
}
.about-us_page .milestones .list .card:hover h5 {
  color: #fff;
}
.about-us_page .milestones .list .text {
  min-height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.about-us_page .milestones .list p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #1f2021;
  margin-bottom: 10px;
  text-align: left;
}
.about-us_page .milestones .list.reverse .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.about-us_page .milestones .list.reverse p {
  text-align: right;
}
.about-us_page .milestones .list.reverse .right {
  right: -58px;
  left: unset;
}
.about-us_page .milestones .list.reverse .right span::before {
  background-image: url("../images/about-us/arrow-left.svg");
  left: unset;
  right: 100%;
}
.about-us_page .milestones .list .left {
  width: 70%;
}
.about-us_page .milestones .list .right {
  position: absolute;
  left: -58px;
}
.about-us_page .milestones .list .right h5 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: 50px;
  font-weight: 800;
  color: #0e3c50;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about-us_page .milestones .list .right span {
  background: #fff;
  border: 4px solid #F99D1C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 116px;
  height: 116px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
          box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.about-us_page .milestones .list .right span::before {
  content: "";
  position: absolute;
  left: 100%;
  background-image: url("../images/about-us/arrow-ryt.svg");
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
}
.about-us_page .milestones .list:nth-child(2) {
  margin-top: 200px;
}
.about-us_page .leadership-team {
  background: #CEE5F8;
  position: relative;
  z-index: 0;
}
.about-us_page .leadership-team::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/about-us/team-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.1;
  z-index: -1;
}
.about-us_page .leadership-team::after {
  content: "";
  position: absolute;
  width: 215px;
  height: 100%;
  background-image: url("../images/about-us/lead-left.svg");
  background-size: 121px 266px;
  background-repeat: no-repeat;
  left: 0;
  top: calc(50% - 133px);
}
.about-us_page .leadership-team .content {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.about-us_page .leadership-team .content::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #FFC20E;
  border-radius: 50%;
  right: 0;
  top: -30px;
}
.about-us_page .leadership-team .content::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: #AFBEDF;
  border-radius: 50%;
  right: 0px;
  top: 40%;
}
.about-us_page .leadership-team h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: 60px;
  font-weight: 800;
  color: #1f2021;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
}
.about-us_page .leadership-team .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 130px;
  margin-top: 35px;
}
.about-us_page .leadership-team .box {
  width: 25%;
  cursor: pointer;
}
.about-us_page .leadership-team .image {
  border-radius: 20px;
  border: 2px solid #fff;
}
.about-us_page .leadership-team .image img {
  border-radius: 20px;
  width: 100%;
}
.about-us_page .leadership-team .text {
  text-align: center;
  margin-top: 20px;
}
.about-us_page .leadership-team .text h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  color: #0B1330;
  text-transform: capitalize;
  white-space: nowrap;
}
.about-us_page .leadership-team .text h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  color: #596670;
  margin: 5px 0 0;
}
.about-us_page .leadership-team .text p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: #1f2021;
  margin: 5px 0 0;
  max-width: 325px;
}

body.page-template-nios header .logo {
  display: none;
}

.nios_page .banner .bannerContent::before {
  display: none;
}
.nios_page .banner .bannerContent h1 {
  text-transform: none;
  max-width: 624px;
}
.nios_page .banner .banner-slider .swiper-pagination-bullet-active {
  background: #FFC20E !important;
  border: none;
}
.nios_page .nios {
  position: relative;
  background: #fff;
  padding: 80px 0;
  z-index: 2;
}
.nios_page .nios::before {
  content: "";
  position: absolute;
  background-image: url(../images/wave-section-up.svg);
  width: 100%;
  height: 21px;
  background-size: cover;
  top: -10px;
  background-repeat: no-repeat;
  z-index: 3;
}
.nios_page .nios::after {
  content: "";
  position: absolute;
  background-image: url("../images/nios/nios-bg.svg");
  width: 100%;
  height: 100%;
  background-size: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.nios_page .nios p {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 38px;
  color: #1e1e1e;
  opacity: 0.9;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.nios_page .nios h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1f2021;
  text-align: center;
}
.nios_page .nios .boxContent {
  margin: 130px auto 75px;
  padding: 10px 75px;
  max-width: 950px;
  border: 2px solid #FFC20E;
  border-top: none;
  border-bottom: none;
  position: relative;
  z-index: 0;
}
.nios_page .nios .boxContent .left {
  position: absolute;
  background-image: url("../images/nios/svg-img/nios-border-left.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  height: 65px;
  width: 50%;
  left: -4px;
  top: -64px;
  background-position: top left;
  z-index: -1;
}
.nios_page .nios .boxContent .right {
  position: absolute;
  background-image: url("../images/nios/svg-img/nios-border-ryt.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  height: 65px;
  width: 50%;
  right: -3px;
  top: -65px;
  background-position: top right;
  z-index: -1;
}
.nios_page .nios .boxContent .bot {
  position: absolute;
  background-image: url("../images/nios/svg-img/nios-border-bot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc(100% + 8px);
  height: 75px;
  left: -3px;
  bottom: -74px;
  background-position: bottom;
}
.nios_page .nios .boxContent p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 36px;
  color: #1e1e1e;
  opacity: 0.9;
  text-align: center;
  margin-top: 25px;
}
.nios_page .nios .boxContent .text {
  margin-top: -80px;
}
.nios_page .niosImage img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nios_page .nios-academics {
  padding: 70px 0 115px;
  background-image: url("../images/nios/wall.svg");
  background-repeat: repeat;
  background-size: 100%;
}
.nios_page .nios-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1f2021;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.nios_page .nios-academics h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
  color: #1f2021;
  text-align: center;
}
.nios_page .nios-academics ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nios_page .nios-academics .achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
.nios_page .nios-academics .achievement li {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
  color: #0e3c50;
  text-align: center;
  padding: 23px 30px;
  border-radius: 60px;
  border: 2px solid #9fD9DA;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nios_page .nios-academics .achievement li:hover {
  background: #9fD9DA;
}
.nios_page .nios-academics .join-mahatma {
  padding: 70px 0 0;
}
.nios_page .nios-academics .join-mahatma .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  gap: 50px;
}
.nios_page .nios-academics .join-mahatma .left,
.nios_page .nios-academics .join-mahatma .right {
  width: 50%;
}
.nios_page .nios-academics .join-mahatma ul {
  margin-top: -55px;
}
.nios_page .nios-academics .join-mahatma li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  margin: 105px 0;
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
.nios_page .nios-academics .join-mahatma li::before {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  width: calc(100% + 3px);
  height: 50px;
  top: -50px;
  left: -3px;
  z-index: -1;
}
.nios_page .nios-academics .join-mahatma li::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  width: calc(100% + 1px);
  height: 55px;
  bottom: -47px;
  left: -1px;
  z-index: -1;
}
.nios_page .nios-academics .join-mahatma li .icon {
  width: 50px;
  height: 50px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
.nios_page .nios-academics .join-mahatma li:nth-child(1) {
  background-color: #FFE2B8;
}
.nios_page .nios-academics .join-mahatma li:nth-child(1) .icon {
  background-image: url("../images/nios/svg-img/t1.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(1)::before {
  background-image: url("../images/nios/svg-img/t1-top.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(1)::after {
  background-image: url("../images/nios/svg-img/t1-bot.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(2) {
  background-color: #FFDED7;
}
.nios_page .nios-academics .join-mahatma li:nth-child(2) .icon {
  background-image: url("../images/nios/svg-img/t2.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(2)::before {
  background-image: url("../images/nios/svg-img/t2-top.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(2)::after {
  background-image: url("../images/nios/svg-img/t2-bot.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(3) {
  background-color: #FFB890;
}
.nios_page .nios-academics .join-mahatma li:nth-child(3) .icon {
  background-image: url("../images/nios/svg-img/t3.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(3)::before {
  background-image: url("../images/nios/svg-img/t3-top.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(3)::after {
  background-image: url("../images/nios/svg-img/t3-bot.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(4) {
  background-color: #FBCBD9;
}
.nios_page .nios-academics .join-mahatma li:nth-child(4) .icon {
  background-image: url("../images/nios/svg-img/t4.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(4)::before {
  background-image: url("../images/nios/svg-img/t4-top.svg");
}
.nios_page .nios-academics .join-mahatma li:nth-child(4)::after {
  background-image: url("../images/nios/svg-img/t4-bot.svg");
}
.nios_page .nios-academics .join-mahatma li p {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 36px;
  color: #1e1e1e;
  opacity: 0.9;
  font-weight: 600;
  width: calc(100% - 50px);
}
.nios_page .nios-academics .join-mahatma .right {
  border-radius: 30px;
}
.nios_page .nios-academics .join-mahatma .right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.nios_page .nios-academics .offer {
  padding: 30px 0 0;
}
.nios_page .nios-academics .offer h3 {
  margin-bottom: 10px;
}
.nios_page .nios-academics .offer p {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  color: #0e3c50;
  font-weight: 600;
  text-align: center;
}
.nios_page .nios-academics .offer .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 20px;
}
.nios_page .nios-academics .offer .boxContent p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #1e1e1e;
  font-weight: 400;
  text-align: left;
  opacity: 0.9;
}
.nios_page .nios-academics .offer .boxContent h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  color: #1e1e1e;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 15px;
}
.nios_page .nios-academics .offer .boxContent .box {
  width: 33.33%;
  padding: 10px 45px;
  margin: 45px 0 65px;
  background: #fff;
  border-top: none;
  border-bottom: none;
  position: relative;
}
.nios_page .nios-academics .offer .boxContent .box::before {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  width: calc(100% + 5px);
  height: 50px;
  top: -50px;
  left: -3px;
  z-index: 0;
}
.nios_page .nios-academics .offer .boxContent .box::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  width: calc(100% + 5.5px);
  height: 65px;
  bottom: -64px;
  left: -2.5px;
  z-index: 0;
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(1) {
  border-left: 2px solid #35B55A;
  border-right: 2px solid #35B55A;
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(1) h4 span {
  color: #35B55A;
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(1)::before {
  background-image: url("../images/nios/svg-img/off-b1-top.svg");
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(1)::after {
  background-image: url("../images/nios/svg-img/off-b1-bot.svg");
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(2) {
  border-left: 2px solid #3B8bca;
  border-right: 2px solid #3B8bca;
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(2) h4 span {
  color: #3B8BCA;
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(2)::before {
  background-image: url("../images/nios/svg-img/off-b2-top.svg");
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(2)::after {
  background-image: url("../images/nios/svg-img/off-b2-bot.svg");
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(3) {
  border-left: 2px solid #F99D1C;
  border-right: 2px solid #F99D1C;
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(3) h4 span {
  color: #F99D1C;
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(3)::before {
  background-image: url("../images/nios/svg-img/off-b3-top.svg");
}
.nios_page .nios-academics .offer .boxContent .box:nth-child(3)::after {
  background-image: url("../images/nios/svg-img/off-b3-bot.svg");
}
.nios_page .nios-academics .offer .boxContent .head p {
  position: relative;
  margin-bottom: 10px;
}
.nios_page .nios-academics .offer .boxContent .head p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  left: 0;
  bottom: -7px;
}
.nios_page .nios-academics h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: 37px;
  color: #0e3c50;
  font-weight: 600;
  text-transform: none;
  min-width: 240px;
}
.nios_page .nios-academics .subjects {
  padding-top: 80px;
}
.nios_page .nios-academics .subjects .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}
.nios_page .nios-academics .subjects .content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #BAC4C9;
  border-radius: 30px;
  gap: 20px;
  background: #fff;
}
.nios_page .nios-academics .subjects .content h4 {
  min-width: 240px;
}
.nios_page .nios-academics .subjects .content .level {
  padding: 30px 40px 30px 40px;
  background-color: #F4FCFF;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 25%;
}
.nios_page .nios-academics .subjects .content .subject {
  padding: 30px 0;
  width: 37.5%;
}
.nios_page .nios-academics .subjects .content .subject h4 {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #1e1e1e;
  font-weight: 600;
  opacity: 0.9;
  text-transform: none;
}
.nios_page .nios-academics .subjects .content .subject p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #1e1e1e;
  font-weight: 400;
  opacity: 0.9;
  text-transform: none;
  max-width: 380px;
}
.nios_page .nios-academics .subjects .content .subject li + li {
  margin-top: 15px;
}
.nios_page .nios-academics .image {
  width: 37.5%;
}
.nios_page .nios-academics .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.nios_page .nios-academics .bottom-box {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.nios_page .nios-academics .bottom-box h4 {
  margin-bottom: 10px;
}
.nios_page .nios-academics .bottom-box li {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #1e1e1e;
  opacity: 0.9;
  padding-left: 15px;
  position: relative;
}
.nios_page .nios-academics .bottom-box li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 4px;
  background: #13BDD4;
  top: 10px;
  left: 0;
}
.nios_page .nios-academics .bottom-box .left,
.nios_page .nios-academics .bottom-box .right {
  width: 50%;
}
.nios_page .nios-non-academics {
  background: #F7F1E5;
  padding: 90px 0 120px;
  position: relative;
  z-index: 0;
}
.nios_page .nios-non-academics::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #FFCDBD;
  border-radius: 50%;
  left: 45px;
  top: 370px;
  z-index: -1;
}
.nios_page .nios-non-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1f2021;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.nios_page .nios-non-academics h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
  color: #1f2021;
  text-align: center;
}
.nios_page .nios-non-academics .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-top: 45px;
}
.nios_page .nios-non-academics ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 0;
}
.nios_page .nios-non-academics ul::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #FFCDBD;
  border-radius: 50%;
  right: 45px;
  top: -70px;
  z-index: -1;
}
.nios_page .nios-non-academics ul li {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #1e1e1e;
  opacity: 0.9;
  max-width: 400px;
  position: relative;
  padding-bottom: 10px;
}
.nios_page .nios-non-academics ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #596670;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.nios_page .nios-non-academics ul li + li {
  padding-top: 10px;
}
.nios_page .nios-non-academics .right {
  position: relative;
  z-index: 0;
}
.nios_page .nios-non-academics .right::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #F99D1C;
  border-radius: 50%;
  right: 100px;
  top: -25px;
}
.nios_page .nios-non-academics .right::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 120px;
  background-repeat: no-repeat;
  background-image: url("../images/nios/svg-img/nios-non.svg");
  left: 100px;
  bottom: -70px;
  z-index: -1;
}
.nios_page .nios-non-academics .right img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nios_page .services-testimonial {
  padding: 90px 0 0;
}
.nios_page .services-testimonial h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1f2021;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.nios_page .services-testimonial .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}
.nios_page .services-testimonial .content .left {
  width: 55%;
  position: relative;
}
.nios_page .services-testimonial .content .left .top-svg {
  position: absolute;
  background-image: url("../images/nios/svg-img/prot.svg");
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  left: 200px;
  top: -120px;
}
.nios_page .services-testimonial .content .left .left-svg {
  position: absolute;
  background-image: url("../images/nios/svg-img/bulb.svg");
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  left: -90px;
  bottom: 50px;
}
.nios_page .services-testimonial .content .right {
  width: 45%;
  position: relative;
}
.nios_page .services-testimonial .content .right::before {
  content: "";
  position: absolute;
  background-image: url("../images/nios/svg-img/pencil.svg");
  width: 150px;
  height: 90px;
  background-repeat: no-repeat;
  left: 200px;
  top: -100px;
  z-index: -1;
}
.nios_page .services-testimonial .content .right::after {
  content: "";
  position: absolute;
  background-image: url("../images/nios/svg-img/glass.svg");
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  right: -70px;
  bottom: 50px;
  z-index: -1;
}
.nios_page .services-testimonial .content .right .box {
  position: relative;
  background: #fff;
  border-left: 2px solid #35B55A;
  border-right: 2px solid #35B55A;
  border-top: none;
  border-bottom: none;
  padding: 0 40px;
  z-index: 0;
  margin: 60px 0;
}
.nios_page .services-testimonial .content .right .box::before {
  content: "";
  position: absolute;
  background-image: url("../images/nios/svg-img/services-box-top.svg");
  background-size: 100%;
  width: calc(100% + 12px);
  height: 70px;
  left: -7px;
  top: -69px;
  z-index: -1;
  background-repeat: no-repeat;
}
.nios_page .services-testimonial .content .right .box::after {
  content: "";
  position: absolute;
  background-image: url("../images/nios/svg-img/services-box-bot.svg");
  background-size: 100%;
  width: calc(100% + 5px);
  height: 70px;
  background-repeat: no-repeat;
  bottom: -70px;
  left: -2px;
  z-index: -1;
}
.nios_page .services-testimonial .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nios_page .services-testimonial .content ul li {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #1e1e1e;
  opacity: 0.9;
  position: relative;
  display: block;
  padding-left: 45px;
}
.nios_page .services-testimonial .content ul li::before {
  content: "";
  position: absolute;
  background-image: url("../images/nios/svg-img/tick-bullet.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  left: 0;
  top: 8px;
}
.nios_page .services-testimonial .content ul li + li {
  margin-top: 10px;
}
.nios_page .services-testimonial .content h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
  color: #0e3c50;
  margin-bottom: 10px;
}
.nios_page .services-testimonial .content p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  opacity: 0.9;
}
.nios_page .services-testimonial .text + .text {
  margin-top: 30px;
}
.nios_page .testimonials-faq {
  padding: 115px 0 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#AFD1DF));
  background: linear-gradient(to bottom, #ffffff, #AFD1DF);
}
.nios_page .testimonials-faq h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.nios_page .testimonials {
  padding: 0;
}
.nios_page .testimonials h2 {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.nios_page .testimonials h2::before {
  content: "";
  position: absolute;
  background-image: url("../images/nios/svg-img/test-left.svg");
  width: 100px;
  height: 100px;
  top: -45px;
  left: 0;
  background-repeat: no-repeat;
}
.nios_page .testimonials h2::after {
  content: "";
  position: absolute;
  background-image: url("../images/nios/svg-img/test-top.svg");
  width: 100px;
  height: 100px;
  top: -85px;
  right: 85px;
  background-repeat: no-repeat;
}
.nios_page .testimonial-slider {
  position: relative;
  z-index: 0;
}
.nios_page .testimonial-slider::before {
  content: "";
  position: absolute;
  background-image: url("../images/nios/svg-img/testimonial-before.svg");
  width: 160px;
  height: 170px;
  bottom: -70px;
  left: 145px;
  opacity: 0.6;
  z-index: -1;
  background-repeat: no-repeat;
}
.nios_page .testimonial-slider::after {
  content: "";
  position: absolute;
  background-image: url("../images/nios/svg-img/testimonial-after.svg");
  width: 100px;
  height: 80px;
  bottom: 0;
  right: 160px;
  z-index: -1;
  background-repeat: no-repeat;
}
.nios_page .faq {
  margin-top: 65px;
}
.nios_page .faq .advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nios_page .faq .wp-block-advgb-accordions {
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border: 1px solid #AFBEDF;
  border-radius: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}
.nios_page .faq .wp-block-advgb-accordions::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  background: #3B8BCA;
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
  top: -50px;
  left: -40px;
}
.nios_page .faq .wp-block-advgb-accordions::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  border: 5px solid #35B55A;
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
  top: 80px;
  right: -70px;
}
.nios_page .faq h2 {
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  max-width: 500px;
}
.nios_page .faq h2::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background: #1778F2;
  opacity: 0.3;
  border-radius: 50%;
  right: 30px;
  top: -30px;
}
.nios_page .faq .advgb-accordion-header h4.advgb-accordion-header-title,
.nios_page .faq .advgb-accordion-header h4 {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #1e1e1e !important;
  opacity: 0.9;
  text-transform: none;
}
.nios_page .faq p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #1e1e1e;
  opacity: 0.9;
}
.nios_page .faq svg {
  opacity: 0.6;
}
.nios_page .faq .wp-block-advgb-accordion-item {
  position: relative;
  margin: 0 !important;
}
.nios_page .faq .wp-block-advgb-accordion-item::after {
  content: "";
  position: absolute;
  width: 100%;
  border: 1px dashed #596670;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.nios_page .faq .advgb-accordion-header,
.nios_page .faq .advgb-accordion-header.ui-accordion-header.ui-state-default,
.nios_page .faq .advgb-accordion-body,
.nios_page .faq .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
  padding: 0px 40px 10px 0px;
}
.nios_page .faq .faq-content {
  position: relative;
  z-index: 1;
}
.nios_page .faq .faq-content::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  border: 5px solid #35B55A;
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
  top: 225px;
  left: 105px;
}
.nios_page .nios-contact-us {
  padding: 145px 0 50px;
  background: #fff;
  position: relative;
  z-index: 0;
  margin-top: -100px;
}
.nios_page .nios-contact-us::after {
  content: "";
  position: absolute;
  background-image: url(../images/bbm/wave-section.svg);
  width: 100%;
  height: 21px;
  bottom: -10px;
  left: 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.nios_page .nios-contact-us h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 900;
  color: #00587E;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.nios_page .nios-contact-us .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  gap: 55px;
}
.nios_page .nios-contact-us .left,
.nios_page .nios-contact-us .right {
  width: 50%;
}
.nios_page .nios-contact-us .left {
  text-align: right;
  position: relative;
}
.nios_page .nios-contact-us .left::before {
  content: "";
  position: absolute;
  right: -27.5px;
  top: 0;
  height: 90px;
  width: 2px;
  background: #FBB040;
}
.nios_page .nios-contact-us h3,
.nios_page .nios-contact-us a,
.nios_page .nios-contact-us p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 900;
  color: #1e1e1e;
  opacity: 0.9;
}
.nios_page .nios-contact-us h3 {
  text-transform: capitalize;
}
.nios_page .nios-contact-us p {
  font-weight: 400;
}

.mgg_page .gateway {
  padding: 60px 0 95px;
  background: #fff;
  position: relative;
}
.mgg_page .gateway::before {
  content: "";
  position: absolute;
  background-image: url(../images/wave-section-up.svg);
  width: 100%;
  height: 21px;
  background-size: cover;
  top: -10px;
  background-repeat: no-repeat;
  z-index: 1;
}
.mgg_page .gateway h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mgg_page .gateway h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mgg_page .gateway h2 {
    font-size: 30px;
  }
}
.mgg_page .gateway h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .mgg_page .gateway h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mgg_page .gateway h3 {
    font-size: 22px;
  }
}
.mgg_page .gateway p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mgg_page .gateway p {
    font-size: 15px;
    line-height: 26px;
  }
}
.mgg_page .gateway .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 21px;
}
.mgg_page .gateway .box {
  width: 33.33%;
  padding: 5px 15px;
  background: #fff;
  position: relative;
  z-index: 0;
  margin: 60px 0;
  cursor: pointer;
}
.mgg_page .gateway .box::before {
  content: "";
  position: absolute;
  background-size: 100%;
  width: calc(100% + 7px);
  height: 65px;
  left: -4px;
  top: -63px;
  z-index: -1;
  background-repeat: no-repeat;
}
.mgg_page .gateway .box::after {
  content: "";
  position: absolute;
  background-size: 100%;
  width: calc(100% + 8px);
  height: 85px;
  left: -5px;
  bottom: -84px;
  z-index: -1;
  background-repeat: no-repeat;
}
.mgg_page .gateway .box:nth-child(1) {
  border: 2px solid #FF6359;
  border-top: none;
  border-bottom: none;
}
.mgg_page .gateway .box:nth-child(1)::before {
  background-image: url("../images/maha-global/svg-img/b1-top.svg");
}
.mgg_page .gateway .box:nth-child(1)::after {
  background-image: url("../images/maha-global/svg-img/b1-bot.svg");
}
.mgg_page .gateway .box:nth-child(2) {
  border: 2px solid #3B8BCA;
  border-top: none;
  border-bottom: none;
}
.mgg_page .gateway .box:nth-child(2)::before {
  background-image: url("../images/maha-global/svg-img/b2-top.svg");
}
.mgg_page .gateway .box:nth-child(2)::after {
  background-image: url("../images/maha-global/svg-img/b2-bot.svg");
}
.mgg_page .gateway .box:nth-child(3) {
  border: 2px solid #F99D1C;
  border-top: none;
  border-bottom: none;
}
.mgg_page .gateway .box:nth-child(3)::before {
  background-image: url("../images/maha-global/svg-img/b3-top.svg");
}
.mgg_page .gateway .box:nth-child(3)::after {
  background-image: url("../images/maha-global/svg-img/b3-bot.svg");
}
.mgg_page .gateway .box:nth-child(4) {
  border: 2px solid #6DE25A;
  border-top: none;
  border-bottom: none;
}
.mgg_page .gateway .box:nth-child(4)::before {
  background-image: url("../images/maha-global/svg-img/b4-top.svg");
}
.mgg_page .gateway .box:nth-child(4)::after {
  background-image: url("../images/maha-global/svg-img/b4-bot.svg");
}
.mgg_page .mgg-academics {
  padding: 80px 0 85px;
  background: #E1F2FF;
  z-index: 0;
  position: relative;
}
.mgg_page .mgg-academics::before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: repeat;
  background-image: url("../images/wall.svg");
}
.mgg_page .mgg-academics ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mgg_page .mgg-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .mgg_page .mgg-academics h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mgg_page .mgg-academics h2 {
    font-size: 30px;
  }
}
.mgg_page .mgg-academics h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  text-align: unset;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .mgg_page .mgg-academics h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mgg_page .mgg-academics h3 {
    font-size: 22px;
  }
}
.mgg_page .mgg-academics p,
.mgg_page .mgg-academics li {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: unset;
}
@media screen and (max-width: 1200px) {
  .mgg_page .mgg-academics p,
  .mgg_page .mgg-academics li {
    font-size: 15px;
    line-height: 26px;
  }
}
.mgg_page .mgg-academics li + li {
  margin-top: 15px;
}
.mgg_page .mgg-academics h4,
.mgg_page .mgg-academics span {
  font-family: "Open sans", sans-serif;
  line-height: 32px;
  font-weight: 700;
  color: #1e1e1e;
  opacity: 0.9;
  text-transform: capitalize;
  font-size: 18px;
}
.mgg_page .mgg-academics h4 {
  font-size: 18px;
}
.mgg_page .mgg-academics span {
  font-size: 17px;
}
.mgg_page .mgg-academics .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  cursor: pointer;
}
.mgg_page .mgg-academics .box.box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mgg_page .mgg-academics .box h4 {
  padding-left: 15px;
  position: relative;
}
.mgg_page .mgg-academics .box h4::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 15px;
  background: #3B8BCA;
  border-radius: 4px;
  left: 0;
  top: 8px;
}
.mgg_page .mgg-academics .box + .box {
  margin-top: 80px;
}
.mgg_page .mgg-academics .text {
  width: 40%;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.mgg_page .mgg-academics .text::-webkit-scrollbar {
  width: 8px;
}
.mgg_page .mgg-academics .text::-webkit-scrollbar-track {
  background-color: rgba(68, 119, 140, 0.22);
  border-radius: 4px;
}
.mgg_page .mgg-academics .text::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #F99D1C;
  width: 10px;
}
.mgg_page .mgg-academics .image {
  width: 60%;
}
.mgg_page .mgg-academics .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.mgg_page .mgg-academics .bottom-box {
  margin-top: 105px;
}
.mgg_page .mgg-academics .bottom-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.mgg_page .mgg-academics .bottom-box .left {
  width: 40%;
}
.mgg_page .mgg-academics .bottom-box .left p {
  margin-bottom: 12px;
}
.mgg_page .mgg-academics .bottom-box .right {
  width: 60%;
}
.mgg_page .mgg-non-academics {
  padding: 70px 0 100px;
  background: #FFF0DF;
}
.mgg_page .mgg-non-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .mgg_page .mgg-non-academics h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mgg_page .mgg-non-academics h2 {
    font-size: 30px;
  }
}
.mgg_page .mgg-non-academics p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  opacity: 0.9;
  text-align: unset;
}
@media screen and (max-width: 1200px) {
  .mgg_page .mgg-non-academics p {
    font-size: 15px;
    line-height: 26px;
  }
}
.mgg_page .mgg-non-academics .head p {
  line-height: 36px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.mgg_page .mgg-non-academics .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 36px;
}
.mgg_page .mgg-non-academics .boxContent {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.mgg_page .mgg-non-academics .boxContent h4,
.mgg_page .mgg-non-academics .boxContent li {
  font-family: "Open sans", sans-serif;
  line-height: 32px;
  font-weight: 700;
  color: #1e1e1e;
  opacity: 0.9;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 10px;
}
.mgg_page .mgg-non-academics .boxContent p {
  line-height: 32px;
}
.mgg_page .mgg-non-academics .boxContent ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.mgg_page .mgg-non-academics .box {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #A1A1A1;
  border-top: none;
  border-bottom: none;
  padding: 10px 35px;
  position: relative;
  z-index: 0;
  margin: 65px 0;
  cursor: pointer;
}
.mgg_page .mgg-non-academics .box::before {
  content: "";
  position: absolute;
  background-size: 100%;
  width: calc(100% + 7px);
  height: 65px;
  left: -3px;
  top: -65px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url("../images/maha-global/svg-img/non-top.svg");
}
.mgg_page .mgg-non-academics .box::after {
  content: "";
  position: absolute;
  background-size: 100%;
  width: calc(100% + 7px);
  height: 70px;
  left: -3px;
  bottom: -70px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url("../images/maha-global/svg-img/non-bot.svg");
}
.mgg_page .blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #B9F2FF;
  gap: 20px;
  padding: 50px 60px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .mgg_page .blue-box {
    padding: 30px;
  }
}
.mgg_page .blue-box .left,
.mgg_page .blue-box .right {
  width: 50%;
}
.mgg_page .blue-box p {
  max-width: 521px !important;
}
.mgg_page .blue-box ul li {
  position: relative;
  padding-left: 15px;
}
.mgg_page .blue-box ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 15px;
  background: #3B8BCA;
  border-radius: 4px;
  left: 0;
  top: 8px;
}
.mgg_page .team {
  padding: 100px 0 !important;
}
.mgg_page .team .leadership .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mgg_page .team .leadership .tabs .tab {
  display: block;
  font-size: 25px;
  line-height: normal;
  font-weight: 900;
  color: #fff;
  opacity: 0.6;
  text-align: center;
  text-transform: capitalize;
  font-weight: 800;
  padding: 15px;
  border-bottom: 2px solid #D3D8E4;
}
.mgg_page .team .leadership .tabs .tab.active {
  opacity: 1;
  border-bottom: 2px solid #fff;
}
.mgg_page .infrastructure-testimonial .imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
}
.mgg_page .infrastructure-testimonial .imageBox .left,
.mgg_page .infrastructure-testimonial .imageBox .right {
  width: 50%;
}
.mgg_page .infrastructure-testimonial .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.mgg_page .infrastructure-testimonial .imageBox .left {
  padding: 50px;
}
.mgg_page .infrastructure-testimonial .imageBox h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .mgg_page .infrastructure-testimonial .imageBox h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mgg_page .infrastructure-testimonial .imageBox h3 {
    font-size: 22px;
  }
}
.mgg_page .infrastructure-testimonial .imageBox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mgg_page .infrastructure-testimonial .imageBox li {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .mgg_page .infrastructure-testimonial .imageBox li {
    font-size: 15px;
    line-height: 26px;
  }
}
.mgg_page .infrastructure-testimonial .imageBox li span {
  font-weight: 700;
}
.mgg_page .infrastructure-testimonial .infrastructure {
  position: relative;
  z-index: 0;
  background: #fff;
}
.mgg_page .infrastructure-testimonial .infrastructure::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 150, 90, 0)), to(rgb(90, 255, 225)));
  background: linear-gradient(rgba(255, 150, 90, 0), rgb(90, 255, 225));
  opacity: 0.2;
  z-index: -1;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
}
.mgg_page .infrastructure-testimonial .infrastructure h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mgg_page .infrastructure-testimonial .infrastructure h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mgg_page .infrastructure-testimonial .infrastructure h2 {
    font-size: 30px;
  }
}
.mgg_page .infrastructure-testimonial .infrastructure .imageBox {
  background: #D4F3DD;
}
.mgg_page .infrastructure-testimonial .boxContent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin-top: 20px;
}
.mgg_page .infrastructure-testimonial .boxContent h4 {
  font-family: "Open sans", sans-serif;
  line-height: 32px;
  font-weight: 700;
  color: #1e1e1e;
  opacity: 0.9;
  text-transform: capitalize;
  font-size: 20px;
  color: #1f2021;
  opacity: 1;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mgg_page .infrastructure-testimonial .boxContent p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: left;
  opacity: 0.9;
}
@media screen and (max-width: 1200px) {
  .mgg_page .infrastructure-testimonial .boxContent p {
    font-size: 15px;
    line-height: 26px;
  }
}
.mgg_page .infrastructure-testimonial .boxContent .box {
  cursor: pointer;
}
.mgg_page .infrastructure-testimonial .boxContent .box:hover h4 {
  color: #3B8BCA;
}
.mgg_page .infrastructure-testimonial .testimonies .category {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  margin: 20px 0 40px;
}
.mgg_page .infrastructure-testimonial .testimonies .category a {
  display: block;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #0e3c50;
  font-weight: 600;
  opacity: 0.5;
}
.mgg_page .infrastructure-testimonial .testimonies .category a.active {
  opacity: 1;
}
.mgg_page .infrastructure-testimonial .testimonies .imageBox {
  background: #FFEBCE;
  position: relative;
  z-index: 0;
}
.mgg_page .infrastructure-testimonial .testimonies .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 73px 0;
  border-bottom: 1px solid #AFBEDF;
}
.mgg_page .infrastructure-testimonial .testimonies .news h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .mgg_page .infrastructure-testimonial .testimonies .news h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mgg_page .infrastructure-testimonial .testimonies .news h3 {
    font-size: 22px;
  }
}
.mgg_page .infrastructure-testimonial .testimonies .news p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: left;
  max-width: 800px;
}
@media screen and (max-width: 1200px) {
  .mgg_page .infrastructure-testimonial .testimonies .news p {
    font-size: 15px;
    line-height: 26px;
  }
}
.mgg_page .infrastructure-testimonial .testimonies .alumini {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.page-template-mahatma-strive .banner.slider_banner .bannerContent {
  min-height: 100vh;
}

.mahatma-strive_page .links {
  position: fixed;
  top: 50%;
  left: -120px;
  z-index: 5;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.mahatma-strive_page .links a {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  border-radius: 0px 0px 20px 20px;
}
.mahatma-strive_page .links .admn {
  background: #3B8BCA;
}
.mahatma-strive_page .links .school {
  background: #35B55A;
}
.mahatma-strive_page .dispText {
  padding: 70px 0;
}
.mahatma-strive_page .dispText p {
  font-size: 18px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  line-height: 35px;
  color: #4C5558;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.mahatma-strive_page .sports-offer {
  padding: 60px 0 100px;
  background: #D3ECFF;
  position: relative;
  z-index: 0;
}
.mahatma-strive_page .sports-offer::before {
  content: "";
  position: absolute;
  background-image: url("../images/wall.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mahatma-strive_page .sports-offer h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .mahatma-strive_page .sports-offer h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mahatma-strive_page .sports-offer h2 {
    font-size: 30px;
  }
}
.mahatma-strive_page table {
  border-spacing: 0 10px;
  width: 100%;
  border-collapse: separate;
  text-align: left;
  overflow: hidden;
  background: none;
  max-width: 875px;
  margin: 0 auto;
}
.mahatma-strive_page table td,
.mahatma-strive_page table th {
  border-top: none;
  padding: 17px 30px;
}
.mahatma-strive_page table td:first-child,
.mahatma-strive_page table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.mahatma-strive_page table td:last-child,
.mahatma-strive_page table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mahatma-strive_page table tbody tr:nth-child(1) td {
  background: #FCA652;
}
.mahatma-strive_page table tbody tr:nth-child(2) td {
  background: #F2D674;
}
.mahatma-strive_page table tbody tr:nth-child(3) td {
  background: #DDBAF8;
}
.mahatma-strive_page table tbody tr:nth-child(4) td {
  background: #FFB6B5;
}
.mahatma-strive_page table tbody tr:nth-child(5) td {
  background: #A9D1F1;
}
.mahatma-strive_page table tbody td {
  padding: 32px 30px;
}
.mahatma-strive_page table .prgm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.mahatma-strive_page table p,
.mahatma-strive_page table td {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1f2021;
  font-weight: 500;
}
.mahatma-strive_page table td {
  border: none;
  vertical-align: middle;
}
.mahatma-strive_page table .table-headers {
  background-color: #00587E;
}
.mahatma-strive_page table th {
  background: none;
  border: none;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
}
.mahatma-strive_page table tr:nth-of-type(even) td {
  background-color: #d9f4f2;
}
.mahatma-strive_page table .total th {
  background-color: white;
}
.mahatma-strive_page table .total td {
  text-align: right;
  font-weight: 700;
}
.mahatma-strive_page .mobile-header {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .mahatma-strive_page p {
    display: block;
    font-weight: bold;
  }
  .mahatma-strive_page table tr td:not(:first-child),
  .mahatma-strive_page table tr th:not(:first-child),
  .mahatma-strive_page table tr td:not(.total-val) {
    display: none;
  }
  .mahatma-strive_page table tr th:first-child {
    width: 100%;
    border-radius: 10px;
  }
  .mahatma-strive_page table tr th:not(:first-child) {
    width: 40%;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -webkit-transform: translateY(-9999px);
            transform: translateY(-9999px);
    position: relative;
    z-index: -1;
  }
  .mahatma-strive_page table tr td:not(:first-child) {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -webkit-transform: translateY(-9999px);
            transform: translateY(-9999px);
    width: 60%;
    position: relative;
    z-index: -1;
  }
  .mahatma-strive_page table tr .mobile-header {
    color: #000;
  }
  .mahatma-strive_page table tr td:first-child {
    display: block;
    cursor: pointer;
    border-radius: unset;
  }
  .mahatma-strive_page table tr td:last-child {
    border-radius: unset;
  }
  .mahatma-strive_page table tr.total th {
    width: 25%;
    display: inline-block;
  }
  .mahatma-strive_page table tr td.total-val {
    display: inline-block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 75%;
  }
  .mahatma-strive_page table tbody tr:nth-child(1) td {
    background: none;
  }
  .mahatma-strive_page table tbody tr:nth-child(2) td {
    background: none;
  }
  .mahatma-strive_page table tbody tr:nth-child(3) td {
    background: none;
  }
  .mahatma-strive_page table tbody tr:nth-child(4) td {
    background: none;
  }
  .mahatma-strive_page table tbody tr:nth-child(5) td {
    background: none;
  }
  .mahatma-strive_page table tbody td {
    padding: 0;
  }
  .mahatma-strive_page table tr .prgm {
    padding: 20px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
  .mahatma-strive_page table tr:nth-child(1) .prgm {
    background: #FCA652;
  }
  .mahatma-strive_page table tr:nth-child(2) .prgm {
    background: #F2D674;
  }
  .mahatma-strive_page table tr:nth-child(3) .prgm {
    background: #DDBAF8;
  }
  .mahatma-strive_page table tr:nth-child(4) .prgm {
    background: #FFB6B5;
  }
  .mahatma-strive_page table tr:nth-child(5) .prgm {
    background: #A9D1F1;
  }
}
@media only screen and (max-width: 300px) {
  .mahatma-strive_page table tr th:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
  .mahatma-strive_page table tr td:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
}
.mahatma-strive_page .guidelines {
  padding: 100px 0;
  background: #0E3C50;
}
.mahatma-strive_page .guidelines h3 {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.mahatma-strive_page .guidelines p,
.mahatma-strive_page .guidelines li {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}
.mahatma-strive_page .guidelines ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mahatma-strive_page .guidelines .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.mahatma-strive_page .guidelines .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: calc(50% - 10px);
}
.mahatma-strive_page .guidelines .boxContent:nth-child(1) .box:nth-child(1) {
  background: #0072A0;
  color: #fff;
}
.mahatma-strive_page .guidelines .boxContent:nth-child(1) .box:nth-child(2) {
  background: #B3E982;
}
.mahatma-strive_page .guidelines .boxContent:nth-child(2) .box:nth-child(1) {
  background: #FFD18D;
}
.mahatma-strive_page .guidelines .boxContent:nth-child(2) .box:nth-child(2) {
  background: #FFC7A8;
}
.mahatma-strive_page .guidelines .box {
  color: #000;
  padding: 40px 45px;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
}
.mahatma-strive_page .logo-affiliation {
  padding: 50px 0 65px;
  background: #fff;
}
.mahatma-strive_page .logo-affiliation h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .mahatma-strive_page .logo-affiliation h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mahatma-strive_page .logo-affiliation h2 {
    font-size: 22px;
  }
}
.mahatma-strive_page .logo-affiliation .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ncvrt_page .banner {
  background-image: url("../images/ncvrt/banner.png");
}
.ncvrt_page .sports-offer {
  position: relative;
  z-index: 0;
}
.ncvrt_page .sports-offer p {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 38px;
  color: #1f2021;
  font-weight: 500;
  text-align: center;
  max-width: 875px;
  margin: 0 auto;
}
.ncvrt_page .sports-offer table {
  margin-top: 35px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 35px 50px;
}
.ncvrt_page .sports-offer table .table-headers {
  background-color: unset;
}
.ncvrt_page .sports-offer table th {
  color: #333c40;
  font-family: "Open sans", sans-serif;
  font-size: 25px;
  line-height: 24px;
  font-weight: 800;
  padding: 0 0 15px;
}
.ncvrt_page .sports-offer table tbody td {
  padding: 15px;
}
.ncvrt_page .sports-offer table tbody tr:nth-child(odd) td {
  background: #FFEBCC;
}
.ncvrt_page .sports-offer table tbody tr:nth-child(even) td {
  background: #FFDED7;
}
@media only screen and (max-width: 1000px) {
  .ncvrt_page .sports-offer p {
    font-size: 16px;
    line-height: 27px;
  }
  .ncvrt_page .sports-offer table {
    padding: 30px;
  }
  .ncvrt_page .sports-offer table th {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  }
  .ncvrt_page .sports-offer table tr td:not(:first-child),
  .ncvrt_page .sports-offer table tr th:not(:first-child),
  .ncvrt_page .sports-offer table tr td:not(.total-val) {
    display: none;
  }
  .ncvrt_page .sports-offer table tr th:first-child {
    width: 100%;
    border-radius: 10px;
  }
  .ncvrt_page .sports-offer table tr th:not(:first-child) {
    width: 40%;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transform: translateY(-9999px);
            transform: translateY(-9999px);
    position: relative;
    z-index: 0;
  }
  .ncvrt_page .sports-offer table tr td:not(:first-child) {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transform: translateY(-9999px);
            transform: translateY(-9999px);
    width: 60%;
    position: relative;
    z-index: 0;
  }
  .ncvrt_page .sports-offer table tr .mobile-header {
    color: #000;
  }
  .ncvrt_page .sports-offer table tr td:first-child {
    display: block;
    cursor: pointer;
    border-radius: unset;
  }
  .ncvrt_page .sports-offer table tr td:last-child {
    border-radius: unset;
  }
  .ncvrt_page .sports-offer table tr.total th {
    width: 25%;
    display: inline-block;
  }
  .ncvrt_page .sports-offer table tr td.total-val {
    display: inline-block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 75%;
  }
  .ncvrt_page .sports-offer table tbody tr:nth-child(1) td {
    background: none;
  }
  .ncvrt_page .sports-offer table tbody tr:nth-child(2) td {
    background: none;
  }
  .ncvrt_page .sports-offer table tbody tr:nth-child(3) td {
    background: none;
  }
  .ncvrt_page .sports-offer table tbody tr:nth-child(4) td {
    background: none;
  }
  .ncvrt_page .sports-offer table tbody tr:nth-child(5) td {
    background: none;
  }
  .ncvrt_page .sports-offer table tbody td {
    padding: 0;
  }
  .ncvrt_page .sports-offer table tr .course {
    padding: 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    font-family: "Open sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #1F2021;
  }
  .ncvrt_page .sports-offer table tr:nth-child(odd) .course {
    background: #FFEBCC;
  }
  .ncvrt_page .sports-offer table tr:nth-child(even) .course {
    background: #FFDED7;
  }
  .ncvrt_page .sports-offer table tr .mobile-header {
    padding: 15px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 300px) {
  .ncvrt_page .sports-offer table tr th:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
  .ncvrt_page .sports-offer table tr td:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
}
.ncvrt_page .sports-offer .enquiry {
  margin-top: 30px;
}
.ncvrt_page .sports-offer .enquiry span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #1f2021;
}
.ncvrt_page .sports-offer .enquiry a {
  display: block;
  font-weight: 700;
  font-family: "Open sans", sans-serif;
  font-size: 25px;
  line-height: normal;
  color: #fff;
  padding: 10px 20px;
  padding-left: 50px;
  background: #1778F2;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ncvrt_page .sports-offer .enquiry a:hover {
  background: #000;
}
.ncvrt_page .sports-offer .enquiry a::before {
  content: "";
  position: absolute;
  background-image: url("../images/ncvrt/call.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  left: 20px;
  top: calc(50% - 11px);
}
.ncvrt_page .poster-slider {
  overflow: hidden;
}
.ncvrt_page .poster {
  padding: 80px 0;
  background-color: #fff;
}
.ncvrt_page .poster .swiper-slide {
  height: auto;
}
.ncvrt_page .poster .image {
  height: 100%;
}
.ncvrt_page .poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.eric_page .banner {
  background-image: url("../images/eric/banner.png");
}
.eric_page .dispText {
  color: #4C5558;
}
.eric_page .dispText h2 {
  font-family: "Open sans", sans-serif;
  line-height: 37px;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  color: #4C5558;
}
.eric_page .dispText p {
  color: #4C5558;
  margin: 10px auto;
}
.eric_page .dispText ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
.eric_page .dispText ul li {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  line-height: 37px;
  font-weight: 400;
  color: #4C5558;
}
.eric_page .sports-offer p {
  font-weight: 400;
}
.eric_page .sports-offer p + p {
  margin-top: 10px;
}
.eric_page .poster {
  padding: 100px 0;
}
.eric_page .admission-contact-us {
  padding: 30px 0 65px;
  text-align: center;
}

.boarding_page .why-boarding {
  padding: 90px 0;
  background: #fff;
}
.boarding_page .why-boarding .details {
  background: #DFEAF3;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 10px;
}
.boarding_page .why-boarding .details .tab-item {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  padding: 10px 25px;
  line-height: 50px;
  font-weight: 500;
  color: #333c40;
  display: block;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boarding_page .why-boarding .details .tab-item.active {
  color: #fff;
  background: #1778F2;
}
.boarding_page .why-boarding .details .tab-item.active:hover {
  color: #fff;
}
.boarding_page .why-boarding .details .tab-item:hover {
  color: #1778F2;
}
.boarding_page .why-boarding h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  margin: 40px 0 10px;
}
@media screen and (max-width: 1200px) {
  .boarding_page .why-boarding h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .boarding_page .why-boarding h2 {
    font-size: 30px;
  }
}
.boarding_page .why-boarding p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .boarding_page .why-boarding p {
    font-size: 15px;
    line-height: 26px;
  }
}
.boarding_page .why-boarding h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  font-size: 40px;
  margin: 40px 0 0;
}
@media screen and (max-width: 1200px) {
  .boarding_page .why-boarding h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .boarding_page .why-boarding h3 {
    font-size: 30px;
  }
}
.boarding_page .why-boarding h4 {
  font-size: 20px;
  line-height: 50px;
  font-family: "Open sans", sans-serif;
  color: #333c40;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
  text-align: center;
}
.boarding_page .why-boarding .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 20px;
}
.boarding_page .why-boarding .box {
  width: 25%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.boarding_page .why-boarding .box:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.boarding_page .why-boarding .box:nth-child(1) {
  background: #88cbff;
}
.boarding_page .why-boarding .box:nth-child(1) h4 {
  background: #377CD3;
}
.boarding_page .why-boarding .box:nth-child(2) {
  background: #FFCF42;
}
.boarding_page .why-boarding .box:nth-child(2) h4 {
  background: #F99D1C;
}
.boarding_page .why-boarding .box:nth-child(3) {
  background: #FFC3C1;
}
.boarding_page .why-boarding .box:nth-child(3) h4 {
  background: #FDA5A3;
}
.boarding_page .why-boarding .box:nth-child(4) {
  background: #EE83D3;
}
.boarding_page .why-boarding .box:nth-child(4) h4 {
  background: #DC60F0;
}
.boarding_page .why-boarding .box h4 {
  font-size: 25px;
  line-height: 50px;
  font-family: "Open sans", sans-serif;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-style: normal;
  text-transform: uppercase;
}
.boarding_page .why-boarding .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0px 25px 35px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.boarding_page .why-boarding .box ul li {
  font-size: 20px;
  line-height: 60px;
  color: #1f2021;
  font-family: "Open sans", sans-serif;
}
.boarding_page .why-boarding .box ul li > ul {
  padding: 0;
}
.boarding_page .why-boarding .box ul li > ul > li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.boarding_page .schedule {
  padding: 50px 0 80px;
  background: #D3ECFF;
  position: relative;
  z-index: 0;
}
.boarding_page .schedule::before {
  content: "";
  position: absolute;
  background-image: url("../images/wall.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.boarding_page .schedule h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .boarding_page .schedule h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .boarding_page .schedule h2 {
    font-size: 30px;
  }
}
.boarding_page .schedule .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 920px;
  margin: 0 auto;
  margin-top: 20px;
}
.boarding_page .schedule .box {
  background: #fff;
  padding: 10px 40px;
  position: relative;
  margin: 45px 0 65px;
  width: 50%;
  cursor: pointer;
}
.boarding_page .schedule .box::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: calc(100% + 7px);
  background-size: 100%;
  height: 50px;
  top: -45px;
  left: -4px;
}
.boarding_page .schedule .box::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 65px;
  bottom: -64px;
  z-index: -1;
}
.boarding_page .schedule .box:nth-child(1) {
  border: 1px solid #35B55A;
  border-top: none;
  border-bottom: none;
}
.boarding_page .schedule .box:nth-child(1)::before {
  background-image: url("../images/boarding/svg-img/b1-top.svg");
}
.boarding_page .schedule .box:nth-child(1)::after {
  background-image: url("../images/boarding/svg-img/b1-bot.svg");
  width: calc(100% + 7px);
  left: -4px;
}
.boarding_page .schedule .box:nth-child(2) {
  border: 1px solid #1778F2;
  border-top: none;
  border-bottom: none;
}
.boarding_page .schedule .box:nth-child(2)::before {
  background-image: url("../images/boarding/svg-img/b2-top.svg");
}
.boarding_page .schedule .box:nth-child(2)::after {
  background-image: url("../images/boarding/svg-img/b2-bot.svg");
  width: calc(100% + 4px);
  left: -2px;
}
.boarding_page .schedule .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.boarding_page .schedule .box ul li {
  font-size: 18px;
  line-height: 35px;
  font-family: "Open sans", sans-serif;
  color: #4C5558;
  font-weight: 500;
}
.boarding_page .schedule .box h3 {
  font-family: "Open sans", sans-serif;
  line-height: 32px;
  font-weight: 700;
  color: #1e1e1e;
  opacity: 0.9;
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.boarding_page .facilities {
  padding: 60px 0 65px;
  background: #fff;
}
.boarding_page .facilities h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .boarding_page .facilities h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .boarding_page .facilities h2 {
    font-size: 30px;
  }
}
.boarding_page .facilities .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 35px;
}
.boarding_page .facilities .box {
  width: calc(33.33% - 35px);
  text-align: center;
  cursor: pointer;
}
.boarding_page .facilities .box:hover h3 {
  color: #1778F2;
}
.boarding_page .facilities h3 {
  font-family: "Open sans", sans-serif;
  line-height: 32px;
  font-weight: 700;
  color: #1e1e1e;
  opacity: 0.9;
  text-transform: capitalize;
  font-size: 25px;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boarding_page .facilities p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .boarding_page .facilities p {
    font-size: 15px;
    line-height: 26px;
  }
}
.boarding_page .regulations {
  background: #0E3C50;
  padding: 70px 0 100px;
}
.boarding_page .regulations h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .boarding_page .regulations h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .boarding_page .regulations h2 {
    font-size: 30px;
  }
}
.boarding_page .regulations p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  max-width: 875px;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .boarding_page .regulations p {
    font-size: 15px;
    line-height: 26px;
  }
}
.boarding_page .regulations .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 450px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
}
.boarding_page .regulations .page-link a {
  display: block;
  font-size: 25px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  width: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boarding_page .regulations .page-link a span {
  font-weight: 600;
  display: block;
}
.boarding_page .regulations .page-link a:nth-child(1) {
  background: #3B8BCA;
  border: 2px solid #3B8BCA;
}
.boarding_page .regulations .page-link a:nth-child(1):hover {
  background: none;
}
.boarding_page .regulations .page-link a:nth-child(2) {
  background: #35B55A;
  border: 2px solid #35B55A;
}
.boarding_page .regulations .page-link a:nth-child(2):hover {
  background: none;
}

.akm_page .about-akm {
  background: #fff;
  position: relative;
}
.akm_page .about-akm::before {
  content: "";
  position: absolute;
  background-image: url(../images/wave-section-up.svg);
  width: 100%;
  height: 21px;
  background-size: cover;
  top: -10px;
  background-repeat: no-repeat;
  z-index: 3;
}
.akm_page .about-akm h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .akm_page .about-akm h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akm_page .about-akm h2 {
    font-size: 30px;
  }
}
.akm_page .about-akm p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .akm_page .about-akm p {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .about-akm .text {
  position: relative;
  padding: 65px 0;
}
.akm_page .about-akm .text::before {
  content: "";
  position: absolute;
  background-image: url(../images/akm/about.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  background-position: top center;
}
.akm_page .about-akm .image {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.akm_page .about-akm .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.akm_page .team {
  padding: 160px 0 275px;
  background-image: url("../images/akm/leader-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  margin-top: -100px;
}
.akm_page .team::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #57B2FB;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.akm_page .team h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .akm_page .team h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akm_page .team h2 {
    font-size: 30px;
  }
}
.akm_page .team .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.akm_page .team .leadership .text {
  background: #2865DD;
}
.akm_page .team .coordinators {
  margin-top: 40px;
}
.akm_page .team .coordinators .text {
  background: #0A93E2;
}
.akm_page .team .box {
  text-align: center;
  width: calc(33.33% - 65px);
  cursor: pointer;
}
.akm_page .team h3 {
  font-size: 25px;
  line-height: normal;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.akm_page .team span {
  font-size: 18px;
  line-height: normal;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.akm_page .team .image {
  max-width: 150px;
  max-height: 150px;
  border: 4px solid #fefaff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin-bottom: -70px;
}
.akm_page .team .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 142px;
  height: 142px;
}
.akm_page .team .text {
  padding: 95px 30px 35px;
  border-radius: 20px;
}
.akm_page .spotlight-academics {
  background: #fff;
  padding: 0 0 90px;
  z-index: 0;
  position: relative;
}
.akm_page .spotlight-academics::before {
  content: "";
  position: absolute;
  background-image: url("../images/wall.svg");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: cover;
  z-index: -1;
}
.akm_page .spotlight-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 1200px) {
  .akm_page .spotlight-academics h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akm_page .spotlight-academics h2 {
    font-size: 30px;
  }
}
.akm_page .spotlight-academics .spotlight {
  position: relative;
  width: 100%;
  top: -180px;
}
.akm_page .spotlight-academics .spotlight img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.akm_page .spotlight-academics .swiper-pagination-2 {
  text-align: center;
  position: relative;
  margin-top: -60px;
  z-index: 1;
}
.akm_page .spotlight-academics .swiper-pagination-2 .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  opacity: unset;
  margin: 0 5px;
}
.akm_page .spotlight-academics .swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #FFC20E;
}
.akm_page .spotlight-academics h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  font-size: 35px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .akm_page .spotlight-academics h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .akm_page .spotlight-academics h3 {
    font-size: 22px;
  }
}
.akm_page .spotlight-academics .akm-academics {
  margin-top: -60px;
  padding-top: 50px;
}
.akm_page .spotlight-academics .akm-academics .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.akm_page .spotlight-academics .akm-academics .text {
  width: 40%;
  background: #FFC3C1;
  padding: 75px 80px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.akm_page .spotlight-academics .akm-academics .text h3 {
  text-align: left;
  margin-bottom: 10px;
}
.akm_page .spotlight-academics .akm-academics .text p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .akm_page .spotlight-academics .akm-academics .text p {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .spotlight-academics .akm-academics .image {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 60%;
}
.akm_page .spotlight-academics .akm-academics .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.akm_page .spotlight-academics .overview {
  padding: 50px 0;
}
.akm_page .spotlight-academics .overview h4 {
  font-family: "Open sans", sans-serif;
  line-height: 32px;
  font-weight: 700;
  color: #1e1e1e;
  opacity: 0.9;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 17px;
}
.akm_page .spotlight-academics .overview h4 span {
  font-size: 20px;
}
.akm_page .spotlight-academics .overview ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.akm_page .spotlight-academics .overview ul li {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: unset;
  opacity: 0.9;
}
@media screen and (max-width: 1200px) {
  .akm_page .spotlight-academics .overview ul li {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .spotlight-academics .overview .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.akm_page .spotlight-academics .overview .box {
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-top: none;
  border-bottom: none;
  background: #fff;
  z-index: 0;
  position: relative;
}
.akm_page .spotlight-academics .overview .left {
  width: 35%;
}
.akm_page .spotlight-academics .overview .left .details + .details {
  margin-top: 15px;
}
.akm_page .spotlight-academics .overview .left .box {
  border-color: #35B55A;
  z-index: 0;
  margin: 75px 0 80px;
}
.akm_page .spotlight-academics .overview .left .box::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/green-top.svg");
  width: calc(100% + 8px);
  height: 55px;
  top: -54px;
  left: -5px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.akm_page .spotlight-academics .overview .left .box::after {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/green-bottom.svg");
  width: calc(100% + 6px);
  height: 92px;
  bottom: -79px;
  left: -4px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.akm_page .spotlight-academics .overview .right {
  width: 65%;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(1) {
  border-color: #3B8BCA;
  margin: 75px 0 135px;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(1) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  line-height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(1) li span {
  font-size: 20px;
  font-weight: 700;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(1) li p {
  font-size: 20px;
  font-weight: 500;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(1) li + li {
  margin-top: 10px;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/blue-top.svg");
  width: calc(100% + 10px);
  height: 55px;
  top: -54px;
  left: -6px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(1)::after {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/blue-bottom.svg");
  width: calc(100% + 7px);
  height: 60px;
  bottom: -59px;
  left: -3px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(2) {
  border-color: #FBB040;
  margin: 75px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(2) h4 {
  max-width: 500px;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/org-top.svg");
  width: calc(100% + 9px);
  height: 55px;
  top: -54px;
  left: -6px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.akm_page .spotlight-academics .overview .right .box:nth-child(2)::after {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/org-bottom.svg");
  width: calc(100% + 5px);
  height: 80px;
  bottom: -79px;
  left: -2px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.akm_page .spotlight-academics .overview .right h4 span {
  color: #F99D1C;
  font-size: 25px;
}
.akm_page .spotlight-academics .evaluation {
  background: #FFF0D3;
  padding: 60px 60px 70px;
  margin-top: 60px;
  border-radius: 30px;
}
.akm_page .spotlight-academics .evaluation p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  opacity: 0.9;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .akm_page .spotlight-academics .evaluation p {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .spotlight .spotlight-slider img {
  height: 610px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.akm_page .spotlight .swiper-pagination-2 {
  text-align: center;
  position: relative;
  margin-top: -60px;
  z-index: 1;
}
.akm_page .spotlight .swiper-pagination-2 .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  opacity: unset;
  margin: 0 5px;
}
.akm_page .spotlight .swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #FFC20E;
}
.akm_page .non-academics-sports .akm-non-academics {
  background: #C3EFE7;
  padding: 50px 0 500px;
  position: relative;
  z-index: 0;
}
.akm_page .non-academics-sports .akm-non-academics::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/non-top.svg");
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  top: -55px;
  left: 0;
  z-index: -1;
}
.akm_page .non-academics-sports .akm-non-academics::after {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/non-bottom.svg");
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -80px;
  left: 0;
  z-index: -1;
}
.akm_page .non-academics-sports .akm-non-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .akm_page .non-academics-sports .akm-non-academics h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akm_page .non-academics-sports .akm-non-academics h2 {
    font-size: 30px;
  }
}
.akm_page .non-academics-sports .akm-non-academics h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .akm_page .non-academics-sports .akm-non-academics h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .akm_page .non-academics-sports .akm-non-academics h3 {
    font-size: 22px;
  }
}
.akm_page .non-academics-sports .akm-non-academics h4 {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  opacity: 0.9;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .akm_page .non-academics-sports .akm-non-academics h4 {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .non-academics-sports .akm-non-academics p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .akm_page .non-academics-sports .akm-non-academics p {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .non-academics-sports .akm-non-academics .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.akm_page .non-academics-sports .akm-non-academics .left {
  width: 40%;
}
.akm_page .non-academics-sports .akm-non-academics .right {
  width: 60%;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(53, 181, 90, 0.6);
  border-top: none;
  border-bottom: none;
  padding: 10px 60px;
  position: relative;
  z-index: 0;
  margin: 65px 0 85px;
}
.akm_page .non-academics-sports .akm-non-academics .right::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/non-box-top.svg");
  width: calc(100% + 11px);
  left: -6px;
  top: -70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.akm_page .non-academics-sports .akm-non-academics .right::after {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/non-box-bot.svg");
  width: calc(100% + 11px);
  height: 85px;
  left: -6px;
  bottom: -85px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  z-index: -1;
}
.akm_page .akm-sports {
  position: relative;
  margin-top: -445px;
}
.akm_page .akm-sports::before {
  content: "";
  position: absolute;
  background-image: url("../images/wall.svg");
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.akm_page .akm-sports .image {
  border-radius: 30px;
}
.akm_page .akm-sports .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 500px;
  border-radius: 30px;
}
.akm_page .akm-sports .sports-list {
  margin: 0;
  padding: 120px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}
.akm_page .akm-sports .sports-list li {
  font-size: 20px;
  line-height: 36px;
  color: #1e1e1e;
  opacity: 0.9;
  font-family: "Open sans", sans-serif;
  font-weight: 500;
  background: #EFF7FD;
  border: 1px solid #3B8BCA;
  border-radius: 50px;
  padding: 10px 30px;
}
.akm_page .akm-sports .sports {
  padding: 50px 0 100px;
  position: relative;
}
.akm_page .akm-sports .sports::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/aff-before.svg");
  width: 145px;
  height: 140px;
  bottom: -75px;
  background-repeat: no-repeat;
  right: 0;
  z-index: 1;
}
.akm_page .akm-sports .sports h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .akm_page .akm-sports .sports h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .akm_page .akm-sports .sports h3 {
    font-size: 22px;
  }
}
.akm_page .akm-sports .sports p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .akm_page .akm-sports .sports p {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .akm-sports .sports ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.akm_page .akm-sports .sports li {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  font-size: 20px;
  text-align: left;
  line-height: 38px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .akm_page .akm-sports .sports li {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .akm-sports .sports .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  gap: 30px;
}
.akm_page .akm-sports .sports .boxContent:nth-child(1) .text {
  background: #A7F0FF;
  border-bottom-right-radius: 150px;
  position: relative;
}
.akm_page .akm-sports .sports .boxContent:nth-child(1) .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #4C5558;
  opacity: 0.2;
  top: 5px;
  left: 5px;
  z-index: -1;
  border-bottom-right-radius: 150px;
}
.akm_page .akm-sports .sports .boxContent:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.akm_page .akm-sports .sports .boxContent:nth-child(2) .text {
  background: #D9F3FF;
  border-top-right-radius: 150px;
  position: relative;
}
.akm_page .akm-sports .sports .boxContent:nth-child(2) .text ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.akm_page .akm-sports .sports .boxContent:nth-child(2) .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #4C5558;
  opacity: 0.2;
  bottom: 5px;
  left: 5px;
  z-index: -1;
  border-top-right-radius: 150px;
}
.akm_page .akm-sports .sports .boxContent .text {
  width: 40%;
  padding: 50px;
}
.akm_page .akm-sports .sports .boxContent .text h3 {
  text-align: left;
}
.akm_page .akm-sports .sports .boxContent .image {
  width: 60%;
}
.akm_page .akm-sports .sports .boxContent .left {
  background: #fff;
  border: 2px solid #E2C69D;
  border-top: none;
  border-bottom: none;
  padding: 10px 50px;
  width: 60%;
  position: relative;
  margin: 60px 0 80px;
  z-index: 0;
}
.akm_page .akm-sports .sports .boxContent .left::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/yellow-top.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: -59px;
  left: -6px;
  width: calc(100% + 10px);
  height: 60px;
  z-index: -1;
}
.akm_page .akm-sports .sports .boxContent .left::after {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/yellow-bot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -59px;
  left: -6px;
  width: calc(100% + 10px);
  height: 90px;
  z-index: -1;
}
.akm_page .akm-sports .sports .boxContent .left h3 {
  text-align: left;
}
.akm_page .akm-sports .sports .boxContent .left h4 {
  font-family: "Open sans", sans-serif;
  line-height: 32px;
  font-weight: 700;
  color: #1e1e1e;
  opacity: 0.9;
  text-transform: capitalize;
  font-size: 22px;
}
.akm_page .akm-sports .sports .boxContent .left p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: left;
  margin: 5px 0 0;
}
@media screen and (max-width: 1200px) {
  .akm_page .akm-sports .sports .boxContent .left p {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .akm-sports .sports .boxContent .right {
  width: 40%;
  background: #fff;
  border: 2px solid #FF6359;
  border-top: none;
  border-bottom: none;
  padding: 10px 50px;
  position: relative;
  margin: 60px 0 80px;
  z-index: 0;
}
.akm_page .akm-sports .sports .boxContent .right::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/red-top.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: -59px;
  left: -6px;
  width: calc(100% + 10px);
  height: 60px;
  z-index: -1;
}
.akm_page .akm-sports .sports .boxContent .right::after {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/red-bot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -48px;
  left: -5px;
  width: calc(100% + 9px);
  background-position: bottom;
  height: 50px;
  z-index: -1;
}
.akm_page .akm-sports .sports .boxContent .right ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.akm_page .affiliations {
  padding: 85px 0;
  background: #FFEBCC;
}
.akm_page .affiliations h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  font-size: 35px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .akm_page .affiliations h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akm_page .affiliations h2 {
    font-size: 30px;
  }
}
.akm_page .affiliations .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.akm_page .affiliations .left {
  width: 60%;
}
.akm_page .affiliations .right {
  width: 40%;
}
.akm_page .affiliations p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: left;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 1200px) {
  .akm_page .affiliations p {
    font-size: 15px;
    line-height: 26px;
  }
}
.akm_page .affiliations p::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: #FF4E4E;
  left: 0;
}
.akm_page .affiliations p + p {
  margin-top: 25px;
}
.akm_page .facilities-visitors {
  background: #fff;
  z-index: 0;
}
.akm_page .facilities-visitors::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/wall.svg");
  top: 0;
  left: 0;
  z-index: -1;
}
.akm_page .facilities-visitors::after {
  display: none;
}
.akm_page .facilities-visitors h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .akm_page .facilities-visitors h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akm_page .facilities-visitors h2 {
    font-size: 30px;
  }
}
.akm_page .facilities-visitors .akm-facilities {
  padding-top: 80px;
}
.akm_page .facilities-visitors .akm-facilities .image {
  border-radius: 30px;
  margin-top: 22px;
  position: relative;
}
.akm_page .facilities-visitors .akm-facilities .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  max-height: 600px;
  min-height: 300px;
}
.akm_page .facilities-visitors .akm-facilities .image::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/fac-before.svg");
  width: 145px;
  height: 200px;
  bottom: -130px;
  background-repeat: no-repeat;
  right: -55px;
}
.akm_page .facilities-visitors .akm-facilities .text {
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
  padding: 45px 80px;
  position: relative;
  margin-top: -100px;
  border-radius: 20px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  position: relative;
}
.akm_page .facilities-visitors .akm-facilities .text::before {
  content: "";
  position: absolute;
  background-image: url("../images/akm/svg-img/fac-after.svg");
  width: 200px;
  height: 200px;
  bottom: -100px;
  background-repeat: no-repeat;
  left: -100px;
  z-index: -1;
}
.akm_page .facilities-visitors .akm-facilities .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.akm_page .facilities-visitors .akm-facilities .text li {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.akm_page .facilities-visitors .akm-facilities .text li:hover {
  color: #2865DD;
}
.akm_page .facilities-visitors .visitors {
  position: relative;
  z-index: 0;
  padding: 70px 0 100px;
}
.akm_page .facilities-visitors .visitors ::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#5AFFE1));
  background: linear-gradient(to bottom, transparent, #5AFFE1);
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}
.akm_page .facilities-visitors .visitors p {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.akm_page .admission-contact-us a {
  color: #00587E;
}
.akm_page .admission-contact-us span {
  font-weight: 700;
}

.akc_page .why-akc .text::before {
  display: none;
}
.akc_page .team {
  padding: 100px 0;
  margin-top: 0 !important;
}
.akc_page .team::before {
  background: #D9504D;
}
.akc_page .team h2 {
  color: #fff;
}
.akc_page .team .boxContent {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.akc_page .team .leadership .text {
  background: rgba(255, 208, 149, 0.6);
}
.akc_page .team .leadership .box {
  cursor: pointer;
}
.akc_page .akc-academics {
  padding: 100px 0;
  background-color: #fff;
}
.akc_page .akc-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .akc_page .akc-academics h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akc_page .akc-academics h2 {
    font-size: 30px;
  }
}
.akc_page .akc-academics .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.akc_page .akc-academics .left {
  width: 40%;
}
.akc_page .akc-academics .left .submenu {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.akc_page .akc-academics .blue-box {
  margin-top: 40px;
}
.akc_page .akc-academics .right {
  width: 60%;
  border-radius: 20px;
  margin-top: 20px;
}
.akc_page .akc-academics .right img {
  width: 100%;
  border-radius: 20px;
}
.akc_page .non-akc-academics {
  padding: 80px 0 120px;
  background: #FFCDBD;
  position: relative;
  z-index: 0;
}
.akc_page .non-akc-academics::before {
  content: "";
  position: absolute;
  background-image: url("../images/akc/wall.svg");
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.23;
}
.akc_page .non-akc-academics h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .akc_page .non-akc-academics h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akc_page .non-akc-academics h2 {
    font-size: 30px;
  }
}
.akc_page .non-akc-academics p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  opacity: 0.8;
  max-width: 780px;
  margin: 10px auto;
}
@media screen and (max-width: 1200px) {
  .akc_page .non-akc-academics p {
    font-size: 15px;
    line-height: 26px;
  }
}
.akc_page .non-akc-academics h3 {
  font-family: "Gilroy", sans-serif;
  color: #4C5558;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}
.akc_page .non-akc-academics .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.akc_page .non-akc-academics .boxContent .left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.akc_page .non-akc-academics .boxContent:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.akc_page .non-akc-academics .boxContent:nth-child(even) .left {
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.akc_page .non-akc-academics .left {
  background: #fff;
  padding: 35px 45px;
  width: 40%;
}
.akc_page .non-akc-academics .right {
  width: 60%;
  border-radius: 20px;
}
.akc_page .non-akc-academics .right img {
  width: 100%;
  border-radius: 20px;
}
.akc_page .non-akc-academics .content {
  gap: 65px;
}
.akc_page .non-akc-academics .content h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  font-size: 25px;
}
@media screen and (max-width: 1200px) {
  .akc_page .non-akc-academics .content h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .akc_page .non-akc-academics .content h3 {
    font-size: 22px;
  }
}
.akc_page .non-akc-academics .content ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
.akc_page .non-akc-academics .content ul li {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  color: #4C5558;
  padding-left: 20px;
  position: relative;
}
.akc_page .non-akc-academics .content ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 0;
  top: 18px;
  background: #FF6107;
}
.akc_page .non-akc-academics .sports {
  padding-top: 40px;
}
.akc_page .non-akc-academics .sports h2 {
  font-size: 35px;
  font-weight: 700;
}
.akc_page .non-akc-academics .sports .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 35px 40px;
  border-radius: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.akc_page .non-akc-academics .sports .box:nth-child(odd) {
  width: 50%;
}
.akc_page .non-akc-academics .sports .box:nth-child(even) {
  position: relative;
  width: 50%;
}
.akc_page .non-akc-academics .sports .box:nth-child(even) ul {
  white-space: nowrap;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
}
.akc_page .non-akc-academics .sports .box:nth-child(even)::before {
  content: "";
  position: absolute;
  background: #AFBEDF;
  width: 2px;
  height: 100%;
  left: -40px;
  top: 0;
}
.akc_page .non-akc-academics .sports .box:nth-child(even) ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.akc_page .akc-affiliations {
  padding: 75px 0 100px;
  background: #fff;
}
.akc_page .akc-affiliations h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .akc_page .akc-affiliations h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akc_page .akc-affiliations h2 {
    font-size: 30px;
  }
}
.akc_page .akc-affiliations .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  gap: 20px;
}
.akc_page .akc-affiliations .box {
  border: 1px solid rgba(217, 217, 217, 0.8);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.akc_page .akc-affiliations .box:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.akc_page .akc-affiliations h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .akc_page .akc-affiliations h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .akc_page .akc-affiliations h3 {
    font-size: 22px;
  }
}
.akc_page .akc-affiliations p {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.9;
}
.akc_page .akc-affiliations .image {
  margin: 25px 0 20px;
}
.akc_page .akc-facilities {
  background-image: url("../images/akc/fac-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  z-index: 0;
}
.akc_page .akc-facilities::before {
  content: "";
  position: absolute;
  background: #0F96A8;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.akc_page .akc-facilities h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .akc_page .akc-facilities h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akc_page .akc-facilities h2 {
    font-size: 30px;
  }
}
.akc_page .akc-facilities h3,
.akc_page .akc-facilities li {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .akc_page .akc-facilities h3,
  .akc_page .akc-facilities li {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .akc_page .akc-facilities h3,
  .akc_page .akc-facilities li {
    font-size: 22px;
  }
}
.akc_page .akc-facilities .other-fac {
  margin-top: 33px;
}
.akc_page .akc-facilities .other-fac ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  max-width: 675px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 30px;
}
.akc_page .akc-facilities .other-fac li {
  position: relative;
}
.akc_page .akc-facilities .other-fac li + li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #fff;
  top: 0;
  left: -15px;
}
.akc_page .akc-facilities p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin-top: 13px;
  min-height: 215px;
}
@media screen and (max-width: 1200px) {
  .akc_page .akc-facilities p {
    font-size: 15px;
    line-height: 26px;
  }
}
.akc_page .akc-facilities .facilities-slider {
  overflow: hidden;
  margin-top: 25px;
}
.akc_page .akc-facilities .facilities-slider .swiper {
  height: 100%;
}
.akc_page .akc-facilities .facilities-slider .swiper-slide {
  height: auto !important;
}
.akc_page .akc-facilities .facilities-slider .box {
  border: 1px solid rgba(217, 217, 217, 0.8);
  border-radius: 20px;
  height: 100% !important;
  padding: 40px 25px;
}
.akc_page .akc-facilities .facilities-slider .swiper-pagination-2 {
  text-align: center;
  margin-top: 35px;
}
.akc_page .akc-facilities .facilities-slider .swiper-pagination-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.25;
  margin: 0 10px;
}
.akc_page .akc-facilities .facilities-slider .swiper-pagination-2 .swiper-pagination-bullet-active {
  opacity: 1;
}
.akc_page .akc-visitors {
  background: #fff;
  padding: 85px 0;
  position: relative;
  z-index: 0;
}
.akc_page .akc-visitors::after {
  content: "";
  position: absolute;
  background-image: url(../images/bbm/wave-section.svg);
  width: 100%;
  height: 21px;
  bottom: -10px;
  left: 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.akc_page .akc-visitors .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.akc_page .akc-visitors .content h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .akc_page .akc-visitors .content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .akc_page .akc-visitors .content h2 {
    font-size: 30px;
  }
}
.akc_page .akc-visitors .content p,
.akc_page .akc-visitors .content h3,
.akc_page .akc-visitors .content a {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .akc_page .akc-visitors .content p,
  .akc_page .akc-visitors .content h3,
  .akc_page .akc-visitors .content a {
    font-size: 15px;
    line-height: 26px;
  }
}
.akc_page .akc-visitors .content h3,
.akc_page .akc-visitors .content a {
  font-weight: 800;
}
.akc_page .akc-visitors .left {
  width: 50%;
  text-align: right;
  padding-right: 88px;
  border-right: 1px solid #FF6107;
}
.akc_page .akc-visitors .left h2,
.akc_page .akc-visitors .left h3,
.akc_page .akc-visitors .left p,
.akc_page .akc-visitors .left a {
  text-align: right;
}
.akc_page .akc-visitors .right {
  width: 50%;
  padding-left: 88px;
}
.akc_page .akc-visitors .right h2,
.akc_page .akc-visitors .right h3,
.akc_page .akc-visitors .right p,
.akc_page .akc-visitors .right a {
  text-align: left;
}
.akc_page .akc-visitors .contact {
  margin-top: 10px;
}

.career_page {
  /**
     * Submenu
     -----------------------------*/
}
.career_page h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 1200px) {
  .career_page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .career_page h2 {
    font-size: 30px;
  }
}
.career_page .careers {
  padding: 85px 0 115px;
  position: relative;
}
.career_page .careers::before {
  content: "";
  position: absolute;
  background-image: url("../images/careers/career-bef.svg");
  width: 190px;
  height: 210px;
  background-size: 195px 208px;
  top: 50%;
  right: 0;
  background-repeat: no-repeat;
}
.career_page .careers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.career_page .careers ul li {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #1778F2;
  position: relative;
}
.career_page .careers ul li + li::before {
  content: "";
  position: absolute;
  width: 2px;
  background: #FF6107;
  height: 100%;
  top: 0;
  left: -15px;
}
.career_page .careers p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  opacity: 0.8;
  max-width: 830px;
  margin: 17px auto 55px;
}
@media screen and (max-width: 1200px) {
  .career_page .careers p {
    font-size: 15px;
    line-height: 26px;
  }
}
.career_page .careers .form {
  background: #FFF0D3;
  padding: 52px 90px;
  border-radius: 30px;
  position: relative;
  z-index: 0;
}
.career_page .careers .form::before {
  content: "";
  position: absolute;
  background-image: url("../images/careers/form-bef.svg");
  width: 145px;
  height: 155px;
  background-size: 178px 151px;
  top: 80px;
  left: -145px;
  background-repeat: no-repeat;
  z-index: -1;
}
.career_page .careers .form::after {
  content: "";
  position: absolute;
  background-image: url("../images/careers/form-aft.svg");
  width: 220px;
  height: 90px;
  background-size: 215px;
  bottom: -90px;
  right: 220px;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.career_page .careers .form h2 {
  margin-bottom: 10px;
}
.career_page .careers .form .field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}
.career_page .careers .form .field-group label {
  width: 50%;
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 34px;
  color: #000;
}
.career_page .careers .form .field-group input,
.career_page .careers .form .field-group select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #CDCDCD;
  border-radius: 8px;
  background: #fff;
}
.career_page .careers .form .field-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
  background-image: url("../images/arrow.svg");
  background-size: 12px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.career_page .careers .form .field-group .wpcf7-file {
  font-size: 14px;
  font-family: "Open sans", sans-serif;
}
.career_page .careers .form .field-group #file-upload-button {
  padding: 10px 15px;
}
.career_page .careers .form .field-group + .field-group {
  margin-top: 10px;
}
.career_page .open-position {
  padding: 60px 0 100px;
  background: #DFEAF3;
}
.career_page .accordion {
  width: 100%;
  margin: 20px auto 0px;
  max-width: 875px;
  border-radius: 4px;
  list-style-type: none;
  padding: 0;
}
.career_page .accordion li {
  border: 1px solid #DFEAF3;
  border-radius: 10px;
  background: #fff;
}
.career_page .accordion li + li {
  margin-top: 10px;
}
.career_page .accordion .link {
  cursor: pointer;
  display: block;
  padding: 45px;
  font-family: "Gilroy", sans-serif;
  color: #4C5558;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.career_page .accordion .link span {
  font-size: 18px;
  color: #00587E;
  font-weight: 500;
}
.career_page .accordion .link::before {
  content: "";
  position: absolute;
  background-image: url("../images/careers/arrow.svg");
  width: 20px;
  height: 10px;
  background-size: 16px 8px;
  background-repeat: no-repeat;
  right: 40px;
  top: 45px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.career_page .accordion .link h3 {
  font-family: "Open sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.8;
  font-weight: 600;
  margin-bottom: 10px;
}
.career_page .accordion .link p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  max-width: 736px;
  text-align: left;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .career_page .accordion .link p {
    font-size: 15px;
    line-height: 26px;
  }
}
.career_page .accordion li:last-child .link {
  border-bottom: 0;
}
.career_page .accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.career_page .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.career_page .accordion li.open .link {
  color: #b63b4d;
}
.career_page .accordion li.open i {
  color: #b63b4d;
}
.career_page .accordion li.open .link::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.career_page .submenu {
  display: none;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0 45px 45px;
}
.career_page .submenu li {
  border: none;
}
.career_page button {
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  font-family: "Open sans", sans-serif;
  text-shadow: none;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  background: #00587E;
}
.career_page .gallery {
  padding: 65px 0 100px;
  background: #fff;
}
.career_page .gallery .gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.career_page .gallery .gallery-grid .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.career_page .gallery .gallery-grid .grid .image:nth-child(1) {
  width: 40%;
}
.career_page .gallery .gallery-grid .grid .image:nth-child(2),
.career_page .gallery .gallery-grid .grid .image:nth-child(3) {
  width: 30%;
}
.career_page .gallery .gallery-grid .grid .image {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.career_page .gallery .gallery-grid .grid .image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.career_page .gallery .gallery-grid .grid .image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
}
.career_page .gallery .gallery-grid .grid .image:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.career_page .gallery .gallery-grid .grid .image:hover .icon {
  opacity: 1;
}
.career_page .gallery .gallery-grid .grid .image-pop {
  text-align: center !important;
}
.career_page .gallery .resp-view {
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  font-family: "Open sans", sans-serif;
  text-shadow: none;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  background: #00587E;
  max-width: 170px;
  margin: 25px auto 0;
  text-align: center;
  display: none;
}

.wpcf7-submit {
  margin-top: 20px;
  background: #FF6359 !important;
  text-shadow: none !important;
  border: none !important;
  padding: 10px 25px !important;
  font-size: 16px !important;
  line-height: 34px !important;
  color: #fff !important;
  font-family: "Open sans", sans-serif !important;
  font-weight: 500;
  border-radius: 8px !important;
}

.mfp-content {
  text-align: unset !important;
}

.delf_page h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  font-size: 35px;
  text-align: unset;
  line-height: 60px;
}
@media screen and (max-width: 1200px) {
  .delf_page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .delf_page h2 {
    font-size: 30px;
  }
}
.delf_page p,
.delf_page li {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: unset;
}
@media screen and (max-width: 1200px) {
  .delf_page p,
  .delf_page li {
    font-size: 15px;
    line-height: 26px;
  }
}
.delf_page ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.delf_page .delf-abt {
  padding: 70px 0;
  background: #fff;
}
.delf_page .delf-abt p {
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
  font-weight: 600;
}
.delf_page .why-delf,
.delf_page .why-should-delf {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.delf_page .why-delf::before,
.delf_page .why-should-delf::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/delf/wall.svg");
  top: 0;
  left: 0;
}
.delf_page .why-delf .content,
.delf_page .why-should-delf .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.delf_page .why-delf .left,
.delf_page .why-should-delf .left {
  width: 40%;
}
.delf_page .why-delf .right,
.delf_page .why-should-delf .right {
  width: 60%;
}
.delf_page .why-delf .right ul,
.delf_page .why-should-delf .right ul {
  background: #fff;
  border-radius: 15px;
  padding: 40px 45px;
}
.delf_page .why-delf .right ul li,
.delf_page .why-should-delf .right ul li {
  position: relative;
  padding-left: 30px;
}
.delf_page .why-delf .right ul li::before,
.delf_page .why-should-delf .right ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  border-radius: 4px;
  background: #F99D1C;
  left: 0;
  top: 9px;
}
.delf_page .why-delf {
  background: #D3ECFF;
}
.delf_page .why-delf .left {
  background: #00587E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
  border-radius: 15px;
  text-align: center;
}
.delf_page .why-delf .left h2 {
  color: #fff;
}
.delf_page .why-should-delf {
  background: #FFEFD7;
}
.delf_page .why-should-delf .left {
  background: #fff;
  padding: 40px 50px;
  border-radius: 15px;
  width: 40%;
}
.delf_page .why-should-delf .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 60%;
}
.delf_page .why-should-delf .right ul {
  width: 55%;
}
.delf_page .why-should-delf .right .image {
  width: 45%;
  border-radius: 15px;
}
.delf_page .why-should-delf .right .image img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.delf_page .delf-offer {
  padding: 100px 0;
  background: #fff;
}
.delf_page .delf-offer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.delf_page .delf-offer .left {
  width: 40%;
  background: #EFF7FD;
  padding: 40px 50px;
  border-radius: 15px;
}
.delf_page .delf-offer .right {
  width: 60%;
}
.delf_page .delf-offer .right ul {
  list-style-type: auto;
}
.delf_page .delf-offer h3 {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  color: #4C5558;
  text-align: left;
  font-size: 18px;
  line-height: 35px;
}
.delf_page .delf-offer p,
.delf_page .delf-offer h4 {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  text-align: left;
  margin-top: 10px;
  color: #4C5558;
}
@media screen and (max-width: 1200px) {
  .delf_page .delf-offer p,
  .delf_page .delf-offer h4 {
    font-size: 15px;
    line-height: 26px;
  }
}
.delf_page .delf-offer span,
.delf_page .delf-offer h4 {
  font-weight: 600;
  text-transform: none;
}
.delf_page .bring-to-you {
  padding: 75px 0 60px;
  background: #fff;
}
.delf_page .bring-to-you h2 {
  text-align: center;
}
.delf_page .bring-to-you h3 {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #4C5558;
  font-weight: 600;
  text-transform: none;
  max-width: 560px;
  margin: 10px auto 0;
}
@media screen and (max-width: 1200px) {
  .delf_page .bring-to-you h3 {
    font-size: 15px;
    line-height: 26px;
  }
}
.delf_page .bring-to-you p {
  font-size: 16px;
  line-height: 35px;
  color: #4C5558;
  text-align: center;
  max-width: 875px;
  margin: 10px auto 30px;
}
.delf_page .bring-to-you .boxContent {
  background: #DFEAF3;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 60px;
  max-width: 875px;
  margin: 0 auto;
}
.delf_page .bring-to-you .boxContent .left,
.delf_page .bring-to-you .boxContent .right {
  width: 50%;
}
.delf_page .bring-to-you .boxContent h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #1f2021;
  line-height: 60px;
  text-transform: none;
}
.delf_page .bring-to-you .boxContent ul {
  list-style-type: auto;
}
.delf_page .bring-to-you .boxContent li {
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
  margin-left: 20px;
}
.delf_page .contact-us {
  padding-bottom: 120px;
}
.delf_page .contact-us .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 65px;
}
.delf_page .contact-us .content .left {
  text-align: right;
  padding-right: 40px;
  border-right: 2px solid #FBB040;
}
.delf_page .contact-us .content .right {
  padding-left: 40px;
}
.delf_page .contact-us h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #1f2021;
  line-height: 60px;
}
.delf_page .contact-us .poster-slider {
  overflow: hidden;
}
.delf_page .contact-us .poster-slider .swiper-slide {
  height: auto;
}
.delf_page .contact-us .poster-slider .image {
  height: 100%;
  border: 1px solid #CDCDCD;
}
.delf_page .contact-us .poster-slider .image img {
  width: 100%;
  height: 100%;
}

body.page-template-delf .banner p,
body.page-template-eric .banner p {
  font-style: normal;
}

body.page-template-about .banner.inner_banner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.page-template-about .banner.inner_banner .text {
  padding-bottom: 90px;
}

.default_page {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: unset;
}
@media screen and (max-width: 1200px) {
  .default_page {
    font-size: 15px;
    line-height: 26px;
  }
}
.default_page h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-align: unset;
}
@media screen and (max-width: 1200px) {
  .default_page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .default_page h2 {
    font-size: 30px;
  }
}
.default_page h3,
.default_page h4,
.default_page h5,
.default_page h6 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  text-align: unset;
}
@media screen and (max-width: 1200px) {
  .default_page h3,
  .default_page h4,
  .default_page h5,
  .default_page h6 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .default_page h3,
  .default_page h4,
  .default_page h5,
  .default_page h6 {
    font-size: 22px;
  }
}
.default_page h4 {
  font-size: 25px;
}
.default_page h5 {
  font-size: 20px;
}
.default_page h6 {
  font-size: 17px;
}
.default_page .wp-block-image {
  width: 100%;
}
.default_page .wp-block-image.alignleft {
  margin-right: 40px;
  margin-top: 15px;
}
.default_page .wp-block-image.alignright {
  margin-left: 40px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .default_page .wp-block-image.alignleft {
    margin-right: 0;
  }
  .default_page .wp-block-image.alignright {
    margin-left: 0;
  }
}

.search_page .page-wrap {
  padding: 0 0 60px;
}
.search_page h2 a {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .search_page h2 a {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .search_page h2 a {
    font-size: 22px;
  }
}
.search_page .sear_cont {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .search_page .sear_cont {
    font-size: 15px;
    line-height: 26px;
  }
}
.search_page .sear_read {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  color: #1778F2;
}
@media screen and (max-width: 1200px) {
  .search_page .sear_read {
    font-size: 15px;
    line-height: 26px;
  }
}

.notfound_page {
  min-height: calc(100vh - 122px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.notfound_page h5 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  margin: 30px 0;
}
@media screen and (max-width: 1200px) {
  .notfound_page h5 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .notfound_page h5 {
    font-size: 22px;
  }
}
.notfound_page button {
  text-shadow: none;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #1f2021;
  background: #FFC20E;
  border-radius: 15px;
  padding: 15px 30px;
  border: none;
}
@media screen and (max-width: 768px) {
  .notfound_page button {
    font-size: 16px;
  }
}

body.page-template-ela-jen .inner_banner {
  display: none;
}

.ela-jen_page .ela-jen_banner {
  background-image: url("../images/ela-jen/banner.png");
  min-height: calc(100vh - 142px);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
.ela-jen_page .ela-jen_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}
.ela-jen_page .ela-jen_banner .bannerText {
  padding: 200px 0;
}
.ela-jen_page .ela-jen_banner h1 span {
  font-size: 45px;
  display: block;
}
.ela-jen_page .ela-jen_banner p {
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  max-width: 595px;
  margin: 5px auto 0;
}
.ela-jen_page .ela-jen_banner span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ela-jen_page .ela-jen_banner a {
  margin: 35px auto 0px;
  display: block;
  background: #3B8BCA;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
  padding-right: 70px;
  border-radius: 15px;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
.ela-jen_page .ela-jen_banner a::after {
  content: "";
  position: absolute;
  background-image: url("../images/ela-jen/arrow.svg");
  width: 30px;
  height: 20px;
  right: 25px;
  top: calc(50% - 10px);
}
.ela-jen_page .course {
  background: #fff;
}
.ela-jen_page .course .course-slider {
  overflow: hidden;
  margin-top: -130px;
}
.ela-jen_page .course .course-slider .swiper-slide {
  height: auto;
}
.ela-jen_page .course .course-slider .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ela-jen_page .course .course-slider .swiper-pagination-1 {
  text-align: center;
  margin-top: 40px;
}
.ela-jen_page .course .course-slider .swiper-pagination-1 .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background: #6C7D93;
  opacity: unset;
  border-radius: 4px;
  margin: 0 4px;
}
.ela-jen_page .course .course-slider .swiper-pagination-1 .swiper-pagination-bullet-active {
  background: #FAA914;
}
.ela-jen_page .about-us {
  position: relative;
  padding: 65px 0 75px;
  z-index: 0;
}
.ela-jen_page .about-us::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/ela-jen/about-bg.svg");
  background-size: cover;
  background-position: top center;
  top: 0;
  z-index: -1;
}
.ela-jen_page .about-us h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .about-us h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ela-jen_page .about-us h2 {
    font-size: 30px;
  }
}
.ela-jen_page .about-us h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #3C4858;
  text-align: center;
  font-weight: 600;
  max-width: 900px;
  margin: 10px auto 0;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .ela-jen_page .about-us h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ela-jen_page .about-us h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.ela-jen_page .about-us p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  max-width: 925px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .about-us p {
    font-size: 15px;
    line-height: 26px;
  }
}
.ela-jen_page .about-us ul {
  margin: 30px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 15px;
}
.ela-jen_page .about-us ul li {
  width: 33.33%;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  color: #1f2021;
  padding: 10px 20px;
  border-radius: 30px;
  padding-left: 55px;
  position: relative;
}
.ela-jen_page .about-us ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 14px;
  top: 18px;
  left: 35px;
  border-radius: 6px;
}
.ela-jen_page .about-us ul li:nth-child(1) {
  background: #A8E4BA;
}
.ela-jen_page .about-us ul li:nth-child(1)::before {
  background: #578F68;
}
.ela-jen_page .about-us ul li:nth-child(2) {
  background: #FFD79C;
}
.ela-jen_page .about-us ul li:nth-child(2)::before {
  background: #CAA56F;
}
.ela-jen_page .about-us ul li:nth-child(3) {
  background: #FFB890;
}
.ela-jen_page .about-us ul li:nth-child(3)::before {
  background: #BD7851;
}
.ela-jen_page .our-courses {
  background: rgba(228, 243, 255, 0.4);
  padding: 75px 0 90px;
}
.ela-jen_page .our-courses h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .our-courses h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ela-jen_page .our-courses h2 {
    font-size: 30px;
  }
}
.ela-jen_page .our-courses h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #3C4858;
  text-align: center;
  font-weight: 600;
  max-width: 900px;
  margin: 10px auto 0;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .ela-jen_page .our-courses h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ela-jen_page .our-courses h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.ela-jen_page .our-courses p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .our-courses p {
    font-size: 15px;
    line-height: 26px;
  }
}
.ela-jen_page .our-courses .level-slider {
  margin-top: 30px;
  overflow: hidden;
}
.ela-jen_page .our-courses .swiper-slide {
  height: auto;
}
.ela-jen_page .our-courses .card {
  background: #fff;
  border-radius: 20px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.ela-jen_page .our-courses .card:hover {
  background: #3B8BCA;
}
.ela-jen_page .our-courses .card:hover .text h3,
.ela-jen_page .our-courses .card:hover .text p,
.ela-jen_page .our-courses .card:hover .text h4,
.ela-jen_page .our-courses .card:hover .text ul li {
  color: #fff;
}
.ela-jen_page .our-courses .card:hover .text ul li:before {
  background: #fff;
}
.ela-jen_page .our-courses .card:hover .text .head {
  border-color: #fff;
}
.ela-jen_page .our-courses .card .image img {
  width: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.ela-jen_page .our-courses .card .text {
  padding: 10px 40px 40px;
}
.ela-jen_page .our-courses .card .text h3 {
  font-size: 30px;
  line-height: 35px;
  color: #354858;
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
}
.ela-jen_page .our-courses .card .text p {
  text-align: left;
}
.ela-jen_page .our-courses .card .text h4 {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #3c485d;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
}
.ela-jen_page .our-courses .card .text h4 span {
  color: #cd4236;
  font-weight: 900;
}
.ela-jen_page .our-courses .card .text .head {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(60, 72, 88, 0.1);
  margin-bottom: 15px;
}
.ela-jen_page .our-courses .card .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ela-jen_page .our-courses .card .text ul li {
  font-size: 15px;
  line-height: 26px;
  color: #3C4858;
  font-weight: 700;
  opacity: 0.9;
  margin-top: 20px;
  padding-left: 15px;
  position: relative;
}
.ela-jen_page .our-courses .card .text ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 11px;
  background: #3B8BCA;
  top: 8px;
  left: 0;
  border-radius: 6px;
}
.ela-jen_page .our-courses .card .lesson-hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3B8BCA;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  margin: -25px auto 0;
  gap: 20px;
  padding: 15px 20px;
  border-radius: 40px;
  position: relative;
}
.ela-jen_page .our-courses .card .lesson-hr span {
  font-family: "Gilroy", sans-serif;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.ela-jen_page .our-courses .card .lesson-hr img {
  margin-right: 5px;
}
.ela-jen_page .crash-course {
  padding: 80px 0 100px;
  background: rgba(255, 240, 223, 0.2);
  position: relative;
  z-index: 0;
}
.ela-jen_page .crash-course::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/wall.svg");
  z-index: -1;
  top: 0;
  left: 0;
}
.ela-jen_page .crash-course h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .crash-course h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ela-jen_page .crash-course h2 {
    font-size: 30px;
  }
}
.ela-jen_page .crash-course h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #3C4858;
  text-align: center;
  font-weight: 600;
  max-width: 900px;
  margin: 10px auto 0;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .ela-jen_page .crash-course h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ela-jen_page .crash-course h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.ela-jen_page .crash-course p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .crash-course p {
    font-size: 15px;
    line-height: 26px;
  }
}
.ela-jen_page .crash-course .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 90px;
  margin-top: 25px;
}
.ela-jen_page .crash-course .box {
  width: calc(50% - 90px);
  position: relative;
  padding: 10px 35px;
  padding-left: 65px;
  margin: 25px 0;
  margin-left: 30px;
  background: #fff;
  z-index: 0;
  cursor: pointer;
}
.ela-jen_page .crash-course .box::before {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  height: 30px;
  background-size: 100%;
  background-position: top;
  background-image: url("../images/ela-jen/crsh-box-top.svg");
  background-repeat: no-repeat;
  z-index: -1;
  left: -6px;
  top: -28px;
}
.ela-jen_page .crash-course .box::after {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  height: 45px;
  background-size: 100%;
  background-position: bottom;
  background-image: url("../images/ela-jen/crsh-box-bt.svg");
  background-repeat: no-repeat;
  z-index: -1;
  left: -6px;
  bottom: -44px;
}
.ela-jen_page .crash-course .box span {
  width: 62px;
  height: 62px;
  background: #73C7EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -31px;
  top: calc(50% - 31px);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ela-jen_page .crash-course .box span h5 {
  font-family: "Gilroy", sans-serif;
  font-size: 35px;
  line-height: normal;
  text-align: center;
  color: #fff;
  font-weight: 900;
}
.ela-jen_page .crash-course .cardContent {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.ela-jen_page .crash-course .cardContent .card {
  width: calc(25% - 20px);
  padding: 30px 20px;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ela-jen_page .crash-course .cardContent .card:hover {
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.ela-jen_page .crash-course .cardContent .card:nth-child(1) {
  background: #FFD79C;
}
.ela-jen_page .crash-course .cardContent .card:nth-child(2) {
  background: #99D2FF;
}
.ela-jen_page .crash-course .cardContent .card:nth-child(3) {
  background: #FFC3C1;
}
.ela-jen_page .crash-course .cardContent .card:nth-child(4) {
  background: #FFB890;
}
.ela-jen_page .crash-course .cardContent .card:nth-child(5) {
  background: #A8E4BA;
}
.ela-jen_page .crash-course .cardContent .card:nth-child(6) {
  background: #B9F2FF;
}
.ela-jen_page .crash-course .cardContent .card:nth-child(7) {
  background: #FFF0DF;
}
.ela-jen_page .crash-course .cardContent h3 {
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(60, 72, 88, 0.1);
}
.ela-jen_page .crash-course .cardContent ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.ela-jen_page .crash-course .cardContent li + li {
  margin-top: 10px;
}
.ela-jen_page .crash-course .cardContent h5,
.ela-jen_page .crash-course .cardContent li {
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  line-height: 30px;
  text-transform: none;
  color: #1f2021;
}
.ela-jen_page .crash-course .cardContent li span {
  font-weight: 600;
}
.ela-jen_page .crash-course .cardContent h5 {
  font-weight: 600;
  text-align: center;
}
.ela-jen_page .achievements {
  background-image: url("../images/ela-jen/count-bg.png");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 0;
  padding: 95px 0 205px;
}
.ela-jen_page .achievements::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #334b6c;
  opacity: 0.9;
  z-index: -1;
  left: 0;
  top: 0;
}
.ela-jen_page .achievements .achievement-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ela-jen_page .achievements .achievement-wrap .achievement-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ela-jen_page .achievements .achievement-wrap .count-digit {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: normal;
  color: #fff;
  text-align: center;
  font-weight: 900;
  display: block;
}
.ela-jen_page .achievements .achievement-wrap p {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  color: #73C7EC;
  font-weight: 600;
  max-width: 145px;
  text-align: center;
  margin-top: 10px;
}
.ela-jen_page .achievements-tab .tabWrap {
  background: #99D2FF;
  padding: 65px 95px;
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: -105px;
  z-index: 0;
  border-radius: 25px;
}
.ela-jen_page .achievements-tab .tabWrap::before {
  content: "";
  position: absolute;
  background-image: url("../images/ela-jen/ach-bg.svg");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  opacity: 0.5;
}
.ela-jen_page .achievements-tab .tabWrap .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ela-jen_page .achievements-tab .tabWrap .tabs li a {
  font-family: "Gilroy", sans-serif;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
}
.ela-jen_page .achievements-tab .tabWrap .tabs li a.active {
  background: #fff;
  color: #3B8BCA;
}
.ela-jen_page .achievements-tab .tabWrap .tab-content {
  margin-top: 40px;
}
.ela-jen_page .achievements-tab .tabWrap .tab-content .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.ela-jen_page .achievements-tab .tabWrap .tab-content .boxContent .box {
  width: 33.33%;
  background: #fff;
  border-radius: 10px;
  min-height: 250px;
}
.ela-jen_page .achievements-tab .tabWrap .tab-content .boxContent h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #3B8BCA;
  font-weight: 700;
  text-align: center;
  padding: 30px 20px 20px;
  border-bottom: 1px solid rgba(60, 72, 88, 0.1);
}
.ela-jen_page .achievements-tab .tabWrap .tab-content .boxContent ul {
  margin: 0;
  padding: 15px 35px;
  list-style: none;
}
.ela-jen_page .achievements-tab .tabWrap .tab-content .boxContent li {
  font-family: "Gilroy", sans-serif;
  color: #58595B;
  font-size: 16px;
  line-height: 32px;
}
.ela-jen_page .our-tutors {
  padding: 70px 0 80px;
  background: #fff;
  position: relative;
  z-index: 0;
}
.ela-jen_page .our-tutors h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .our-tutors h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ela-jen_page .our-tutors h2 {
    font-size: 30px;
  }
}
.ela-jen_page .our-tutors h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #3C4858;
  text-align: center;
  font-weight: 600;
  max-width: 900px;
  margin: 10px auto 0;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .ela-jen_page .our-tutors h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ela-jen_page .our-tutors h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.ela-jen_page .our-tutors .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 65px;
  gap: 44px;
}
.ela-jen_page .our-tutors .boxContent .box {
  width: 33.33%;
}
.ela-jen_page .our-tutors .boxContent .image img {
  width: 100%;
}
.ela-jen_page .our-tutors .boxContent .text {
  background: #fff;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: calc(100% - 35px);
  position: relative;
  margin-left: auto;
  border-bottom-right-radius: 70px;
  margin-top: -55px;
  padding: 15px 20px;
}
.ela-jen_page .our-tutors .boxContent .text h3 {
  text-align: left;
}
.ela-jen_page .our-tutors .boxContent .text p {
  font-family: "Open sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.8;
}
.ela-jen_page .our-tutors .boxContent .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #DADBDC;
  opacity: 0.2;
  border-bottom-right-radius: 70px;
  z-index: -1;
  left: -13px;
  top: 10px;
}
.ela-jen_page .our-tutors a {
  max-width: 185px;
  margin: 0 auto;
  display: block;
  background: #3B8BCA;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
  border-radius: 15px;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  min-width: 185px;
  position: relative;
}
.ela-jen_page .testimonial {
  background-color: #E9F8ED;
  position: relative;
  z-index: 0;
}
.ela-jen_page .testimonial::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 248, 237)), to(rgb(153, 210, 255)));
  background: linear-gradient(to bottom, rgb(233, 248, 237), rgb(153, 210, 255));
  z-index: -1;
  opacity: 0.2;
}
.ela-jen_page .testimonial .testimonial-content {
  padding: 90px 0 120px;
  position: relative;
}
.ela-jen_page .testimonial .testimonial-content .top-left {
  position: absolute;
  width: 115px;
  height: 160px;
  background-image: url("../images/ela-jen/img-bf.svg");
  left: 225px;
  top: 170px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.ela-jen_page .testimonial .testimonial-content .top-ryt {
  position: absolute;
  width: 155px;
  height: 100px;
  background-image: url("../images/ela-jen/img-af.svg");
  right: 225px;
  top: 215px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.ela-jen_page .testimonial .testimonial-content .bot-left {
  position: absolute;
  width: 56px;
  height: 56px;
  border: 3px solid #99D2FF;
  opacity: 3.3;
  border-radius: 50%;
  bottom: 65px;
  left: 160px;
  z-index: -1;
}
.ela-jen_page .testimonial .testimonial-content .bot-center {
  position: absolute;
  width: 155px;
  height: 100px;
  background-image: url("../images/ela-jen/quote.svg");
  left: calc(50% - 75px);
  bottom: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.ela-jen_page .testimonial .testimonial-content .bot-ryt {
  position: absolute;
  width: 85px;
  height: 55px;
  background-image: url("../images/ela-jen/bryt.svg");
  right: 125px;
  bottom: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.ela-jen_page .testimonial h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .testimonial h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ela-jen_page .testimonial h2 {
    font-size: 30px;
  }
}
.ela-jen_page .testimonial h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #3C4858;
  text-align: center;
  font-weight: 600;
  max-width: 900px;
  margin: 10px auto 0;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .ela-jen_page .testimonial h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ela-jen_page .testimonial h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.ela-jen_page .testimonial p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  max-width: 990px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .testimonial p {
    font-size: 15px;
    line-height: 26px;
  }
}
.ela-jen_page .testimonial .testimonial-slider {
  position: relative;
  overflow: hidden;
}
.ela-jen_page .testimonial .content {
  text-align: center;
  padding-top: 45px;
  position: relative;
}
.ela-jen_page .testimonial .content img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.ela-jen_page .testimonial .swiper-button-prev,
.ela-jen_page .testimonial .swiper-button-next {
  top: 70%;
}
.ela-jen_page .testimonial .swiper-button-prev::after,
.ela-jen_page .testimonial .swiper-button-next::after {
  display: none;
}
.ela-jen_page .testimonial .swiper-button-next::before {
  content: "";
  position: absolute;
  background-image: url("../images/ela-jen/arrow-nxt.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.ela-jen_page .testimonial .swiper-button-prev::before {
  content: "";
  position: absolute;
  background-image: url("../images/ela-jen/arrow-prev.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.ela-jen_page .testimonial .swiper-pagination-3 {
  text-align: center;
}
.ela-jen_page .testimonial .swiper-pagination-3 .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background: #CAAB72;
  opacity: 1;
}
.ela-jen_page .testimonial .swiper-pagination-3 .swiper-pagination-bullet-active {
  background: #FAA914;
}
.ela-jen_page .register {
  padding: 85px 0 100px;
  background: rgba(255, 240, 223, 0.5);
  position: relative;
  z-index: 0;
}
.ela-jen_page .register::before {
  content: "";
  position: absolute;
  background-image: url("../images/ela-jen/register-bg.svg");
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.ela-jen_page .register h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  line-height: 75px;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .register h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ela-jen_page .register h3 {
    font-size: 30px;
  }
}
.ela-jen_page .register h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-transform: capitalize;
  display: block;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .register h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .ela-jen_page .register h2 {
    font-size: 22px;
  }
}
.ela-jen_page .register p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  max-width: 655px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .ela-jen_page .register p {
    font-size: 15px;
    line-height: 26px;
  }
}
.ela-jen_page .register a {
  background: #3B8BCA;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  text-align: center;
  max-width: 185px;
  margin: 20px auto 0;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ela-jen_page .register a span {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
}
.ela-jen_page .ela-footer {
  padding: 80px 0;
}
.ela-jen_page .ela-footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}
.ela-jen_page .ela-footer h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #3C4858;
  text-align: center;
  font-weight: 600;
  max-width: 900px;
  margin: 10px auto 0;
  text-transform: capitalize;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 10px;
}
@media screen and (max-width: 992px) {
  .ela-jen_page .ela-footer h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ela-jen_page .ela-footer h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.ela-jen_page .ela-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ela-jen_page .ela-footer a {
  font-size: 15px;
  line-height: 35px;
  font-family: "Gilroy", sans-serif;
  color: #1F2021;
}
.ela-jen_page .ela-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

body.page-template-dcd .banner .inner_banner {
  min-height: 60vh;
  height: unset !important;
}
body.page-template-dcd .banner h1 {
  font-size: 45px;
  line-height: normal;
}
body.page-template-dcd footer::before {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/wave-section.svg");
  width: 100%;
  height: 25px;
  background-repeat: no-repeat;
  top: -5px;
  left: 0;
}

.dcd_page .information-tab {
  padding: 75px 0 105px;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.dcd_page .information-tab::before {
  content: "";
  position: absolute;
  background-image: url("../images/wave-section-up.svg");
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  top: -20px;
  left: 0;
}
.dcd_page .information-tab::after {
  content: "";
  position: absolute;
  background-image: url("../images/wall.svg");
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.dcd_page .information-tab .tabContent {
  margin-top: 50px;
}
.dcd_page .information-tab .tabContent .boxContent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
.dcd_page .information-tab .tabContent .boxContent .box {
  background: #00587E;
  padding: 25px 30px;
  border-radius: 20px;
  position: relative;
  min-height: 225px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dcd_page .information-tab .tabContent .boxContent .box:hover {
  background: #F99D1C;
}
.dcd_page .information-tab .tabContent .boxContent .box:hover a {
  display: block;
}
.dcd_page .information-tab .tabContent .boxContent .box h2 {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  opacity: 0.9;
  text-align: center;
  font-weight: 500;
  max-width: 220px;
  margin: 0 auto;
}
.dcd_page .information-tab .tabContent .boxContent .box a {
  display: block;
  text-align: center;
  font-family: "Open sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  background: #1778F2;
  border-radius: 30px;
  padding: 13px 20px;
  position: absolute;
  left: calc(50% - 75px);
  bottom: -20px;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dcd_page .information-tab .tabContent .boxContent .box a:hover {
  background: #0358c3;
}
.dcd_page .information-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dcd_page .information-tab .tabs li {
  position: relative;
  padding-bottom: 10px;
}
.dcd_page .information-tab .tabs li.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #F99D1C;
  left: 0;
  bottom: 0;
}
.dcd_page .information-tab .tabs li.active a {
  color: #1e1e1e;
}
.dcd_page .information-tab .tabs a {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
  color: #646F74;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dcd_page .information-tab .tabs a:hover {
  color: #1e1e1e;
}
.dcd_page .information-tap-wrap::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(transparent));
  background: linear-gradient(to bottom, rgb(255, 255, 255), transparent);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dcd_page .logoContent {
  padding: 70px 0 50px;
  background: #fff;
  position: relative;
}
.dcd_page .logoContent .imgContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding-bottom: 60px;
}
.dcd_page .logoContent .imgContent .image {
  width: calc(20% - 50px);
  text-align: center;
}
.dcd_page .logoContent h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 10px;
}
.dcd_page .logoContent .affiliated {
  text-align: center;
}

.bbm_page .testimonials {
  display: none;
}

.school-opening {
  padding: 80px 0 100px;
  background-image: url("../images/baba-cbse/school-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.school-opening::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0F96A8;
  opacity: 0.8;
  z-index: -2;
}
.school-opening .fee {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 230px;
  left: -50px;
  z-index: 5;
}
.school-opening .fee a {
  display: block;
  font-size: 20px;
  font-family: "Gilroy", sans-serif;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #35B55A;
  padding: 15px 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.school-opening .content h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.school-opening .content p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 5px;
}
.school-opening .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.school-opening .box {
  width: 50%;
  background: #fff;
  position: relative;
  margin: 60px 0 70px;
  cursor: pointer;
}
.school-opening .box h3 {
  font-family: "Gilroy", sans-serif;
  line-height: normal;
  font-size: 30px;
  font-weight: 600;
  color: #1f2021;
  text-align: center;
  position: relative;
  z-index: 1;
}
.school-opening .box h3::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  z-index: -1;
  top: -20px;
}
.school-opening .box p,
.school-opening .box a {
  font-family: "Open sans", sans-serif;
  line-height: 28px;
  font-size: 17px;
  font-weight: 400;
  color: #1f2021;
  text-align: center;
  max-width: 405px;
  margin: 0 auto;
  text-decoration: none;
}
.school-opening .box p {
  margin-top: 10px;
}
.school-opening .box:nth-child(1) {
  border-top-left-radius: 50px;
  border-top-right-radius: 73px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 80px;
}
.school-opening .box:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url("../images/baba-cbse/svg-img/left-w-top.svg");
  width: calc(100% + 4px);
  height: 130px;
  top: -60px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -2;
}
.school-opening .box:nth-child(1)::after {
  content: "";
  position: absolute;
  background-image: url("../images/baba-cbse/svg-img/left-w-bot.svg");
  width: calc(100% + 5px);
  bottom: -80px;
  height: 150px;
  left: -5px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.school-opening .box:nth-child(1) h3::before {
  background: #ff89a5;
  left: calc(50% - 32px);
}
.school-opening .box:nth-child(2) {
  border-top-left-radius: 80px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 80px;
}
.school-opening .box:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url("../images/baba-cbse/svg-img/ryt-w-top.svg");
  width: calc(100% + 10px);
  height: 90px;
  top: -60px;
  left: -8px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -2;
}
.school-opening .box:nth-child(2)::after {
  content: "";
  position: absolute;
  background-image: url("../images/baba-cbse/svg-img/ryt-w-bot.svg");
  width: calc(100% + 10px);
  bottom: -80px;
  height: 150px;
  left: -4px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.school-opening .box:nth-child(2) h3::before {
  background: #61DE85;
  left: calc(50% - 112px);
}

.leader-coordinator {
  background: -webkit-gradient(linear, left top, left bottom, from(#6AC3EA), color-stop(90%, #6AC3EA), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(to bottom, #6AC3EA 0%, #6AC3EA 90%, transparent 90%, transparent 100%);
  position: relative;
  z-index: 1;
}
.leader-coordinator::before {
  content: "";
  position: absolute;
  background-image: url("../images/bbm/leader-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  z-index: -1;
}
.leader-coordinator .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leader-coordinator .content-wrap {
  padding: 85px 0 0;
  position: relative;
}
.leader-coordinator .content-wrap::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #FFC20E;
  border-radius: 50%;
  right: 140px;
  top: -30px;
}
.leader-coordinator h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: normal;
  color: #1F2021;
  text-transform: capitalize;
  text-align: center;
}
.leader-coordinator h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  color: #1e1e1e;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.leader-coordinator .left {
  width: 30%;
}
.leader-coordinator .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.leader-coordinator .left ul li {
  background: #fff;
  padding: 15px 20px;
  height: calc(100% - 50px);
  border-radius: 15px;
}
.leader-coordinator .left ul li span {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 34px;
  color: #156CB0;
  font-weight: 600;
}
.leader-coordinator .left ul li h4 {
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  color: #4C5558;
  font-size: 22px;
  line-height: 34px;
}
.leader-coordinator .right {
  width: 70%;
}
.leader-coordinator .right ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  background: #3B8BCA;
  padding: 40px 50px;
  border-radius: 15px;
}
.leader-coordinator .right li {
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 19px;
  line-height: 46px;
  text-align: center;
}
.leader-coordinator ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact_page {
  background: #fff;
  background-image: url("../images/wall.svg");
  position: relative;
  z-index: 0;
  padding: 0 0 100px;
}
.contact_page::before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url("../images/wave-section-up.svg");
  height: 25px;
  top: -15px;
  left: 0;
  z-index: -1;
}
.contact_page .contact {
  position: relative;
  background: transparent;
  z-index: 0;
  padding: 65px 0 0;
}
.contact_page .contact::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact_page .contact h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  color: #1e1e1e;
  font-weight: 600;
}
.contact_page .contact .content {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contact_page .contact .left {
  background: #fff;
  padding: 40px 50px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_page .contact .left p,
.contact_page .contact .left a {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #1e1e1e;
  opacity: 0.9;
  font-weight: 400;
  max-width: 300px;
}
.contact_page .contact .left a {
  font-size: 20px;
}
.contact_page .contact .left h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #1E1E1E;
  margin: 20px 0 10px;
}
.contact_page .contact .contact-text {
  width: calc(33.33% - 47px);
}
.contact_page .contact .right {
  background: #304047;
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
          box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 80px 80px 110px;
  padding-left: 200px;
}
.contact_page .contact .right h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 35px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact_page .contact .right p,
.contact_page .contact .right label,
.contact_page .contact .right input,
.contact_page .contact .right textarea,
.contact_page .contact .right select,
.contact_page .contact .right option {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #d6d6d6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact_page .contact .right option {
    font-size: 14px !important;
  }
}
.contact_page .contact .right select {
  width: 100%;
  margin-bottom: 20px;
}
.contact_page .contact .right input,
.contact_page .contact .right textarea,
.contact_page .contact .right select {
  max-width: 100%;
  background: rgba(217, 217, 217, 0.1);
  border: none;
  border-radius: 6px;
  line-height: normal;
  padding: 10px;
}
.contact_page .contact .right input:focus,
.contact_page .contact .right textarea:focus,
.contact_page .contact .right select:focus {
  outline: none;
}
.contact_page .contact .right .input-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 15px 0;
}
.contact_page .contact .right .input-outer .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 10px);
}
.contact_page .contact .wpcf7-submit {
  background: #F99D1C !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #1E1E1E !important;
  font-family: "Gilroy", sans-serif !important;
  padding: 15px 20px !important;
  margin-top: 30px !important;
}
.contact_page .social-media {
  padding: 60px 0;
  gap: 35px;
}
.contact_page .social-media h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #1E1E1E !important;
  font-family: "Gilroy", sans-serif !important;
}
.contact_page .social-media .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.contact_page .social-media .social-links a {
  width: 35px;
  background: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.contact_page .social-media .social-links a:hover {
  background: #007CC2;
}
.contact_page .map-sec iframe {
  height: 400px !important;
}
.contact_page .address-section {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.contact_page .address-section .add-box {
  width: calc(25% - 20px);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
  padding: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact_page .address-section .add-box:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.contact_page .address-section p,
.contact_page .address-section a {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #1e1e1e;
  opacity: 0.9;
  font-weight: 400;
  max-width: 300px;
}
.contact_page .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact_page .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  line-height: 25px;
}
.contact_page .wpcf7-response-output {
  color: #fff;
  position: absolute;
  margin: 20px 0 0 !important;
}
.contact_page form {
  position: relative;
}

.popUpWrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.42);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.popUpWrapper.showPopup {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.popUpWrapper .popup-img {
  position: relative;
}
.popUpWrapper .popup-img img.popup {
  height: 85vh;
}
.popUpWrapper .popup-img img.closepop {
  position: absolute;
  right: -40px;
  top: -30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.new-facilities {
  position: relative;
  background: #fff;
  z-index: 0;
  padding: 80px 0 60px;
}
.new-facilities::before {
  content: "";
  position: absolute;
  background-image: url("../images/wall.svg");
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.new-facilities h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .new-facilities h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .new-facilities h2 {
    font-size: 30px;
  }
}
.new-facilities ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.new-facilities a {
  display: block;
}
.new-facilities .fac-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-facilities .fac-tab li {
  border: 1px solid #3B8BCA;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-facilities .fac-tab li a {
  padding: 10px 27px;
  color: #1E1E1E;
  opacity: 0.9;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-facilities .fac-tab li:hover, .new-facilities .fac-tab li.active {
  background: #E1F2FF;
}
.new-facilities .fac-tab li:hover a, .new-facilities .fac-tab li.active a {
  font-weight: 600;
}
.new-facilities .facilities-tab {
  border: 2px solid rgba(59, 139, 202, 0.5);
  border-top: none;
  border-bottom: none;
  padding: 10px 60px;
  margin: 80px 0 75px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.new-facilities .facilities-tab .circles {
  background-image: url(../images/maha-global/circles.svg);
  width: 125px;
  height: 200px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -2;
  right: -95px;
  bottom: -75px;
}
.new-facilities .facilities-tab::before {
  content: "";
  position: absolute;
  background-image: url(../images/maha-global/fac-before.svg);
  width: calc(100% + 17px);
  height: 80px;
  background-size: 100%;
  left: -10px;
  background-repeat: no-repeat;
  background-position: top;
  top: -75px;
  z-index: -1;
}
.new-facilities .facilities-tab::after {
  content: "";
  position: absolute;
  background-image: url(../images/maha-global/fac-after.svg);
  width: calc(100% + 13px);
  height: 80px;
  background-size: 100%;
  left: -6px;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: -75px;
  z-index: -1;
}
.new-facilities .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  margin-top: 50px;
}
.new-facilities .content .in-tab {
  width: 30%;
  max-height: 385px;
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap;
}
.new-facilities .content .in-tab::-webkit-scrollbar {
  width: 8px;
}
.new-facilities .content .in-tab::-webkit-scrollbar-track {
  background-color: rgba(68, 119, 140, 0.22);
  border-radius: 4px;
}
.new-facilities .content .in-tab::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #F99D1C;
  width: 10px;
}
.new-facilities .content .in-tab li {
  padding-left: 10px;
  position: relative;
}
.new-facilities .content .in-tab li a {
  font-size: 18px;
  font-family: "Open sans", sans-serif;
  line-height: 50px;
  color: #353535;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.new-facilities .content .in-tab li:hover a {
  color: #3B8BCA;
}
.new-facilities .content .in-tab li.active a {
  font-weight: 600;
  color: #000;
}
.new-facilities .content .in-tab li.active::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #3B8BCA;
  left: 0;
  top: 19px;
}
.new-facilities .content .in-tab li.active:hover {
  color: #353535;
}
.new-facilities .content .img-content img {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.spotlgt {
  padding: 50px 0;
  height: auto;
}
.spotlgt h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  margin-bottom: 20px;
}
.spotlgt .spot-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .spotlgt .spot-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.spotlgt .spot-content .news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.spotlgt .spot-content .news-container .news-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .spotlgt .spot-content .news-container .news-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.spotlgt .spot-content .news-container .news-item h6 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.spotlgt .spot-content .news-container .news-item h5 {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 10px;
  text-transform: none;
}
.spotlgt .spot-content .news-container .news-item img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  border-radius: 8px;
}
.spotlgt .spot-content .news-container .news-item a:hover {
  color: #F99D1C;
}
.spotlgt .spot-content .s-category {
  min-width: 200px;
  position: relative;
}
.spotlgt .spot-content .s-category h6 {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  line-height: normal;
  color: #01539D;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: none;
}
.spotlgt .spot-content .s-category li {
  list-style: none;
}
.spotlgt .spot-content .s-category a {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #4C5558;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.spotlgt .spot-content .s-category a:hover {
  color: #F99D1C;
}
.spotlgt .spot-content .s-category a.active {
  color: #F99D1C;
}
@media screen and (max-width: 992px) {
  .spotlgt .mobile-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

body.page-template-baba-cbse .logo-slider .swiper-wrapper {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.leadersImg-list-block .leadersImg-list-col {
  width: 27.27%;
}
.leadersImg-list-block .leadersImg-list-col .leaderblock-img img {
  width: 200px !important;
  border-radius: 200px !important;
}

.wpcf7-response-output {
  color: white;
}

h3.bx-title {
  text-align: center !important;
  margin-bottom: 30px !important;
  font-size: 45px !important;
}

.baba-cbse_page .submenu p {
  font-size: 19px !important;
  font-weight: 600 !important;
  padding-left: 30px;
}

.caie_page .about-us .content .right .image img,
.caie_page .about-us .content .right figure img {
  /* 	border-radius: 0px ;  */
  border: none !important;
}

.leadership-sec {
  margin-top: 80px;
  width: 100%;
  height: 100%;
  background: rgba(217, 243, 255, 0.83);
}

.leadership-sec .leadership-content h4 {
  padding-top: 30px;
  font-family: "Gilroy", sans-serif;
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
  text-transform: unset;
}

.leadership-sec .leadership-content ul {
  padding-left: 100px;
  padding-top: 30px;
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.leadership-sec .leadership-content h3 strong {
  padding-left: 100px;
  font-size: 28px;
}

.leadership-sec .leadership-content li {
  padding-bottom: 10px;
}

.new-sectn-academics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  /* 		 background: rgba(202, 248, 128, 1);
   */
  background: rgba(217, 243, 255, 0.83);
  border: 2px;
  border-radius: 75px 0px 75px 0px;
  border-color: #d1e1ff;
  padding-top: 50px;
}

.new-content {
  padding-top: 60px;
}

.new-content h3 {
  padding-bottom: 15px;
  font-size: 21px;
  font-weight: 500;
  color: #00587E;
}

.new-content li {
  font-size: 16px;
  padding-bottom: 3px;
  font-family: "Open sans", sans-serif;
}

.contact-us-mgg h2 {
  font-size: 50px !important;
  padding-bottom: 10px;
}

.contact-us-mgg p {
  padding-bottom: 3px;
  font-size: 20px;
}

.contact-us-mgg h3 {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 17px;
  font-weight: 800;
}

.contact .contact-us-mgg {
  padding: 54px 22px;
}

.contact-us-mgg h6 {
  /* 	padding-bottom :60px; */
  text-transform: unset !important;
  font-size: 17px;
}

.mgg-page {
  margin-top: 100px;
}

.mgg-page .team h2 {
  padding-bottom: 70px;
}

.contact-us-mgg h2 {
  font-family: "Gilroy", sans-serif !important;
  font-weight: 900 !important;
  font-size: 40px;
}

.mgg_page .contact-us-mgg p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
}

.mgg-page .team .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
  /*     margin-top: 30px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.affiliatn h2 {
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-transform: capitalize;
}

.affiliatn h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 25px;
  Line-height: 35.79px;
}

.affiliatn p {
  font-size: 18px;
  padding-bottom: 15px;
  font-family: "Open sans", sans-serif;
}

.affiliatn img {
  width: auto;
  height: auto;
  border: 1px solid #c7c1c1;
  padding: 5px;
}

.affiliatn .interschool img {
  /* 		width: 110px;
     height: 120px; */
  width: auto;
  height: auto;
  border: 1px solid #c7c1c1;
  padding: 10px;
}

.affiliatn {
  background: #f9f4e8;
  padding-bottom: 60px;
}

.elajensec {
  background-color: white;
  border-radius: 25px;
  padding: 30px;
}

.accreditsec {
  background-color: white;
  border-radius: 25px;
  padding: 30px;
}

.bbm_page .admission-contact-us .content,
.baba-cbse_page .school-opening .boxContent,
.bbm_page .admission-contact-us .content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.elog a:hover {
  background: none !important;
}

.classroom-list ul li:hover {
  color: #d3720e !important;
}

.wpcf7-response-output {
  color: #292727;
}

.common-gallery {
  padding: 50px 0 110px;
}
@media screen and (max-width: 992px) {
  .common-gallery {
    padding: 30px 0 50px;
  }
}
.common-gallery h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .common-gallery h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .common-gallery h2 {
    font-size: 30px;
  }
}
.common-gallery .spotlight .common-spotlight-slider .swiper-slide {
  text-align: center;
  width: 100%;
  height: 610px;
}
.common-gallery .spotlight .common-spotlight-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 850px;
}
.common-gallery .spotlight .swiper-pagination-2 {
  text-align: center;
  position: relative;
  margin-top: -60px;
  z-index: 1;
}
.common-gallery .spotlight .swiper-pagination-2 .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  opacity: unset;
  margin: 0 5px;
}
.common-gallery .spotlight .swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #FFC20E;
}

.article__content {
  padding: 50px 0 80px;
}
@media screen and (max-width: 992px) {
  .article__content {
    padding: 30px 0 50px;
  }
}
.article__content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.article__content li {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.8;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0;
}
.article__content label,
.article__content .comment-notes span {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.8;
  font-weight: 400;
}
.article__content h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 50px;
  color: #4C5558;
  font-weight: 600;
  text-transform: none;
  display: block;
}
@media screen and (max-width: 1300px) {
  .article__content h3 {
    font-size: 18px;
  }
}
.article__content #submit {
  margin-top: 20px;
  background: #FF6359 !important;
  text-shadow: none !important;
  border: none !important;
  padding: 10px 25px !important;
  font-size: 16px !important;
  line-height: 34px !important;
  color: #fff !important;
  font-family: "Open sans", sans-serif !important;
  font-weight: 500;
  border-radius: 8px !important;
}
.article__content textarea,
.article__content input {
  padding: 10px 15px;
  border: 1px solid #CDCDCD;
  border-radius: 8px;
  background: #fff;
}
.article__content .comment-form-comment textarea,
.article__content .comment-form-comment input,
.article__content .comment-form-author textarea,
.article__content .comment-form-author input,
.article__content .comment-form-email textarea,
.article__content .comment-form-email input,
.article__content .comment-form-url textarea,
.article__content .comment-form-url input {
  width: 100%;
}
.article__content .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.article__content form {
  max-width: 700px;
}
.article__content form p {
  margin-top: 10px;
}
.article__content .comment-respond {
  padding-top: 40px;
}
.article__content .comment-meta {
  background: none;
  padding: 0 0 20px;
}
.article__content ol.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.article__content time {
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #1F2021;
  font-weight: 600;
  text-transform: none;
}
.article__content .comment-metadata {
  margin-top: 10px;
}
.article__content .comment-content p {
  color: #1E1E1E;
}
.article__content .reply {
  margin-top: 20px;
}
.article__content .reply a {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.article__content .views .post-views-label {
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #1F2021;
  font-weight: 600;
  text-transform: none;
}

.placement-logo {
  padding: 80px 0;
}
.placement-logo h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  line-height: normal;
  font-weight: 900;
  color: #1F2021;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
}
@media screen and (max-width: 1200px) {
  .placement-logo h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .placement-logo h2 {
    font-size: 30px;
  }
}
.placement-logo p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  margin-top: 10px;
  color: #4C5558;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .placement-logo p {
    font-size: 15px;
    line-height: 26px;
  }
}
.placement-logo .logo-slider {
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .placement-logo {
    padding: 50px 0;
  }
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 50%;
}

.common-gallery-popup-slider .swiper-slide {
  height: auto;
  cursor: pointer;
}
.common-gallery-popup-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.video-popup-overlay .close-video {
  display: inline-block;
  text-align: right;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  right: 0;
  top: 0;
}

.video-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  padding: 0;
  margin: 0 auto;
  border-radius: 5px;
  width: 90%;
  max-width: 575px;
  text-align: right;
  height: 100vh;
}

.video-container {
  position: relative;
  height: 90%;
  max-height: 90%;
  overflow: hidden;
  text-align: center;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container video {
  max-width: 100%;
  height: 100%;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.graph-sec {
  padding: 80px 0 0;
}
@media screen and (max-width: 992px) {
  .graph-sec {
    padding: 50px 0 0;
  }
}
.graph-sec h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1F2021;
  text-align: center;
}
.graph-sec .grid-flex {
  margin: 30px 0;
}
.graph-sec .grid-flex .ays-chart-container-google, .graph-sec .grid-flex .ays-chart-container-chartjs {
  width: 50%;
}
.graph-sec .grid-flex .ays-chart-container-google .ays-chart-header-container .ays-chart-charts-title, .graph-sec .grid-flex .ays-chart-container-chartjs .ays-chart-header-container .ays-chart-charts-title {
  font-size: 20px !important;
  font-weight: 600;
  color: #1F2021;
  text-align: center;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
.graph-sec .grid-flex .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .graph-sec .grid-flex .ays-chart-container-google, .graph-sec .grid-flex .ays-chart-container-chartjs {
    width: 100%;
  }
  .graph-sec .grid-flex .item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.graph-section {
  padding-top: 120px;
}
.graph-section h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
  color: #1F2021;
  text-align: center;
  margin-bottom: 20px;
}
.graph-section .graph-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 80px;
  margin-bottom: 30px;
}
.graph-section .graph-tabs a.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.graph-section .graph-tabs a.tab h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #1F2021;
  font-weight: 600;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 200px;
}
.graph-section .graph-tabs a.tab span.number {
  width: 54px;
  aspect-ratio: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid rgba(248, 185, 21, 0.34);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  color: #0E3C50;
  font-weight: 500;
}
.graph-section .graph-tabs a.tab .pointer {
  position: absolute;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #1F2021;
  padding: 15px 14px;
  background: #EEF3FD;
  text-wrap: nowrap;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.graph-section .graph-tabs a.tab .pointer::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid #EEF3FD;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  bottom: -9px;
  left: calc(50% - 10px);
}
.graph-section .graph-tabs a.tab.active span.number {
  background: #F8B915;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}
.graph-section .graph-tabs a.tab.active h3 {
  display: block;
}
.graph-section .graph-tabs a.tab.active::after {
  display: none;
}
.graph-section .graph-tabs a.tab.active .pointer {
  display: none;
}
.graph-section .graph-tabs a.tab:hover .pointer {
  opacity: 1;
  visibility: visible;
}
.graph-section .graph-tabs a.tab::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: rgba(248, 185, 21, 0.34);
  left: 100%;
}
.graph-section .graph-tabs a.tab:last-child::after {
  display: none;
}
.graph-section .graph-content .tab-content .image {
  padding: 18px 58px;
  border: 2px solid #EEF3FD;
  border-radius: 30px;
}
.graph-section .graph-content .tab-content .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.graph-section .graph-content .tab-content h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #0E3C50;
  text-align: center;
  margin-top: 30px;
}
.graph-section .graph-content .tab-content .swiper-button-prev, .graph-section .graph-content .tab-content .swiper-button-next {
  position: static;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  margin-top: 0;
}
.graph-section .graph-content .tab-content .swiper-button-prev::after, .graph-section .graph-content .tab-content .swiper-button-next::after {
  display: none;
}
.graph-section .graph-content .tab-content .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 21px;
}
@media screen and (max-width: 1200px) {
  .graph-section h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .graph-section .graph-tabs {
    margin-top: 60px;
    gap: 50px;
  }
  .graph-section .graph-tabs a.tab {
    gap: 10px;
  }
  .graph-section .graph-tabs a.tab .pointer {
    top: -45px;
    padding: 10px 14px;
  }
  .graph-section .graph-tabs a.tab span.number {
    width: 45px;
  }
  .graph-section .graph-tabs a.tab::after {
    width: 50px;
  }
  .graph-section .graph-tabs a.tab.active span.number {
    font-size: 18px;
  }
  .graph-section .graph-tabs a.tab h3 {
    font-size: 20px;
  }
  .graph-section .graph-content .tab-content h3 {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .graph-section .graph-tabs {
    gap: 30px;
  }
  .graph-section .graph-tabs a.tab::after {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .graph-section {
    padding-top: 50px;
  }
  .graph-section .graph-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
    margin-top: 50px;
  }
  .graph-section .graph-tabs a.tab::after {
    display: none;
  }
  .graph-section .graph-tabs a.tab h3 {
    font-size: 17px;
  }
  .graph-section h2 {
    font-size: 30px;
    line-height: 1;
  }
  .graph-section .graph-content .tab-content .navigation {
    margin-top: 30px;
  }
}

.placement-logo .content {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #1F2021;
  text-align: center;
}

.comimg-soon {
  padding: 70px 0;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comimg-soon h1 {
  font-family: "Gilroy", sans-serif;
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #1F2021;
  line-height: 1 !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .comimg-soon h1 {
    font-size: 55px;
    line-height: 67px;
  }
}
@media screen and (max-width: 768px) {
  .comimg-soon h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .comimg-soon h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.comimg-soon p {
  font-family: "Open sans", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .comimg-soon p {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1400px) {
  .nios-header .top-bar-content .right-content .text > .text-left span {
    font-size: 20px;
  }
  header .image img {
    width: 200px;
  }
  .academics_page .academics-tab .tab-main {
    gap: 45px;
  }
  .academics_page .academics-tab .tab-main .circle-tab_main .circle-tab {
    width: 530px;
    height: 530px;
  }
  .academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-tab_item .text h2 {
    font-size: 16px;
  }
  .academics_page .academics-tab .tab-main .num p {
    font-size: 16px;
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(1) {
    -webkit-transform: rotate(0deg) skewY(-58deg) translate(-32px, -227px);
            transform: rotate(0deg) skewY(-58deg) translate(-32px, -227px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(2) {
    -webkit-transform: rotate(36deg) skewY(-58deg) translate(16px, -178px);
            transform: rotate(36deg) skewY(-58deg) translate(16px, -178px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(3) {
    -webkit-transform: rotate(72deg) skewY(-58deg) translate(49px, -151px);
            transform: rotate(72deg) skewY(-58deg) translate(49px, -151px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(4) {
    -webkit-transform: rotate(108deg) skewY(-58deg) translate(12px, -241px);
            transform: rotate(108deg) skewY(-58deg) translate(12px, -241px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(5) {
    -webkit-transform: rotate(144deg) skewY(-58deg) translate(-4px, -285px);
            transform: rotate(144deg) skewY(-58deg) translate(-4px, -285px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(6) {
    -webkit-transform: rotate(180deg) skewY(-58deg) translate(3px, -254px);
            transform: rotate(180deg) skewY(-58deg) translate(3px, -254px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(7) {
    -webkit-transform: rotate(216deg) skewY(-58deg) translate(9px, -261px);
            transform: rotate(216deg) skewY(-58deg) translate(9px, -261px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(8) {
    -webkit-transform: rotate(252deg) skewY(-58deg) translate(32px, -216px);
            transform: rotate(252deg) skewY(-58deg) translate(32px, -216px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(9) {
    -webkit-transform: rotate(288deg) skewY(-58deg) translate(24px, -268px);
            transform: rotate(288deg) skewY(-58deg) translate(24px, -268px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(10) {
    -webkit-transform: rotate(324deg) skewY(-58deg) translate(22px, -307px);
            transform: rotate(324deg) skewY(-58deg) translate(22px, -307px);
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box span {
    font-size: 28px;
    padding: 15px 25px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box .text h3 {
    font-size: 17px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box .text h4 {
    font-size: 15px;
  }
  .caie_page .about-us .content .left .tab-box .tab-menu li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  header .header-content .top-menu ul li {
    padding-right: 15px;
  }
  header .header-content .top-menu ul li a {
    font-size: 14px;
  }
  header .header-content .top-menu ul li + li {
    padding-left: 15px;
  }
  header .header-content .top-menu ul .talk {
    padding: 10px 20px;
  }
  header .header-content .top-menu ul .talk a {
    font-size: 12px;
  }
  footer .footer-wrap {
    gap: 40px;
  }
  footer .footer-wrap .footer-left p {
    font-size: 16px;
  }
  footer .footer-wrap .footer-left a {
    font-size: 18px;
  }
  footer .footer-wrap .footer-menu ul a {
    font-size: 16px;
  }
  footer .footer-wrap .footer-right h3 {
    font-size: 25px;
  }
  footer .footer-wrap .footer-right p {
    font-size: 16px;
    margin: 5px 0 15px;
  }
  footer .footer-wrap .footer-right .subscribe input::-webkit-input-placeholder {
    font-size: 16px;
  }
  footer .footer-wrap .footer-right .subscribe input::-moz-placeholder {
    font-size: 16px;
  }
  footer .footer-wrap .footer-right .subscribe input:-ms-input-placeholder {
    font-size: 16px;
  }
  footer .footer-wrap .footer-right .subscribe input::-ms-input-placeholder {
    font-size: 16px;
  }
  footer .footer-wrap .footer-right .subscribe input::placeholder {
    font-size: 16px;
  }
  footer .footer-wrap .footer-right .subscribe button {
    padding: 10px 25px;
    font-size: 16px;
  }
  footer .footer-wrap .footer-right .subscribe button::after {
    border-left: 24px solid #4C5558;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
  footer .footer-bottom p, footer .footer-bottom a {
    font-size: 16px;
  }
  .school-opening .boxContent {
    gap: 40px;
  }
  .school-opening .box:nth-child(1)::before {
    width: calc(100% + 2px);
  }
  .school-opening .box:nth-child(1)::after {
    width: calc(100% + 4px);
    left: -4px;
  }
  .school-opening .box:nth-child(2) {
    border-top-left-radius: 75px;
  }
  .school-opening .box:nth-child(2)::before {
    width: calc(100% + 1px);
    left: 0;
  }
  .school-opening .box:nth-child(2)::after {
    width: calc(100% + 8px);
    left: -3px;
  }
  .leader-coordinator .left ul li span {
    font-size: 15px;
    line-height: 27px;
  }
  .leader-coordinator .left ul li h4 {
    font-size: 19px;
    line-height: 30px;
  }
  .leader-coordinator .right li {
    font-size: 17px;
    line-height: 40px;
  }
  .academics_page .pioneer .content .right ul li p {
    font-size: 18px;
  }
  .academics_page .pioneer .content .right ul li p span {
    font-size: 30px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(1) {
    width: 95px;
    height: 95px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(2) {
    width: 140px;
    height: 140px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(3) {
    width: 110px;
    height: 110px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(4) {
    width: 140px;
    height: 140px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(5) {
    width: 160px;
    height: 160px;
  }
  .caie_page .about-us .content {
    gap: 50px;
  }
  .caie_page .top-bar .top-bar-content {
    gap: 20px;
  }
  .caie_page .top-bar .top-bar-content .left span {
    font-size: 20px;
  }
  .kkm_page .banner .bannerContent h1 {
    font-size: 60px;
    line-height: 75px;
  }
  .kkm_page .why-choose-us .boxContent .box {
    padding: 60px;
  }
  .kkm_page .academics .content {
    gap: 40px;
  }
  .kkm_page .academics .content .box {
    width: calc(50% - 20px);
  }
  .kkm_page .academics .content .card .text {
    padding: 30px 40px;
  }
  .kkm_page .academics .content .info-card ul li {
    font-size: 15px;
    line-height: 33px;
  }
  .kkm_page .academics .content .info-card .languages {
    margin: 120px 0 40px;
    padding: 15px 20px;
  }
  .kkm_page .academics .content .info-card .languages::before {
    top: -40px;
  }
  .kkm_page .academics .content .info-card .languages p {
    font-size: 17px;
    line-height: 25px;
  }
  .kkm_page .academics .content .info-card .languages span {
    font-size: 15px;
    line-height: 30px;
  }
  .kkm_page .non-academics .boxContent .border .text::before {
    top: -80px;
    width: calc(100% + 8px);
    height: 80px;
    left: -4px;
  }
  .kkm_page .scopious-education .card .text::before {
    top: -85px;
    width: calc(100% + 8px);
    left: -2px;
  }
  .kkm_page .contact-us .content {
    gap: 60px;
  }
  .kkm_page .contact-us .left {
    width: 45%;
  }
  .kkm_page .contact-us .right {
    width: 55%;
  }
  .bbm_page .top-bar .top-bar-content .left .text p {
    font-size: 20px;
  }
  .bbm_page .why-choose .content::after {
    right: 70px;
  }
  .baba-cbse_page .banner .announcement {
    bottom: -50px;
  }
  .baba-cbse_page .banner .announcement .content h2 {
    font-size: 27px;
    margin: 10px 0;
  }
  .baba-cbse_page .baba-academics h3 {
    font-size: 27px;
  }
  .baba-cbse_page .baba-academics p {
    line-height: 30px;
  }
  .baba-cbse_page .baba-academics .right ul li a {
    font-size: 18px;
    line-height: 28px;
  }
  .blog_page .content {
    gap: 35px;
  }
  .blog_page .title {
    font-size: 20px;
    line-height: 30px;
  }
  .blog_page .blog-right a, .blog_page .blog-right h3 {
    font-size: 18px;
  }
  .about-us_page .core-values h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .about-us_page .core-values h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .about-us_page .core-values p {
    font-size: 15px;
    line-height: 25px;
    min-height: 75px;
  }
  .about-us_page .core-values .box:nth-child(odd) .text::before {
    width: calc(100% + 10px);
    left: -6px;
  }
  .about-us_page .core-values .text::before {
    top: -50px;
  }
  .about-us_page .milestones .list .right {
    left: -50px;
  }
  .about-us_page .milestones .list .right span {
    width: 100px;
    height: 100px;
  }
  .about-us_page .milestones .list .right h5 {
    font-size: 28px;
  }
  .about-us_page .milestones .list.reverse .right {
    right: -50px;
  }
  .about-us_page .leadership-team .boxContent {
    gap: 75px;
  }
  .nios_page .nios-academics .join-mahatma li::before {
    top: -45px;
  }
  .nios_page .nios-academics .join-mahatma li p {
    font-size: 19px;
    line-height: 26px;
  }
  .mgg_page .gateway .box::before {
    top: -55px;
  }
  .mgg_page .mgg-non-academics .box {
    padding: 10px 20px;
  }
  .mgg_page .mgg-non-academics .box::before {
    top: -56px;
  }
  .mgg_page .mgg-non-academics .boxContent li, .mgg_page .mgg-non-academics .boxContent h4 {
    font-size: 17px;
    line-height: 27px;
  }
  .boarding_page .why-boarding h3 {
    font-size: 35px;
  }
  body.page-template-akm .nios-header .top-bar-content span {
    font-size: 19px;
  }
  .akm_page .facilities-visitors .akm-facilities .image img {
    max-height: 500px;
    min-height: 500px;
  }
  .akm_page .non-academics-sports .akm-non-academics .right::before {
    top: -66px;
  }
  .akm_page .spotlight-academics .akm-academics .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .akm_page .spotlight-academics .overview ul li {
    font-size: 16px;
    line-height: 31px;
  }
  .akm_page .spotlight-academics .overview h4 {
    font-size: 19px;
  }
  .akm_page .spotlight-academics .overview h4 span {
    font-size: 18px;
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(1) li span, .akm_page .spotlight-academics .overview .right .box:nth-child(1) li p {
    font-size: 17px;
  }
  .akm_page .spotlight-academics .overview .right h4 span {
    font-size: 20px;
  }
  .akm_page .team h3 {
    font-size: 23px;
  }
  .akc_page .non-akc-academics .sports .box:nth-child(2) ul {
    white-space: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .contact_page .contact .left p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact_page .contact .left a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  header .header-content .top-menu ul li + li {
    padding-left: 10px;
  }
  header .header-content .top-menu ul li {
    padding-right: 10px;
  }
  header .header-content .top-menu ul li a {
    font-size: 12px;
  }
  header .image img {
    width: 160px;
  }
  header .top-menu ul .talk {
    padding: 10px;
  }
  header.nios-header .top-bar-content .right-content .text {
    gap: 35px;
  }
  header.nios-header .top-bar-content .right-content .text > .text-left {
    width: unset;
    font-size: 15px;
  }
  header.nios-header .top-bar-content .right-content .text > .text-left span {
    font-size: 18px;
  }
  header.nios-header .top-bar-content .right-content .text > p {
    font-size: 15px;
  }
  footer .footer-wrap .footer-right .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-wrap .footer-right .subscribe input {
    width: 100%;
  }
  footer .footer-wrap .footer-right .subscribe button {
    width: 100%;
    max-width: 170px;
  }
  footer .footer-wrap ul li {
    white-space: unset;
  }
  .school-opening .boxContent {
    gap: 30px;
  }
  .school-opening .box {
    padding: 0 30px;
  }
  .school-opening .box h3 {
    font-size: 27px;
  }
  .school-opening .box a, .school-opening .box p {
    font-size: 15px;
    line-height: 24px;
  }
  .leader-coordinator .left ul li h4 {
    font-size: 17px;
  }
  .home_page .bannerContent .middle {
    margin-top: 110px;
  }
  .home_page .bannerContent .bannerText h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .home_page .bannerContent .bannerText h2 {
    font-size: 25px;
    max-width: 700px;
  }
  .home_page .bannerContent .partners h3 {
    font-size: 20px;
  }
  .academics_page .banner .bannerContent .play img {
    width: 65px;
  }
  .academics_page .pioneer .content {
    padding: 100px 0;
    gap: 45px;
  }
  .academics_page .pioneer .content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .academics_page .pioneer .content p {
    font-size: 17px;
    line-height: 32px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(1) {
    width: 85px;
    height: 85px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(2) {
    width: 120px;
    height: 120px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(3) {
    width: 100px;
    height: 100px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(4) {
    width: 125px;
    height: 125px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(5) {
    width: 145px;
    height: 145px;
  }
  .academics_page .academics-tab .tab-main {
    gap: 45px;
  }
  .academics_page .academics-tab .tab-main .circle-tab_main .circle-tab {
    width: 530px;
    height: 530px;
  }
  .academics_page .academics-tab .tab-main .circle-tab_main .circle-tab .circle-tab_item .text h2 {
    font-size: 16px;
  }
  .academics_page .academics-tab .tab-main .num p {
    font-size: 16px;
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(1) {
    -webkit-transform: rotate(0deg) skewY(-58deg) translate(-32px, -227px);
            transform: rotate(0deg) skewY(-58deg) translate(-32px, -227px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(2) {
    -webkit-transform: rotate(36deg) skewY(-58deg) translate(16px, -178px);
            transform: rotate(36deg) skewY(-58deg) translate(16px, -178px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(3) {
    -webkit-transform: rotate(72deg) skewY(-58deg) translate(49px, -151px);
            transform: rotate(72deg) skewY(-58deg) translate(49px, -151px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(4) {
    -webkit-transform: rotate(108deg) skewY(-58deg) translate(12px, -241px);
            transform: rotate(108deg) skewY(-58deg) translate(12px, -241px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(5) {
    -webkit-transform: rotate(144deg) skewY(-58deg) translate(-4px, -285px);
            transform: rotate(144deg) skewY(-58deg) translate(-4px, -285px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(6) {
    -webkit-transform: rotate(180deg) skewY(-58deg) translate(3px, -254px);
            transform: rotate(180deg) skewY(-58deg) translate(3px, -254px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(7) {
    -webkit-transform: rotate(216deg) skewY(-58deg) translate(9px, -261px);
            transform: rotate(216deg) skewY(-58deg) translate(9px, -261px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(8) {
    -webkit-transform: rotate(252deg) skewY(-58deg) translate(32px, -216px);
            transform: rotate(252deg) skewY(-58deg) translate(32px, -216px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(9) {
    -webkit-transform: rotate(288deg) skewY(-58deg) translate(24px, -268px);
            transform: rotate(288deg) skewY(-58deg) translate(24px, -268px);
  }
  .academics_page .academics-tab .tab-main .gap-circle li:nth-of-type(10) {
    -webkit-transform: rotate(324deg) skewY(-58deg) translate(22px, -307px);
            transform: rotate(324deg) skewY(-58deg) translate(22px, -307px);
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box span {
    font-size: 28px;
    padding: 15px 25px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box .text h3 {
    font-size: 17px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box .text h4 {
    font-size: 15px;
  }
  .caie_page .top-bar .top-bar-content .left span {
    font-size: 17px;
  }
  .caie_page .top-bar .top-bar-content .left p {
    font-size: 13px;
  }
  .caie_page .top-bar .top-bar-content .right .image img {
    width: 175px;
  }
  .kkm_page .top-bar .right-content {
    gap: 30px;
  }
  .kkm_page .top-bar .right-content .left .name p {
    font-size: 24.44px;
  }
  .kkm_page .top-bar .right-content .left .name span {
    font-size: 14.66px;
  }
  .kkm_page .top-bar .right-content .right .image img {
    width: 175px;
  }
  .kkm_page .top-bar .top-bar-content p {
    font-size: 18px;
  }
  .kkm_page .academics h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .kkm_page .academics .content h3 {
    font-size: 25px;
  }
  .kkm_page .non-academics h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .kkm_page .non-academics .content {
    padding: 30px 0 0;
  }
  .kkm_page .non-academics .boxContent .border .text {
    min-height: 120px;
    margin: 60px 0 40px;
  }
  .kkm_page .non-academics .boxContent .border .text::before {
    top: -70px;
  }
  .kkm_page .non-academics .boxContent .border .text h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .kkm_page .non-academics .dispContent p {
    font-size: 17px;
    line-height: 36px;
  }
  .kkm_page .assessment h2 {
    font-size: 40px;
  }
  .kkm_page .scopious-education h2 {
    font-size: 40px;
  }
  .kkm_page .facilities h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .kkm_page .facilities ul li {
    font-size: 20px;
  }
  .kkm_page .achievements h2 {
    font-size: 35px;
  }
  .kkm_page .contact-us .left p, .kkm_page .contact-us .left a, .kkm_page .contact-us .left span {
    font-size: 18px;
    line-height: 30px;
  }
  .kkm_page .contact-us .right form .in-btn {
    font-size: 18px !important;
  }
  .bbm_page .top-bar .top-bar-content .right-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bbm_page .top-bar .top-bar-content .image img {
    width: 175px;
  }
  .bbm_page .banner .bannerContent h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .bbm_page .why-choose h2 {
    font-size: 40px;
  }
  .bbm_page .academics .text h3 {
    font-size: 27px;
  }
  .bbm_page .academics .text h4 {
    font-size: 22px;
    line-height: 34px;
  }
  .bbm_page .academics .box h3 {
    font-size: 27px;
  }
  .bbm_page .facilities li {
    font-size: 18px;
    line-height: 25px;
  }
  .bbm_page .testimonials p {
    max-width: 860px;
  }
  .baba-cbse_page .leaders .content {
    gap: 30px;
  }
  .baba-cbse_page .upcoming-events .content {
    padding: 50px;
  }
  .baba-cbse_page .upcoming-events h3 {
    font-size: 20px;
  }
  .baba-cbse_page .upcoming-events h4 {
    font-size: 14px;
    margin-top: 10px;
  }
  .baba-cbse_page .upcoming-events .boxContent {
    gap: 20px;
    margin-top: 15px;
  }
  .baba-cbse_page .accordion .link {
    font-size: 18px;
  }
  .blog-detail_page .blog-detail-content h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .blog-detail_page .blog-detail-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-detail_page .blog-detail-content .wp-block-table td {
    font-size: 17px;
    padding: 15px 20px;
  }
  .about-us_page .dispText p {
    font-size: 18px;
    line-height: 33px;
  }
  .about-us_page .mahatma {
    padding: 60px 0;
  }
  .about-us_page .mahatma .image {
    min-width: 100px;
    max-width: 100px;
  }
  .about-us_page .mahatma h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .about-us_page .mahatma p {
    font-size: 18px;
    line-height: 29px;
  }
  .about-us_page .mahatma .content {
    gap: 50px;
  }
  .about-us_page .core-values h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .about-us_page .core-values .image {
    width: 85px;
    height: 85px;
  }
  .about-us_page .core-values .text::before {
    top: -45px;
  }
  .about-us_page .milestones .content::before {
    height: 80%;
  }
  .about-us_page .milestones h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .about-us_page .milestones .list p {
    font-size: 17px;
    line-height: 30px;
  }
  .about-us_page .milestones .list:nth-child(2) {
    margin-top: 175px;
  }
  .about-us_page .leadership-team h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .about-us_page .leadership-team .box {
    width: 28%;
  }
  .about-us_page .leadership-team .text h3 {
    font-size: 20px;
  }
  .about-us_page .leadership-team .text h4 {
    font-size: 18px;
  }
  .about-us_page .leadership-team .text p {
    font-size: 16px;
  }
  .nios-header .top-bar a {
    font-size: 14px;
  }
  .nios-header .top-bar-content span {
    font-size: 17px;
  }
  .nios-header .top-bar-content p {
    font-size: 15px;
  }
  .nios_page .nios p {
    font-size: 17px;
    line-height: 32px;
  }
  .nios_page .nios h2 {
    font-size: 40px;
  }
  .nios_page .nios .boxContent p {
    font-size: 16px;
    line-height: 34px;
  }
  .nios_page .nios-academics h2 {
    font-size: 40px;
  }
  .nios_page .nios-academics h3 {
    font-size: 35px;
  }
  .nios_page .nios-academics .achievement li {
    font-size: 20px;
    padding: 15px 20px;
  }
  .nios_page .nios-academics .join-mahatma ul {
    margin-top: -50px;
  }
  .nios_page .nios-academics .join-mahatma li {
    margin: 85px 0;
  }
  .nios_page .nios-academics .join-mahatma li::before {
    top: -40px;
  }
  .nios_page .nios-academics .offer p {
    font-size: 20px;
  }
  .nios_page .nios-academics .offer .boxContent .box {
    padding: 10px 26px;
  }
  .nios_page .nios-academics .offer .boxContent p {
    font-size: 15px;
    line-height: 25px;
  }
  .nios_page .nios-academics .offer .boxContent h4 {
    font-size: 22px;
  }
  .nios_page .nios-academics .subjects .content h4 {
    font-size: 22px;
    line-height: 32px;
    min-width: unset;
  }
  .nios_page .nios-non-academics h2 {
    font-size: 40px;
  }
  .nios_page .nios-non-academics h3 {
    font-size: 35px;
  }
  .nios_page .nios-non-academics ul li {
    font-size: 17px;
    line-height: 27px;
  }
  .nios_page .services-testimonial h2 {
    font-size: 40px;
  }
  .nios_page .testimonials-faq h2 {
    font-size: 35px;
  }
  .nios_page .faq .advgb-accordion-header h4.advgb-accordion-header-title, .nios_page .faq .nios_page .faq .advgb-accordion-header h4 {
    font-size: 18px;
  }
  .nios_page .faq p {
    font-size: 16px;
  }
  .nios_page .nios-contact-us h2 {
    font-size: 35px;
  }
  .boarding_page .why-boarding .details .tab-item {
    font-size: 18px;
  }
  .boarding_page .why-boarding .box h4 {
    font-size: 20px;
    line-height: 35px;
  }
  .boarding_page .why-boarding .box ul li {
    font-size: 17px;
    line-height: 50px;
  }
  .boarding_page .schedule .box h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .boarding_page .schedule .box ul li {
    font-size: 16px;
    line-height: 33px;
  }
  .boarding_page .facilities h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .boarding_page .regulations .page-link a {
    font-size: 20px;
    line-height: 33px;
  }
  body.page-template-akm .nios-header .top-bar-content p {
    margin: 0 20px;
  }
  body.page-template-akm .nios-header .top-bar-content span {
    font-size: 16px;
  }
  body.page-template-akm .nios-header .top-bar a {
    font-size: 13px;
  }
  body.page-template-dcd .nios-header .top-bar a {
    font-size: 13px;
  }
  .akm_page .spotlight-academics .akm-academics .text {
    padding: 60px;
  }
  .akm_page .non-academics-sports .akm-non-academics .right::before {
    top: -65px;
    left: -6px;
    width: calc(100% + 10px);
  }
  .akm_page .akm-sports .sports .boxContent .right::before {
    top: -56px;
    width: calc(100% + 10px);
    left: -6px;
  }
  .akm_page .facilities-visitors .akm-facilities .text li {
    font-size: 17px;
    line-height: 34px;
  }
  .akc_page .non-akc-academics .sports .box:nth-child(2) ul {
    white-space: wrap;
  }
  .akc_page .non-akc-academics .content ul li {
    font-size: 17px;
  }
  .akc_page .akc-affiliations p {
    font-size: 15px;
    line-height: 25px;
  }
  .akc_page .akc-visitors .right {
    padding-left: 60px;
  }
  .akc_page .akc-visitors .left {
    padding-right: 60px;
  }
  .akc_page .akc-visitors .content h2 {
    font-size: 30px;
  }
  .career_page h2 {
    font-size: 30px;
  }
  .delf_page h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .delf_page .why-delf .left, .delf_page .why-should-delf .left {
    padding: 40px 30px;
  }
  .delf_page .why-delf .right ul, .delf_page .why-should-delf .right ul {
    padding: 40px 30px;
  }
  .delf_page .delf-offer .left {
    padding: 40px 30px;
  }
  .delf_page .delf-offer h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .ela-jen_page .about-us ul li {
    padding-left: 35px;
    font-size: 15px;
  }
  .ela-jen_page .about-us ul li::before {
    left: 20px;
  }
  .ela-jen_page .crash-course .boxContent {
    gap: 45px;
  }
  .ela-jen_page .crash-course .cardContent h3 {
    font-size: 18px;
  }
  .ela-jen_page .crash-course .cardContent h5, .ela-jen_page .crash-course .cardContent li {
    font-size: 15px;
  }
  .ela-jen_page .achievements .achievement-wrap .count-digit {
    font-size: 35px;
  }
  .ela-jen_page .achievements .achievement-wrap p {
    font-size: 21px;
  }
  body.page-template-dcd .banner h1 {
    font-size: 35px;
  }
  .dcd_page .information-tab .tabs a {
    font-size: 23px;
  }
  .dcd_page .information-tab .tabContent .boxContent .box h2 {
    font-size: 17px;
    line-height: 27px;
  }
  .contact_page .contact .right p, .contact_page .contact .right label, .contact_page .contact .right input {
    font-size: 16px;
  }
  .contact_page .address-section p, .contact_page .address-section a {
    font-size: 16px;
    line-height: 30px;
  }
  .new-facilities .fac-tab li a {
    font-size: 18px;
  }
  .new-facilities .content .in-tab li a {
    font-size: 16px;
    line-height: 45px;
  }
  .new-facilities .facilities-tab {
    padding: 10px 35px;
  }
  .new-facilities .facilities-tab::before {
    left: -8px;
    top: -79px;
    width: calc(100% + 14px);
  }
  .new-facilities .facilities-tab::after {
    width: calc(100% + 12px);
    left: -6px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_page .contact .left {
    gap: 20px 30px;
  }
  .contact_page .contact .contact-text {
    width: calc(50% - 47px);
  }
}
@media screen and (max-width: 992px) {
  header .header-content .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-content .toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
    z-index: 100;
    width: 30px;
    height: 30px;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-content .toggler span {
    width: 30px;
    height: 3px;
    background: #00587E;
    margin: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .header-content .toggler span:nth-child(2) {
    width: 20px;
  }
  header .header-content .toggler.rotate span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -1.5px;
  }
  header .header-content .toggler.rotate span:nth-child(2) {
    display: none;
  }
  header .header-content .toggler.rotate span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: -1.5px;
  }
  header .header-content .top-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 3px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 3px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0px;
    gap: 0px;
    background: #fff;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header-content .top-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  header .header-content .top-menu ul li {
    margin: 0px 0;
  }
  header .header-content .top-menu ul li a {
    padding: 5px 0;
  }
  header .header-content .top-menu ul li a::after, header .header-content .top-menu ul li a::before {
    display: none !important;
  }
  header .header-content .top-menu ul li span {
    display: none;
  }
  header .header-content .top-menu ul li + li {
    margin-left: 0;
    padding: 20px 0 0;
  }
  header .header-content .top-menu .right {
    padding: 15px;
    position: relative;
  }
  header .header-content .top-menu .main-menu {
    display: none;
    padding: 20px 20px 30px;
    border-top: 1px solid rgba(215, 215, 215, 0.8);
    position: absolute;
    top: 59px;
    width: 100%;
    background: #fff;
  }
  header .header-content .sub-menu {
    opacity: 1;
    position: static;
    padding: 15px !important;
  }
  header .header-content .sub-menu li {
    position: relative;
  }
  header .header-content .sub-menu li a {
    font-size: 13px !important;
    border-bottom: none;
  }
  header .header-content .sub-menu li::before {
    content: "";
    position: absolute;
    border-left: 5px solid #fbb040;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -10px;
    top: 7px;
  }
  header .top-bar-content {
    border-top: 60px solid #00587E;
  }
  header.nios-header .header-content .toggler span {
    background: #fff !important;
  }
  header.nios-header .top-bar-content {
    border-top: none;
    padding: 15px 0;
    height: auto;
  }
  header.nios-header .top-bar-content p {
    display: none;
  }
  header.nios-header .top-bar-content .logo {
    top: 0;
    width: 95px;
    height: 95px;
    margin-top: 0;
    position: static;
  }
  header.nios-header .top-bar-content .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header.nios-header .top-bar-content .right-content {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 10px;
    margin: 0;
    width: unset;
    padding: 0;
  }
  header.nios-header .top-bar-content .right-content .left {
    margin: 0;
  }
  header.nios-header .top-bar-content .right-content .right img {
    width: 200px;
  }
  header.nios-header .top-bar a {
    padding: 10px 0;
  }
  header.caie_page .top-bar-content {
    border-top: none;
  }
  footer::after {
    right: calc(50% - 165px);
  }
  footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-wrap .footer-left p {
    max-width: unset;
  }
  footer .footer-bottom p, footer .footer-bottom a {
    font-size: 16px;
    line-height: 25px;
  }
  .popUpWrapper .popup-img img.closepop {
    width: 20px;
    height: 20px;
    right: -30px;
    top: -25px;
  }
  .school-opening .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .school-opening .box {
    width: 80%;
  }
  .leader-coordinator .content-wrap::before {
    width: 40px;
    height: 40px;
    top: -20px;
    right: 20px;
  }
  .leader-coordinator h2 {
    font-size: 35px;
  }
  .leader-coordinator h3 {
    font-size: 25px;
  }
  .leader-coordinator .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leader-coordinator .left, .leader-coordinator .right {
    width: 100%;
  }
  .academics_page .pioneer::after {
    background-image: url("../images/academics/pioneer.svg");
    background-size: 100%;
  }
  .academics_page .pioneer .parallax-wrap .dots {
    display: none;
  }
  .academics_page .pioneer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .academics_page .pioneer .content .left {
    width: 100%;
  }
  .academics_page .pioneer .content .right {
    width: 70%;
  }
  .academics_page .academics-tab .tab-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .caie_page .top-bar .top-bar-content .address {
    display: none;
  }
  .caie_page .about-us .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .caie_page .about-us .content .left {
    min-width: unset;
  }
  .caie_page .about-us .content .left .tab-box .tab-menu {
    background-color: #F47B20;
    min-width: unset;
  }
  .caie_page .about-us .content .left .tab-box .tab-menu::before {
    display: none;
  }
  .caie_page.caie-sub_page .about-us .content {
    gap: 30px;
  }
  .caie_page.caie-sub_page .about-us .content .left .tab-box .tab-menu {
    margin: 0;
    padding: 40px;
    border-radius: 44px;
  }
  .caie_page.caie-sub_page .about-us .content .left .tab-box .tab-menu::after {
    display: none;
  }
  .kkm_page .top-bar .right-content .left .name p {
    font-size: 20.44px;
  }
  .kkm_page .top-bar .right-content .left .name span {
    font-size: 12.66px;
  }
  .kkm_page .top-bar .right-content .right .image img {
    width: 175px;
  }
  .kkm_page .top-bar .top-bar-content p {
    font-size: 15px;
  }
  .kkm_page .why-choose-us .boxContent::before {
    left: -50px;
  }
  .kkm_page .why-choose-us .boxContent::after {
    right: -50px;
  }
  .kkm_page .academics .content .box {
    width: 100%;
  }
  .kkm_page .academics .content .info-card .box-bg::before {
    top: -44px;
    width: calc(100% + 5px);
    left: -3px;
  }
  .kkm_page .academics .content .info-card .box-bg::after {
    bottom: -60px;
    height: 80px;
    width: calc(100% + 5px);
    left: -3px;
  }
  .kkm_page .academics .content .info-card .languages::before {
    top: -45px;
    width: calc(100% + 6px);
    height: 50px;
    left: -3px;
  }
  .kkm_page .academics .content .info-card .languages::after {
    bottom: -45px;
    height: 80px;
    left: -3px;
    width: calc(100% + 6px);
  }
  .kkm_page .scopious-education .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 110px;
  }
  .kkm_page .scopious-education .card {
    width: 70%;
  }
  .kkm_page .scopious-education .card .text::before {
    top: -85px;
    width: calc(100% + 10px);
    left: -2px;
  }
  .kkm_page .scopious-education .card .text::after {
    height: 100px;
    bottom: -100px;
    left: -1px;
    width: calc(100% + 3px);
  }
  .kkm_page .bbm-non-academics .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kkm_page .bbm-non-academics h3 {
    font-size: 24px;
  }
  .kkm_page .bbm-non-academics .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kkm_page .bbm-non-academics .box li, .kkm_page .bbm-non-academics .box p {
    font-size: 15px;
    line-height: 32px;
  }
  .kkm_page .bbm-non-academics .box .box-section {
    width: 60%;
  }
  .kkm_page .bbm-non-academics .box:nth-child(1) {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .kkm_page .bbm-non-academics .box:nth-child(1) .box-section {
    margin: 40px 0;
  }
  .kkm_page .bbm-non-academics .box:nth-child(2) {
    width: 100%;
  }
  .kkm_page .bbm-non-academics .box:nth-child(3) {
    width: 100%;
  }
  .kkm_page .bbm-non-academics .box:nth-child(3) .box-section::before {
    width: calc(100% + 11px);
    top: -50px;
    left: -6px;
  }
  .kkm_page .bbm-non-academics .box:nth-child(3) .box-section::after {
    background-position: bottom;
    width: calc(100% + 8px);
    left: -4px;
    bottom: -65px;
  }
  .kkm_page .non-academics .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kkm_page .non-academics .boxContent .box {
    width: 60%;
  }
  .kkm_page .non-academics .boxContent .border .text {
    margin: 60px 0;
  }
  .kkm_page .non-academics .boxContent .border .text::before {
    top: -75px;
    width: calc(100% + 12px);
    left: -6px;
  }
  .kkm_page .non-academics .dispContent {
    padding: 74px 30px;
  }
  .kkm_page .non-academics .dispContent .right {
    background-image: url("../images/kknagar/svg-img/blue-ryt.svg");
    top: 30px;
  }
  .kkm_page .non-academics .dispContent::before {
    top: -63px;
    width: calc(100% + 3px);
    left: -2px;
  }
  .kkm_page .non-academics .dispContent::after {
    bottom: -150px;
    width: calc(100% + 7px);
    left: -3px;
  }
  .kkm_page .non-academics .dispContent p {
    font-size: 17px;
    line-height: 30px;
  }
  .kkm_page .achievements .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kkm_page .achievements .imageCard {
    width: 100%;
  }
  .kkm_page .achievements .imageCard:nth-child(1), .kkm_page .achievements .imageCard:nth-child(2) {
    display: none;
  }
  .kkm_page .facilities ul li {
    font-size: 20px;
    line-height: 35px;
  }
  .kkm_page .contact-us .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kkm_page .contact-us .left, .kkm_page .contact-us .right {
    width: 100%;
  }
  .kkm_page .contact-us .left p {
    max-width: unset;
  }
  .kkm_page .contact-us .right form input::-webkit-input-placeholder, .kkm_page .contact-us .right form textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
  .kkm_page .contact-us .right form input::-moz-placeholder, .kkm_page .contact-us .right form textarea::-moz-placeholder {
    font-size: 15px;
  }
  .kkm_page .contact-us .right form input:-ms-input-placeholder, .kkm_page .contact-us .right form textarea:-ms-input-placeholder {
    font-size: 15px;
  }
  .kkm_page .contact-us .right form input::-ms-input-placeholder, .kkm_page .contact-us .right form textarea::-ms-input-placeholder {
    font-size: 15px;
  }
  .kkm_page .contact-us .right form input::placeholder, .kkm_page .contact-us .right form textarea::placeholder {
    font-size: 15px;
  }
  .kkm_page .contact-us .right form .in-btn {
    font-size: 16px !important;
  }
  .bbm_page .top-bar .top-bar-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bbm_page .top-bar .top-bar-content .address {
    display: none;
  }
  .bbm_page .top-bar .top-bar-content .left .text p {
    font-size: 18px;
    max-width: 325px;
  }
  .bbm_page .why-choose p {
    font-size: 16px;
    line-height: 30px;
  }
  .bbm_page .why-choose .content::after {
    width: 100px;
    height: 100px;
    bottom: -70px;
  }
  .bbm_page .academics .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bbm_page .academics .card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bbm_page .academics .text, .bbm_page .academics .image {
    width: 100%;
  }
  .bbm_page .academics .text h3, .bbm_page .academics .image h3 {
    max-width: unset;
  }
  .bbm_page .academics .text h4, .bbm_page .academics .image h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .bbm_page .academics .text ul li, .bbm_page .academics .image ul li {
    font-size: 17px;
    line-height: 30px;
  }
  .bbm_page .academics .green-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .bbm_page .academics .green-box .left, .bbm_page .academics .green-box .right {
    width: 100%;
  }
  .bbm_page .non-academics .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bbm_page .non-academics h3 {
    font-size: 24px;
  }
  .bbm_page .non-academics .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bbm_page .non-academics .box li, .bbm_page .non-academics .box p {
    font-size: 15px;
    line-height: 32px;
  }
  .bbm_page .non-academics .box:nth-child(1) {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .bbm_page .non-academics .box:nth-child(1) .box-section {
    margin: 40px 0;
  }
  .bbm_page .non-academics .box:nth-child(2) {
    width: 100%;
  }
  .bbm_page .non-academics .box:nth-child(3) {
    width: 100%;
  }
  .bbm_page .visitors p {
    font-size: 15px;
    line-height: 25px;
  }
  .bbm_page .visitors .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bbm_page .visitors .left {
    width: 100%;
  }
  .bbm_page .facilities {
    padding: 65px 0;
  }
  .bbm_page .facilities ul {
    gap: 15px;
  }
  .bbm_page .facilities li {
    font-size: 17px;
    line-height: 23px;
  }
  .bbm_page .testimonials p {
    font-size: 16px;
    line-height: 34px;
    max-width: 610px;
  }
  .bbm_page .testimonials .alumini {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 15px;
  }
  .bbm_page .admission-contact-us .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .bbm_page .admission-contact-us .left, .bbm_page .admission-contact-us .right {
    width: 100%;
  }
  .baba-cbse_page .banner .announcement {
    bottom: 80px;
    padding: 30px;
  }
  .baba-cbse_page .leaders .content-wrap .yellow {
    width: 40px;
    height: 40px;
    top: -20px;
    right: 0;
  }
  .baba-cbse_page .leaders .content {
    gap: 30px;
  }
  .baba-cbse_page .leaders .content .card {
    width: calc(50% - 15px);
  }
  .baba-cbse_page .leaders .content h3 {
    font-size: 20px;
  }
  .baba-cbse_page .upcoming-events .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .baba-cbse_page .upcoming-events .box {
    width: 100%;
  }
  .baba-cbse_page .upcoming-events .box + .box {
    padding: 20px 0 0;
    border-top: 2px dotted rgba(0, 0, 0, 0.25);
    border-left: none;
  }
  .baba-cbse_page .upcoming-events .content .ltgreen {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
  .baba-cbse_page .baba-academics .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .baba-cbse_page .baba-academics .content::before {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .baba-cbse_page .baba-academics .left, .baba-cbse_page .baba-academics .right {
    width: 100%;
  }
  .baba-cbse_page .baba-academics .right ul li {
    max-width: unset;
  }
  .baba-cbse_page .baba-academics .right ul li a {
    line-height: 45px;
  }
  .foundation_page .dispText p {
    font-size: 18px;
    line-height: 32px;
  }
  .foundation_page .management-outer .management .content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .foundation_page .management-outer .management .card {
    width: 100%;
  }
  .foundation_page .management-outer .executive .content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .blog_page .banner .bannerContent h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog_page .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .blog-detail_page .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us_page .mahatma .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us_page .mahatma .card {
    width: 100%;
  }
  .about-us_page .core-values .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-us_page .core-values .box {
    width: 45%;
  }
  .about-us_page .core-values .box:nth-child(odd) .text::before {
    width: calc(100% + 12px);
    left: -7px;
  }
  .about-us_page .core-values .text::before {
    top: -59px;
  }
  .about-us_page .milestones .list:nth-child(2) {
    margin: 0;
  }
  .about-us_page .milestones ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .about-us_page .milestones ul + ul {
    margin: 0;
  }
  .about-us_page .milestones .content {
    gap: 40px;
  }
  .about-us_page .milestones .content::before {
    display: none;
  }
  .about-us_page .milestones .list {
    width: 100%;
  }
  .about-us_page .milestones .list .right {
    left: 0;
    top: 15px;
  }
  .about-us_page .milestones .list.reverse .right {
    right: 0;
  }
  .about-us_page .milestones .list:nth-child(1) {
    margin: 0;
  }
  .about-us_page .leadership-team .boxContent {
    gap: 40px;
  }
  .about-us_page .leadership-team .box {
    width: 40%;
  }
  .nios-header .top-bar {
    padding: 30px 0;
  }
  .nios-header .top-bar ul {
    display: none;
    position: absolute;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 3px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 3px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 40px 25px;
    background: #007cc2;
    z-index: 99;
  }
  .nios-header .top-bar .content .toggler {
    top: 15px;
  }
  .nios-header .top-bar .content .toggler.toggle-rotate span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -1.5px;
  }
  .nios-header .top-bar .content .toggler.toggle-rotate span:nth-child(2) {
    display: none;
  }
  .nios-header .top-bar .content .toggler.toggle-rotate span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: -1.5px;
  }
  .nios_page .nios::after {
    background-size: auto;
  }
  .nios_page .nios .boxContent {
    margin: 110px 0 50px;
    padding: 10px 35px;
  }
  .nios_page .nios .boxContent .left {
    left: -2px;
  }
  .nios_page .nios .boxContent .right {
    right: -2px;
  }
  .nios_page .nios .boxContent .bot {
    width: calc(100% + 8px);
    height: 50px;
    left: -3px;
    bottom: -49px;
  }
  .nios_page .nios-academics .join-mahatma {
    padding: 40px 0 0;
  }
  .nios_page .nios-academics .join-mahatma .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nios_page .nios-academics .join-mahatma .left, .nios_page .nios-academics .join-mahatma .right {
    width: 100%;
  }
  .nios_page .nios-academics .join-mahatma .right {
    margin-top: -50px;
  }
  .nios_page .nios-academics .join-mahatma ul {
    margin-top: -95px;
  }
  .nios_page .nios-academics .join-mahatma li {
    margin: 110px 0;
  }
  .nios_page .nios-academics .join-mahatma li::after {
    height: 60px;
    bottom: -60px;
  }
  .nios_page .nios-academics .offer .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nios_page .nios-academics .offer .boxContent .box {
    width: 60%;
  }
  .nios_page .nios-academics .achievement {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nios_page .nios-academics .subjects .content .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nios_page .nios-academics .subjects .content .level, .nios_page .nios-academics .subjects .content .subject, .nios_page .nios-academics .subjects .content .image {
    width: 100%;
  }
  .nios_page .nios-academics .subjects .content .level {
    border-top-right-radius: 30px;
    border-bottom-left-radius: unset;
  }
  .nios_page .nios-academics .subjects .content .subject {
    padding: 15px 30px;
  }
  .nios_page .nios-academics .subjects .content .image img {
    border-bottom-left-radius: 30px;
    border-top-right-radius: unset;
  }
  .nios_page .nios-academics .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nios_page .nios-academics .bottom-box .left, .nios_page .nios-academics .bottom-box .right {
    width: 100%;
  }
  .nios_page .nios-non-academics .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nios_page .nios-non-academics ul li {
    max-width: unset;
  }
  .nios_page .testimonial-slider::after {
    right: 0;
  }
  .nios_page .testimonial-slider::before {
    left: 0;
  }
  .nios_page .services-testimonial h2 {
    margin-bottom: 15px;
  }
  .nios_page .services-testimonial .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 90px;
  }
  .nios_page .services-testimonial .content .left {
    width: 100%;
  }
  .nios_page .services-testimonial .content .right {
    width: 90%;
  }
  .nios_page .nios-contact-us .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .nios_page .nios-contact-us .left, .nios_page .nios-contact-us .right {
    width: 100%;
  }
  .nios_page .nios-contact-us .left {
    text-align: left;
  }
  .nios_page .nios-contact-us .left::before {
    width: 100%;
    height: 2px;
    right: 0;
    bottom: -15px;
    top: unset;
  }
  .mgg_page .gateway .boxContent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .mgg_page .gateway .box {
    width: 45%;
    margin: 70px 0;
  }
  .mgg_page .gateway .box::before {
    width: calc(100% + 8px);
    left: -5px;
    top: -64px;
  }
  .mgg_page .mgg-academics .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .mgg_page .mgg-academics .box.box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mgg_page .mgg-academics .box + .box {
    margin-top: 60px;
  }
  .mgg_page .mgg-academics .text {
    max-height: 290px;
    width: 100%;
  }
  .mgg_page .mgg-academics .image {
    width: 100%;
  }
  .mgg_page .mgg-academics .bottom-box {
    margin-top: 60px;
  }
  .mgg_page .mgg-academics .bottom-box .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mgg_page .mgg-academics .bottom-box .left, .mgg_page .mgg-academics .bottom-box .right {
    width: 100%;
  }
  .mgg_page .mgg-non-academics .box {
    width: 50%;
    margin: 50px 0;
  }
  .mgg_page .mgg-non-academics .box::before {
    top: -52px;
  }
  .mgg_page .mgg-non-academics .boxContent {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mgg_page .mgg-non-academics .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mgg_page .infrastructure-testimonial .imageBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mgg_page .infrastructure-testimonial .imageBox .left, .mgg_page .infrastructure-testimonial .imageBox .right {
    width: 100%;
  }
  .mgg_page .infrastructure-testimonial .imageBox img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
  }
  .mgg_page .infrastructure-testimonial .boxContent {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .mgg_page .team .boxContent {
    gap: 40px !important;
  }
  .mahatma-strive_page .banner p {
    font-size: 30px;
  }
  .mahatma-strive_page .dispText p {
    font-size: 16px;
    line-height: 30px;
  }
  .mahatma-strive_page .guidelines .box {
    padding: 30px;
  }
  .mahatma-strive_page .guidelines h3 {
    font-size: 17px;
    line-height: 24px;
  }
  .mahatma-strive_page .guidelines p, .mahatma-strive_page .guidelines li {
    font-size: 15px;
    line-height: 27px;
  }
  .eric_page .dispText h2 {
    font-size: 16px;
    line-height: 25px;
  }
  .eric_page .dispText ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .boarding_page .why-boarding .boxContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boarding_page .why-boarding .box {
    width: calc(50% - 20px);
  }
  .boarding_page .why-boarding .details .tab-item {
    font-size: 15px;
    line-height: 35px;
    padding: 10px 20px;
  }
  .boarding_page .schedule .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .boarding_page .schedule .box {
    width: 60%;
  }
  .boarding_page .facilities .boxContent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .boarding_page .facilities .box {
    width: calc(50% - 35px);
  }
  body.page-template-akm .nios-header .top-bar .content {
    position: unset;
  }
  body.page-template-akm .nios-header .content {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.page-template-akm .nios-header .logo {
    top: 0;
    width: 95px;
    height: 95px;
  }
  body.page-template-akm .nios-header .right {
    margin-top: 15px;
  }
  body.page-template-akm .nios-header .right .image img {
    width: 200px;
  }
  body.page-template-akm .nios-header .left {
    margin: 15px 0;
  }
  body.page-template-akm .nios-header .text {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.page-template-akm .nios-header .top-bar-content {
    margin: 0;
    height: auto;
  }
  body.page-template-akm .nios-header .top-bar-content span {
    font-size: 15px;
  }
  body.page-template-akm .nios-header .top-bar-content p {
    display: none;
  }
  body.page-template-akm .nios-header .right-content {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .akm_page .team .boxContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .akm_page .team .box {
    width: calc(50% - 40px);
  }
  .akm_page .spotlight-academics .akm-academics .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .akm_page .spotlight-academics .akm-academics .text, .akm_page .spotlight-academics .akm-academics .image {
    width: 100%;
  }
  .akm_page .spotlight-academics .akm-academics .text {
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
  }
  .akm_page .spotlight-academics .akm-academics .image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
  }
  .akm_page .spotlight-academics .akm-academics .image img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
  }
  .akm_page .spotlight-academics .overview .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .akm_page .spotlight-academics .overview .boxContent .left {
    width: 55%;
  }
  .akm_page .spotlight-academics .overview .boxContent .right {
    width: 100%;
  }
  .akm_page .spotlight .spotlight-slider img {
    min-height: 565px;
  }
  .akm_page .non-academics-sports .akm-non-academics .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .akm_page .non-academics-sports .akm-non-academics .left {
    width: 100%;
  }
  .akm_page .non-academics-sports .akm-non-academics .right {
    width: 100%;
  }
  .akm_page .non-academics-sports .akm-non-academics .right::before {
    top: -70px;
  }
  .akm_page .akm-sports .sports-list li {
    font-size: 17px;
    line-height: 28px;
    padding: 10px 20px;
  }
  .akm_page .akm-sports .sports::before {
    background-size: 100px 90px;
    bottom: -85px;
  }
  .akm_page .akm-sports .sports .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .akm_page .akm-sports .sports .boxContent .text, .akm_page .akm-sports .sports .boxContent .image {
    width: 100%;
  }
  .akm_page .akm-sports .sports .boxContent:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .akm_page .akm-sports .sports .boxContent .left {
    width: 100%;
  }
  .akm_page .akm-sports .sports .boxContent .right {
    width: 60%;
  }
  .akm_page .affiliations .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .akm_page .affiliations .content .left, .akm_page .affiliations .content .right {
    width: 100%;
  }
  .akm_page .facilities-visitors .akm-facilities .text {
    padding: 45px;
    max-width: calc(100% - 100px);
  }
  .akm_page .facilities-visitors .akm-facilities .text ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .akm_page .facilities-visitors .akm-facilities .image::before {
    background-size: 120px 90px;
    bottom: -145px;
    right: -60px;
  }
  .akm_page .facilities-visitors .akm-facilities .text::before {
    background-size: 95px 110px;
    left: -45px;
    bottom: -125px;
  }
  .akc_page .akc-academics .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .akc_page .akc-academics .left {
    width: 100%;
  }
  .akc_page .akc-academics .right {
    width: 100%;
  }
  .akc_page .non-akc-academics .boxContent, .akc_page .non-akc-academics .boxContent:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .akc_page .non-akc-academics .boxContent .left, .akc_page .non-akc-academics .boxContent .right, .akc_page .non-akc-academics .boxContent:nth-child(2) .left, .akc_page .non-akc-academics .boxContent:nth-child(2) .right {
    width: 100%;
  }
  .akc_page .non-akc-academics .boxContent .left, .akc_page .non-akc-academics .boxContent:nth-child(2) .left {
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .akc_page .non-akc-academics .boxContent .right, .akc_page .non-akc-academics .boxContent:nth-child(2) .right {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .akc_page .non-akc-academics .boxContent .right img, .akc_page .non-akc-academics .boxContent:nth-child(2) .right img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .akc_page .non-akc-academics .sports .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .akc_page .non-akc-academics .sports .box:nth-child(1), .akc_page .non-akc-academics .sports .box:nth-child(2), .akc_page .non-akc-academics .sports .box:nth-child(3) {
    width: 100%;
  }
  .akc_page .non-akc-academics .sports .box:nth-child(2)::before {
    width: 100%;
    height: 2px;
    left: 0;
    top: -20px;
  }
  .akc_page .non-akc-academics .sports .box:nth-child(2)::after {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -20px;
    top: unset;
  }
  .akc_page .akc-affiliations .content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .career_page .careers ul li {
    font-size: 23px;
  }
  .career_page .careers .form .field-group {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career_page .careers .form .field-group label {
    width: 100%;
  }
  .delf_page .why-delf .content, .delf_page .why-should-delf .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delf_page .why-delf .left, .delf_page .why-should-delf .left {
    width: 100%;
  }
  .delf_page .why-delf .right, .delf_page .why-should-delf .right {
    width: 100%;
  }
  .delf_page .delf-offer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delf_page .delf-offer .left, .delf_page .delf-offer .right {
    width: 100%;
  }
  .delf_page .bring-to-you .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
  .delf_page .bring-to-you .boxContent .left, .delf_page .bring-to-you .boxContent .right {
    width: 100%;
  }
  .delf_page .contact-us .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delf_page .contact-us .content .left {
    text-align: left;
    padding: 0 0 30px;
    border-bottom: 2px solid #fbb040;
    border-right: none;
  }
  .delf_page .contact-us .content .right {
    padding: 15px 0 0;
  }
  .ela-jen_page .about-us ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ela-jen_page .about-us ul li {
    width: 100%;
  }
  .ela-jen_page .crash-course .boxContent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ela-jen_page .crash-course .box {
    width: 75%;
  }
  .ela-jen_page .crash-course .box::before {
    width: calc(100% + 21px);
    left: -10px;
  }
  .ela-jen_page .crash-course .box::after {
    width: calc(100% + 14px);
    left: -7px;
  }
  .ela-jen_page .crash-course .cardContent .card {
    width: calc(50% - 20px);
  }
  .ela-jen_page .achievements-tab .tabWrap {
    padding: 40px 30px;
  }
  .ela-jen_page .achievements-tab .tabWrap .tab-content .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ela-jen_page .achievements-tab .tabWrap .tab-content .boxContent .box {
    width: 100%;
  }
  .ela-jen_page .achievements .achievement-wrap {
    gap: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ela-jen_page .testimonial .testimonial-content .top-ryt {
    right: 0;
  }
  .ela-jen_page .testimonial .testimonial-content .top-left {
    left: 0;
  }
  .ela-jen_page .testimonial .testimonial-content .bot-left {
    left: 0;
  }
  .ela-jen_page .testimonial .testimonial-content .bot-ryt {
    right: 0;
  }
  .ela-jen_page .testimonial p {
    max-width: 595px;
  }
  .ela-jen_page .our-tutors .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ela-jen_page .our-tutors .boxContent .box {
    width: 100%;
  }
  .ela-jen_page .our-tutors .boxContent .box + .box {
    display: none;
  }
  .ela-jen_page .ela-footer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .ela-jen_page .ela-footer h3 {
    text-align: left;
  }
  .dcd_page .information-tab .tabContent .boxContent {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .dcd_page .logoContent .imgContent .image {
    width: calc(25% - 50px);
  }
  .contact_page .contact .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_page .contact .left {
    width: 100%;
    position: static;
  }
  .contact_page .contact .right {
    width: 100%;
    max-width: unset;
    padding: 80px;
  }
  .contact_page .address-section .add-box {
    width: calc(50% - 10px);
  }
  .new-facilities .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    margin-top: 35px;
  }
  .new-facilities .content .in-tab {
    width: 100%;
  }
  .new-facilities .facilities-tab {
    margin: 75px 0 65px;
  }
  .new-facilities .facilities-tab::before {
    left: -6px;
    top: -55px;
    width: calc(100% + 11px);
  }
  .new-facilities .facilities-tab::after {
    bottom: -64px;
    width: calc(100% + 11px);
    bottom: -64px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0;
  }
  footer .footer-wrap {
    padding-bottom: 60px;
  }
  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  footer .footer-bottom p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  footer .footer-bottom .left {
    text-align: center;
  }
  .school-opening {
    padding: 50px 0;
  }
  .school-opening .content h2 {
    font-size: 30px;
  }
  .school-opening .content p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .school-opening .box {
    width: 100%;
    margin: 60px 0 50px;
  }
  .school-opening .box h3 {
    font-size: 22px;
  }
  .school-opening .box h3::before {
    width: 35px;
    height: 35px;
    top: -5px;
  }
  .school-opening .box a, .school-opening .box p {
    font-size: 14px;
    line-height: 22px;
  }
  .school-opening .box:nth-child(1) h3:before {
    left: calc(50% - 18px);
  }
  .school-opening .box:nth-child(2) h3:before {
    left: calc(50% - 70px);
  }
  .school-opening .fee {
    bottom: 70px;
    left: -45px;
  }
  .school-opening .fee a {
    font-size: 16px;
  }
  .leader-coordinator .content-wrap {
    padding: 50px 0 0;
  }
  .leader-coordinator h2 {
    font-size: 30px;
  }
  .leader-coordinator .left ul li span {
    font-size: 14px;
    line-height: 27px;
  }
  .leader-coordinator .left ul li h4 {
    font-size: 15px;
    line-height: 25px;
  }
  .leader-coordinator .right ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    padding: 30px;
  }
  .leader-coordinator .right li {
    font-size: 14px;
    line-height: 30px;
  }
  .leader-coordinator .dispImage img {
    min-height: 300px;
  }
  .academics_page .banner .scroll-down {
    bottom: 50px;
  }
  .academics_page .banner .banner-slider .swiper-pagination-1 {
    bottom: 25px;
  }
  .academics_page .banner .banner-slider .swiper-pagination-1 .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
  }
  .academics_page .pioneer .content {
    padding: 50px 0;
    gap: 30px;
  }
  .academics_page .pioneer .content .right {
    width: 100%;
  }
  .academics_page .pioneer .content .right ul {
    gap: 15px 20px;
  }
  .academics_page .pioneer .content .right ul li p {
    font-size: 15px;
  }
  .academics_page .pioneer .content .right ul li p span {
    font-size: 20px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(1) {
    width: 70px;
    height: 70px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(2) {
    width: 100px;
    height: 100px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(3) {
    width: 90px;
    height: 90px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(4) {
    width: 110px;
    height: 110px;
  }
  .academics_page .pioneer .content .right ul li:nth-child(5) {
    width: 120px;
    height: 120px;
  }
  .academics_page .pioneer .content h2 {
    font-size: 27px;
    line-height: 35px;
  }
  .academics_page .pioneer .content p {
    font-size: 15px;
    line-height: 29px;
  }
  .academics_page .academics-tab::before {
    background-size: auto;
  }
  .academics_page .academics-tab .tab-main {
    padding: 50px 0;
    gap: 0;
  }
  .academics_page .academics-tab .tab-main .mobile-tab {
    display: none;
    position: relative;
    height: 4em;
    z-index: 99;
    margin-top: 60px;
  }
  .academics_page .academics-tab .tab-main .circle-tab_main {
    margin-top: -135px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .academics_page .academics-tab .circle-tab_content {
    margin-top: -95px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .boxContent {
    gap: 25px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box span {
    font-size: 20px;
    padding: 10px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box .text h3 {
    font-size: 15px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box .text h4 {
    font-size: 14px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
  }
  .academics_page .academics-tab .circle-tab_content .circle-tab_content-item .box span {
    border-radius: 15px;
  }
  .caie_page .top-bar::before {
    height: 5px;
  }
  .caie_page .top-bar .top-bar-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
  }
  .caie_page .top-bar .top-bar-content .logo {
    top: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .caie_page .top-bar .top-bar-content .logo img {
    width: 70px;
  }
  .caie_page .top-bar .top-bar-content .right-content {
    padding-top: 0;
    width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5px;
  }
  .caie_page .top-bar .top-bar-content .left span {
    font-size: 12px;
  }
  .caie_page .top-bar .top-bar-content .left p {
    font-size: 12px;
    max-width: unset;
  }
  .caie_page .top-bar .top-bar-content .right .image img {
    width: 150px;
  }
  .caie_page .about-us {
    padding: 150px 0 50px;
  }
  .caie_page .about-us .content .left .tab-box .tab-menu {
    padding: 30px;
  }
  .caie_page .about-us .content .left .tab-box .tab-menu li a {
    font-size: 17px;
    line-height: 50px;
  }
  .caie_page .about-us .content .right h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .caie_page .about-us .content .right h2 {
    font-size: 23px;
    line-height: 26px;
  }
  .caie_page .about-us .content .right p {
    font-size: 15px;
    line-height: 27px;
  }
  .caie_page .about-us .content .right ul li {
    font-size: 15px;
    line-height: 26px;
  }
  .kkm_banner .banner-slider .swiper-pagination-1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .kkm_page .top-bar .right-content {
    width: unset;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .kkm_page .top-bar .right-content .left .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .kkm_page .top-bar .right-content .left .name p {
    font-size: 12px;
  }
  .kkm_page .top-bar .right-content .left .name span {
    font-size: 12px;
  }
  .kkm_page .top-bar .right-content .right .image img {
    width: 150px;
    height: 30px;
  }
  .kkm_page .top-bar .top-bar-content {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kkm_page .top-bar .top-bar-content .title {
    display: none;
  }
  .kkm_page .banner .bannerContent h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .kkm_page .banner .swiper-pagination-1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .kkm_page .banner .links {
    left: -110px;
  }
  .kkm_page .banner .links a {
    font-size: 17px;
  }
  .kkm_page .why-choose-us {
    padding: 50px 0;
  }
  .kkm_page .why-choose-us .boxContent .box {
    padding: 45px 30px;
  }
  .kkm_page .why-choose-us .boxContent .box h2 {
    font-size: 30px;
  }
  .kkm_page .why-choose-us .boxContent .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .kkm_page .dispImage .image img {
    min-height: 300px;
  }
  .kkm_page .academics {
    padding: 50px 0 80px;
  }
  .kkm_page .academics h2 {
    font-size: 32px;
  }
  .kkm_page .academics .content h3 {
    font-size: 20px;
  }
  .kkm_page .academics .content .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .kkm_page .academics .content .card .text {
    padding: 30px;
  }
  .kkm_page .academics .content .info-card h4 {
    font-size: 15px;
    line-height: 28px;
  }
  .kkm_page .academics .content .info-card ul li {
    font-size: 14px;
    line-height: 28px;
  }
  .kkm_page .academics .content .info-card .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kkm_page .academics .content .info-card .box {
    width: 100%;
  }
  .kkm_page .academics .content .info-card .box-bg::before {
    width: calc(100% + 3px);
    top: -35px;
    left: -2px;
  }
  .kkm_page .academics .content .info-card .box-bg::after {
    bottom: -80px;
    height: 80px;
    width: calc(100% + 2px);
    left: -1px;
  }
  .kkm_page .academics .content .info-card .languages {
    margin: 100px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .kkm_page .academics .content .info-card .languages::before {
    top: -35px;
    width: calc(100% + 4px);
    left: -2px;
  }
  .kkm_page .academics .content .info-card .languages::after {
    bottom: -50px;
    height: 80px;
    left: -2px;
    width: calc(100% + 5px);
  }
  .kkm_page .academics .content .info-card .languages p {
    font-size: 15px;
  }
  .kkm_page .academics .content .info-card .languages span {
    font-size: 14px;
    line-height: 25px;
  }
  .kkm_page .assessment .content {
    padding: 50px 0;
  }
  .kkm_page .assessment .content::before {
    background-size: 200px;
    top: -68px;
  }
  .kkm_page .assessment .content::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
  .kkm_page .assessment h2 {
    font-size: 30px;
  }
  .kkm_page .assessment p {
    font-size: 14px;
    line-height: 20px;
  }
  .kkm_page .assessment::after {
    background-size: contain;
    z-index: -1;
    top: 0;
  }
  .kkm_page .scopious-education .content {
    padding: 50px 0;
  }
  .kkm_page .scopious-education .content::before {
    width: 100px;
    top: -18px;
    right: 60px;
    background-size: 100px 70px;
  }
  .kkm_page .scopious-education h2 {
    font-size: 30px;
  }
  .kkm_page .scopious-education .card {
    width: 100%;
  }
  .kkm_page .scopious-education .card .text::before {
    top: -90px;
    width: calc(100% + 10px);
    left: -2px;
  }
  .kkm_page .scopious-education .card .text::after {
    height: 102px;
    width: calc(100% + 3px);
  }
  .kkm_page .scopious-education .card p {
    font-size: 14px;
    line-height: 22px;
  }
  .kkm_page .scopious-education .boxContent {
    gap: 90px;
  }
  .kkm_page .bbm-non-academics {
    padding: 50px 0;
    margin-top: 60px;
  }
  .kkm_page .bbm-non-academics h2 {
    font-size: 30px;
  }
  .kkm_page .bbm-non-academics h3 {
    font-size: 20px;
  }
  .kkm_page .bbm-non-academics li, .kkm_page .bbm-non-academics p {
    line-height: 26px;
  }
  .kkm_page .bbm-non-academics .box:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .kkm_page .bbm-non-academics .box:nth-child(1) .box-section {
    margin: 45px 0;
  }
  .kkm_page .bbm-non-academics .box .box-section {
    padding: 0 30px;
    margin: 45px 0;
    width: 80%;
  }
  .kkm_page .bbm-non-academics h4 {
    font-size: 20px;
    line-height: 34px;
  }
  .kkm_page .bbm-non-academics .box:nth-child(3) .box-section::before {
    left: -6px;
  }
  .kkm_page .bbm-non-academics .content {
    gap: 0;
  }
  .kkm_page .non-academics {
    padding: 0px 0 50px;
  }
  .kkm_page .non-academics h2 {
    font-size: 30px;
  }
  .kkm_page .non-academics .boxContent .box {
    width: 80%;
  }
  .kkm_page .non-academics .boxContent .border .text {
    min-height: 90px;
  }
  .kkm_page .non-academics .boxContent .border .text h3 {
    font-size: 15px;
    line-height: 23px;
  }
  .kkm_page .non-academics .boxContent .border .text::before {
    top: -75px;
    width: calc(100% + 13px);
    height: 75px;
    left: -7px;
  }
  .kkm_page .non-academics .content {
    padding: 20px 0;
    margin: 0;
  }
  .kkm_page .non-academics .dispContent {
    padding: 60px 30px;
  }
  .kkm_page .non-academics .dispContent::before {
    top: -50px;
    width: calc(100% + 3px);
    left: -2px;
  }
  .kkm_page .non-academics .dispContent::after {
    bottom: -45px;
    width: calc(100% + 5px);
    left: -2px;
    height: 65px;
  }
  .kkm_page .non-academics .dispContent p {
    font-size: 15px;
    line-height: 26.5px;
  }
  .kkm_page .facilities {
    padding: 20px 0 0;
  }
  .kkm_page .facilities h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .kkm_page .facilities ul li {
    font-size: 15px;
    line-height: 30px;
  }
  .kkm_page .achievements {
    padding: 50px 0 70px;
  }
  .kkm_page .achievements h2 {
    font-size: 25px;
  }
  .kkm_page .contact-us {
    padding: 60px 0;
  }
  .kkm_page .contact-us .left h2 {
    font-size: 25px;
  }
  .kkm_page .contact-us .left p, .kkm_page .contact-us .left a, .kkm_page .contact-us .left h3, .kkm_page .contact-us .left span {
    font-size: 15px;
    line-height: 27px;
  }
  .kkm_page .contact-us .right h3 {
    font-size: 21px;
  }
  .kkm_page .contact-us .right form .input-outer {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .kkm_page .contact-us .content {
    gap: 40px;
  }
  .bbm_page .top-bar::before {
    height: 5px;
  }
  .bbm_page .top-bar .top-bar-content {
    padding: 15px 0;
  }
  .bbm_page .top-bar .top-bar-content .logo {
    top: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bbm_page .top-bar .top-bar-content .logo img {
    width: 70px;
  }
  .bbm_page .top-bar .top-bar-content .left .text p {
    font-size: 12px;
    max-width: unset;
  }
  .bbm_page .top-bar .top-bar-content .image img {
    width: 150px;
  }
  .bbm_page .top-bar .top-bar-content .right-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5px;
    width: auto;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 0;
  }
  .bbm_page .banner .swiper-pagination-1 .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
  }
  .bbm_page .banner .bannerContent h1 {
    font-size: 40px;
    line-height: 50px;
    max-width: 295px;
  }
  .bbm_page .banner .links {
    left: -110px;
  }
  .bbm_page .banner .links a {
    font-size: 16px;
  }
  .bbm_page .why-choose .content {
    padding: 50px 0 60px;
  }
  .bbm_page .why-choose h2 {
    font-size: 30px;
  }
  .bbm_page .why-choose p {
    font-size: 14px;
    line-height: 25px;
  }
  .bbm_page .academics {
    padding: 50px 0;
  }
  .bbm_page .academics h2 {
    font-size: 30px;
  }
  .bbm_page .academics .card {
    gap: 30px;
  }
  .bbm_page .academics .card .swiper-pagination-2 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
  .bbm_page .academics .box {
    padding: 30px;
  }
  .bbm_page .academics .box p, .bbm_page .academics .box li {
    font-size: 15px;
    line-height: 27px;
  }
  .bbm_page .academics .box h3 {
    font-size: 25px;
  }
  .bbm_page .academics .text {
    padding: 30px;
  }
  .bbm_page .academics .text p {
    font-size: 15px;
    line-height: 25px;
  }
  .bbm_page .academics .text h3 {
    font-size: 25px;
    max-width: 270px;
  }
  .bbm_page .academics .content {
    margin: 20px 0 50px;
    gap: 30px;
  }
  .bbm_page .non-academics {
    padding: 50px 0;
  }
  .bbm_page .non-academics h2 {
    font-size: 30px;
  }
  .bbm_page .non-academics h3 {
    font-size: 20px;
  }
  .bbm_page .non-academics li, .bbm_page .non-academics p {
    line-height: 26px;
  }
  .bbm_page .non-academics .box:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .bbm_page .non-academics .box:nth-child(1) .box-section {
    margin: 45px 0;
  }
  .bbm_page .non-academics .box .box-section {
    padding: 0 30px;
    margin: 45px 0;
  }
  .bbm_page .non-academics h4 {
    font-size: 20px;
    line-height: 34px;
  }
  .bbm_page .non-academics .box:nth-child(3) .box-section::before {
    left: -2px;
  }
  .bbm_page .non-academics .content {
    gap: 0;
  }
  .bbm_page .testimonials {
    padding: 0 0 50px;
  }
  .bbm_page .testimonials .swiper-button-next::after, .bbm_page .testimonials .swiper-button-prev::after {
    display: none;
  }
  .bbm_page .testimonials h2 {
    font-size: 30px;
  }
  .bbm_page .testimonials p {
    font-size: 15px;
    line-height: 25px;
  }
  .bbm_page .testimonials .alumini h3 {
    font-size: 16px;
    line-height: 35px;
  }
  .bbm_page .testimonials .alumini h4 {
    font-size: 13px;
    line-height: 20px;
  }
  .bbm_page .facilities {
    padding: 50px 0;
  }
  .bbm_page .facilities li {
    font-size: 15px;
    line-height: 20px;
  }
  .bbm_page .facilities-visitors h2 {
    font-size: 30px;
  }
  .bbm_page .facilities-visitors a {
    font-size: 15px;
    line-height: 20px;
  }
  .bbm_page .visitors {
    padding: 0 0 50px;
  }
  .bbm_page .visitors p {
    font-size: 15px;
    line-height: 25px;
  }
  .bbm_page .visitors .right .imageBox {
    gap: 20px;
  }
  .bbm_page .admission-contact-us {
    padding: 0;
  }
  .bbm_page .admission-contact-us h3 {
    font-size: 20px;
  }
  .bbm_page .admission-contact-us p, .bbm_page .admission-contact-us h4, .bbm_page .admission-contact-us a, .bbm_page .admission-contact-us li {
    font-size: 15px;
    line-height: 25px;
  }
  .bbm_page .admission-contact-us .left {
    padding: 40px 30px 30px;
  }
  .bbm_page .admission-contact-us .left p {
    max-width: unset;
  }
  .bbm_page .admission-contact-us .right {
    padding: 40px 30px 30px;
  }
  .baba-cbse_page .banner .announcement {
    bottom: 90px;
    max-width: 275px;
  }
  .baba-cbse_page .banner .announcement .content span {
    font-size: 15px;
  }
  .baba-cbse_page .banner .announcement .content h2 {
    font-size: 20px;
    margin: 10px 0;
  }
  .baba-cbse_page .banner .announcement .content p {
    font-size: 14px;
  }
  .baba-cbse_page .banner .announcement .swiper-pagination-2 {
    margin-top: 15px;
  }
  .baba-cbse_page .leaders h2 {
    font-size: 30px;
  }
  .baba-cbse_page .leaders .content-wrap {
    padding: 50px 0 170px;
  }
  .baba-cbse_page .leaders .content .ash {
    bottom: -40px;
  }
  .baba-cbse_page .leaders .content .card {
    width: 100%;
  }
  .baba-cbse_page .leaders .tabs {
    margin: 30px 0;
  }
  .baba-cbse_page .leaders .tabs .tab {
    font-size: 18px;
  }
  .baba-cbse_page .upcoming-events h2 {
    font-size: 20px;
  }
  .baba-cbse_page .upcoming-events h3 {
    font-size: 16px;
  }
  .baba-cbse_page .upcoming-events .content {
    padding: 50px 30px;
  }
  .baba-cbse_page .upcoming-events .content .ltgreen {
    right: 50px;
  }
  .baba-cbse_page .baba-academics h2 {
    font-size: 30px;
  }
  .baba-cbse_page .baba-academics h3 {
    font-size: 22px;
  }
  .baba-cbse_page .baba-academics p {
    font-size: 14px;
    line-height: 25px;
  }
  .baba-cbse_page .baba-academics .right ul li::before {
    width: 50px;
    height: 50px;
  }
  .baba-cbse_page .baba-academics .right ul li a {
    font-size: 16px;
  }
  .baba-cbse_page .baba-academics .content {
    padding: 60px 0 50px;
    gap: 40px;
  }
  .baba-cbse_page .baba-academics .content::before {
    right: 110px;
  }
  .baba-cbse_page .accordion .link {
    font-size: 16px;
  }
  .baba-cbse_page .baba-non-academics {
    padding: 50px 0;
  }
  .baba-cbse_page .baba-non-academics h2 {
    font-size: 30px;
  }
  .baba-cbse_page .facilities-visitors {
    padding: 50px 0;
  }
  .baba-cbse_page .facilities-visitors .visitors p {
    font-size: 14px;
    line-height: 25px;
  }
  .baba-cbse_page .facilities-visitors .dispImage span {
    font-size: 17px;
    bottom: 50px;
  }
  .baba-cbse_page .logo .logo-slider {
    padding: 30px 0;
  }
  .baba-cbse_page .logo .footer-logo {
    padding: 30px 0 20px;
  }
  .baba-cbse_page .submenu li {
    font-size: 16px;
  }
  .foundation_page .dispText {
    padding: 50px 0;
  }
  .foundation_page .dispText p {
    font-size: 15px;
    line-height: 27px;
  }
  .foundation_page .management-outer {
    padding: 50px 0;
  }
  .foundation_page .management-outer h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .foundation_page .management-outer .management .text h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .foundation_page .management-outer .management .text p {
    font-size: 15px;
    line-height: 25px;
  }
  .foundation_page .management-outer .management .image img {
    max-width: 230px;
  }
  .foundation_page .management-outer .executive h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .foundation_page .management-outer .executive p {
    font-size: 17px;
    line-height: 29px;
  }
  .foundation_page .management-outer .executive .card h3 {
    font-size: 19px;
  }
  .foundation_page .management-outer .executive .card p {
    font-size: 15px;
    line-height: 27px;
  }
  .blog_page .banner .bannerContent h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .blog_page .blog-list {
    padding: 50px 0;
  }
  .blog_page .blog-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .blog_page .blog-right h6 {
    font-size: 19px;
    margin: 0 0 10px;
  }
  .blog_page .blog-right a, .blog_page .blog-right h3 {
    font-size: 17px;
    line-height: 45px;
  }
  .blog_page .blog-right .recent {
    margin-top: 10px;
  }
  .blog-detail_page .blog-view {
    padding: 50px 0;
  }
  .blog-detail_page .blog-detail-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .blog-detail_page .blog-detail-content p {
    font-size: 15px;
    line-height: 24px;
  }
  .blog-detail_page .blog-detail-content h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .blog-detail_page .blog-detail-content ul li {
    font-size: 15px;
    line-height: 26px;
  }
  .blog-detail_page .blog-detail-content .wp-block-table td {
    font-size: 15px;
    padding: 10px 20px;
  }
  .about-us_page .dispText {
    padding: 50px 0 70px;
  }
  .about-us_page .dispText p {
    font-size: 15px;
    line-height: 25px;
  }
  .about-us_page .mahatma {
    padding: 35px 0;
  }
  .about-us_page .mahatma h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .about-us_page .mahatma p {
    font-size: 14px;
    line-height: 21px;
  }
  .about-us_page .mahatma .content {
    gap: 30px;
  }
  .about-us_page .core-values {
    padding: 60px 0 50px;
  }
  .about-us_page .core-values h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .about-us_page .core-values p {
    max-width: 265px;
  }
  .about-us_page .core-values .box {
    width: 60%;
  }
  .about-us_page .milestones {
    padding: 50px 0 70px;
  }
  .about-us_page .milestones h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .about-us_page .milestones .content {
    gap: 50px;
    margin-top: 30px;
  }
  .about-us_page .milestones .content::after {
    bottom: -135px;
    width: 100px;
    height: 100px;
    right: 70px;
  }
  .about-us_page .milestones ul {
    gap: 50px;
  }
  .about-us_page .milestones .list .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .about-us_page .milestones .list.reverse .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-us_page .milestones .list.reverse p {
    text-align: left;
  }
  .about-us_page .milestones .list .left {
    width: 100%;
  }
  .about-us_page .milestones .list .right {
    position: static;
  }
  .about-us_page .milestones .list .right span {
    width: 85px;
    height: 85px;
  }
  .about-us_page .milestones .list .right span::before {
    display: none;
  }
  .about-us_page .milestones .list .right span h5 {
    font-size: 20px;
  }
  .about-us_page .milestones .list .text {
    min-height: unset;
  }
  .about-us_page .milestones .list p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }
  .about-us_page .leadership-team .content::before {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .about-us_page .leadership-team .box {
    width: 60%;
  }
  .about-us_page .leadership-team .content {
    padding: 50px 0;
  }
  .about-us_page .leadership-team h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .nios-header .top-bar-content {
    padding: 15px 0;
  }
  .nios-header .top-bar-content .content {
    gap: 15px;
  }
  .nios-header .top-bar-content .right img {
    width: 150px;
  }
  .nios-header .top-bar-content span {
    font-size: 15px !important;
  }
  .nios-header .top-bar-content p {
    font-size: 13px;
  }
  .nios_page .nios {
    padding: 50px 0;
  }
  .nios_page .nios p {
    font-size: 15px;
    line-height: 28px;
  }
  .nios_page .nios .boxContent {
    padding: 10px 30px;
  }
  .nios_page .nios .boxContent .text {
    margin-top: -65px;
  }
  .nios_page .nios .boxContent .left {
    top: -49px;
  }
  .nios_page .nios .boxContent .right {
    top: -49px;
  }
  .nios_page .nios .boxContent .bot {
    width: calc(100% + 5px);
    left: -2px;
  }
  .nios_page .nios .boxContent p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 12px;
  }
  .nios_page .nios h2 {
    font-size: 30px;
  }
  .nios_page .niosImage img {
    min-height: 300px;
  }
  .nios_page .nios-academics {
    padding: 50px 0;
  }
  .nios_page .nios-academics h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .nios_page .nios-academics h3 {
    font-size: 25px;
  }
  .nios_page .nios-academics .achievement {
    margin-top: 20px;
    gap: 15px;
  }
  .nios_page .nios-academics .achievement li {
    font-size: 15px;
    padding: 10px 15px;
  }
  .nios_page .nios-academics .join-mahatma li {
    margin: 100px 0;
  }
  .nios_page .nios-academics .join-mahatma li .icon {
    width: 35px;
    height: 35px;
  }
  .nios_page .nios-academics .join-mahatma li p {
    font-size: 14px;
    line-height: 23px;
  }
  .nios_page .nios-academics .offer .boxContent h4 {
    font-size: 20px;
  }
  .nios_page .nios-academics .offer .boxContent p {
    font-size: 14px;
    line-height: 25px;
  }
  .nios_page .nios-academics .offer .boxContent .box {
    width: 80%;
  }
  .nios_page .nios-academics .subjects .content .box {
    gap: 10px;
  }
  .nios_page .nios-academics .subjects .content h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .nios_page .nios-academics .subjects .content .level {
    padding: 30px;
  }
  .nios_page .nios-academics .subjects .content .subject h4 {
    font-size: 17px;
    line-height: 30px;
  }
  .nios_page .nios-academics .subjects .content .subject p {
    font-size: 14px;
    line-height: 24px;
  }
  .nios_page .nios-academics .bottom-box {
    gap: 20px;
  }
  .nios_page .nios-academics .bottom-box h4 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .nios_page .nios-academics .bottom-box li {
    font-size: 14px;
  }
  .nios_page .nios-non-academics {
    padding: 50px 0;
  }
  .nios_page .nios-non-academics h2 {
    font-size: 30px;
  }
  .nios_page .nios-non-academics h3 {
    font-size: 25px;
  }
  .nios_page .nios-non-academics ul li {
    font-size: 15px;
    line-height: 25px;
  }
  .nios_page .services-testimonial h2 {
    font-size: 25px;
  }
  .nios_page .services-testimonial .content ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .nios_page .services-testimonial .content .right {
    width: 100%;
  }
  .nios_page .services-testimonial .content h3 {
    font-size: 20px;
  }
  .nios_page .services-testimonial .content p {
    font-size: 14px;
    line-height: 25px;
  }
  .nios_page .testimonials-faq {
    padding: 95px 0 0;
  }
  .nios_page .testimonials {
    padding: 0;
  }
  .nios_page .faq {
    margin-top: 50px;
  }
  .nios_page .faq .wp-block-advgb-accordions {
    padding: 30px;
  }
  .nios_page .faq .advgb-accordion-header h4.advgb-accordion-header-title, .nios_page .faq .nios_page .faq .advgb-accordion-header h4 {
    font-size: 15px;
    line-height: 32px;
  }
  .nios_page .faq p {
    font-size: 14px;
    line-height: 24px;
  }
  .nios_page .nios-contact-us {
    padding: 130px 0 50px;
  }
  .nios_page .nios-contact-us h2 {
    font-size: 30px;
  }
  .nios_page .nios-contact-us h3, .nios_page .nios-contact-us a, .nios_page .nios-contact-us p {
    font-size: 15px;
    line-height: 28px;
  }
  .mgg_page .gateway {
    padding: 50px 0;
  }
  .mgg_page .gateway .box {
    width: 60%;
  }
  .mgg_page .mgg-academics {
    padding: 50px 0;
  }
  .mgg_page .mgg-academics h2 {
    margin-bottom: 30px;
  }
  .mgg_page .mgg-academics h4, .mgg_page .mgg-academics span {
    font-size: 16px;
    line-height: 30px;
  }
  .mgg_page .mgg-academics p {
    font-size: 14px;
    line-height: 25px;
  }
  .mgg_page .mgg-non-academics {
    padding: 50px 0;
  }
  .mgg_page .mgg-non-academics .head p {
    line-height: 30px;
  }
  .mgg_page .mgg-non-academics .box {
    width: 65%;
  }
  .mgg_page .mgg-non-academics .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mgg_page .mgg-non-academics .boxContent li, .mgg_page .mgg-non-academics .boxContent h4 {
    font-size: 16px;
    line-height: 23px;
  }
  .mgg_page .team {
    padding: 50px 0 !important;
  }
  .mgg_page .team h2 {
    padding-bottom: 30px !important;
    font-size: 25px;
  }
  .mgg_page .infrastructure-testimonial .imageBox .left {
    padding: 30px;
  }
  .mgg_page .infrastructure-testimonial .boxContent {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .mgg_page .infrastructure-testimonial .boxContent h4 {
    line-height: 26px;
    font-size: 16px;
  }
  .mgg_page .infrastructure-testimonial .testimonies .testimonials {
    padding: 50px 0;
  }
  .mgg_page .infrastructure-testimonial .testimonies .category {
    gap: 20px;
    margin: 20px 0 30px;
  }
  .mgg_page .infrastructure-testimonial .testimonies .category a {
    font-size: 17px;
  }
  .mgg_page .infrastructure-testimonial .testimonies .news {
    gap: 35px;
    padding: 60px 0;
  }
  .mahatma-strive_page .links {
    left: -110px;
  }
  .mahatma-strive_page .links a {
    font-size: 17px;
  }
  .mahatma-strive_page .banner p {
    font-size: 20px;
  }
  .mahatma-strive_page .dispText {
    padding: 50px 0;
  }
  .mahatma-strive_page .dispText p {
    font-size: 14px;
    line-height: 25px;
  }
  .mahatma-strive_page .sports-offer {
    padding: 50px 0;
  }
  .mahatma-strive_page table th {
    font-size: 16px;
    line-height: 30px;
  }
  .mahatma-strive_page table p, .mahatma-strive_page table td {
    font-size: 15px;
    line-height: 25px;
  }
  .mahatma-strive_page .guidelines {
    padding: 50px 0;
  }
  .mahatma-strive_page .guidelines .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mahatma-strive_page .guidelines .boxContent {
    width: 100%;
  }
  .mahatma-strive_page .guidelines h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .mahatma-strive_page .guidelines p, .mahatma-strive_page .guidelines li {
    font-size: 14px;
    line-height: 25px;
  }
  .mahatma-strive_page .logo-affiliation .logos {
    gap: 30px;
  }
  .ncvrt_page .banner h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ncvrt_page .sports-offer p {
    font-size: 14px;
    line-height: 25px;
  }
  .ncvrt_page .sports-offer table th {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  }
  .ncvrt_page .sports-offer table tr .course {
    padding: 15px;
    font-size: 15px;
  }
  .ncvrt_page .sports-offer .enquiry a {
    font-size: 16px;
    padding: 10px 15px;
    padding-left: 40px;
  }
  .ncvrt_page .sports-offer .enquiry a::before {
    width: 15px;
    height: 15px;
    left: 15px;
    background-size: 15px;
    top: calc(50% - 7px);
  }
  .ncvrt_page .sports-offer .enquiry span {
    font-size: 13px;
  }
  .ncvrt_page .poster {
    padding: 50px 0;
  }
  .eric_page .dispText h2 {
    font-size: 15px;
    line-height: 25px;
  }
  .eric_page .dispText ul li {
    font-size: 14px;
    line-height: 27px;
  }
  .boarding_page .why-boarding {
    padding: 50px 0;
  }
  .boarding_page .why-boarding .box {
    width: 100%;
  }
  .boarding_page .why-boarding .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
  .boarding_page .why-boarding .details .tab-item {
    line-height: 30px;
  }
  .boarding_page .why-boarding h3 {
    font-size: 25px;
  }
  .boarding_page .why-boarding h4 {
    font-size: 16px;
    line-height: 40px;
  }
  .boarding_page .schedule {
    padding: 50px 0;
  }
  .boarding_page .schedule .box {
    width: 85%;
  }
  .boarding_page .schedule .box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .boarding_page .facilities {
    padding: 50px 0;
  }
  .boarding_page .facilities .box {
    width: 100%;
  }
  .boarding_page .facilities h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .boarding_page .regulations {
    padding: 50px 0;
  }
  body.page-template-akm .nios-header .top-bar-content .content, body.page-template-dcd .nios-header .top-bar-content .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .akm_page .about-akm .text {
    padding: 50px 0;
  }
  .akm_page .about-akm .image img {
    min-height: 300px;
  }
  .akm_page .team {
    padding: 140px 0 235px;
  }
  .akm_page .team .box {
    width: 80%;
  }
  .akm_page .spotlight-academics {
    padding: 0 0 50px;
  }
  .akm_page .spotlight-academics .akm-academics .text {
    padding: 35px;
  }
  .akm_page .spotlight-academics .akm-academics .text p {
    font-size: 16px;
    line-height: 27px;
  }
  .akm_page .spotlight-academics .spotlight img {
    min-height: 300px;
  }
  .akm_page .spotlight-academics .overview .boxContent .left {
    width: 80%;
  }
  .akm_page .spotlight-academics .overview .box {
    padding: 10px 30px;
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(1) {
    margin: 40px 0 100px;
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(1)::before {
    width: calc(100% + 7px);
    left: -4px;
    top: -45px;
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(1) li {
    gap: 5px;
    line-height: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 75px 0 35px;
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(2)::before {
    top: -45px;
    left: -4px;
    width: calc(100% + 7px);
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(2) h4 {
    text-align: center;
  }
  .akm_page .spotlight-academics .evaluation {
    padding: 50px 30px;
    margin-top: 50px;
  }
  .akm_page .spotlight .spotlight-slider img {
    min-height: 320px;
  }
  .akm_page .non-academics-sports .akm-non-academics {
    padding: 30px 0 185px;
  }
  .akm_page .non-academics-sports .akm-non-academics .right {
    padding: 10px 30px;
    margin: 50px 0 60px;
  }
  .akm_page .non-academics-sports .akm-non-academics .right::before {
    top: -53px;
    left: -5px;
    width: calc(100% + 9px);
  }
  .akm_page .non-academics-sports .akm-non-academics h3 {
    margin-bottom: 10px;
  }
  .akm_page .akm-sports {
    margin-top: -140px;
  }
  .akm_page .akm-sports .image img {
    min-height: 300px;
  }
  .akm_page .akm-sports .sports {
    padding: 50px 0 80px;
  }
  .akm_page .akm-sports .sports .boxContent .left {
    padding: 10px 35px;
    margin: 50px 0 30px;
  }
  .akm_page .akm-sports .sports .boxContent .left::before {
    top: -54px;
    left: -5px;
    width: calc(100% + 8px);
  }
  .akm_page .akm-sports .sports .boxContent .right {
    margin: 40px 0 20px;
    padding: 10px 30px;
  }
  .akm_page .akm-sports .sports .boxContent .right ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .akm_page .akm-sports .sports .boxContent .right::before {
    top: -40px;
  }
  .akm_page .affiliations {
    padding: 50px 0;
  }
  .akm_page .facilities-visitors .akm-facilities {
    padding-top: 50px;
  }
  .akm_page .facilities-visitors .akm-facilities .text {
    padding: 35px;
  }
  .akm_page .facilities-visitors .akm-facilities .text ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .akm_page .facilities-visitors .akm-facilities .text li {
    font-size: 15px;
    line-height: 30px;
  }
  .akm_page .facilities-visitors .akm-facilities .image img {
    min-height: 300px;
    max-height: 300px;
  }
  .akm_page .facilities-visitors .visitors {
    padding: 50px 0;
  }
  body.page-template-akc .nios-header .top-bar-content .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.page-template-akc .nios-header .top-bar-content span {
    font-size: 15px;
  }
  .akc_page .team {
    padding: 50px 0;
  }
  .akc_page .akc-academics {
    padding: 50px 0;
  }
  .akc_page .akc-academics .left .submenu {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .akc_page .non-akc-academics {
    padding: 50px 0;
  }
  .akc_page .non-akc-academics h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .akc_page .non-akc-academics .content ul li {
    font-size: 15px;
  }
  .akc_page .non-akc-academics .left {
    padding: 30px;
  }
  .akc_page .non-akc-academics .boxContent {
    padding: 30px 0 20px;
  }
  .akc_page .non-akc-academics .sports {
    padding-top: 20px;
  }
  .akc_page .non-akc-academics .sports .box:nth-child(2) ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .akc_page .non-akc-academics .sports .content {
    padding: 30px;
  }
  .akc_page .akc-affiliations {
    padding: 50px 0;
  }
  .akc_page .akc-affiliations .content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .akc_page .akc-affiliations .box {
    padding: 30px;
  }
  .akc_page .akc-affiliations p {
    font-size: 14px;
    line-height: 25px;
  }
  .akc_page .akc-facilities {
    padding: 50px 0;
  }
  .akc_page .akc-facilities p {
    font-size: 14px;
    line-height: 25px;
  }
  .akc_page .akc-facilities h3, .akc_page .akc-facilities li {
    font-size: 20px;
  }
  .akc_page .akc-facilities .facilities-slider .box {
    padding: 30px 25px;
  }
  .akc_page .akc-facilities .facilities-slider .swiper-pagination-2 {
    margin-top: 30px;
  }
  .akc_page .akc-facilities .facilities-slider .swiper-pagination-2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .akc_page .akc-visitors {
    padding: 50px 0;
  }
  .akc_page .akc-visitors .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .akc_page .akc-visitors .content h2 {
    font-size: 25px;
  }
  .akc_page .akc-visitors .content p, .akc_page .akc-visitors .content h3, .akc_page .akc-visitors .content a {
    font-size: 14px;
    line-height: 25px;
  }
  .akc_page .akc-visitors .left, .akc_page .akc-visitors .right {
    width: 100%;
    padding: 0;
    text-align: left;
    border: none;
  }
  .akc_page .akc-visitors .left h2, .akc_page .akc-visitors .left p, .akc_page .akc-visitors .right h2, .akc_page .akc-visitors .right p {
    text-align: left;
  }
  .career_page .careers {
    padding: 50px 0 80px;
  }
  .career_page .careers::before {
    width: 120px;
    height: 130px;
    background-size: 120px 130px;
  }
  .career_page .careers .form::before {
    width: 100px;
    background-size: 130px 90px;
    left: -100px;
  }
  .career_page .careers .form::after {
    width: 150px;
    height: 65px;
    background-size: 150px;
    bottom: -65px;
    right: 70px;
  }
  .career_page .careers ul {
    gap: 15px 30px;
  }
  .career_page .careers ul li {
    font-size: 20px;
  }
  .career_page .careers .form {
    padding: 40px 15px;
  }
  .career_page .careers .form .field-group label {
    font-size: 14px;
    line-height: 26px;
  }
  .career_page .wpcf7-submit {
    font-size: 14px !important;
    line-height: 26px !important;
    padding: 10px 25px !important;
  }
  .career_page .open-position {
    padding: 50px 0;
  }
  .career_page .submenu {
    padding: 0 20px 30px;
  }
  .career_page .accordion .link {
    padding: 30px 20px;
  }
  .career_page .accordion .link::before {
    right: 25px;
    top: 35px;
    background-size: 12px 8px;
  }
  .career_page .accordion .link h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .career_page .gallery {
    padding: 50px 0;
    margin: 0;
  }
  .career_page .gallery .gallery-grid .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career_page .gallery .gallery-grid .grid .image:nth-child(1) {
    width: 100%;
  }
  .career_page .gallery .gallery-grid .grid .image:nth-child(2), .career_page .gallery .gallery-grid .grid .image:nth-child(3) {
    display: none;
  }
  .career_page .gallery .gallery-grid .grid + .grid {
    display: none;
  }
  .career_page .gallery .resp-view {
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 20px;
    max-width: 130px;
  }
  .career_page button {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
  }
  .delf_page h2 {
    font-size: 25px;
    line-height: 45px;
  }
  .delf_page .delf-abt {
    padding: 50px 0;
  }
  .delf_page .why-delf, .delf_page .why-should-delf {
    padding: 50px 0;
  }
  .delf_page .why-should-delf .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delf_page .why-should-delf .right ul {
    width: 100%;
  }
  .delf_page .why-should-delf .right .image {
    width: 100%;
  }
  .delf_page .delf-offer {
    padding: 50px 0;
  }
  .delf_page .bring-to-you {
    padding: 50px 0;
  }
  .delf_page .bring-to-you p {
    font-size: 15px;
    line-height: 25px;
  }
  .delf_page .bring-to-you .boxContent h4 {
    font-size: 20px;
    line-height: 45px;
  }
  .delf_page .bring-to-you .boxContent li {
    font-size: 15px;
    line-height: 20px;
  }
  .delf_page .contact-us {
    padding-bottom: 50px;
  }
  .delf_page .contact-us h3 {
    font-size: 20px;
    line-height: 29px;
  }
  .delf_page .contact-us .content {
    padding-bottom: 50px;
  }
  .delf_page .contact-us .content .right {
    padding: 25px 0 0;
  }
  .ela-jen_page .ela-jen_banner .bannerText {
    padding: 50px 0;
  }
  .ela-jen_page .about-us {
    padding: 50px 0;
  }
  .ela-jen_page .our-courses {
    padding: 50px 0;
  }
  .ela-jen_page .crash-course {
    padding: 50px 0;
  }
  .ela-jen_page .crash-course .cardContent .card {
    width: 100%;
  }
  .ela-jen_page .crash-course .box {
    width: 100%;
  }
  .ela-jen_page .achievements {
    padding: 50px 0 150px;
  }
  .ela-jen_page .achievements .achievement-wrap p {
    font-size: 18px;
  }
  .ela-jen_page .achievements .achievement-wrap .count-digit {
    font-size: 30px;
  }
  .ela-jen_page .achievements-tab .tabWrap .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ela-jen_page .our-tutors {
    padding: 50px 0;
  }
  .ela-jen_page .testimonial .swiper-button-next, .ela-jen_page .testimonial .swiper-button-prev {
    display: none;
  }
  .ela-jen_page .testimonial .testimonial-content {
    padding: 50px 0 80px;
  }
  .ela-jen_page .register {
    padding: 50px 0;
  }
  .ela-jen_page .ela-footer {
    padding: 50px 0;
  }
  .dcd_page .information-tab {
    padding: 50px 0;
  }
  .dcd_page .information-tab .tabs a {
    font-size: 20px;
  }
  .dcd_page .information-tab .tabContent .boxContent {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .dcd_page .information-tab .tabContent .boxContent .box {
    min-height: unset;
  }
  .dcd_page .information-tab .tabContent .boxContent .box h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .dcd_page .logoContent .imgContent {
    gap: 35px;
  }
  .dcd_page .logoContent .imgContent .image {
    width: calc(50% - 35px);
    text-align: center;
  }
  .contact_page {
    padding: 0 0 50px;
  }
  .contact_page .contact {
    padding: 50px 0 0;
  }
  .contact_page .contact .left {
    padding: 30px;
  }
  .contact_page .contact .left p, .contact_page .contact .left a {
    font-size: 14px;
    line-height: 26px;
  }
  .contact_page .contact .left h3 {
    font-size: 16px;
  }
  .contact_page .contact .contact-text {
    width: 100%;
  }
  .contact_page .contact .right {
    padding: 50px 30px;
  }
  .contact_page .contact .right input, .contact_page .contact .right textarea {
    width: 100%;
    max-width: unset;
  }
  .contact_page .contact .right .input-outer .input {
    width: 100%;
  }
  .contact_page .contact .right h2 {
    font-size: 25px;
  }
  .contact_page .contact .right p, .contact_page .contact .right input, .contact_page .contact .right label {
    font-size: 14px;
    line-height: 26px;
  }
  .contact_page .contact .wpcf7-submit {
    font-size: 15px !important;
  }
  .contact_page .social-media {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .contact_page .address-section .add-box {
    width: 100%;
  }
  .contact_page .address-section p, .contact_page .address-section a {
    font-size: 14px;
    line-height: 26px;
  }
  .contact_page .wpcf7-not-valid-tip {
    line-height: 25px;
    font-size: 13px;
  }
  .contact_page .wpcf7-response-output {
    font-size: 13px;
    margin: 0 !important;
  }
  body .links {
    left: -155px;
    top: 300px;
  }
  body .links a {
    padding: 10px 15px;
    font-size: 15px;
  }
  .new-facilities .facilities-tab {
    margin: 60px 0 45px;
  }
  .new-facilities .facilities-tab::before {
    left: -5px;
    top: -40px;
    width: calc(100% + 9px);
  }
  .new-facilities .facilities-tab::after {
    left: -5px;
    width: calc(100% + 9px);
    bottom: -47px;
  }
  .new-facilities .facilities-tab .circles {
    background-size: 90px 200px;
    right: -110px;
  }
  .new-facilities .facilities-tab .fac-tab {
    gap: 15px;
  }
  .new-facilities .facilities-tab .fac-tab li a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .new-facilities .content .in-tab {
    max-height: 150px;
    overflow-y: visible;
    overflow-x: hidden;
  }
  .new-facilities .content .in-tab::-webkit-scrollbar {
    width: 6px;
  }
  .new-facilities .content .in-tab::-webkit-scrollbar-track {
    background-color: rgba(68, 119, 140, 0.22);
    border-radius: 4px;
  }
  .new-facilities .content .in-tab::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #3B8BCA;
    width: 8px;
  }
  .new-facilities .content .in-tab li.active::before {
    top: 15px;
  }
  .new-facilities .content .in-tab li a {
    font-size: 15px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  header .header-content .logo .toggler {
    margin: 0px 0 0;
    width: 25px;
    height: 25px;
  }
  header .header-content .logo .toggler span {
    width: 25px;
  }
  header .header-content .logo .toggler.rotate:last-child {
    margin: 0px;
  }
  header .header-content .top-menu ul li a {
    font-size: 14px;
  }
  footer .footer-content {
    padding: 0 0 25px;
  }
  footer .footer-content .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  footer .footer-content .footer-right .card {
    width: 100%;
  }
  footer .footer-content .footer-right .card ul {
    padding: 10px 0 0;
  }
  .popUpWrapper .popup-img {
    text-align: center;
  }
  .popUpWrapper .popup-img img.popup {
    height: unset;
    width: calc(100% - 30px);
  }
  .popUpWrapper .popup-img img.closepop {
    width: 15px;
    height: 15px;
    right: 30px;
    top: 20px;
  }
  .school-opening .box {
    padding: 30px;
    margin: 40px 0;
  }
  .school-opening .box:nth-child(1)::before {
    width: calc(100% + 0px);
    top: -30px;
    left: 0;
  }
  .school-opening .box:nth-child(1)::after {
    width: calc(100% + 0px);
    bottom: -94px;
    left: 0;
  }
  .school-opening .box:nth-child(2)::before {
    width: calc(100% + 0px);
    left: 0;
    top: -35px;
  }
  .school-opening .box:nth-child(2)::after {
    width: calc(100% + 6px);
    bottom: -80px;
    left: -2px;
  }
  .kkm_page .academics .content .info-card .box-wrap {
    padding: 0px 30px;
  }
  .kkm_page .academics .content .info-card .box-bg {
    margin: 40px 0;
  }
  .kkm_page .academics .content .info-card .box-bg::before {
    width: calc(100% + 2px);
    top: -25px;
    left: -1px;
  }
  .kkm_page .academics .content .info-card .languages::before {
    top: -33px;
    width: calc(100% + 2px);
    left: -1px;
    background-position: top center;
    background-size: 100% 100%;
  }
  .kkm_page .academics .content .info-card .languages::after {
    bottom: -42px;
    height: 45px;
    left: -1px;
    width: calc(100% + 3px);
  }
  .kkm_page .bbm-non-academics .box:nth-child(2) .box-section:nth-child(4) ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .kkm_page .bbm-non-academics .box:nth-child(3) .box-section::before {
    left: -4px;
    width: calc(100% + 7px);
  }
  .kkm_page .bbm-non-academics .box:nth-child(3) .box-section::after {
    width: -3px;
    width: calc(100% + 6px);
  }
  .kkm_page .bbm-non-academics .box .box-section {
    width: 100%;
  }
  .kkm_page .non-academics .boxContent .box {
    width: 100%;
  }
  .kkm_page .non-academics .boxContent .border .text {
    min-height: unset;
  }
  .kkm_page .non-academics .boxContent .border .text::before {
    width: calc(100% + 10px);
    left: -5px;
  }
  .kkm_page .non-academics .dispContent p {
    font-size: 14px;
    line-height: 20px;
  }
  .kkm_page .non-academics .dispContent::before {
    top: -35px;
    width: calc(100% + 2px);
    left: -1px;
    height: 50px;
  }
  .bbm_page .admission-contact-us .logo-content {
    gap: 20px;
    margin-top: 30px;
  }
  .bbm_page .academics .lang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    text-align: center;
  }
  .bbm_page .academics .box h3 {
    font-size: 22px;
  }
  .bbm_page .academics .text ul li, .bbm_page .academics .image ul li {
    font-size: 15px;
    line-height: 25px;
  }
  .bbm_page .academics .text h4, .bbm_page .academics .image h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .bbm_page .academics .text h3 {
    font-size: 20px;
  }
  .bbm_page .non-academics .box:nth-child(2) .box-section:nth-child(4) ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .baba-cbse_page .baba-academics .right ul li a {
    line-height: 25px;
  }
  .about-us_page .core-values .box {
    width: 85%;
  }
  .about-us_page .leadership-team .box {
    width: 100%;
  }
  .about-us_page .leadership-team .text h3 {
    white-space: normal;
  }
  .about-us_page .mahatma .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .about-us_page .core-values .box:nth-child(odd) .text::before {
    width: calc(100% + 13px);
    left: -8px;
  }
  .about-us_page .core-values .box:nth-child(even) .text::before {
    width: calc(100% + 9px);
    left: -4px;
  }
  .about-us_page .core-values .box:nth-child(odd) .text::after {
    width: calc(100% + 7px);
    left: -3px;
  }
  .about-us_page .core-values .box:nth-child(even) .text::after {
    width: calc(100% + 12px);
    left: -6px;
  }
  .about-us_page .core-values .text::after {
    height: 70px;
    bottom: -70px;
  }
  .foundation_page .management-outer .management .text h3 {
    white-space: normal;
  }
  .nios_page .nios .boxContent {
    margin: 90px 0 50px;
    padding: 10px 15px;
    border-width: 1px;
  }
  .nios_page .nios .boxContent .left {
    top: -30px;
    left: -1px;
  }
  .nios_page .nios .boxContent .right {
    top: -30px;
    right: -1px;
  }
  .nios_page .nios .boxContent .bot {
    width: calc(100% + 2px);
    left: -1px;
    bottom: -34px;
  }
  .nios_page .nios .boxContent .text {
    margin-top: -50px;
  }
  .nios_page .nios-academics .join-mahatma li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nios_page .nios-academics .join-mahatma li::before {
    top: -35px;
    background-size: 100% 100%;
    left: -2px;
    width: calc(100% + 2px);
  }
  .nios_page .nios-academics .offer .boxContent .box::before {
    top: -49px;
  }
  .nios_page .services-testimonial .content .right .box::before {
    width: calc(100% + 8px);
    left: -5px;
    top: -62px;
  }
  .mgg_page .gateway .box {
    width: 100%;
    margin: 65px 0 100px;
  }
  .mgg_page .gateway .box::before {
    top: -64px;
    width: calc(100% + 9px);
    left: -6px;
  }
  .mgg_page .gateway .box::after {
    bottom: -119px;
    width: calc(100% + 9px);
    left: -5px;
    height: 120px;
  }
  .mgg_page .gateway p {
    font-size: 14px;
    line-height: 25px;
  }
  .mgg_page .gateway h3 {
    font-size: 20px;
  }
  .mgg_page .mgg-academics h3 {
    font-size: 20px;
  }
  .mgg_page .mgg-academics h4, .mgg_page .mgg-academics span {
    font-size: 15px;
    line-height: 24px;
  }
  .mgg_page .mgg-academics p, .mgg_page .mgg-academics li {
    font-size: 14px;
    line-height: 25px;
  }
  .mgg_page .mgg-non-academics .head p {
    line-height: 25px;
  }
  .mgg_page .mgg-non-academics .box {
    width: 100%;
    margin: 60px 0;
  }
  .mgg_page .mgg-non-academics .box::before {
    width: calc(100% + 7px);
    left: -3px;
    top: -58px;
  }
  .mgg_page .mgg-non-academics .boxContent ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .mgg_page .mgg-non-academics .boxContent p {
    font-size: 14px;
    line-height: 25px;
  }
  .mgg_page .mgg-non-academics .boxContent li, .mgg_page .mgg-non-academics .boxContent h4 {
    font-size: 15px;
    line-height: 23px;
  }
  .mgg_page .team .leadership .tabs .tab {
    font-size: 19px;
  }
  .mgg_page .infrastructure-testimonial .imageBox li {
    line-height: 25px;
    font-size: 14px;
  }
  .mgg_page .infrastructure-testimonial .boxContent p {
    font-size: 14px;
    line-height: 25px;
  }
  .mgg_page .infrastructure-testimonial .testimonies .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .mgg_page .infrastructure-testimonial .testimonies .news p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }
  .mgg_page .infrastructure-testimonial .testimonials p {
    font-size: 14px;
  }
  .ncvrt_page .banner h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .ncvrt_page .enquiry span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .boarding_page .why-boarding p {
    font-size: 14px;
    line-height: 25px;
  }
  .boarding_page .why-boarding .box h4 {
    font-size: 18px;
    padding: 10px;
  }
  .boarding_page .why-boarding .box ul li {
    font-size: 15px;
    line-height: 40px;
  }
  .boarding_page .schedule .box {
    width: 100%;
    padding: 10px 25px;
  }
  .boarding_page .schedule .box h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .boarding_page .schedule .box ul li {
    font-size: 14px;
    line-height: 33px;
  }
  .boarding_page .facilities h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .boarding_page .regulations .page-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .boarding_page .regulations .page-link a {
    width: 100%;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 28px;
  }
  .akm_page .about-akm h2 {
    font-size: 26px;
  }
  .akm_page .about-akm p {
    font-size: 14px;
    line-height: 26px;
  }
  .akm_page .team .box {
    width: 100%;
  }
  .akm_page .team h3 {
    font-size: 20px;
  }
  .akm_page .team span {
    font-size: 15px;
  }
  .akm_page .spotlight-academics .swiper-pagination-2 {
    margin-top: -40px;
  }
  .akm_page .spotlight-academics .swiper-pagination-2 .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
    margin: 0 2px;
  }
  .akm_page .spotlight-academics .akm-academics {
    margin-top: -110px;
  }
  .akm_page .spotlight-academics .akm-academics .text p {
    font-size: 14px;
    line-height: 25px;
  }
  .akm_page .spotlight-academics .overview .boxContent .left {
    width: 100%;
  }
  .akm_page .spotlight-academics .overview h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .akm_page .spotlight-academics .overview ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(1) {
    margin: 25px 0 90px;
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(1)::before {
    width: calc(100% + 5px);
    left: -3px;
    top: -33px;
    background-size: 100% 100%;
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(1)::after {
    bottom: -43px;
    background-size: 100% 100%;
    left: -2px;
    width: calc(100% + 5px);
  }
  .akm_page .spotlight-academics .overview .right .box:nth-child(2)::before {
    top: -33px;
    left: -4px;
    width: calc(100% + 7px);
    background-size: 100% 100%;
  }
  .akm_page .spotlight-academics .evaluation {
    padding: 35px 30px;
    margin-top: 30px;
  }
  .akm_page .spotlight-academics .evaluation h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .akm_page .spotlight-academics .evaluation p {
    font-size: 14px;
    line-height: 25px;
  }
  .akm_page .non-academics-sports .akm-non-academics .right::before {
    top: -54px;
    background-size: 100% 100%;
    background-position: top;
    left: -4px;
    width: calc(100% + 7px);
  }
  .akm_page .non-academics-sports .akm-non-academics p {
    font-size: 14px;
    line-height: 25px;
  }
  .akm_page .akm-sports .sports-list {
    gap: 15px;
  }
  .akm_page .akm-sports .sports-list li {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px;
  }
  .akm_page .akm-sports .sports li, .akm_page .akm-sports .sports p {
    font-size: 14px;
    line-height: 25px;
  }
  .akm_page .akm-sports .sports .boxContent {
    margin-top: 50px;
  }
  .akm_page .akm-sports .sports .boxContent .text {
    padding: 30px;
  }
  .akm_page .akm-sports .sports .boxContent:nth-child(2) .text ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .akm_page .akm-sports .sports .boxContent .right {
    width: 100%;
  }
  .akm_page .akm-sports .sports .boxContent .left::before {
    top: -33px;
    left: -5px;
    width: calc(100% + 8px);
  }
  .akm_page .akm-sports .sports .boxContent .left::after {
    bottom: -90px;
    left: -4px;
    width: calc(100% + 7px);
  }
  .akm_page .akm-sports .sports .boxContent .left h4 {
    font-size: 16px;
    line-height: 23px;
  }
  .akm_page .akm-sports .sports .boxContent .left p {
    font-size: 14px;
    line-height: 25px;
  }
  .akm_page .affiliations p {
    font-size: 14px;
    line-height: 25px;
  }
  .akm_page .facilities-visitors .akm-facilities .text {
    max-width: calc(100% - 30px);
  }
  .akm_page .facilities-visitors .visitors p {
    font-size: 14px;
    line-height: 25px;
  }
  .akm_page .admission-contact-us p, .akm_page .admission-contact-us li {
    font-size: 14px;
    line-height: 25px;
  }
  .career_page h2 {
    font-size: 25px;
  }
  .career_page .careers p {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 30px;
  }
  .career_page .careers ul li {
    font-size: 18px;
  }
  .career_page .accordion .link p {
    font-size: 14px;
    line-height: 24px;
  }
  .ela-jen_page .about-us h3 {
    margin: 10px 0;
  }
  .ela-jen_page .about-us p {
    font-size: 14px;
    line-height: 25px;
  }
  .ela-jen_page .our-courses p {
    font-size: 14px;
    line-height: 25px;
  }
  .ela-jen_page .crash-course p {
    font-size: 14px;
    line-height: 25px;
  }
  .ela-jen_page .crash-course .box {
    padding: 10px 20px;
    padding-left: 50px;
  }
  .ela-jen_page .crash-course .box span h5 {
    font-size: 28px;
  }
  .ela-jen_page .testimonial p {
    font-size: 14px;
    line-height: 25px;
  }
  .ela-jen_page .achievements .achievement-wrap {
    gap: 25px 50px;
  }
  .ela-jen_page .our-tutors a {
    font-size: 15px;
  }
  .ela-jen_page .register h2 {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .ela-jen_page .register p {
    font-size: 14px;
    line-height: 25px;
  }
  body.page-template-dcd .banner h1 {
    font-size: 30px;
  }
  .dcd_page .logoContent .imgContent {
    gap: 25px;
  }
  .dcd_page .logoContent .imgContent .image {
    width: 100%;
  }
  .dcd_page .information-tab .tabs a {
    font-size: 15px;
  }
  .contact_page .wpcf7-response-output {
    font-size: 12px;
    margin: -10px 0 0 !important;
  }
  .new-facilities {
    padding: 50px 0;
  }
  .new-facilities .facilities-tab {
    margin: 0;
    padding: 30px 20px;
    border: 2px solid rgba(59, 139, 202, 0.5);
    border-radius: 30px;
  }
  .new-facilities .facilities-tab::before, .new-facilities .facilities-tab::after {
    display: none;
  }
  .new-facilities .facilities-tab .fac-tab li a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 450px) {
  footer .footer-content .footer-right .navigation ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .school-opening .box {
    margin: 10px 0;
  }
  .school-opening .box:nth-child(1)::before {
    width: 100%;
    left: 0;
    top: -5px;
  }
  .school-opening .box:nth-child(2)::before {
    width: 100%;
    left: 0;
    top: -5px;
  }
  .kkm_page .non-academics .dispContent .left, .kkm_page .non-academics .dispContent .right {
    display: none;
  }
  .kkm_page .bbm-non-academics .box:nth-child(3) .box-section:before {
    left: -3px;
    width: calc(100% + 5px);
  }
  .kkm_page .bbm-non-academics .box:nth-child(3) .box-section:after {
    left: -2px;
    bottom: -55px;
    width: calc(100% + 4px);
  }
  .kkm_page .scopious-education .card .text::before {
    top: -82px;
    width: calc(100% + 8px);
    left: -2px;
  }
  .about-us_page .core-values .box {
    width: 100%;
  }
  .about-us_page .core-values p {
    font-size: 14px;
    line-height: 20px;
    min-height: unset;
  }
  .about-us_page .core-values .text::before {
    top: -58px;
  }
  .about-us_page .core-values .box:nth-child(odd) .text::before {
    width: calc(100% + 22px);
    left: -13px;
  }
  .about-us_page .core-values .box:nth-child(even) .text::before {
    width: calc(100% + 12px);
    left: -6px;
  }
  .mgg_page .mgg-non-academics .box::before {
    width: calc(100% + 5px);
    left: -2px;
    top: -53px;
  }
  .boarding_page .schedule .box::before {
    top: -34px;
    left: -3px;
    width: calc(100% + 5.5px);
  }
  .nios_page .nios-academics .offer .boxContent .box::before {
    background-size: 100% 100%;
    top: -45px;
  }
  .nios_page .services-testimonial .content .right .box::before {
    top: -55px;
    background-size: 100% 100%;
  }
  .nios_page .services-testimonial .content .right .box::after {
    width: calc(100% + 4px);
  }
}
@media screen and (max-width: 350px) {
  .mgg_page .mgg-non-academics .box::before {
    top: -47px;
  }
  .about-us_page .core-values .box:nth-child(odd) .text::before {
    width: calc(100% + 13px);
    left: -8px;
    background-size: 100% 100%;
    top: -55px;
  }
  .about-us_page .core-values .box:nth-child(even) .text::before {
    width: calc(100% + 7px);
    left: -3px;
    background-size: 100% 100%;
    top: -55px;
  }
  .akm_page .non-academics-sports .akm-non-academics .right {
    margin: 35px 0 40px;
  }
  .akm_page .non-academics-sports .akm-non-academics .right::before {
    top: -51px;
    left: -4px;
    width: calc(100% + 7px);
    background-size: 100% 100%;
    background-position: top;
  }
  .akm_page .non-academics-sports .akm-non-academics .right::after {
    bottom: -85px;
    width: calc(100% + 6px);
    left: -3px;
  }
}
@media screen and (max-width: 310px) {
  .akm_page .spotlight-academics .overview .left .box {
    margin: 60px 0 50px;
  }
  .akm_page .spotlight-academics .overview .left .box::before {
    width: calc(100% + 7px);
    top: -44px;
    left: -4px;
  }
  .akm_page .akm-sports .sports .boxContent .left {
    margin: 30px 0;
  }
  .akm_page .akm-sports .sports .boxContent .left::before {
    top: -26px;
    left: -3px;
    width: calc(100% + 6px);
  }
  .akm_page .akm-sports .sports .boxContent .right::before {
    top: -34px;
    width: calc(100% + 8px);
    left: -4px;
  }
  .akm_page .akm-sports .sports .boxContent .right::after {
    bottom: -40px;
  }
  .akm_page .non-academics-sports .akm-non-academics .right::before {
    top: -48px;
  }
  .nios_page .nios .boxContent .bot {
    bottom: -30px;
  }
  .nios_page .nios .boxContent .left, .nios_page .nios .boxContent .right {
    top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .criteria {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features .item1 {
    width: 100% !important;
  }
  .features .item2 {
    width: 100% !important;
  }
  .features .item3 {
    width: 100% !important;
  }
  .submit-btn button {
    font-size: 20px !important;
    line-height: 35px !important;
  }
}
@media screen and (max-width: 466px) {
  .submit-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section1 .about .btn-div h3 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .section1 .about .btn-div .btn_aply {
    position: relative !important;
    margin: 0 !important;
    width: 25% !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section1 .about {
    padding: 80px 0 !important;
  }
  .section1 .about p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .section1 .about .btn-div h3 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .section1 .about .btn-div .btn_aply {
    position: relative !important;
    margin: 0 !important;
    width: 50% !important;
  }
  .section2 h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .section2 .contnts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section2 .contnts .pro-content p {
    font-size: 15px !important;
  }
  .section2 .contnts .pro-content p span {
    font-size: 18px !important;
  }
  .section2 .call_info .info-text {
    font-size: 20px !important;
  }
  .section2 .call_info .call-btn {
    width: 50% !important;
  }
  .section2 table th {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .section2 table td {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .section2 .circle {
    margin: 0 auto;
  }
  .section3 h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .section2 .call_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section2 .call_info .info-text {
    margin: 0 auto;
  }
  .section2 .call_info .call-btn {
    margin: 0 auto;
    width: 100% !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .home_page .banner {
    min-height: 35vh !important;
  }
  .home_page .banner .bannerContent {
    padding: 30vw 60px !important;
  }
  .home_page .banner .bannerContent .bannerText h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .home_page .banner .quick-link {
    margin: -40px 0 0 -114px;
  }
  .home_page .banner .quick-link .fee-tab, .home_page .banner .quick-link .admission-tab {
    font-size: 13px !important;
    line-height: 20px !important;
    padding: 5px 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 795px) {
  .home_page .banner {
    min-height: 40vh !important;
  }
  .home_page .banner .bannerContent {
    padding: 15vw 60px !important;
  }
  .home_page .banner .quick-link {
    margin: -55px 0 0 -140px;
  }
}
@media screen and (min-width: 796px) and (max-width: 1366px) {
  .home_page .banner .bannerContent {
    padding: 20vw 60px !important;
  }
  .home_page .banner .quick-link {
    margin: -100px 0 0 -138px;
  }
}
@media screen and (max-width: 1024px) {
  .process-content {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 375px) {
  .kkm_page .bbm-non-academics .box:nth-child(1) .box-section:nth-child(2) ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .kkm_page .bbm-non-academics .box:nth-child(2) .box-section:nth-child(4) ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .kkm_page .bbm-non-academics .box .box-section::before {
    background-size: 100% 100%;
  }
  .kkm_page .bbm-non-academics .box .box-section::after {
    background-size: 100% 100%;
  }
  .bbm_page .non-academics .box:nth-child(1) .box-section:nth-child(2) ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .bbm_page .non-academics .box:nth-child(2) .box-section:nth-child(4) ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .bbm_page .non-academics .box .box-section::before {
    background-size: 100% 100%;
  }
  .bbm_page .non-academics .box .box-section::after {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 992px) {
  .logo-no-slider {
    position: unset;
  }
}
.academic-results {
  padding: 120px 0 20px;
}
.academic-results h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: 45px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.academic-results .academics-slider {
  margin-top: 50px;
}
.academic-results .academics-slider h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.academic-results .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 30px;
}
.academic-results .tab li a {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #0E3C50;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid rgba(14, 60, 80, 0.4);
  background: transparent;
  display: inline-block;
}
.academic-results .tab li.active a {
  background: #F8B915;
  border: none;
  color: #fff;
  font-weight: 600;
}
.academic-results .card {
  border: 2px solid #EEF3FD;
  border-radius: 30px;
  padding: 30px 14px;
}
.academic-results .card .tabContent {
  padding: 30px 20px;
  border: 2px solid #EEF3FD;
  border-radius: 16px;
  height: calc(100% - 133px);
  position: relative;
}
.academic-results .card h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #0E3C50;
  text-align: center;
}
.academic-results .card p {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #0E3C50;
  margin-top: 14px;
  text-transform: capitalize;
}
.academic-results .circleGraph p {
  text-align: center;
}
.academic-results .circleGraph .graphContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  gap: 30px;
}
.academic-results .circleGraph .graphContent .circle:nth-child(1) .circlePercent {
  background: #65B5F4;
}
.academic-results .circleGraph .graphContent .circle:nth-child(2) .circlePercent {
  background: #FFCA7B;
}
.academic-results .circleGraph .graphContent .circle:nth-child(3) .circlePercent {
  background: #F288A7;
}
.academic-results .circleGraph .graphContent .circlePercent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.academic-results .circleGraph .circle {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 15px);
}
.academic-results .lineGraph .graphContent {
  margin-top: 60px;
}
.academic-results .lineGraph .linegrp .lineContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.academic-results .lineGraph .linegrp .percent {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.academic-results .lineGraph .linegrp .progressBar {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: #EEF3FD;
  position: relative;
}
.academic-results .lineGraph .linegrp .progressBar .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 6px;
}
.academic-results .lineGraph .linegrp:nth-child(1) .percent {
  color: #69D889;
}
.academic-results .lineGraph .linegrp:nth-child(1) .progressBar .progress {
  background: #69D889;
}
.academic-results .lineGraph .linegrp:nth-child(2) .percent {
  color: #65B5F4;
}
.academic-results .lineGraph .linegrp:nth-child(2) .progressBar .progress {
  background: #65B5F4;
}
.academic-results .lineGraph .linegrp:nth-child(3) .percent {
  color: #FFCA7B;
}
.academic-results .lineGraph .linegrp:nth-child(3) .progressBar .progress {
  background: #FFCA7B;
}
.academic-results .verticalBarGraph .graphContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 50px;
}
.academic-results .verticalBarGraph .percent {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
}
.academic-results .verticalBarGraph .Vbar {
  width: 44px;
  height: 210px;
  background: #EEF3FD;
  border-radius: 6px;
  position: relative;
}
.academic-results .verticalBarGraph .Vbar .loadBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 6px;
}
.academic-results .verticalBarGraph .Vbar:nth-child(1) .loadBar {
  background: #69D889;
}
.academic-results .verticalBarGraph .Vbar:nth-child(2) .loadBar {
  background: #65B5F4;
}
.academic-results .verticalBarGraph .Vbar:nth-child(3) .loadBar {
  background: #F288A7;
}
.academic-results .barDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 35px;
}
.academic-results .barDesc p {
  font-family: "Gilroy", sans-serif;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 400;
  color: #0E3C50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 0;
}
.academic-results .barDesc p::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.academic-results .barDesc p + p {
  margin-top: 14px;
}
.academic-results .barDesc .left p:nth-child(1)::before {
  background: #69D889;
}
.academic-results .barDesc .left p:nth-child(2)::before {
  background: #65B5F4;
}
.academic-results .barDesc .right p:nth-child(1)::before {
  background: #F288A7;
}
.academic-results .horizontalBarGraph .graphContent {
  margin-top: 60px;
}
.academic-results .horizontalBarGraph .HbarBox .Hbar {
  height: 60px;
  position: relative;
  background: #EEF3FD;
  border-radius: 6px;
}
.academic-results .horizontalBarGraph .HbarBox .loadBar {
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
}
.academic-results .horizontalBarGraph .HbarBox .loadBar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.academic-results .horizontalBarGraph .HbarBox .loadBar .percent {
  position: absolute;
  right: 15px;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.academic-results .horizontalBarGraph .HbarBox p {
  margin: 0 0 10px;
}
.academic-results .horizontalBarGraph .HbarBox:nth-child(1) .loadBar {
  background: #69D889;
}
.academic-results .horizontalBarGraph .HbarBox:nth-child(1) .loadBar::before {
  background-image: url("../images/h-b1.svg");
}
.academic-results .horizontalBarGraph .HbarBox:nth-child(2) .loadBar {
  background: #65B5F4;
}
.academic-results .horizontalBarGraph .HbarBox:nth-child(2) .loadBar::before {
  background-image: url("../images/hb-2.svg");
}
.academic-results .horizontalBarGraph .HbarBox + .HbarBox {
  margin-top: 40px;
}
.academic-results .concentCircleGraph .concentCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 15px;
}
.academic-results .concentCircleGraph .progress-container {
  position: relative;
  width: 250px;
  height: 250px;
}
.academic-results .concentCircleGraph .progress-ring {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); /* Changed to 90deg for counterclockwise */
  -webkit-transform-origin: center;
          transform-origin: center;
}
.academic-results .concentCircleGraph .progress-circle {
  fill: none;
  stroke-linecap: round;
}
.academic-results .concentCircleGraph .progress-background {
  stroke: #fff;
}
.academic-results .concentCircleGraph .progress-value-green {
  stroke: #6FD99B;
  -webkit-transition: stroke-dashoffset 0.8s ease-in-out;
  transition: stroke-dashoffset 0.8s ease-in-out;
  stroke-width: 11;
}
.academic-results .concentCircleGraph .progress-value-blue {
  stroke: #79BBF2;
  -webkit-transition: stroke-dashoffset 0.8s ease-in-out;
  transition: stroke-dashoffset 0.8s ease-in-out;
  stroke-width: 10;
}
.academic-results .concentCircleGraph .progress-value-pink {
  stroke: #F286A0;
  -webkit-transition: stroke-dashoffset 0.8s ease-in-out;
  transition: stroke-dashoffset 0.8s ease-in-out;
  stroke-width: 9;
}
.academic-results .concentCircleGraph .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.academic-results .concentCircleGraph .percentage {
  display: block;
  margin: 5px 0;
  font-weight: bold;
}
.academic-results .concentCircleGraph .green-text {
  color: #6FD99B;
}
.academic-results .concentCircleGraph .blue-text {
  color: #79BBF2;
}
.academic-results .concentCircleGraph .pink-text {
  color: #F286A0;
}
.academic-results .academics-slider .swiper-slide {
  height: auto;
}
.academic-results .academics-slider .swiper-slide .card {
  height: 100%;
}
.academic-results .bottom-section .swiper {
  height: 100%;
  position: unset;
}
.academic-results .bottom-section .swiper-wrapper {
  position: unset;
}
.academic-results .bottom-section .swiper-pagination {
  bottom: -25px;
}
.academic-results .bottom-section .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D9E3F9;
  opacity: 1;
}
.academic-results .bottom-section .swiper-pagination-bullet-active {
  background: #F8B915;
}
.academic-results .swiper-navigation {
  text-align: center;
  margin-top: 40px;
}
.academic-results .swiper-navigation .swiper-button-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.academic-results .swiper-navigation .swiper-button-next, .academic-results .swiper-navigation .swiper-button-prev {
  position: unset;
  height: auto;
  margin-top: 0;
}
.academic-results .swiper-navigation .swiper-button-next::after, .academic-results .swiper-navigation .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 992px) {
  .academic-results {
    padding: 80px 0 20px;
  }
  .academic-results h2 {
    font-size: 45px;
    line-height: 40px;
  }
  .academic-results .academics-slider h3 {
    font-size: 20px;
    line-height: 40px;
  }
  .academic-results .tab {
    padding: 10px 0 20px;
  }
  .academic-results .tab li a {
    font-size: 15px;
    line-height: 1;
  }
  .academic-results .circleGraph .graphContent .circlePercent {
    font-size: 18px;
  }
  .academic-results .card .tabContent {
    height: calc(100% - 106px);
  }
  .academic-results .card p {
    font-size: 15px;
    line-height: 16px;
  }
  .academic-results .card h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .academic-results {
    padding: 50px 0 20px;
  }
  .academic-results h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .academic-results .swiper-navigation {
    margin-top: 25px;
  }
}

.linegrp .progressBar {
  position: relative;
  overflow: hidden;
  background: #EEF3FD;
  border-radius: 6px;
}
.linegrp .progressBar .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 6px;
  width: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.linegrp .progressBar .progress.animate {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

.verticalBarGraph .Vbar .loadBar {
  height: 0;
  -webkit-transition: height 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.verticalBarGraph .Vbar .loadBar.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.verticalBarGraph .Vbar .loadBar .percent {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.verticalBarGraph .Vbar .loadBar.animate .percent {
  opacity: 1;
}

.horizontalBarGraph .Hbar {
  position: relative;
  overflow: hidden;
  background: #EEF3FD;
  border-radius: 6px;
  height: 6px;
}
.horizontalBarGraph .Hbar .loadBar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #F8B915;
  border-radius: 6px;
  width: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}
.horizontalBarGraph .Hbar .loadBar.animate {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.horizontalBarGraph .Hbar .loadBar .percent {
  position: absolute;
  right: -30px;
  top: unset;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.horizontalBarGraph .Hbar .loadBar.animate .percent {
  opacity: 1;
}

.concentCircleGraph .progress-container {
  position: relative;
}
.concentCircleGraph .progress-container .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.concentCircleGraph .progress-container .progress-text .percentage {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.concentCircleGraph .progress-container .progress-text .percentage.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.circleGraph .circle {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.circleGraph .circle.animate {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.circleGraph .circle .circlePercent {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}
.circleGraph .circle .description {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s;
}
.circleGraph .circle.animate .circlePercent,
.circleGraph .circle.animate .description {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.photoGraph .graphContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.photoGraph .photoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 13px;
  padding-left: 90px;
  padding-top: 10px;
}
.photoGraph .photoBox::before {
  content: "";
  position: absolute;
  border: 1px solid;
  width: calc(100% - 2px);
  height: calc(100% - 28px);
  border-radius: 8px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.photoGraph .photoBox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 90px;
  padding-left: 0;
}
.photoGraph .photoBox.reverse .left {
  right: 0;
  left: unset;
}
.photoGraph .photoBox h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #0E3C50;
  background: #FFFFFF;
  padding: 10px;
  margin-top: 0;
}
.photoGraph .photoBox p {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #0E3C50;
  font-weight: 400;
  margin: 0;
}
.photoGraph .photoBox .left {
  border-radius: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.photoGraph .photoBox .left img {
  border-radius: 7px;
}
.photoGraph .photoBox:nth-child(1)::before {
  border-color: #69D889;
}
.photoGraph .photoBox:nth-child(2)::before {
  border-color: #65B5F4;
}
.photoGraph .photoBox:nth-child(3)::before {
  border-color: #F288A7;
}
.photoGraph .photoBox:nth-child(4)::before {
  border-color: #FFCA7B;
}
.photoGraph .photoBox {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.photoGraph .photoBox.animate {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.photoGraph .photoBox.animate .circlePercent,
.photoGraph .photoBox.animate .description {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.circlesemiGraphSlider .graphContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.circlesemiGraphSlider .graphContent .semiCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circlesemiGraphSlider .graphContent .semiCircle .semi {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #FFFFFF;
  background: #65B5F4;
}
.circlesemiGraphSlider .graphContent .semiCircle .name {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #0E3C50;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid;
  text-transform: capitalize;
  white-space: nowrap;
  margin-top: -20px;
  border-color: #65B5F4;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(1) .semi {
  background: #65B5F4;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(1) .name {
  border-color: #65B5F4;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(2) .semi {
  background: #69D889;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(2) .name {
  border-color: #69D889;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(3) .semi {
  background: #F288A7;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(3) .name {
  border-color: #F288A7;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(4) .semi {
  background: #FFCA7B;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(4) .name {
  border-color: #FFCA7B;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(5) .semi {
  background: #1CCCCC;
}
.circlesemiGraphSlider .graphContent .semiCircle:nth-child(5) .name {
  border-color: #1CCCCC;
}
.circlesemiGraphSlider .graphContent .semiCircle {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.circlesemiGraphSlider .graphContent .semiCircle.animate {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.circlesemiGraphSlider .graphContent .semiCircle.animate .circlePercent,
.circlesemiGraphSlider .graphContent .semiCircle.animate .description {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1300px) {
  .circlesemiGraphSlider .graphContent .graphContent {
    gap: 40px 15px;
  }
  .circlesemiGraphSlider .graphContent .semiCircle {
    width: calc(48% - 10px);
  }
  .circlesemiGraphSlider .graphContent .semiCircle .semi {
    width: 75px;
  }
  .circlesemiGraphSlider .graphContent .semiCircle .name {
    font-size: 15px;
  }
}