@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(../fonts/FontAwesome/fa-regular-400.ttf);
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  src: url(../fonts/FontAwesome/fa-solid-900.ttf);
  font-weight: 900;
}
/****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: #105C8E;
}

body {
  margin: 0;
  font-size: 1em;
  font-family: "Inter", 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: #141D70;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: #141d70;
}
a:hover, a:focus, a:active {
  color: #141d70;
}
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: #141D70;
  text-decoration: underline;
}

del {
  background: none;
  color: #BF2228;
  text-decoration: line-through;
}

mark {
  background: #FFC700;
  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;
}
.testimonial .left img {
  border: 0;-ms-interpolation-mode: bicubic;
  vertical-align: middle;  
  border-radius: 0;         
  width: 150px;             
  height: 150px;
  object-fit: cover;        
}

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;
  outline: none !important;
}
input:focus, select:focus, textarea:focus {
  color: rgba(16, 92, 142, 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: #1D35AA;
  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(29, 53, 170, 0.5);
  opacity: 0.8;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
}

input:invalid, textarea:invalid {
  background-color: rgba(191, 34, 40, 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: "Bitter", 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: "Bitter", 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: #105C8E;
  font-family: "Bitter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
}
@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;
  }
}

h3 {
  color: #105C8E;
  font-family: "Bitter", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  color: #003C6B;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

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: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}

.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: 20px !important;
  margin-left: 60px !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px !important;
  margin-right: 60px !important;
}

.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*****/
/**
 * 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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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: 0s;
          transition-delay: 0s;
}

[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 {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

input,
select,
textarea {
  font-family: "Inter", 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,
.programmeOtherBlock .container,
.careerOtherBlock .container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 450px) {
  .container,
  .programmeOtherBlock .container,
  .careerOtherBlock .container {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .container,
  .programmeOtherBlock .container,
  .careerOtherBlock .container {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .container,
  .programmeOtherBlock .container,
  .careerOtherBlock .container {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .container,
  .programmeOtherBlock .container,
  .careerOtherBlock .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container,
  .programmeOtherBlock .container,
  .careerOtherBlock .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid-left {
  padding-left: 177px;
}
@media (min-width: 1920px) {
  .container-fluid-left {
    padding-left: 320px;
  }
}
@media (max-width: 1024px) {
  .container-fluid-left {
    width: 100%;
    max-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container-fluid-left {
    width: 100%;
    max-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.preloader {
  position: fixed;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  margin: 0 auto;
}
.preloader .loaderLogo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.preloader .loaderLogo span {
  position: relative;
  display: block;
}
.preloader .loaderLogo img {
  width: auto;
  max-height: 100px;
}
.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: relative;
  width: 100%;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .logo {
  position: relative;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
header .top-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 20px;
  background: #105C8E;
}
header .top-menu a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  visibility: visible !important;
  opacity: 1 !important;
}
header .top-menu .current-menu-item a {
  color: #fff !important;
  font-weight: 600;
  opacity: 1;
}
header .top-menu .current-menu-item a::after {
  display: none !important;
}
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;
  opacity: 1 !important;
  visibility: visible !important;
}
header .header-content {
  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;
  /*background: transparent;*/
  position: relative;
  padding: 0 30px;
  /*background: #fff;*/
}
header .header-content .menu-items {
  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;
  padding: 0 20px;
}
header .header-content .menu-items.open {
  visibility: hidden;
  opacity: 0;
}
header .header-content .menu-items .toggler {
  display: none;
}
header .header-content .menu-items ul .submit {
  background-color: #105C8E;
  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 .menu-items ul .submit a::after, header .header-content .menu-items ul .submit a::before {
  display: none !important;
}
header .header-content .menu-items ul .submit:hover, header .header-content .menu-items ul .submit:focus {
  -webkit-box-shadow: inset 0 -6em 0 0 #fff;
          box-shadow: inset 0 -6em 0 0 #fff;
}
header .header-content .menu-items ul .submit:hover a, header .header-content .menu-items ul .submit:focus a {
  background-color: transparent;
  color: #105C8E;
}
header .header-content .menu-items ul .submit a {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
header .header-content .menu-items ul .submit.current-menu-item {
  background-color: #fff;
}
header .header-content .menu-items ul .submit.current-menu-item a {
  background-color: transparent !important;
  color: #105C8E !important;
}
header .header-content .menu-items ul .admission {
  display: none !important;
}
header .current-menu-item a {
  color: #BF2228 !important;
  opacity: 1;
}
header .current-menu-item a::after {
  display: none !important;
}
header .menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@keyframes pulse-3d { 
  0%, 100% { 
    transform: scale(1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 0 3px rgb(179 161 69);
  } 
  50% {  
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 3px rgb(179 161 69);
  }
}
header .admission {
    display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight:800;
    background: linear-gradient(135deg, #ffc000, #ffc222);
    color: #06273d;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 3px rgb(179 161 69);
    animation: pulse-3d 1.2s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}
header .admission img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header .admission:hover, header .admission:focus {
  color: black;
  -webkit-box-shadow: inset 0 -6em 0 0 #000;
          box-shadow: inset 0 -6em 0 0 #000;
}
header .admission:hover img, header .admission:focus img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
header .button {
  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-color: transparent;
  font-size: 14px;
  height: 37px;
  line-height: 0;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .button:hover {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0.7;
}
header .search-container {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 40px;
  vertical-align: bottom;
  z-index: 2;
}
header .search-container .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .searchbutton {
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(22, 47, 85, 0.2);
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  padding: 0;
}
header .searchbutton img {
  width: 14px;
  height: 14px;
}
header .expandright {
  width: 0;
  position: relative;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
header .expandright .search {
  background-color: #105C8E;
  outline: none;
  border: none;
  color: #fff;
  padding: 0 16px;
  width: 330px;
  height: 37px;
  z-index: 10;
}
header .expandright .search::-webkit-input-placeholder {
  color: #fff;
}
header .expandright .search::-moz-placeholder {
  color: #fff;
}
header .expandright .search:-ms-input-placeholder {
  color: #fff;
}
header .expandright .search::-ms-input-placeholder {
  color: #fff;
}
header .expandright .search::placeholder {
  color: #fff;
}
header .expandright .searchsubmit {
  height: 37px;
  width: 40px;
  border: 1px solid rgba(22, 47, 85, 0.2);
  background-color: #ffffff;
  padding: 0;
  margin: 0 0 0 10px;
}
header .expandright .searchsubmit:hover, header .expandright .searchsubmit:focus {
  opacity: 1 !important;
}
header .expandright.expand {
  width: 380px;
  z-index: 1;
}
header .mega-menu-item-object-capability_cat {
  position: relative;
}

.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}

.page-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 90px 0;
}
.page-content p {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  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: "Bitter", 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: #105C8E;
  font-family: "Bitter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  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 {
  color: #105C8E;
  font-family: "Bitter", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .page-content h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .page-content h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .page-content h3 {
    font-size: 20px;
  }
}
.page-content h4 {
  color: #003C6B;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  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: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media screen and (max-width: 1200px) {
  .page-content ul li {
    font-size: 14px;
    line-height: 25px;
  }
}

.homeBanner {
  position: relative;
}
.homeBanner .yellow {
  position: absolute;
  width: 270px;
  height: 155px;
  right: 170px;
  top: 340px;
  background-image: url(../images/home/banner/polygon1.svg);
  z-index: 2;
  background-repeat: no-repeat;
}
.homeBanner .white {
  position: absolute;
  width: 500px;
  height: 425px;
  right: 0px;
  top: -1px;
  background-image: url(../images/home/banner/polygon2.svg);
  z-index: 2;
  background-repeat: no-repeat;
}
.homeBanner .banner {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.homeBanner .banner::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homeBanner .banner .bannerText {
  max-width: 580px;
  padding: 50px 0 80px;
}
.homeBanner .banner .h1 {
  color: #fff;
  font-family: "Bitter", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  text-align: left;
}
.homeBanner .banner p {
  color: #fff;
  font-family: "Bitter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 10px 0 35px;
}
.homeBanner .banner a {
  color: #105C8E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background-color: #fff;
  padding: 22px 25px;
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeBanner .banner a img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.homeBanner .banner a:hover, .homeBanner .banner a:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 -6em 0 0 #BF2228;
          box-shadow: inset 0 -6em 0 0 #BF2228;
}
.homeBanner .banner a:hover img, .homeBanner .banner a:focus img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.homeBanner .banner-slider video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: calc(100vh - 130px);
  max-height: calc(100vh - 130px);
  display: block;
}
.homeBanner .pagination {
  position: absolute;
  width: 100%;
  top: calc(100vh - 35%);
  z-index: 3;
}
.homeBanner .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFC700;
  opacity: 1;
  margin: 0 6px;
}
.homeBanner .pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.link {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  border: 1px solid #BF2228;
  padding: 15px 20px;
  display: inline-block;
  margin-top: 30px;
  background: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.link:hover, .link:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 -6em 0 0 #BF2228;
          box-shadow: inset 0 -6em 0 0 #BF2228;
}

.home_page .info {
  padding: 80px 0;
  background-image: url("../images/home/info-banner.png");
  background-repeat: repeat;
  background-size: 100%;
  position: relative;
}
.home_page .info::before {
  content: "";
  position: absolute;
  background-color: #BF2228;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
}
.home_page .info h3 {
  color: #fff;
  font-family: "Bitter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}
.home_page .info h3 span {
  font-weight: 700;
}
.home_page #parallax-info {
  background-attachment: fixed;
}
.home_page .about-us {
  background: #FCF8F1;
}
.home_page .about-us .content {
  padding: 85px 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.home_page .about-us .content .yellow {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/home/about.svg");
  width: 120px;
  height: 70px;
  top: -35px;
}
.home_page .about-us .left,
.home_page .about-us .right {
  width: 50%;
}
.home_page .about-us .left {
  padding-right: 60px;
  border-right: 1px solid rgba(22, 47, 85, 0.2);
}
.home_page .about-us .right {
  padding-left: 60px;
}
.home_page .about-us .right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.home_page .about-us .right ul a {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 30px;
  background: rgba(16, 92, 142, 0.1);
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home_page .about-us .right ul a:hover {
  color: #fff;
  background: #105C8E;
}
.home_page .about-us h2 {
  color: #105C8E;
  font-family: "Bitter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
}
@media screen and (max-width: 1200px) {
  .home_page .about-us h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home_page .about-us h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.home_page .about-us p {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  opacity: 0.8;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .home_page .about-us p {
    font-size: 14px;
    line-height: 25px;
  }
}
.home_page .gallery {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #BF2228), color-stop(50%, #FCF8F1));
  background: linear-gradient(to bottom, #BF2228 50%, #FCF8F1 50%);
  margin: 0;
}
.home_page .gallery .image-gallery {
  position: relative;
  margin-bottom: 40px;
}
.home_page .gallery .image-gallery .yellow {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/home/gallery/yellow.svg");
  width: 225px;
  height: 130px;
  z-index: 2;
  right: 100px;
  top: 0;
}
.home_page .gallery .image-gallery h2 {
  color: #fff;
  font-family: "Bitter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 700px;
  min-height: 72px;
  padding-left: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}
.home_page .gallery .image-gallery h2::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 2px;
  background: #FFC700;
  left: 0;
  top: 0;
}
.home_page .gallery .image-gallery .image {
  height: 100%;
}
.home_page .gallery .image-gallery .image img {
  width: 100%;
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page .gallery .image-gallery .swiper-slide h2 {
  opacity: 0 !important;
}
.home_page .gallery .image-gallery .swiper-slide-active h2 {
  opacity: 1 !important;
}
.home_page .gallery .image-gallery .swiper-pagination-2 {
  margin: 0;
  margin-top: 40px;
  max-width: 250px;
  position: relative;
  text-align: left;
}
.home_page .gallery .image-gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(16, 92, 142, 0.5);
  margin: 0 10px;
}
.home_page .gallery .image-gallery .swiper-pagination-bullet-active {
  background: #BF2228;
}
.home_page .gallery .image-gallery .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 5;
}
.home_page .gallery .image-gallery .outer a {
  margin-top: -30px;
  padding: 10px 15px;
}
.home_page .gallery .recognition h3 {
  color: #105C8E;
  font-family: "Bitter", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .home_page .gallery .recognition h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .home_page .gallery .recognition h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .home_page .gallery .recognition h3 {
    font-size: 20px;
  }
}
.home_page .gallery .recognition .recognition-slider {
  margin-top: 25px;
}
.home_page .gallery .recognition .recognition-slider .item {
  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: 20px 40px;
  min-height: 125px;
  background-color: #FCF8F1;
  border: 1px solid rgba(22, 47, 85, 0.15);
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_page .gallery .recognition .recognition-slider .item img {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_page .gallery .recognition .recognition-slider .item:hover {
  border-color: rgba(22, 47, 85, 0.35);
}
.home_page .gallery .recognition .recognition-slider .item:hover img {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
}
.home_page .placements .founder {
  background: #F5EEE4;
  padding: 70px 0 85px;
}
.home_page .placements .founder .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  max-width: 1120px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_page .placements .founder .left {
  width: 30%;
}
.home_page .placements .founder .left img {
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.home_page .placements .founder .right {
  width: 70%;
}
.home_page .placements .founder .right h2 {
  color: #105C8E;
  font-family: "Bitter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  max-width: 660px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 30px;
}
.home_page .placements .founder .right h2::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 2px;
  background: #FFC700;
  left: 0;
  top: 0;
}
.home_page .placements .founder .right h2 span {
  color: rgba(22, 47, 85, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home_page .placements .founder .right h3 {
  color: #BF2228;
  font-family: "Bitter", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home_page .placements .founder .right p {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .home_page .placements .founder .right p {
    font-size: 14px;
    line-height: 25px;
  }
}
.home_page .placements .placementContent .displayImage img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page .placements .placementContent .placement-outer {
  background: #F5EEE4;
}
.home_page .placements .placementContent .placementBox {
  background: #fff;
  position: relative;
  top: -115px;
  -webkit-box-shadow: 0 15px 35px rgba(22, 47, 85, 0.06);
          box-shadow: 0 15px 35px rgba(22, 47, 85, 0.06);
}
.home_page .placements .placementContent .placementBox .red {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 180px;
  height: 104px;
  background-image: url("../images/home/placements/red.svg");
  left: 150px;
  top: -52px;
}
.home_page .placements .placementContent .placementBox .content {
  padding: 70px 50px 55px;
}
.home_page .placements .placementContent .placementBox .content h3 {
  text-align: center;
}
.home_page .placements .placementContent .placementBox .content p {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .home_page .placements .placementContent .placementBox .content p {
    font-size: 14px;
    line-height: 25px;
  }
}
.home_page .placements .placementContent .logo-slider {
  padding: 35px 0;
  border-top: 1px solid rgba(22, 47, 85, 0.06);
}
.home_page .placements .placementContent .logo-slider .swiper-wrapper {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.home_page .placements .placementContent .logo-slider .item {
  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;
}
.home_page .placements .placementContent .logo-slider .item img {
  max-width: 135px;
  -webkit-filter: grayscale(1) brightness(1);
          filter: grayscale(1) brightness(1);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_page .placements .placementContent .logo-slider .item:hover img {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
}
.home_page .alumini-speak {
  background: #FCF8F1;
  padding: 80px 0;
}
.home_page .alumini-speak .head {
  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;
}
.home_page .alumini-speak .head .navigation {
  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;
  gap: 10px;
}
.home_page .alumini-speak .head .navigation .swiper-button-prev,
.home_page .alumini-speak .head .navigation .swiper-button-next {
  position: relative !important;
  left: 0;
  right: unset;
  top: 0;
  opacity: 0.5;
  padding: 15px 21px;
  border-radius: 6px;
  border: 1px solid #AFBEDF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home_page .alumini-speak .head .navigation .swiper-button-prev::after,
.home_page .alumini-speak .head .navigation .swiper-button-next::after {
  display: none;
}
.home_page .alumini-speak .head .navigation .swiper-button-prev:hover,
.home_page .alumini-speak .head .navigation .swiper-button-next:hover {
  opacity: 1;
}
.home_page .alumini-speak .head .navigation .swiper-button-prev::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/home/testimonial/prev.svg");
  width: 8px;
  height: 12px;
  background-position: center;
}
.home_page .alumini-speak .head .navigation .swiper-button-next::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/home/testimonial/next.svg");
  width: 8px;
  height: 12px;
  background-position: center;
}
.home_page .alumini-speak .testimonial-slider {
  margin-top: 30px;
}
.home_page .alumini-speak .testimonial-slider.swiper {
  overflow: visible !important;
}
.home_page .alumini-speak .testimonial-slider .card {
  border: 1px solid rgba(22, 47, 85, 0.2);
  background: #fff;
  padding: 45px 60px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.home_page .alumini-speak .testimonial-slider .card:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}
.home_page .alumini-speak .testimonial-slider .card p {
  color: #162F55;
  font-family: "Bitter", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  min-height: 255px;
}
.home_page .alumini-speak .testimonial-slider .card .nameTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.home_page .alumini-speak .testimonial-slider .card h3 {
  color: #232323;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home_page .alumini-speak .testimonial-slider .card h5 {
  color: rgba(35, 35, 35, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
.home_page .alumini-speak .testimonial-slider .swiper-slide-active .card {
  background-color: rgba(255, 255, 255, 0.5);
}
.home_page .alumini-speak .other-pages .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home_page .alumini-speak .other-pages .outer .more {
  color: #BF2228;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.7%;
  display: block;
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  max-width: 200px;
  margin-top: 30px;
}
.home_page .alumini-speak .other-pages .outer .more img {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  margin-left: 15px;
}
.home_page .alumini-speak .other-pages .outer .more:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.home_page .alumini-speak .other-pages .other-pages-links {
  margin-top: 50px;
}
.home_page .alumini-speak .other-pages .other-pages-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 890px !important;
  margin: 0 auto !important;
}
.home_page .alumini-speak .other-pages .other-pages-links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.home_page .alumini-speak .other-pages .other-pages-links ul li img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.home_page .alumini-speak .other-pages .other-pages-links ul li a {
  color: #105C8E;
  text-align: center;
  font-family: "Bitter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home_page .alumini-speak .other-pages .other-pages-links ul li:hover a {
  color: #BF2228;
}
.home_page .alumini-speak .other-pages .other-pages-links ul li:hover img {
  -webkit-animation-name: wobble;
          animation-name: wobble;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.home_page .alumini-speak .other-pages .other-pages-links ul.second {
  margin-top: 60px;
  gap: 100px;
}
.home_page .updates .admission {
  position: relative;
  padding: 140px 0;
  background-image: url("../images/home/admn-bg.png");
  background-repeat: repeat;
}
.home_page .updates .admission::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: #BF2228;
}
.home_page .updates .admission .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 120px;
}
.home_page .updates .admission .content h2 {
  color: #105C8E;
  font-family: "Bitter", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .home_page .updates .admission .content h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .home_page .updates .admission .content h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .home_page .updates .admission .content h2 {
    font-size: 20px;
  }
}
.home_page .updates .admission .content p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 680px;
  margin-top: 10px;
}
.home_page .updates .admission .content a {
  color: #162F55;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 6px;
  background: #FFC700;
  padding: 20px 25px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home_page .updates .admission .content a img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.home_page .updates .admission .content a:hover, .home_page .updates .admission .content a:focus {
  color: #FFC700;
  -webkit-box-shadow: inset 0 -6em 0 0 #000;
          box-shadow: inset 0 -6em 0 0 #000;
}
.home_page .updates .admission .content a:hover img, .home_page .updates .admission .content a:focus img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.home_page .updates #parallax-admn {
  background-attachment: fixed;
  background-position-y: -0.2px;
}
.home_page .updates .latest-updates {
  background: #FCF8F1;
  padding: 90px 0;
}
.home_page .updates .latest-updates h2 {
  color: #105C8E;
  font-family: "Bitter", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .home_page .updates .latest-updates h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .home_page .updates .latest-updates h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .home_page .updates .latest-updates h2 {
    font-size: 20px;
  }
}
.home_page .updates .latest-updates h3 {
  color: #105C8E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.home_page .updates .latest-updates h4 {
  color: #232323;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
}
.home_page .updates .latest-updates p {
  color: rgba(30, 30, 30, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home_page .updates .latest-updates .updates-link:hover p {
  color: #105C8E;
}
.home_page .updates .latest-updates .more {
  margin-top: 20px;
  color: #BF2228;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.7%;
  display: block;
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  max-width: 200px;
}
.home_page .updates .latest-updates .more img {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  margin-left: 15px;
}
.home_page .updates .latest-updates .more:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.home_page .updates .latest-updates .blog-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 40px;
  gap: 60px;
}
.home_page .updates .latest-updates .blog .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.home_page .updates .latest-updates .blog .boxContent .box {
  width: 33.33%;
  position: relative;
}
.home_page .updates .latest-updates .blog .boxContent .box .image {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.home_page .updates .latest-updates .blog .boxContent .box .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_page .updates .latest-updates .blog .boxContent .box p {
  margin-top: 20px;
}
.home_page .updates .latest-updates .blog .boxContent .box:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home_page .updates .latest-updates .news .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: 30px;
  margin-top: 20px;
}
.home_page .updates .latest-updates .events {
  padding-top: 30px;
  border-top: 1px solid rgba(22, 47, 85, 0.2);
}
.home_page .updates .latest-updates .events .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.home_page .updates .latest-updates .events .boxContent .box {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  position: relative;
}
.home_page .updates .latest-updates .events .boxContent .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  height: 0;
  padding-top: 17%;
  position: relative;
  overflow: hidden;
}
.home_page .updates .latest-updates .events .boxContent img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.home_page .updates .latest-updates .events .boxContent p {
  margin-top: 10px;
}
.home_page .updates .latest-updates .events .boxContent h4 {
  text-transform: none;
}
.home_page .updates .latest-updates .events .boxContent .box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wrapper {
  width: 100%;
  position: relative;
  background-color: #FCF8F1;
}

.bannerBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 310px;
  padding: 85px 0 70px;
  background-color: #890E0E !important;
}
.bannerBlock.banner {
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bannerBlock .bannerBg {
  position: absolute;
  width: 100%;
  height: 625px;
  left: 0;
  top: 0;
  background-color: #890E0E;
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bannerBlock .bannerArea {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.bannerBlock .bannerArea h1,
.bannerBlock .bannerArea h2 {
  font-size: 40px;
  line-height: 2;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
}
.bannerBlock .bannerArea ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.bannerBlock .bannerArea ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.bannerBlock .bannerArea ul li + li {
  margin-left: 10px;
}
.bannerBlock .bannerArea ul li + li::before {
  content: "";
  width: 5px;
  height: 10px;
  display: block;
  background: url("../images/bc_arrow.svg") no-repeat center;
  margin-right: 10px;
}
.bannerBlock .bannerArea ul li:empty::before {
  display: none;
}
.bannerBlock .bannerArea ul li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.bannerBlock .bannerArea ul li a:hover {
  color: #FFC700;
}

.contentBlock {
  width: 100%;
  position: relative;
  padding: 0 0 150px;
  margin: 0;
}
.contentBlock .contentArea {
  width: 100%;
  background-color: #FCF8F1;
  -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 21px rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  position: relative;
  min-height: 50vh;
  z-index: 1;
}
.contentBlock .contentArea .contentLeft {
  width: 280px;
  border-right: solid 1px rgba(16, 92, 142, 0.19);
}
.contentBlock .contentArea .contentLeft .sidebarDrop {
  display: none;
}
.contentBlock .contentArea .contentLeft ul {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 30px 0;
}
.contentBlock .contentArea .contentLeft ul li {
  width: 100%;
  display: block;
  position: relative;
}
.contentBlock .contentArea .contentLeft ul li.menuTitle::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #105C8E;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contentBlock .contentArea .contentLeft ul li h4 {
  width: 100%;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
  color: #105C8E;
  text-transform: uppercase;
  padding: 10px 35px;
  margin: 0;
  text-decoration: none;
  background-color: rgba(16, 92, 142, 0.1);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contentBlock .contentArea .contentLeft ul li a {
  width: 100%;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
  color: #105C8E;
  padding: 10px 35px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contentBlock .contentArea .contentLeft ul li.current_page_item a {
  background-color: #105C8E !important;
  color: #fff;
}
.contentBlock .contentArea .contentLeft ul li:hover a {
  background-color: rgba(16, 92, 142, 0.1);
}
.contentBlock .contentArea .contentRight {
  width: calc(100% - 280px);
  padding: 65px 50px;
}
.contentBlock .contentArea .contentFull {
  width: 100%;
  padding: 60px 70px;
}
.contentBlock .contentArea .contentFull.p-55 {
  padding: 55px;
}
.contentBlock .contentArea .bmw-table {
  width: 100%;
  overflow-x: auto;
}
.contentBlock .contentArea .bmw-table table {
  width: auto;
  min-width: 100%;
}
.contentBlock .contentArea .bmw-table td {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.contentBlock .contentArea .mainContent {
  width: 100%;
}
.contentBlock .contentArea h1 {
  width: 100%;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 35px;
  text-align: left;
}
.contentBlock .contentArea h2 {
  width: 100%;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 35px;
  text-align: left;
}
.contentBlock .contentArea h3 {
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 20px;
  text-align: left;
}
.contentBlock .contentArea * + h3 {
  margin-top: 40px;
}
.contentBlock .contentArea h4 {
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 15px;
  text-align: left;
}
.contentBlock .contentArea h5 {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #BF2228;
  margin: 0 0 15px;
  text-align: left;
}
.contentBlock .contentArea * + h5 {
  margin-top: 40px;
}
.contentBlock .contentArea h6 {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-transform: capitalize;
  margin: 0 0 15px;
  text-align: left;
}
.contentBlock .contentArea .founderText {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #105C8E;
  text-transform: capitalize;
  margin: 0 0 25px;
  text-align: left;
}
.contentBlock .contentArea figure {
  width: 100%;
  display: block;
  margin: 0 0 30px;
}
.contentBlock .contentArea figure img {
  width: 100%;
  display: block;
  height: auto;
}
.contentBlock .contentArea p {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0 0 20px;
}
.contentBlock .contentArea p + .aboutBox {
  margin-top: 60px;
}
.contentBlock .contentArea p + figure {
  margin-top: 60px;
}
.contentBlock .contentArea p.customButton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #BF2228 !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.contentBlock .contentArea p.customButton a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
  margin-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contentBlock .contentArea p.customButton a:hover::after {
  margin-left: 15px;
}
.contentBlock .contentArea p a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #105C8E;
  word-break: break-word;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contentBlock .contentArea p a:hover, .contentBlock .contentArea p a:focus {
  color: #141D70;
}
.contentBlock .contentArea a {
  font: inherit;
  color: inherit;
}
.contentBlock .contentArea ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.contentBlock .contentArea ul li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0 0 5px;
}
.contentBlock .contentArea .aboutBox {
  width: 100%;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
  padding: 48px 38px;
  margin-bottom: 45px;
}
.contentBlock .contentArea .aboutBox h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #105C8E;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.contentBlock .contentArea .founderBanner {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 25px 50px;
  margin: 0 0 30px;
}
.contentBlock .contentArea .founderBanner .wp-block-columns {
  margin: 0;
}
.contentBlock .contentArea .founderBanner figure {
  margin: 0;
}
.contentBlock .contentArea .founderBanner .founderRight {
  padding-left: 7%;
}
.contentBlock .contentArea .founderBanner .founderRight h2 {
  max-width: 350px;
  margin-bottom: 15px;
}
.contentBlock .contentArea .founderBanner .founderRight p {
  color: #105C8E;
  font-weight: 700;
  margin: 0 0 5px;
}
.contentBlock .contentArea .contentHeader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentBlock .contentArea .contentHeader a {
  font-size: 15px;
  line-height: 45px;
  font-weight: 400;
  color: #BF2228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
}
.contentBlock .contentArea .contentHeader a::before {
  content: "";
  width: 6px;
  height: 45px;
  display: block;
  background: url("../images/backArrow.svg") no-repeat center;
  margin: 0 10px 0 0;
}
.contentBlock .contentArea .pagination {
  width: 100%;
  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;
  margin: 60px 0 0;
}
.contentBlock .contentArea .pagination .page-numbers {
  width: 38px;
  height: 38px;
  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: solid 1px #D0D5DD;
  border-radius: 5px;
  margin: 0 7px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #105C8E;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contentBlock .contentArea .pagination .page-numbers.current {
  background-color: #105C8E;
  color: #fff;
}
.contentBlock .contentArea .pagination .page-numbers.prev {
  width: auto;
  border: none;
}
.contentBlock .contentArea .pagination .page-numbers.prev img {
  width: 7px;
  height: auto;
  display: block;
  margin-right: 7px;
}
.contentBlock .contentArea .pagination .page-numbers.next {
  width: auto;
  border: none;
}
.contentBlock .contentArea .pagination .page-numbers.next img {
  width: 7px;
  height: auto;
  display: block;
  margin-left: 7px;
}
.contentBlock .contentArea .pagination .page-numbers:hover {
  border-color: #105C8E;
}
.contentBlock .contentArea .glide--swipeable {
  width: 100%;
  margin: 0 0 70px;
}
.contentBlock .contentArea .glide__bullets {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin: 30px 0 0;
}
.contentBlock .contentArea .glide__bullets .glide__bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(16, 92, 142, 0.2);
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 15px 0 0;
}
.contentBlock .contentArea .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #BF2228;
}
.contentBlock .contentArea .blockGallery {
  margin-bottom: 40px;
}
.contentBlock .contentArea .blockGallery .glide__bullets {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contentBlock .contentArea hr.is-style-wide {
  border-bottom: solid 1px rgba(22, 47, 85, 0.1);
}
.contentBlock .contentArea .wp-block-button__link {
  background-color: transparent;
  border: solid 1px #BF2228;
  border-radius: 6px;
  padding: 10px 15px;
  color: #1E1E1E;
}
.contentBlock .contentArea .wp-block-button__link:hover, .contentBlock .contentArea .wp-block-button__link:focus {
  -webkit-box-shadow: inset 0 -50px 0 #BF2228;
          box-shadow: inset 0 -50px 0 #BF2228;
  color: #fff;
}
.contentBlock .contentArea .deanBox {
  margin: 0 0 40px;
}
.contentBlock .contentArea .deanBox figure {
  margin: 0;
}
.contentBlock .contentArea .deanBox h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #105C8E;
  margin: 0 0 10px;
}
.contentBlock .contentArea .deanBox p {
  margin: 0 0 10px;
}
.contentBlock .contentArea .deanBox a {
  text-decoration: underline;
}
.contentBlock .contentArea .deanBox:where(.wp-block-columns.is-layout-flex) {
  gap: 1em !important;
}
.contentBlock .contentArea .certificateBox {
  margin: 0 0 40px;
}
.contentBlock .contentArea .certificateBox figure {
  margin: 0;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.contentBlock .contentArea .certificateBox figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contentBlock .contentArea .certificateBox figure:hover img, .contentBlock .contentArea .certificateBox figure:focus img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.contentBlock .contentArea .certificateBox h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #105C8E;
  margin: 0 0 10px;
}
.contentBlock .contentArea .certificateBox p {
  margin: 0 0 10px;
}
.contentBlock .contentArea .certificateBox a {
  text-decoration: underline;
}
.contentBlock .contentArea .certificateBox:where(.wp-block-columns.is-layout-flex) {
  gap: 1em 2rem !important;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image {
  height: 0;
  padding-top: 17%;
  position: relative;
  overflow: hidden;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image figcaption {
  height: 100%;
  max-height: 100%;
  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: rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 20px !important;
  font-family: "Bitter", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  overflow-y: auto;
  scrollbar-gutter: auto;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image figcaption a {
  position: absolute;
  left: 0;
  bottom: 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;
  padding: 20px;
  font-family: "Bitter", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image:hover img, .contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image:focus img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image:hover figcaption, .contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image:focus figcaption {
  -webkit-box-shadow: inset 0 -100vh 0 rgba(189, 4, 4, 0.7);
          box-shadow: inset 0 -100vh 0 rgba(189, 4, 4, 0.7);
  background-color: transparent;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px !important;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image {
  width: 100% !important;
  padding-top: 94%;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50% 60px 35px 40px !important;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
}
.contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  padding: 50% 60px 35px 40px;
}
.contentBlock .contentArea .thematicCategoryArea {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 50px 0 0;
}
.contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox {
  width: 100%;
  height: 0;
  padding-top: 95%;
  position: relative;
  overflow: hidden;
}
.contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox img.default {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox .thematicCategoryCaption {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30% 4px 35px 40px !important;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  font-family: "Bitter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox:hover img, .contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox:focus img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox:hover .thematicCategoryCaption, .contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox:focus .thematicCategoryCaption {
  -webkit-box-shadow: inset 0 -100vh 0 rgba(189, 4, 4, 0.7);
          box-shadow: inset 0 -100vh 0 rgba(189, 4, 4, 0.7);
}
.contentBlock .contentArea .centerArea h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #105C8E;
  margin: 0 0 15px;
}
.contentBlock .contentArea .centerArea p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BF2228;
  position: relative;
}
.contentBlock .contentArea .centerArea p a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  margin: 0 0 0 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contentBlock .contentArea .centerArea p a:hover::after, .contentBlock .contentArea .centerArea p a:focus::after {
  margin-left: 15px;
}
.contentBlock .contentArea .listGroupArea {
  width: 100%;
  display: block;
}
.contentBlock .contentArea .listGroupArea .listItem {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 30px 66.66%;
  grid-template-columns: 33.33% 66.66%;
  gap: 30px;
  margin: 0 0 45px;
}
.contentBlock .contentArea .listGroupArea .listItem .listThumb {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.contentBlock .contentArea .listGroupArea .listItem .listThumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contentBlock .contentArea .listGroupArea .listItem .listCaption {
  width: calc(100% - 30px);
}
.contentBlock .contentArea .listGroupArea .listItem .listCaption h2 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #105C8E;
  margin: 0 0 10px;
}
.contentBlock .contentArea .listGroupArea .listItem .listCaption p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.8);
  margin: 0 0 20px;
}
.contentBlock .contentArea .listGroupArea .listItem .listCaption a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: #1E1E1E;
  padding: 5px 15px;
  border: solid 1px #BF2228;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contentBlock .contentArea .listGroupArea .listItem .listCaption a:hover, .contentBlock .contentArea .listGroupArea .listItem .listCaption a:focus {
  color: #fff;
  border-color: #105C8E;
  -webkit-box-shadow: inset 0 -38px 0 #105C8E;
          box-shadow: inset 0 -38px 0 #105C8E;
}
.contentBlock .contentArea .listGroupArea .listItem:hover .listThumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.contentBlock .contentArea .listGroupArea .listItem.sriic .listThumb {
  padding-top: 90%;
}
.contentBlock .contentArea .listGroupArea .listItem.sriic .listCaption h2 {
  color: #1E1E1E;
}
.contentBlock .contentArea .listGroupArea .listItem.sriic .listCaption a {
  border: none;
  padding: 0;
  text-decoration: underline;
}
.contentBlock .contentArea .listGroupArea .listItem.sriic .listCaption a:hover, .contentBlock .contentArea .listGroupArea .listItem.sriic .listCaption a:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #BF2228;
}
.contentBlock .contentArea .listGroupArea .listItem.sriic:hover .listCaption a, .contentBlock .contentArea .listGroupArea .listItem.sriic:focus .listCaption a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #BF2228;
}
.contentBlock .contentArea .listGroupArea .listItem.listItem .listThumb {
  padding-top: 35%;
}
.contentBlock .contentArea .bannerSlide {
  width: 100%;
}
.contentBlock .contentArea .bannerSlide .bannerBox {
  width: 100%;
  height: 0;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}
.contentBlock .contentArea .bannerSlide .bannerBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentBlock .contentArea .bannerSlide .bannerPagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}
.contentBlock .contentArea .bannerSlide .bannerPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: rgba(16, 92, 142, 0.2);
  opacity: 1;
}
.contentBlock .contentArea .bannerSlide .bannerPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #BF2228;
}
.contentBlock .contentArea .columnGrid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 30px 0;
}
.contentBlock .contentArea .columnGrid .columnGridBox {
  width: calc(100% - 10px);
}
.contentBlock .contentArea .columnGrid .columnGridBox h2,
.contentBlock .contentArea .columnGrid .columnGridBox h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #105C8E;
  margin: 0 0 15px;
}
.contentBlock .contentArea .columnGrid .columnGridBox p {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.8);
  margin: 0 0 20px;
}
.contentBlock .contentArea .columnGrid .columnGridBox p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BF2228;
  position: relative;
}
.contentBlock .contentArea .columnGrid .columnGridBox p a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  margin: 0 0 0 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contentBlock .contentArea .columnGrid .columnGridBox p a:hover::after, .contentBlock .contentArea .columnGrid .columnGridBox p a:focus::after {
  margin-left: 15px;
}
.contentBlock .contentArea .downloadBtn {
  width: 100%;
}
.contentBlock .contentArea .downloadBtn a {
  background-color: transparent;
  border: solid 1px #BF2228;
  border-radius: 6px;
  padding: 10px 15px;
  color: #1E1E1E;
}
.contentBlock .contentArea .downloadBtn a:hover, .contentBlock .contentArea .downloadBtn a:focus {
  -webkit-box-shadow: inset 0 -50px 0 #BF2228;
          box-shadow: inset 0 -50px 0 #BF2228;
  color: #fff;
}
.contentBlock .contentArea .bannerGrid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 66.66% 33.33%;
  grid-template-columns: 66.66% 33.33%;
}
.contentBlock .contentArea .bannerGrid .bannerSlide .banner-slider {
  height: 100%;
}
.contentBlock .contentArea .bannerGrid .bannerSlide .swiper-wrapper {
  height: calc(100% - 40px);
}
.contentBlock .contentArea .bannerGrid .bannerSlide .swiper-slide {
  height: 100%;
}
.contentBlock .contentArea .bannerGrid .bannerSlide .bannerBox {
  height: 100%;
  padding-top: 0;
  min-height: 400px;
}
.contentBlock .contentArea .bannerGrid .bannerDesc {
  width: 100%;
  padding: 0 0 0 45px;
}
.contentBlock .contentArea .bannerGrid .bannerDesc h2,
.contentBlock .contentArea .bannerGrid .bannerDesc h3 {
  font-family: "Inter", sans-serif;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
  color: #105C8E;
  margin: 0 0 15px;
}
.contentBlock .contentArea .bannerGrid .bannerDesc p {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.8);
  margin: 0 0 20px;
}
.contentBlock .contentArea .projectArea {
  width: 100%;
  margin: 50px 0 0;
}
.contentBlock .contentArea .projectArea h2 {
  font-size: 35px;
}
.contentBlock .contentArea .projectArea .projectGrid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  border: solid 1px rgba(22, 47, 58, 0.2);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox:hover {
  -webkit-box-shadow: 0 4px 12px rgba(212, 217, 228, 0.4);
          box-shadow: 0 4px 12px rgba(212, 217, 228, 0.4);
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox .projectThumb {
  width: 100%;
  height: 0;
  display: block;
  padding-top: 58%;
  position: relative;
  background-color: #FCF8F1;
  overflow: hidden;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox .projectThumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox .projectThumb img.default {
  -o-object-fit: contain;
     object-fit: contain;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox .projectCaption {
  width: 100%;
  padding: 30px 25px;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox .projectCaption h4 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
  color: #105C8E;
  text-decoration: none;
  margin: 0 0 10px;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox .projectCaption p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.8);
  text-decoration: none;
  margin: 0;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox .projectCaption > a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #BF2228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox .projectCaption > a::after {
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-right: solid 2px #BF2228;
  border-bottom: solid 2px #BF2228;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  margin: 0 0 0 5px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox .projectCaption > a:hover::after {
  margin-left: 10px;
}
.contentBlock .contentArea .projectArea .projectGrid .projectBox:hover .projectThumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.contentBlock .contentArea .alumni_column {
  padding: 10px 0;
}
.contentBlock .contentArea .alumni_column p {
  margin-bottom: 0;
}
.contentBlock .contentArea .aboutAccordian ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #BF2228 !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.contentBlock .contentArea .aboutAccordian ul li a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
  margin-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contentBlock .contentArea .aboutAccordian ul li a:hover::after {
  margin-left: 15px;
}
.contentBlock .contentArea .Alumni-activity p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #BF2228 !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.contentBlock .contentArea .Alumni-activity p a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
  margin-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contentBlock .contentArea .Alumni-activity p a:hover::after {
  margin-left: 15px;
}
.contentBlock .contentArea .alumni-awards-view p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #BF2228 !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.contentBlock .contentArea .alumni-awards-view p a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
  margin-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contentBlock .contentArea .alumni-awards-view p a:hover::after {
  margin-left: 15px;
}
.contentBlock .contentArea .mainacco-head h4 {
  font-size: 19px;
}

.wp-block-themeisle-blocks-accordion {
  width: 100%;
  margin: 0 auto !important;
  border: none !important;
}
.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item:first-child {
  border-top: solid 1px rgba(22, 47, 85, 0.2) !important;
}
.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title {
  padding: 15px 0;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: solid 1px rgba(22, 47, 85, 0.2) !important;
}
.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title h4 {
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-transform: none;
}
.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title::after {
  content: "" !important;
  width: 30px;
  height: 30px;
  background: url("../images/plus.svg") no-repeat center center;
}
.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item[open] .wp-block-themeisle-blocks-accordion-item__title::after {
  content: "" !important;
  background: url("../images/minus.svg") no-repeat center center;
}
.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item[open] + .wp-block-themeisle-blocks-accordion-item .wp-block-themeisle-blocks-accordion-item__title {
  border-top: solid 1px rgba(22, 47, 85, 0.2) !important;
}
.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__content {
  border: none !important;
  padding: 40px 0;
}
.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
}

.singleBannerBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 85px 0 90px;
  background-color: #890E0E;
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 310px;
}
.singleBannerBlock .singleBannerArea {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.singleBannerBlock .singleBannerArea h1,
.singleBannerBlock .singleBannerArea h2 {
  width: 100%;
  max-width: 770px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0 auto 10px;
}
.singleBannerBlock .singleBannerArea p {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
}
.singleBannerBlock .singleBannerArea p span {
  text-transform: capitalize;
}
.singleBannerBlock .singleBannerArea ul {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.singleBannerBlock .singleBannerArea ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.singleBannerBlock .singleBannerArea ul li + li {
  margin-left: 10px;
}
.singleBannerBlock .singleBannerArea ul li + li::before {
  content: "";
  width: 5px;
  height: 10px;
  display: block;
  background: url("../images/bc_arrow.svg") no-repeat center;
  margin-right: 10px;
}
.singleBannerBlock .singleBannerArea ul li:empty::before {
  display: none;
}
.singleBannerBlock .singleBannerArea ul li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.singleBannerBlock .singleBannerArea ul li a:hover {
  color: #FFC700;
}
.singleBannerBlock.programme {
  padding: 100px 0;
}
.singleBannerBlock.programme .container {
  position: relative;
}
.singleBannerBlock.programme .singleBannerArea {
  width: calc(100% - 400px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.singleBannerBlock.programme .singleBannerArea ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0 0 30px;
  position: relative;
}
.singleBannerBlock.programme .singleBannerArea ul::before {
  content: "";
  width: 35px;
  height: 2px;
  display: block;
  background-color: #FFC700;
  margin: 0 15px 0 0;
}
.singleBannerBlock.programme .singleBannerArea ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.singleBannerBlock.programme .singleBannerArea ul li + li {
  margin-left: 10px;
}
.singleBannerBlock.programme .singleBannerArea ul li + li::before {
  content: "";
  width: 5px;
  height: 10px;
  display: block;
  background: url("../images/bc_arrow.svg") no-repeat center;
  margin-right: 10px;
}
.singleBannerBlock.programme .singleBannerArea ul li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.singleBannerBlock.programme .singleBannerArea ul li a:hover {
  color: #FFC700;
}
.singleBannerBlock.programme .singleBannerArea ul li:last-child a {
  width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.singleBannerBlock.programme .singleBannerArea h1 {
  text-align: left;
  margin-left: 0;
  margin-bottom: 25px;
  max-width: 470px;
  font-size: 30px;
}
.singleBannerBlock.programme .singleBannerArea p {
  text-align: left;
  font-weight: 700;
  margin: 0 0 55px;
}
.singleBannerBlock.programme .singleBannerArea p span {
  font-weight: 400;
}
.singleBannerBlock.programme .singleBannerArea p span::before {
  content: " : ";
}
.singleBannerBlock.programme .singleBannerArea .bannerContent a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  padding: 8px 20px;
  border: solid 1px #fff;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.singleBannerBlock.programme .singleBannerArea .bannerContent a:hover {
  -webkit-box-shadow: inset 0 -6em 0 0 #FFC700;
          box-shadow: inset 0 -6em 0 0 #FFC700;
  border-color: #FFC700;
  color: white;
  opacity: 10;
}

.singleContentBlock {
  width: 100%;
  display: block;
  position: relative;
  background-color: #FCF8F1;
  padding: 70px 0;
}
.singleContentBlock .container {
  max-width: 900px;
}
.singleContentBlock .singleContentArea {
  width: 100%;
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.singleContentBlock h1 {
  width: 100%;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: left;
  padding: 0 60px;
  margin-bottom: 15px;
}
.singleContentBlock * + h1 {
  margin-top: 30px;
}
.singleContentBlock h2 {
  width: 100%;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: left;
  padding: 0 60px;
  margin-bottom: 15px;
}
.singleContentBlock * + h2 {
  margin-top: 30px;
}
.singleContentBlock h3 {
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: left;
  padding: 0 60px;
  margin-bottom: 15px;
}
.singleContentBlock * + h3 {
  margin-top: 20px;
}
.singleContentBlock h4 {
  width: 100%;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: left;
  padding: 0 60px;
  margin-bottom: 15px;
}
.singleContentBlock * + h4 {
  margin-top: 20px;
}
.singleContentBlock h5 {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: left;
  margin-bottom: 15px;
  padding: 0 60px;
  text-transform: none;
}
.singleContentBlock h6 {
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: left;
  padding: 0 60px;
  margin-bottom: 15px;
  text-transform: none;
}
.singleContentBlock figure {
  max-width: 900px;
}
.singleContentBlock figure img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0 !important;
}
.singleContentBlock figure + h1, .singleContentBlock figure + h2, .singleContentBlock figure + h3, .singleContentBlock figure + h4 {
  margin-top: 50px !important;
}
.singleContentBlock ul,
.singleContentBlock ol {
  width: 100%;
  padding: 0 60px 0 75px !important;
  margin: 0 0 25px !important;
  padding-bottom: 0;
}
.singleContentBlock ul li,
.singleContentBlock ol li {
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #1E1E1E !important;
  text-align: left;
  margin-bottom: 5px !important;
}
.singleContentBlock ul li ul,
.singleContentBlock ul li ol,
.singleContentBlock ol li ul,
.singleContentBlock ol li ol {
  padding-left: 15px !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.singleContentBlock p {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #1E1E1E;
  text-align: left;
  padding: 0 60px;
  margin-bottom: 25px;
}
.singleContentBlock p:empty {
  display: none;
}
.singleContentBlock blockquote {
  width: 100%;
  padding: 10px 40px !important;
  margin: 20px 60px !important;
  border-left-width: 4px !important;
  border-color: #105C8E !important;
}
.singleContentBlock blockquote > p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #105C8E !important;
  font-style: italic !important;
  text-align: left;
  margin-bottom: 25px;
  padding: 0 !important;
}
.singleContentBlock .bottomBlock {
  width: 100%;
  max-width: 900px;
  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;
  border-top: solid 1px rgba(202, 203, 217, 0.7);
  padding: 60px 0;
}
.singleContentBlock .bottomBlock .view_all {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #BF2228;
}
.singleContentBlock .bottomBlock .view_all img {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}
.singleContentBlock .bottomBlock .view_all span {
  text-transform: capitalize;
}
.singleContentBlock .bottomBlock .share_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.singleContentBlock .bottomBlock .share_widget span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #1E1E1E;
  display: block;
  margin-right: 10px;
}

.addtoany_list {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}
.addtoany_list a {
  width: 32px;
  height: 32px;
  padding: 5px !important;
  font-size: 1.5rem !important;
  border: solid 1px rgba(202, 203, 217, 0.7) !important;
  border-radius: 4px;
}

.sliderBlock {
  width: 100%;
  display: block;
  background-color: #890E0E;
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 80px 0 50px;
  overflow: hidden;
}
.sliderBlock .sliderArea {
  width: 100%;
  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;
  padding: 0 15px;
}
.sliderBlock .sliderArea .sliderLeft {
  width: 45%;
  padding: 0 25px 0 0;
}
.sliderBlock .sliderArea .sliderRight {
  width: 55%;
}
.sliderBlock .sliderArea p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px;
  position: relative;
}
.sliderBlock .sliderArea p::before {
  content: "";
  width: 35px;
  height: 2px;
  display: block;
  background-color: #FFC700;
  margin: 0 15px 0 0;
}
.sliderBlock .sliderArea h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 40px;
}
.sliderBlock .sliderArea a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  padding: 8px 20px;
  border: solid 1px #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.sliderBlock .sliderArea a:hover {
  -webkit-box-shadow: inset 0 -6em 0 0 #FFC700;
          box-shadow: inset 0 -6em 0 0 #FFC700;
  border-color: #FFC700;
  color: #000;
}
.sliderBlock .sliderArea .sliderImg {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
  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: solid 10px #ffffff;
  background-color: #FCF8F1;
}
.sliderBlock .sliderArea .sliderImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.sliderBlock .sliderArea .sliderImg img.default {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.sliderBlock .sliderPagination {
  width: 100%;
  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;
  margin: 60px 0 0;
}
.sliderBlock .sliderPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  margin: 0 7px;
}
.sliderBlock .sliderPagination .swiper-pagination-bullet-active {
  background-color: #FFC700;
}

.eventBlock {
  width: 100%;
  background-color: #FCF8F1;
  padding: 80px 0;
  position: relative;
}
.eventBlock + .eventBlock {
  padding-top: 20px;
}
.eventBlock .eventHeader {
  width: 100%;
  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 0 40px;
}
.eventBlock .eventHeader h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0;
}
.eventBlock .eventHeader a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #BF2228;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
.eventBlock .eventHeader a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.eventBlock .eventHeader a:hover::after {
  right: -10px;
}
.eventBlock .eventArea {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 60px;
}
.eventBlock .eventArea .eventBox {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  border: solid 1px rgba(22, 47, 58, 0.2);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.eventBlock .eventArea .eventBox:hover {
  -webkit-box-shadow: 0 4px 12px rgba(212, 217, 228, 0.4);
          box-shadow: 0 4px 12px rgba(212, 217, 228, 0.4);
}
.eventBlock .eventArea .eventBox .eventThumb {
  width: 100%;
  display: block;
  height: 0;
  padding-top: 58%;
  position: relative;
  background-color: #FCF8F1;
  overflow: hidden;
}
.eventBlock .eventArea .eventBox .eventThumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.eventBlock .eventArea .eventBox .eventThumb img.default {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.eventBlock .eventArea .eventBox .eventCaption {
  width: 100%;
  padding: 35px 30px;
}
.eventBlock .eventArea .eventBox .eventCaption h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #105C8E;
  max-height: 96px;
  overflow: hidden;
  margin: 0 0 15px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.eventBlock .eventArea .eventBox .eventCaption h4 a {
  color: inherit;
}
.eventBlock .eventArea .eventBox .eventCaption p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0 0 15px;
  overflow: hidden;
}
.eventBlock .eventArea .eventBox .eventCaption > a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #BF2228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
}
.eventBlock .eventArea .eventBox .eventCaption > a::after {
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-right: solid 2px #BF2228;
  border-bottom: solid 2px #BF2228;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  margin: 0 0 0 5px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.eventBlock .eventArea .eventBox .eventCaption > a:hover::after {
  margin-left: 10px;
}
.eventBlock .eventArea .eventBox:hover .eventThumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.eventBlock .eventArea .eventBox:hover .eventCaption h4 {
  color: #141d70;
}
.eventBlock .eventArea .pressBox {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.eventBlock .eventArea .pressBox .pressThumb {
  width: 100%;
  display: block;
  height: 0;
  padding-top: 58%;
  position: relative;
  background-color: #FCF8F1;
  overflow: hidden;
}
.eventBlock .eventArea .pressBox .pressThumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.eventBlock .eventArea .pressBox .pressThumb img.default {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.eventBlock .eventArea .pressBox .pressCaption {
  width: 100%;
  padding: 30px 0 0;
}
.eventBlock .eventArea .pressBox .pressCaption p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0;
  max-height: 55px;
  overflow: hidden;
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.eventBlock .eventArea .pressBox:hover .pressThumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.eventBlock .eventArea .pressBox:hover p {
  opacity: 1;
}

.pressBlock {
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
  position: relative;
}
.pressBlock .pressHeader {
  width: 100%;
  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 0 40px;
}
.pressBlock .pressHeader h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0;
}
.pressBlock .pressHeader a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #BF2228;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
.pressBlock .pressHeader a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pressBlock .pressHeader a:hover::after {
  right: -10px;
}
.pressBlock .swiper {
  overflow: visible;
}
.pressBlock .pressBox {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pressBlock .pressBox .pressThumb {
  width: 100%;
  display: block;
  height: 0;
  padding-top: 58%;
  position: relative;
  background-color: #FCF8F1;
  overflow: hidden;
}
.pressBlock .pressBox .pressThumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pressBlock .pressBox .pressThumb img.default {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.pressBlock .pressBox .pressCaption {
  width: 100%;
  padding: 30px 0 0;
}
.pressBlock .pressBox .pressCaption p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0;
  max-height: 55px;
  overflow: hidden;
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pressBlock .pressBox:hover .pressThumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.pressBlock .pressBox:hover p {
  opacity: 1;
}

.newsLetterBlock {
  width: 100%;
  background-color: #fff;
  padding: 20px 0 150px;
  position: relative;
}
.newsLetterBlock .newsLetterHeader {
  width: 100%;
  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 0 40px;
}
.newsLetterBlock .newsLetterHeader h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0;
}
.newsLetterBlock .newsLetterHeader a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #BF2228;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
.newsLetterBlock .newsLetterHeader a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.newsLetterBlock .newsLetterHeader a:hover::after {
  right: -10px;
}
.newsLetterBlock .newsLetterArea {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 70px;
}
.newsLetterBlock .newsLetterArea .newsLetterBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterThumb {
  width: 157px;
  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;
  position: relative;
  background-color: #E7EFF4;
  overflow: hidden;
}
.newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterThumb img {
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterCaption {
  width: calc(100% - 157px);
  padding: 20px 0 20px 30px;
}
.newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterCaption p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0;
  max-height: 50px;
  overflow: hidden;
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.newsLetterBlock .newsLetterArea .newsLetterBox:hover .newsLetterThumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.newsLetterBlock .newsLetterArea .newsLetterBox:hover .newsLetterCaption p {
  opacity: 1;
}

.galleryGrid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}
.galleryGrid .galleryBox {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  border: solid 1px rgba(22, 47, 58, 0.2);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.galleryGrid .galleryBox:hover {
  -webkit-box-shadow: 0 4px 12px rgba(212, 217, 228, 0.4);
          box-shadow: 0 4px 12px rgba(212, 217, 228, 0.4);
}
.galleryGrid .galleryBox .galleryThumb {
  width: 100%;
  height: 0;
  padding-top: 58%;
  position: relative;
  background-color: #FCF8F1;
  overflow: hidden;
}
.galleryGrid .galleryBox .galleryThumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.galleryGrid .galleryBox .galleryThumb img.default {
  -o-object-fit: contain;
     object-fit: contain;
}
.galleryGrid .galleryBox .galleryCaption {
  width: 100%;
  padding: 20px 25px;
}
.galleryGrid .galleryBox .galleryCaption h4 {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: #105C8E;
  text-decoration: none;
  margin: 0 0 10px;
}
.galleryGrid .galleryBox .galleryCaption p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.8);
  text-decoration: none;
  margin: 0;
}
.galleryGrid .galleryBox .galleryCaption > a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #BF2228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
}
.galleryGrid .galleryBox .galleryCaption > a::after {
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-right: solid 2px #BF2228;
  border-bottom: solid 2px #BF2228;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  margin: 0 0 0 5px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.galleryGrid .galleryBox .galleryCaption > a:hover::after {
  margin-left: 10px;
}
.galleryGrid .galleryBox:hover .galleryThumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.galleryGrid .galleryItem {
  width: 100%;
  height: 0;
  padding-top: 65%;
  overflow: auto;
  position: relative;
  display: block;
}
.galleryGrid .galleryItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.galleryGrid .no-cnt {
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  height: 250px;
  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;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.single-gallery #menu-item-381 a {
  background-color: #105C8E !important;
  color: #fff;
}
.single-gallery #menu-item-1590 a {
  background-color: #105C8E !important;
  color: #fff;
}

.filterBlock {
  width: 100%;
  position: relative;
  padding: 30px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.filterBlock .filterArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.filterBlock .filterArea h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #105C8E;
  text-transform: uppercase;
  margin: 0;
}
.filterBlock .filterArea select {
  width: 245px;
  height: 40px;
  display: block;
  border: solid 1px #DCDFE5;
  border-radius: 6px;
  padding: 5px 15px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #105C8E;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.filterBlock .filterArea select:hover, .filterBlock .filterArea select:focus {
  border-color: #105C8E;
}
.filterBlock .filterArea button {
  width: 125px;
  height: 40px;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  background-color: #105C8E;
  border: solid 1px #105C8E;
  border-radius: 6px;
  padding: 10px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  visibility: hidden;
}
.filterBlock .filterArea button:hover, .filterBlock .filterArea button:focus {
  -webkit-box-shadow: inset 0 -40px 0 #fff;
          box-shadow: inset 0 -40px 0 #fff;
  color: #105C8E;
}

.programmeListBlock {
  width: 100%;
  padding: 65px 0 150px;
  background-color: #FCF8F1;
}
.programmeListBlock .infoArea {
  width: 100%;
  padding: 25px 0 25px 47px;
  margin: 0 0 45px;
  border-top: solid 1px rgba(22, 47, 85, 0.2);
  border-bottom: solid 1px rgba(22, 47, 85, 0.2);
  position: relative;
}
.programmeListBlock .infoArea::before {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  background: url("../images/infoIcon.svg") no-repeat center/contain;
  position: absolute;
  left: 10px;
  top: 0;
}
.programmeListBlock .infoArea h4 {
  display: inline;
  padding: 0 10px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #105C8E;
  margin: 0;
}
.programmeListBlock .infoArea p {
  display: inline;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #105C8E;
  margin: 0;
}
.programmeListBlock .infoArea p a {
  text-decoration: underline;
  color: #105C8E;
}
.programmeListBlock .programmeList {
  width: 100%;
  padding: 0 0 35px;
  margin: 0;
  border-bottom: solid 1px rgba(22, 47, 85, 0.2);
}
.programmeListBlock .programmeList + .programmeList {
  margin-top: 45px;
}
.programmeListBlock .programmeList h2 {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #105C8E;
  margin: 0 0 35px;
}
.programmeListBlock .programmeList h2 a {
  color: inherit;
}
.programmeListBlock .programmeList ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 30px;
  padding: 0;
  gap: 70px;
}
.programmeListBlock .programmeList ul li {
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #1E1E1E;
  opacity: 0.8;
}
.programmeListBlock .programmeList ul li span {
  display: block;
  font-weight: 400;
}
.programmeListBlock .programmeList > a {
  width: 110px;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0 0 30px;
  padding: 5px 15px;
  border: solid 1px #BF2228;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.programmeListBlock .programmeList > a:hover, .programmeListBlock .programmeList > a:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 -38px 0 #BF2228;
          box-shadow: inset 0 -38px 0 #BF2228;
}
.programmeListBlock .programmeList .moreDetails {
  width: 100%;
}
.programmeListBlock .programmeList .moreDetails h4,
.programmeListBlock .programmeList .moreDetails p {
  display: inline;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #1E1E1E;
  opacity: 0.7;
  margin: 0;
}
.programmeListBlock .programmeList .moreDetails h4::after {
  content: " :";
}
.programmeListBlock .programmeList.careers h2 {
  margin-bottom: 25px;
}
.programmeListBlock .programmeList.careers p {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  color: #1E1E1E;
  opacity: 0.8;
  margin: 0 0 30px;
}
.programmeListBlock .pagination {
  width: 100%;
  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;
  margin: 60px 0 0;
}
.programmeListBlock .pagination .page-numbers {
  width: 38px;
  height: 38px;
  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: solid 1px #D0D5DD;
  border-radius: 5px;
  margin: 0 7px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #105C8E;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.programmeListBlock .pagination .page-numbers.current {
  background-color: #105C8E;
  color: #fff;
}
.programmeListBlock .pagination .page-numbers.prev {
  width: auto;
  border: none;
  margin-right: 45px;
}
.programmeListBlock .pagination .page-numbers.prev img {
  width: 7px;
  height: auto;
  display: block;
  margin-right: 7px;
}
.programmeListBlock .pagination .page-numbers.next {
  width: auto;
  border: none;
  margin-left: 45px;
}
.programmeListBlock .pagination .page-numbers.next img {
  width: 7px;
  height: auto;
  display: block;
  margin-left: 7px;
}
.programmeListBlock .pagination .page-numbers:hover {
  border-color: #105C8E;
}

.programmeForm {
  width: 400px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 2;
  padding: 45px 45px 65px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
}
.programmeForm h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 30px;
}

.wpcf7 {
  width: 100%;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #105C8E;
}
.wpcf7 form {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #105C8E;
}
.wpcf7 .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 20px 2fr;
  grid-template-columns: 4fr 2fr;
  gap: 20px;
}
.wpcf7 label,
.wpcf7 p {
  width: 100%;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #105C8E;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 0 20px;
  margin: 7px 0 0;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap select,
.wpcf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
  border-radius: 6px;
  border-color: rgba(0, 41, 146, 0.15);
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 2;
  font-weight: 400 !important;
  color: #1E1E1E;
  padding: 10px 15px;
  position: relative;
  height: 48px;
}
.wpcf7 .wpcf7-form-control-wrap input:invalid,
.wpcf7 .wpcf7-form-control-wrap select:invalid,
.wpcf7 .wpcf7-form-control-wrap textarea:invalid {
  background-color: #fff;
  border-color: #BF2228;
}
.wpcf7 .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/selectDrop.svg") no-repeat 97% center;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control-wrap select:focus {
  background-image: url("../images/selectDropUp.svg");
}
.wpcf7 .wpcf7-form-control-wrap textarea {
  height: 150px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 13px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3px;
}
.wpcf7 input[type=button] {
  background-color: transparent !important;
  border: none !important;
  text-shadow: none !important;
  color: #105C8E !important;
  padding: 0 !important;
  text-align: right;
  font-size: 13px !important;
  font-weight: 500;
  position: absolute;
  margin-top: -15px;
}
.wpcf7 input[type=button]:hover {
  color: #BF2228 !important;
}
.wpcf7 .customInputBox {
  width: 100%;
  position: relative;
}
.wpcf7 .customInputBox .wpcf7-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .customInputBox .wpcf7-radio .wpcf7-list-item {
  margin: 0 17px 0 0;
}
.wpcf7 .customInputBox .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.wpcf7 .customInputBox .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #1E1E1E;
  white-space: nowrap;
  margin: 0 0 0 15px;
}
.wpcf7 .customInputBox .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: solid 2px #105C8E;
  border-radius: 15px;
  left: 0;
  z-index: 0;
}
.wpcf7 .customInputBox .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #105C8E;
  border-radius: 15px;
  left: 5px;
  z-index: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.wpcf7 .customInputBox .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.wpcf7 .customInputBox .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked ~ span::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wpcf7 .customInputBox .wpcf7-checkbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .customInputBox .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 17px 0 0;
}
.wpcf7 .customInputBox .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.wpcf7 .customInputBox .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #1E1E1E;
  white-space: nowrap;
  margin: 0 0 0 15px;
}
.wpcf7 .customInputBox .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: solid 2px #105C8E;
  border-radius: 2px;
  left: 0;
  z-index: 0;
}
.wpcf7 .customInputBox .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background-color: transparent;
  border-bottom: solid 2px #105C8E;
  border-right: solid 2px #105C8E;
  left: 7px;
  top: 2px;
  z-index: 0;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.wpcf7 .customInputBox .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.wpcf7 .customInputBox .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked ~ span::after {
  -webkit-transform: scale(1) rotate(45deg);
          transform: scale(1) rotate(45deg);
}
.wpcf7 .customFileBox {
  width: 100%;
  position: relative;
}
.wpcf7 .customFileBox input[type=file] {
  opacity: 0;
  z-index: 1;
}
.wpcf7 .customFileBox .customFile {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-radius: 4px;
  border: solid 1px rgba(0, 41, 146, 0.44);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  color: #1E1E1E;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 0;
}
.wpcf7 .customFileBox .customFile::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 35px;
  background-color: #D2E3EE;
  border-radius: 3px;
  left: 8px;
  z-index: -1;
  cursor: pointer;
}
.wpcf7 .customFileBox .file-name-display {
  width: 100%;
  padding: 0 10px 0 130px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 52px;
  font-weight: 500;
  color: #1E1E1E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  top: 26px;
}
.wpcf7 .wpcf7-submit {
  width: 100%;
  padding: 18px;
  background-color: #105C8E;
  border: solid 1px #105C8E;
  border-radius: 4px;
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none !important;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:focus {
  -webkit-box-shadow: inset 0 -53px 0 #BF2228;
          box-shadow: inset 0 -53px 0 #BF2228;
  color: #fff;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
  margin: 15px 0;
}
.wpcf7 .wpcf7-response-output {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #1E1E1E;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 10px 0 0 !important;
}

.programmeContentBlock {
  width: 100%;
  padding: 120px 0;
  background-color: #FCF8F1;
}
.programmeContentBlock .programmeAboutArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.programmeContentBlock .programmeAboutArea .programmeAboutLeft {
  width: 60%;
  padding: 0 70px 0 0;
}
.programmeContentBlock .programmeAboutArea .programmeAboutLeft h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 20px;
}
.programmeContentBlock .programmeAboutArea .programmeAboutLeft p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0;
  opacity: 0.8;
}
.programmeContentBlock .programmeAboutArea .programmeAboutLeft p + p {
  margin-top: 25px;
}
.programmeContentBlock .programmeAboutArea .programmeAboutRight {
  width: 40%;
}
.programmeContentBlock .programmeAboutArea .programmeAboutRight img {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0 0;
}
.programmeContentBlock .programmeDetailArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 0;
  margin: 65px 0;
  border-top: solid 1px rgba(22, 47, 85, 0.2);
  border-bottom: solid 1px rgba(22, 47, 85, 0.2);
  gap: 70px;
}
.programmeContentBlock .programmeDetailArea li {
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #1E1E1E;
  opacity: 0.8;
}
.programmeContentBlock .programmeDetailArea li span {
  display: block;
  font-weight: 400;
}
.programmeContentBlock .programmeDocArea {
  width: 100%;
  position: relative;
}
.programmeContentBlock .programmeDocArea h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 35px;
}
.programmeContentBlock .programmeDocArea .programmeDoc {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .thumb {
  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: 22px;
  background-color: #E7EFF4;
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .thumb img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .detail {
  padding: 20px 30px;
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .detail p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #1E1E1E;
  margin: 0 0 10px;
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .detail a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #BF2228;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .detail a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox:hover {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox:hover .thumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox:hover .detail a::after {
  right: -10px;
}

.programmeCampusBlock {
  width: 100%;
  position: relative;
  min-height: 430px;
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #890E0E;
  background-blend-mode: soft-light;
}
.programmeCampusBlock .yellowTriangle {
  width: 120px;
  height: 0;
  border-top: solid 50px rgba(255, 199, 0, 0.9);
  border-left: solid 60px transparent;
  border-right: solid 60px transparent;
  position: absolute;
  top: -20px;
}
.programmeCampusBlock .programmeCampusArea {
  width: 100%;
  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;
}
.programmeCampusBlock .programmeCampusArea .programmeCampusLeft {
  width: calc(100% - 240px);
  padding: 0 50px 0 0;
}
.programmeCampusBlock .programmeCampusArea .programmeCampusLeft h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
}
.programmeCampusBlock .programmeCampusArea .programmeCampusLeft p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  max-width: 680px;
  margin: 0 0 35px;
}
.programmeCampusBlock .programmeCampusArea .programmeCampusLeft p + p {
  margin-bottom: 0;
}
.programmeCampusBlock .programmeCampusArea .programmeCampusLeft a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  color: #162F55;
  text-transform: uppercase;
  padding: 14px 25px;
  background-color: #FFC700;
  border: solid 1px #FFC700;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.programmeCampusBlock .programmeCampusArea .programmeCampusLeft a:hover {
  -webkit-box-shadow: inset 0 -60px 0 0 #fff;
          box-shadow: inset 0 -60px 0 0 #fff;
  border-color: #fff;
  color: #000000;
}
.programmeCampusBlock .programmeCampusArea .programmeCampusRight {
  width: 240px;
}
.programmeCampusBlock .programmeCampusArea .programmeCampusRight img {
  width: 100%;
}

.programmeOtherBlock {
  width: 100%;
  position: relative;
  background-color: #FCF8F1;
  padding: 70px 0 150px;
}
.programmeOtherBlock .programmeOtherArea {
  width: 100%;
  padding: 70px 75px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}
.programmeOtherBlock .programmeOtherArea h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 20px;
}
.programmeOtherBlock .programmeOtherArea h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 20px;
}
.programmeOtherBlock .programmeOtherArea h4 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 20px;
}
.programmeOtherBlock .programmeOtherArea h5 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-transform: none;
  margin: 0 0 20px;
}
.programmeOtherBlock .programmeOtherArea h6 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 20px;
}
.programmeOtherBlock .programmeOtherArea p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  opacity: 0.8;
  margin: 0 0 35px;
}
.programmeOtherBlock .programmeOtherArea p + h2 {
  margin-top: 60px;
}
.programmeOtherBlock .programmeOtherArea .wp-block-themeisle-blocks-accordion {
  margin: 0 0 35px;
}
.programmeOtherBlock .programmeOtherArea .wp-block-themeisle-blocks-accordion-item__title {
  border-color: rgba(22, 47, 85, 0.2) !important;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #1E1E1E;
}
.programmeOtherBlock .programmeOtherArea .wp-block-themeisle-blocks-accordion-item__title::after {
  display: none;
}
.programmeOtherBlock .programmeOtherArea .wp-block-themeisle-blocks-accordion-item__content {
  border-color: rgba(22, 47, 85, 0.2) !important;
  padding: 25px 30px;
}

.lifeBlock {
  width: 100%;
  background-color: #fff;
  padding: 60px 0 75px;
}
.lifeBlock h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: center;
  margin: 0 0 20px;
}
.lifeBlock p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  text-align: center;
  opacity: 0.8;
  max-width: 630px;
  margin: 0 auto 50px;
}
.lifeBlock .life-slider {
  width: 100%;
}
.lifeBlock .life-slider .lifeBox {
  width: 100%;
  height: 0;
  padding-top: 60%;
  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;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.lifeBlock .life-slider .lifeBox::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.lifeBlock .life-slider .lifeBox::before {
  content: "+";
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 100;
  color: #fff;
  position: absolute;
  left: calc(50% - 19px);
  top: calc(50% - 30px);
  z-index: 2;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.lifeBlock .life-slider .lifeBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.lifeBlock .life-slider .lifeBox:hover::before, .lifeBlock .life-slider .lifeBox:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lifeBlock .life-slider .lifeBox:hover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.lifeBlock .life-slider .lifePagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0;
}
.lifeBlock .life-slider .lifePagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: rgba(16, 92, 142, 0.2);
  opacity: 1;
}
.lifeBlock .life-slider .lifePagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #BF2228;
}

.testimonialBlock {
  width: 100%;
  background-color: #FCF8F1;
  padding: 80px 0 90px;
  position: relative;
}
.testimonialBlock .testimonialHeader {
  width: 100%;
  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 0 30px;
}
.testimonialBlock .testimonialHeader h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0;
}
.testimonialBlock .testimonialHeader .navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonialBlock .testimonialHeader .navigation .swiper-button-prev,
.testimonialBlock .testimonialHeader .navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  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: 10px;
  border-radius: 6px;
  border: 1px solid #AFBEDF;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonialBlock .testimonialHeader .navigation .swiper-button-prev.swiper-button-disabled,
.testimonialBlock .testimonialHeader .navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.testimonialBlock .testimonialHeader .navigation .swiper-button-prev::after,
.testimonialBlock .testimonialHeader .navigation .swiper-button-next::after {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background: url(../images/home/testimonial/prev.svg) no-repeat center center;
  width: 6px;
  height: 12px;
}
.testimonialBlock .testimonialHeader .navigation .swiper-button-next::after {
  background-image: url(../images/home/testimonial/next.svg);
}
.testimonialBlock .testimonialSlider {
  overflow: visible;
}
.testimonialBlock .testimonialSlider .card {
  border: 1px solid rgba(22, 47, 85, 0.2);
  background: #fff;
  padding: 45px 60px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testimonialBlock .testimonialSlider .card:hover {
  background: rgba(255, 255, 255, 0.5);
}
.testimonialBlock .testimonialSlider .card p {
  color: #162F55;
  font-family: "Bitter", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  min-height: 255px;
}
.testimonialBlock .testimonialSlider .card .nameTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.testimonialBlock .testimonialSlider .card .nameTag .left {
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.testimonialBlock .testimonialSlider .card .nameTag .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonialBlock .testimonialSlider .card h3 {
  color: #232323;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.testimonialBlock .testimonialSlider .card h5 {
  color: rgba(35, 35, 35, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
.testimonialBlock .testimonialSlider .swiper-slide-active .card {
  background-color: rgba(255, 255, 255, 0.5);
}

.careerOtherBlock {
  width: 100%;
  background-color: #fff;
  padding: 70px 0 150px;
}
.careerOtherBlock h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: center;
  margin: 0 0 30px;
}
.careerOtherBlock .aboutAccordian {
  max-width: 790px;
}
.careerOtherBlock .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title h4 {
  font-size: 18px;
}
.careerOtherBlock .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__content p {
  opacity: 0.8;
}

.commonContentBlock {
  width: 100%;
  background-color: #FCF8F1;
  padding: 65px 0 150px;
}
.commonContentBlock .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.commonContentBlock .contentColumnLeft {
  width: 60%;
}
.commonContentBlock .contentColumnRight {
  width: 40%;
  padding: 0 0 0 70px;
}
.commonContentBlock .careerForm {
  width: 100%;
  background-color: #fff;
  padding: 65px;
  border: solid 1px #F2ECFF;
}
.commonContentBlock .careerForm h2 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 35px;
}
.commonContentBlock h2 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 65px;
}
.commonContentBlock .processArea {
  width: 100%;
  padding: 0;
  margin: 0;
}
.commonContentBlock .processArea .processBox {
  width: 100%;
  display: block;
  padding: 0 0 0 60px;
  margin: 0 0 45px;
  position: relative;
}
.commonContentBlock .processArea .processBox img {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.commonContentBlock .processArea .processBox h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #105C8E;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.commonContentBlock .processArea .processBox p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  opacity: 0.8;
}
.commonContentBlock .wpcf7 label,
.commonContentBlock .wpcf7 p {
  font-size: 15px;
  font-weight: 500;
}
.commonContentBlock .wpcf7 input,
.commonContentBlock .wpcf7 select,
.commonContentBlock .wpcf7 textarea {
  font-size: 15px;
}
.commonContentBlock .wpcf7 .customFile {
  height: 52px;
}
.commonContentBlock h6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #105C8E;
  text-transform: none;
}
.commonContentBlock h6 span {
  color: #BF2228;
}
.commonContentBlock .search_result_area {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.commonContentBlock .search_result_area .search_result_box {
  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;
  padding: 35px 0;
  border-bottom: solid 1px rgba(22, 47, 85, 0.2);
}
.commonContentBlock .search_result_area .search_result_box h2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 10px;
  position: relative;
}
.commonContentBlock .search_result_area .search_result_box h2 a {
  color: inherit;
}
.commonContentBlock .search_result_area .search_result_box h2::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/bullet.svg") no-repeat center/contain;
  margin: 0 10px 0 0;
}
.commonContentBlock .search_result_area .search_result_box p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  opacity: 0.8;
  margin: 0 0 10px;
}
.commonContentBlock .search_result_area .search_result_box > a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #BF2228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
}
.commonContentBlock .search_result_area .search_result_box > a::after {
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-right: solid 2px #BF2228;
  border-bottom: solid 2px #BF2228;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  margin: 0 0 0 5px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.commonContentBlock .search_result_area .search_result_box > a:hover::after {
  margin-left: 10px;
}
.commonContentBlock .search_result_area .navigation {
  width: 100%;
  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;
  margin-top: 40px;
  gap: 40px;
}
.commonContentBlock .search_result_area .no_search_result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px 0 0;
}
.commonContentBlock .search_result_area .no_search_result h2 {
  margin: 0 0 10px;
}

.blogGrid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.blogGrid.studentsGrid {
  gap: 40px;
}
.blogGrid .blogBox {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  border: solid 1px rgba(22, 47, 58, 0.2);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.blogGrid .blogBox:hover {
  -webkit-box-shadow: 0 4px 12px rgba(212, 217, 228, 0.4);
          box-shadow: 0 4px 12px rgba(212, 217, 228, 0.4);
}
.blogGrid .blogBox .blogThumb {
  width: 100%;
  display: block;
  height: 0;
  padding-top: 58%;
  position: relative;
  background-color: #FCF8F1;
  overflow: hidden;
}
.blogGrid .blogBox .blogThumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.blogGrid .blogBox .blogThumb img.default {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.blogGrid .blogBox .blogCaption {
  width: 100%;
  padding: 30px 25px;
}
.blogGrid .blogBox .blogCaption h4 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #105C8E;
  max-height: 96px;
  overflow: hidden;
  margin: 0 0 15px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.blogGrid .blogBox .blogCaption h4 a {
  color: inherit;
}
.blogGrid .blogBox .blogCaption p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0 0 15px;
  overflow: hidden;
}
.blogGrid .blogBox .blogCaption p.tag {
  color: #1E1E1E;
  margin: 0 0 5px;
}
.blogGrid .blogBox .blogCaption > a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #BF2228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
}
.blogGrid .blogBox .blogCaption > a::after {
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-right: solid 2px #BF2228;
  border-bottom: solid 2px #BF2228;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  margin: 0 0 0 5px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.blogGrid .blogBox .blogCaption > a:hover::after {
  margin-left: 10px;
}
.blogGrid .blogBox:hover .blogThumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.blogGrid .blogBox:hover .blogCaption h4 {
  color: #141d70;
}

.contactBlock {
  width: 100%;
  background-color: #FCF8F1;
  padding: 80px 0 150px;
}
.contactBlock .contactArea {
  width: 100%;
  margin: 0 0 35px;
}
.contactBlock .contactArea h4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #105C8E;
  text-transform: uppercase;
  margin: 0;
  padding: 16px 0;
  border-top: solid 1px #D0D5DD;
  border-bottom: solid 1px #D0D5DD;
}
.contactBlock .contactArea h4 img {
  display: block;
  margin: 0 15px 0 0;
}
.contactBlock .contactArea .contactDetail {
  width: 100%;
  padding: 25px 0 0;
}
.contactBlock .contactArea .contactDetail p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0 0 10px;
}
.contactBlock .contactArea .contactDetail p span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.contactBlock .contactArea .contactDetail p span::after {
  content: ":";
  position: absolute;
  right: 5px;
}
.contactBlock .contactArea .contactDetail p i {
  font-style: normal !important;
  color: #BF2228 !important;
}
.contactBlock .contactArea .contactDetail p img {
  display: block;
  margin: 0 15px 0 0;
}
.contactBlock .contactArea .contactDetail a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #0776BF;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contactBlock .contactArea .contactDetail a + a::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.contactBlock .contactArea .contactDetail a:hover {
  color: #105C8E;
}
.contactBlock .contactArea .contactDetail iframe {
  width: 100%;
  -webkit-box-shadow: 0px 0px 0px 1px #D1D6DE;
          box-shadow: 0px 0px 0px 1px #D1D6DE;
}
.contactBlock .contactDetailTable {
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
}
.contactBlock .contactDetailTable table {
  background-color: transparent;
  margin: 0;
}
.contactBlock .contactDetailTable table tr td {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #1E1E1E;
  padding: 25px;
  border: none;
  border-bottom: solid 1px rgba(22, 47, 85, 0.2);
  vertical-align: middle;
}
.contactBlock .contactDetailTable table tr td a {
  color: #1E1E1E;
  text-decoration: underline;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.contactBlock .contactDetailTable table tr td a:hover {
  color: #105C8E;
}
.contactBlock .contactDetailTable table tr:last-child td {
  border-bottom: none;
}

.admissionGrid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px 40px;
}
.admissionGrid .admissionBox {
  width: 100%;
  position: relative;
  border: solid 1px rgba(22, 47, 85, 0.2);
  overflow: hidden;
  background-color: #E7EFF4;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.admissionGrid .admissionBox .admissionThumb {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
  background-color: #fff;
}
.admissionGrid .admissionBox .admissionThumb img {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.admissionGrid .admissionBox .admissionCaption {
  width: 100%;
  padding: 32px 25px;
  min-height: 115px;
}
.admissionGrid .admissionBox .admissionCaption h4 {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #105C8E;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.admissionGrid .admissionBox:hover {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.14);
}
.admissionGrid .admissionBox:hover .admissionThumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.admissionGrid .admissionBox:hover .admissionCaption h4 {
  color: #141D70;
}

.facultyGrid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.facultyGrid .facultyBox {
  width: 100%;
  background-color: #fff;
  border: solid 1px rgba(22, 47, 85, 0.2);
  overflow: hidden;
}
.facultyGrid .facultyBox .facultyThumb {
  width: 100%;
  height: 0;
  display: block;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.facultyGrid .facultyBox .facultyThumb img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.facultyGrid .facultyBox .facultyCaption {
  width: 100%;
  padding: 30px 25px;
}
.facultyGrid .facultyBox .facultyCaption h4 {
  margin: 0 0 10px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.facultyGrid .facultyBox .facultyCaption h4 a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #105C8E;
}
.facultyGrid .facultyBox .facultyCaption p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #1E1E1E;
  opacity: 0.8;
  margin: 0;
}
.facultyGrid .facultyBox:hover .facultyThumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.facultyGrid .facultyBox:hover .facultyCaption h4 a {
  color: #141D70;
}

.authorArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 55px 50px;
  background-color: #fff !important;
  align-items: center;
}
.authorArea .authorHeader {
  width: 100%;
  margin: 0 0 15px;
}
.authorArea .authorHeader h2 {
  margin: 0 0 10px;
}
.authorArea .authorHeader p {
  font-weight: 700;
  color: #105C8E;
  margin: 0;
}
.authorArea .authorLeft {
  width: 20%;
}
.authorArea .authorRight {
  width: 70%;
  padding: 0 0 0 50px;
}
.authorArea .authorRight h3{
    margin: 0 0 5px !important;
}
.authorArea .authorRight h4 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  margin-bottom: 10px;
}
.authorArea .authorRight p {
  margin-bottom: 15px;
  /*opacity: 0.8;*/
}
.authorArea .authorThumb {
  width: 100%;
  height: 100%;
  /*padding-top: 67%;*/
  position: relative;
  overflow: hidden;
}
.authorArea .authorThumb img {
  width: 100%;
  height: 100%;
  display: block;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*-o-object-fit: cover;*/
  /*   object-fit: cover;*/
}
.contentArea .authorDetail h4{
    width: 100%;
    font-size: 18px!important;
    line-height: 1.0;
    font-weight: 500!important;
    color: #105C8E;
    margin: 0 0 0px!important;
    text-align: left;
}
.authorDetailArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*background-color: #FCF8F1;*/
}
.authorDetailArea .authorTabArea {
  width: 100%!important;
  border-right: solid 1px rgba(16, 92, 142, 0.19);
  padding: 0px 40px;
  margin: 0;
  position: relative;
}
.authorDetailArea .authorTabArea .sidebarDrop {
  display: none;
}
.authorDetailArea .authorTabArea .authorTab {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.authorDetailArea .authorTabArea .authorTab li {
  width: 100%;
  display: block;
  margin: 0 !important;
  position: relative;
}
.authorDetailArea .authorTabArea .authorTab li::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background-color: #105C8E;*/
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.authorDetailArea .authorTabArea .authorTab li > a {
  width: 100%;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px!important;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  color: #105C8E;
  padding: 12px 15px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.authorDetail h2{
    display: none!important;
}
.authorDetailArea .authorTabArea .authorTab li > a.active {
  /*background-color: #105C8E !important;*/
  /*color: #fff;*/
    border-radius: 6px;
    border: 1px solid;
    border-bottom: 5px solid;
}
.authorDetailArea .authorTabArea .authorTab li:hover::before, .authorDetailArea .authorTabArea .authorTab li:focus::before {
  width: 4px;
}
.authorDetailArea .authorTabArea .authorTab li:hover a, .authorDetailArea .authorTabArea .authorTab li:focus a {
  /*background-color: rgba(16, 92, 142, 0.1);*/
  border-radius: 6px;
    color: #d60000;
}
.authorDetailArea .authorDetail {
  width: 100%;
  padding: 15px 50px;
}
.authorDetailArea .authorDetail > div {
  width: 100%;
  display: none;
}
.authorDetailArea .authorDetail > div.active {
  display: block;
}
@media (min-width: 773px){
    .authorDetailArea .authorTabArea .authorTab{
        display: flex!important;
    }
}
@media (max-width: 772px){
    .authorDetailArea .authorTabArea .authorTab{
        display: block!important;
    }
}

.researchBanner {
  width: 100%;
  display: block;
  background-color: #890E0E;
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 80px 0 50px;
  overflow: hidden;
}
.researchBanner .researchBannerArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
  align-items: center;
  padding: 0 15px;
}
.researchBanner .researchBannerArea .researchBannerLeft {
  width: 60%;
  padding: 0 50px 0 0;
}
.researchBanner .researchBannerArea .researchBannerRight {
  width: 40%;
}
.researchBanner .researchBannerArea h2 {
  font-size: 33px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px;
}
.researchBanner .researchBannerArea h2 + p {
  opacity: 0.8;
}
.researchBanner .researchBannerArea p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  color: #fff;
  margin: 0 0 30px;
  position: relative;
}
.researchBanner .researchBannerArea a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  padding: 8px 20px;
  border: solid 1px #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.researchBanner .researchBannerArea a:hover {
  -webkit-box-shadow: inset 0 -6em 0 0 #FFC700;
          box-shadow: inset 0 -6em 0 0 #FFC700;
  border-color: #FFC700;
  color: #000;
}
.researchBanner .researchBannerArea .researchBannerImg {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
  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: solid 10px #ffffff;
  background-color: #FCF8F1;
}
.researchBanner .researchBannerArea .researchBannerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.researchBanner .researchBannerArea .researchBannerImg img.default {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.researchBanner .researchBannerPagination {
  width: 100%;
  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;
  margin: 60px 0 0;
}
.researchBanner .researchBannerPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  margin: 0 7px;
}
.researchBanner .researchBannerPagination .swiper-pagination-bullet-active {
  background-color: #FFC700;
}
.researchBanner.iqacBanner .researchBannerArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.researchBanner.iqacBanner .researchBannerArea .researchBannerLeft {
  width: 50%;
}
.researchBanner.iqacBanner .researchBannerArea .researchBannerLeft h2 {
  max-width: 500px;
  margin: 0 0 60px;
  font-size: 30px;
}
.researchBanner.iqacBanner .researchBannerArea .researchBannerRight {
  width: 50%;
}

.researchMenuBlock {
  width: 100%;
  background-color: #105c8ede;
  padding: 30px 0;
  position: relative;
}
.researchMenuBlock .researchMenuButton {
  display: none;
}
.researchMenuBlock ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}
.researchMenuBlock ul li {
  width: auto;
  display: block;
  padding: 0;
  margin: 0;
}
.researchMenuBlock ul li + li {
  margin-left: 20px;
}
.researchMenuBlock ul li a {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  color: white;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.researchMenuBlock ul li a:hover {
  color: #BF2228;
}

.researchUpdateBlock {
  width: 100%;
  background-color: #FCF8F1;
  padding: 80px 0 0;
  position: relative;
}
.researchUpdateBlock h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 35px;
}
.researchUpdateBlock .announcementArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 47px;
  margin: 0 0 45px;
  border-top: solid 1px rgba(22, 47, 85, 0.2);
  border-bottom: solid 1px rgba(22, 47, 85, 0.2);
  position: relative;
}
.researchUpdateBlock .announcementArea::before {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  background: url(../images/announcementIcon.svg) no-repeat center/contain;
  position: absolute;
  left: 10px;
  top: 0;
}
.researchUpdateBlock .announcementArea h4 {
  width: 180px;
  display: inline;
  padding: 0 10px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #105C8E;
  text-transform: uppercase;
  margin: 0;
}
.researchUpdateBlock .announcementArea .announcementBox {
  width: calc(100% - 180px);
  overflow: hidden;
  position: relative;
}
.researchUpdateBlock .announcementArea .announcementBox .ticker {
  overflow: hidden;
  background-color: #FCF8F1;
  z-index: 1;
    position: relative;
}
.researchUpdateBlock .announcementArea .announcementBox ul {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.researchUpdateBlock .announcementArea .announcementBox ul > ul {
  display: none !important;
}
.researchUpdateBlock .announcementArea .announcementBox ul li {
  width: 100%;
  display: none;
  z-index: 1!important;
}
.researchUpdateBlock .announcementArea .announcementBox ul li a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #BF2228;
}
.researchUpdateBlock .newsEventArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px rgba(22, 47, 85, 0.2);
  padding: 0 0 95px;
}
.researchUpdateBlock .newsEventArea h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #105C8E;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.researchUpdateBlock .newsEventArea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #BF2228;
  margin: 0;
}
.researchUpdateBlock .newsEventArea a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
  margin-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.researchUpdateBlock .newsEventArea a:hover::after {
  margin-left: 15px;
}
.researchUpdateBlock .events {
  width: 33.333%;
  padding: 0 15px 0 0;
}
.researchUpdateBlock .events .boxContent {
  width: 100%;
}
.researchUpdateBlock .events .boxContent .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 35px;
}
.researchUpdateBlock .events .boxContent .box::after {
  display: none;
}
.researchUpdateBlock .events .boxContent .box .left {
  width: 35%;
  height: 0;
  padding: 20% 0 0;
  position: relative;
  overflow: hidden;
}
.researchUpdateBlock .events .boxContent .box .left img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.researchUpdateBlock .events .boxContent .box .right {
  width: 65%;
  padding: 0 0 0 25px;
}
.researchUpdateBlock .events .boxContent .box .right h4 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #1E1E1E;
  margin: 0 0 10px;
}
.researchUpdateBlock .events .boxContent .box .right p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #1E1E1E;
  opacity: 0.8;
}
.researchUpdateBlock .events .boxContent .box:hover .left img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.researchUpdateBlock .news {
  width: 66.666%;
  padding: 0 0 0 15px;
}
.researchUpdateBlock .news .boxContent {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.researchUpdateBlock .news .boxContent .box {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 35px;
}
.researchUpdateBlock .news .boxContent .box::after {
  display: none;
}
.researchUpdateBlock .news .boxContent .box .left {
  width: 100%;
  height: 0;
  padding-top: 65%;
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}
.researchUpdateBlock .news .boxContent .box .left img {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.researchUpdateBlock .news .boxContent .box .right {
  width: 100%;
}
.researchUpdateBlock .news .boxContent .box .right h4 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #1E1E1E;
  margin: 0 0 10px;
}
.researchUpdateBlock .news .boxContent .box .right p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #1E1E1E;
  opacity: 0.8;
}
.researchUpdateBlock .news .boxContent .box:hover .left img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.grantBlock {
  width: 100%;
  padding: 95px 0;
  position: relative;
}
.grantBlock .grantHeader {
  width: 100%;
  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 0 40px;
}
.grantBlock .grantHeader h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0;
}
.grantBlock .grantHeader a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #BF2228;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
.grantBlock .grantHeader a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.grantBlock .grantHeader a:hover::after {
  right: -10px;
}
.grantBlock .swiper {
  overflow: visible;
}
.grantBlock .grantBox {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.grantBlock .grantBox .grantThumb {
  width: 100%;
  display: block;
  height: 0;
  padding-top: 58%;
  position: relative;
  background-color: #FCF8F1;
  overflow: hidden;
}
.grantBlock .grantBox .grantThumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.grantBlock .grantBox .grantThumb img.default {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.grantBlock .grantBox .grantCaption {
  width: 100%;
  padding: 30px 0 0;
}
.grantBlock .grantBox .grantCaption p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0;
  max-height: 55px;
  overflow: hidden;
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.grantBlock .grantBox:hover .grantThumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.grantBlock .grantBox:hover p {
  opacity: 1;
}

.publicationBlock {
  width: 100%;
  padding: 40px 0 100px;
  position: relative;
}
.publicationBlock .publicationHeader {
  width: 100%;
  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 0 40px;
}
.publicationBlock .publicationHeader h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0;
}
.publicationBlock .publicationHeader a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #BF2228;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
.publicationBlock .publicationHeader a::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.publicationBlock .publicationHeader a:hover::after {
  right: -10px;
}
.publicationBlock .publicationArea {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 70px;
}
.publicationBlock .publicationArea .publicationBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.publicationBlock .publicationArea .publicationBox .publicationThumb {
  width: 157px;
  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;
  position: relative;
  background-color: #E7EFF4;
  overflow: hidden;
}
.publicationBlock .publicationArea .publicationBox .publicationThumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.publicationBlock .publicationArea .publicationBox .publicationThumb img.default {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.publicationBlock .publicationArea .publicationBox .publicationCaption {
  width: calc(100% - 157px);
  padding: 0 0 0 30px;
}
.publicationBlock .publicationArea .publicationBox .publicationCaption p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1E1E1E;
  margin: 0;
  max-height: 100px;
  overflow: hidden;
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.publicationBlock .publicationArea .publicationBox:hover .publicationThumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.publicationBlock .publicationArea .publicationBox:hover .publicationCaption p {
  opacity: 1;
}

.researchJobBlock {
  width: 100%;
  position: relative;
  min-height: 400px;
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #890E0E;
  background-blend-mode: soft-light;
}
.researchJobBlock .yellowTriangle {
  width: 120px;
  height: 0;
  border-top: solid 50px rgba(255, 199, 0, 0.9);
  border-left: solid 60px transparent;
  border-right: solid 60px transparent;
  position: absolute;
  top: -20px;
}
.researchJobBlock .researchJobArea {
  width: 100%;
  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;
}
.researchJobBlock .researchJobArea .researchJobLeft {
  width: 66.66%;
  padding: 0 50px 0 0;
}
.researchJobBlock .researchJobArea .researchJobLeft h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
}
.researchJobBlock .researchJobArea .researchJobLeft p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  max-width: 680px;
  margin: 0;
}
.researchJobBlock .researchJobArea .researchJobLeft p + p {
  margin-bottom: 0;
}
.researchJobBlock .researchJobArea .researchJobRight a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  color: #162F55;
  text-transform: uppercase;
  padding: 14px 25px;
  background-color: #FFC700;
  border: solid 1px #FFC700;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.researchJobBlock .researchJobArea .researchJobRight a:hover {
  -webkit-box-shadow: inset 0 -60px 0 0 #fff;
          box-shadow: inset 0 -60px 0 0 #fff;
  border-color: #fff;
  color: #000000;
}

.universityArea {
  width: 100%;
  margin: 0 0 50px;
}
.universityArea h4 {
  margin-bottom: 30px !important;
}
.universityArea .universityGrid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.universityArea .universityBox {
  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;
  background-color: #fff;
  border: solid 1px rgba(16, 92, 142, 0.1);
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.universityArea .universityBox .universityThumb {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.universityArea .universityBox .universityThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.universityArea .universityBox .universityCaption {
  width: 100%;
  text-align: center;
  padding: 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(30, 30, 30, 0.8);
  text-align: center;
  position: relative;
}
.universityArea .universityBox .universityCaption::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: rgba(16, 92, 142, 0.1);
  top: 0;
  left: 10%;
}
.universityArea .universityBox:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.085);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.085);
}
.universityArea .universityBox:hover .universityThumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.testimonyArea {
  width: 100%;
}
.testimonyArea .card {
  border: 1px solid rgba(22, 47, 85, 0.2);
  background: #fff;
  padding: 40px;
  margin: 0 0 40px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testimonyArea .card:hover {
  background: rgba(255, 255, 255, 0.5);
}
.testimonyArea .card .content {
  height: 150px;
  overflow: hidden;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  position: relative;
}
.testimonyArea .card .content.open {
  height: auto;
}
.testimonyArea .card .content::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7;
}
.testimonyArea .card .readMore {
  background-color: transparent;
  padding: 0;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #BF2228;
  border: none;
  text-shadow: none;
}
.testimonyArea .card p {
  color: rgba(30, 30, 30, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
}
.testimonyArea .card .nameTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.testimonyArea .card .left {
  width: 54px;
  height: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.testimonyArea .card .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonyArea .card h3 {
  color: #232323;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}
.testimonyArea .card h5 {
  color: rgba(35, 35, 35, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  margin: 0 !important;
}

.iqacContentBlock {
  width: 100%;
  background-color: #FCF8F1;
  padding: 40px 0;
}
.iqacContentBlock .wp-block-columns {
  width: 100%;
  padding: 65px 0;
  margin: 0;
}
.iqacContentBlock .wp-block-columns .wp-block-columns {
  padding: 0;
}
.iqacContentBlock h1,
.iqacContentBlock h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  margin: 0 0 20px;
}
.iqacContentBlock p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.8);
  max-width: 680px;
  margin: 0;
}
.iqacContentBlock p + p {
  margin-bottom: 0;
}
.iqacContentBlock hr.is-style-wide {
  border-bottom: solid 1px rgba(22, 47, 85, 0.1);
  margin: 0;
}
.iqacContentBlock .iqacVision {
  gap: 50px;
}
.iqacContentBlock .iqacVision .wp-block-column {
  background-color: #fff;
}
.iqacContentBlock .iqacVision .wp-block-column .wp-block-columns {
  height: 100%;
}
.iqacContentBlock .iqacVision .wp-block-column .wp-block-column + .wp-block-column {
  padding: 30px 30px 30px 0;
}
.iqacContentBlock .iqacVision .wp-block-column .iqacIcon {
  background-color: #E7EFF4;
  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;
}
.iqacContentBlock .iqacVision .wp-block-column .wp-block-image {
  margin: 0;
}
.iqacContentBlock .iqacVision .wp-block-column h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #1E1E1E;
  margin: 0 0 10px;
}
.iqacContentBlock .iqacVision .wp-block-column p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.8);
  margin: 0;
}

.iqacAccreditation {
  width: 100%;
  background-color: #fff;
  padding: 85px 0;
}
.iqacAccreditation h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: center;
  margin: 0 0 40px;
}
.iqacAccreditation .accreditationBox {
  width: 100%;
  height: 0;
  padding-top: 75%;
  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: solid 1px rgba(22, 47, 85, 0.15);
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.iqacAccreditation .accreditationBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.iqacAccreditation .accreditationBox:hover img {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
}

.iqacMainBlock {
  width: 100%;
  padding: 30px 0;
  background-color: #FCF8F1;
}
.iqacMainBlock .iqcaTeamArea {
  background-color: transparent;
  padding: 70px 0;
  border-bottom: solid 1px rgba(22, 47, 85, 0.1);
}
.iqacMainBlock .iqcaTeamArea:last-child {
  border-bottom: none;
}
.iqacMainBlock .iqcaTeamArea img {
  width: 100%;
  display: block;
}
.iqacMainBlock h2 {
  width: 100%;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: left;
  margin: 0 0 30px;
}
.iqacMainBlock h3 {
  width: 100%;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  color: #105C8E;
  text-align: left;
  margin: 0 0 25px;
}
.iqacMainBlock p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.8);
  margin: 0 0 25px;
}
.iqacMainBlock p strong {
  font-weight: 800;
  margin: 0;
}
.iqacMainBlock p.customButton a {
  display: inline-block;
  background-color: transparent;
  border: solid 1px #BF2228;
  border-radius: 6px;
  padding: 10px 15px;
  line-height: 1;
  color: #1E1E1E;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.iqacMainBlock p.customButton a:hover {
  -webkit-box-shadow: inset 0 -50px 0 #BF2228;
          box-shadow: inset 0 -50px 0 #BF2228;
  color: #fff;
}
.iqacMainBlock .groupBlock {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.14);
  padding: 50px 40px;
  margin: 0 0 50px;
}
.iqacMainBlock .groupBlock h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.iqacMainBlock .groupBlock p {
  margin: 0;
}
.iqacMainBlock .groupBlock p + p {
  margin: 25px 0 0;
}
.iqacMainBlock .iqcaContentArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 70px 0;
  border-bottom: solid 1px rgba(22, 47, 85, 0.1);
}
.iqacMainBlock .iqcaContentArea .iqacMenu {
  width: 280px;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.09);
}
.iqacMainBlock .iqcaContentArea .iqacMenu .sidebarDrop {
  display: none;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul {
  padding: 0;
  margin: 0;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul li a {
  width: 100%;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #105C8E;
  padding: 12px 35px;
  position: relative;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul li.menu-item-has-children::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background-color: #105C8E;
  right: 25px;
  top: 22px;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  border-radius: 5px;
  background-color: #105C8E;
  right: 29px;
  top: 18px;
  display: block;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul li.menu-item-has-children.active::after {
  display: none;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul li.current_page_item > a {
  font-weight: 700;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul li .sub-menu {
  padding: 0 30px;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul li .sub-menu li a {
  line-height: 1;
  display: list-item;
  list-style: inside;
}
.iqacMainBlock .iqcaContentArea .iqacMenu ul li .sub-menu li.current_page_item a {
  background-color: #105C8E;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}
.iqacMainBlock .iqcaContentArea .iqacContentDetails {
  width: calc(100% - 280px);
  padding: 0 0 0 75px;
}
.iqacMainBlock .iqcaContentArea .iqacContentDetails #iqacContent {
  display: none;
}
.iqacMainBlock .iqcaContentArea .iqacContentDetails #iqacContent.active {
  display: block;
}

.listGroup {
  padding-left: 20px;
}
.listGroup .wp-block-group__inner-container p,
.listGroup p {
  display: list-item;
}
.listGroup .wp-block-group__inner-container p a,
.listGroup p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #105C8E !important;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.listGroup .wp-block-group__inner-container p.customButton a,
.listGroup p.customButton a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #BF2228 !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.listGroup .wp-block-group__inner-container p.customButton a:after,
.listGroup p.customButton a:after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/backArrow.svg) no-repeat center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: relative;
  margin-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.listGroup .wp-block-group__inner-container p.customButton a:hover::after,
.listGroup p.customButton a:hover::after {
  margin-left: 15px;
}

.oneLine p {
  display: -webkit-inline-box;
}

.iqacRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.iqacCol-6 {
  width: calc(50% - 15px);
}

img.default {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
  padding: 10%;
}

.alignnone {
  margin: 0 !important;
}
.alignnone .kt-tabs-wrap {
  width: 100%;
}
.alignnone .kt-tabs-wrap .kt-tabs-title-list {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}
.alignnone .kt-tabs-wrap .kt-tabs-title-list li {
  display: block;
  margin: 0 5px 0 0;
}
.alignnone .kt-tabs-wrap .kt-tabs-title-list li a.kt-tab-title {
  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;
  text-align: center;
  font-family: "Bitter", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: rgba(16, 92, 142, 0.8);
  padding: 14px 18px;
  background-color: rgba(16, 92, 142, 0.15);
  border-radius: 7px;
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.alignnone .kt-tabs-wrap .kt-tabs-title-list li:hover a {
  background-color: rgba(191, 34, 40, 0.15);
}
.alignnone .kt-tabs-wrap .kt-tabs-title-list li.kt-tab-title-active a {
  background-color: #105C8E;
  color: #fff;
}
.alignnone .kt-tabs-wrap .kt-tabs-title-list li.kt-tab-title-active a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: solid 6px #105C8E;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  top: 100%;
  left: calc(50% - 6px);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.alignnone .wp-block-kadence-tab {
  border: none !important;
  padding: 0 !important;
}
.alignnone .wp-block-kadence-tab .wp-block-image {
  margin: 0;
}
.alignnone .wp-block-kadence-tab .wp-block-image img {
  width: 100% !important;
  height: auto;
  display: block;
  margin: 0 0 40px;
}
.alignnone .wp-block-kadence-tab .wp-block-columns {
  gap: 28px;
}
.alignnone .wp-block-kadence-tab .wp-block-columns .wp-block-image img {
  margin: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.alignnone .wp-block-kadence-tab .wp-block-columns .wp-block-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes wobbleToTopRight {
  16.65% {
    -webkit-transform: translate(8px, -8px);
            transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
            transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes wobbleToTopRight {
  16.65% {
    -webkit-transform: translate(8px, -8px);
            transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
            transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.innerBanner .right h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 70px;
  text-align: center;
  z-index: 1;
  bottom: -900px;
}
.innerBanner .right img {
  width: 2560px;
  height: 750px;
}

.banner-content P {
  font-size: 2em;
  padding-top: 50px;
  font-weight: 500;
  color: #105C8E;
}

.search_post {
  padding-top: 30px;
  padding-bottom: 30px;
}
.search_post h2 {
  font-size: 40px;
}
.search_post a {
  color: #BF2228;
}

.row .alignleft {
  margin-bottom: 40px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .innerBanner .right h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 58px;
    text-align: center;
    z-index: 1;
    bottom: -800px;
  }
  .innerBanner .right img {
    width: 2560px;
    height: 550px;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .innerBanner .right h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    text-align: center;
    z-index: 1;
    bottom: -1000px;
  }
  .innerBanner .right img {
    width: 2560px;
    height: 450px;
  }
  .search_post {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .search_post h2 {
    font-size: 35px;
  }
  .search_post a {
    color: #BF2228;
  }
  .banner-content P {
    font-size: 1.5em;
    padding-top: 50px;
    font-weight: 500;
    color: #105C8E;
  }
}
@media (max-width: 600px) and (min-width: 425px) {
  .innerBanner .right h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    text-align: center;
    z-index: 1;
    bottom: -1100px;
  }
  .innerBanner .right img {
    width: 2560px;
    height: 350px;
  }
  .search_post {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .search_post h2 {
    font-size: 30px;
  }
  .search_post a {
    color: #BF2228;
  }
  .banner-content P {
    font-size: 1.3em;
    padding-top: 50px;
    font-weight: 500;
    color: #105C8E;
  }
}
@media (max-width: 425px) and (min-width: 320px) {
  .innerBanner .right h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    text-align: center;
    z-index: 1;
    bottom: -1100px;
  }
  .innerBanner .right img {
    width: 2560px;
    height: 250px;
  }
  .search_post {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .search_post h2 {
    font-size: 25px;
  }
  .search_post a {
    color: #BF2228;
  }
  .banner-content P {
    font-size: 1.1em;
    padding-top: 50px;
    font-weight: 500;
    color: #105C8E;
  }
}
.menu-international-menu-container, .menu-about-sriic-menu-container, .menu-research-menu-container, .menu-about-sidebar-container, .menu-alumni-menu-container, .menu-admission-menu-container {
  position: sticky;
  top: 0;
  z-index: 999;
}

header .menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu.open {
  opacity: 1;
  visibility: visible;
}
header #menu-mobileheadermenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 74px;
  background: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 30px;
}
header #menu-mobileheadermenu li {
  margin: 0;
}
header #menu-mobileheadermenu li a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #1E1E1E;
  line-height: 1;
  padding-bottom: 20px;
  display: inline-block;
}
header #menu-mobileheadermenu li .sub-menu {
  margin-top: 0px;
  padding: 0;
  list-style-type: none;
  margin-left: 25px;
}
header #menu-mobileheadermenu li .sub-menu li {
  margin-bottom: 0;
  position: relative;
}
header #menu-mobileheadermenu li .sub-menu li a {
  padding-bottom: 15px;
}
header #menu-mobileheadermenu li .sub-menu li::before {
  content: ">";
  position: absolute;
  left: -15px;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #BF2228;
  font-size: 14px;
  font-weight: 600;
}
header #menu-mobileheadermenu li.menu-item-has-children {
  position: relative;
}
header #menu-mobileheadermenu li.menu-item-has-children .sub-menu {
  display: none;
}
header #menu-mobileheadermenu li.menu-item-has-children .submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
header #menu-mobileheadermenu li.menu-item-has-children .submenu-toggle::before {
  content: "+";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header #menu-mobileheadermenu li.menu-item-has-children.active .submenu-toggle::before {
  content: "-";
}

footer {
  background: #051824;
  padding: 0;
  position: relative;
  z-index: 0;
}
footer .footer-area {
  position: relative;
}
footer .footer-area .red {
  position: absolute;
  width: 100px;
  height: 55px;
  right: 235px;
  top: -20px;
  background-image: url(../images/footer/red.svg);
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 680px) {
  footer .footer-area .red {
    width: 60px;
    height: 45px;
    background-size: 60px;
  }
}
footer .footer-area .yellow {
  position: absolute;
  width: 235px;
  height: 135px;
  right: 0;
  top: -60px;
  background-image: url(../images/footer/yellow.svg);
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 680px) {
  footer .footer-area .yellow {
    width: 100px;
    height: 70px;
    top: -35px;
    background-size: 100px;
  }
}
footer::after {
  content: "";
  position: absolute;
  width: 570px;
  height: 565px;
  background-image: url("../images/footer/blue.svg");
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
footer .footer-logo {
  position: relative;
}
@media screen and (max-width: 992px) {
  footer .footer-logo {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-logo {
    text-align: center;
    margin: 0 auto;
  }
}
footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  padding: 100px 0;
  position: relative;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 992px) {
  footer .footer-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 50px;
    padding: 75px 0 40px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap {
    gap: 40px;
    padding: 70px 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-wrap .footer-left {
  width: 24%;
}
@media screen and (max-width: 992px) {
  footer .footer-wrap .footer-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrap .footer-left {
    width: 90%;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
footer .footer-wrap .footer-left p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 280px;
  margin: 18px 0 25px;
}
@media screen and (max-width: 1080px) {
  footer .footer-wrap .footer-left p {
    font-size: 13px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-left p {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    font-size: 12px;
  }
}
footer .footer-wrap .footer-left .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  footer .footer-wrap .footer-left .social-links {
    width: 30%;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-left .social-links {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
footer .footer-wrap .footer-left .social-links a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .footer-wrap .footer-left .social-links a:hover {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
}
footer .footer-wrap .ftr-left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  footer .footer-wrap .ftr-left-wrap {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrap .ftr-left-wrap {
    width: 42%;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .ftr-left-wrap {
    text-align: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-wrap .ftr-left-wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .ftr-left-wrap ul {
    text-align: center;
  }
}
footer .footer-wrap .ftr-left-wrap ul li + li {
  margin-top: 15px;
}
footer .footer-wrap .ftr-left-wrap ul a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-wrap .ftr-left-wrap ul a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1080px) {
  footer .footer-wrap .ftr-left-wrap ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .ftr-left-wrap ul a {
    font-size: 13px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .ftr-left-wrap ul li {
    display: inline-block;
    padding-right: 6px;
    position: relative;
  }
  footer .footer-wrap .ftr-left-wrap ul li::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 6px;
  }
  footer .footer-wrap .ftr-left-wrap ul li:last-child {
    padding-right: 0;
  }
  footer .footer-wrap .ftr-left-wrap ul li:last-child::after {
    display: none;
  }
}
footer .footer-wrap .footer-right {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 992px) {
  footer .footer-wrap .footer-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrap .footer-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-right {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer-wrap .footer-right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 30px;
}
footer .footer-wrap .footer-right ul li + li {
  margin-top: 20px;
}
footer .footer-wrap .footer-right ul a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-wrap .footer-right ul a:hover {
  color: #fff;
}
@media screen and (max-width: 1080px) {
  footer .footer-wrap .footer-right ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-right ul a {
    font-size: 13px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-right ul {
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-right ul li {
    display: inline-block;
    padding-right: 6px;
    position: relative;
  }
  footer .footer-wrap .footer-right ul li::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 6px;
  }
  footer .footer-wrap .footer-right ul li:last-child {
    padding-right: 0;
  }
  footer .footer-wrap .footer-right ul li:last-child::after {
    display: none;
  }
}
footer .footer-wrap .content-menu {
  width: 22%;
  padding-left: 10px;
  padding-right: 10px;
}
footer .footer-wrap .content-menu .footer-title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1080px) {
  footer .footer-wrap .content-menu .footer-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .content-menu .footer-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  footer .footer-wrap .content-menu {
    width: 25%;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .content-menu {
    text-align: center;
    width: 100%;
  }
}
footer .footer-wrap .footer-widget {
  padding-bottom: 55px;
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-widget {
    padding-bottom: 40px;
  }
}
footer .footer-wrap .footer-menu3 {
  width: 20%;
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-menu3 {
    text-align: center;
    width: 100%;
  }
}
footer .footer-wrap .footer-menu4 {
  width: 25%;
}
@media screen and (max-width: 680px) {
  footer .footer-wrap .footer-menu4 {
    text-align: center;
    width: 100%;
  }
}
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;
  padding: 55px 0 90px;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}
@media screen and (max-width: 992px) {
  footer .footer-bottom {
    padding: 40px 0 40px;
  }
}
footer .footer-bottom p,
footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1080px) {
  footer .footer-bottom p,
  footer .footer-bottom a {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer-bottom p,
  footer .footer-bottom a {
    font-size: 13px;
    text-align: center;
  }
}
footer .footer-bottom a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .footer-bottom a:hover {
  color: #fff;
}
footer .footer-bottom #acodez {
  text-decoration: none;
  color: #F15928;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .footer-bottom #acodez:hover {
  text-decoration: underline;
}
footer #menu-footer-bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
footer #menu-footer-bottom-menu li::before {
  content: "|";
  color: #fff;
  margin: 0 5px 0 0;
}

.cmn-admission-banner {
  background-image: url("../images/nirf/admission-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  position: relative;
  max-height: 218px;
}
.cmn-admission-banner::before {
  content: "";
  position: absolute;
  background: #BF2228;
  height: 100%;
  width: 100%;
  max-height: 218px;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
}
.cmn-admission-banner .cmn-admission-area {
  position: relative;
}
.cmn-admission-banner .cmn-admission-wrap {
  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: 50px 0;
  gap: 15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cmn-admission-banner .cmn-admission-wrap {
    padding: 78px 0;
    gap: 0 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cmn-admission-banner .txtblk h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .cmn-admission-banner .txtblk h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .cmn-admission-banner .txtblk h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .cmn-admission-banner .txtblk h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .cmn-admission-banner .txtblk h2 {
    font-size: 22px;
  }
}
.cmn-admission-banner .btnblk a {
  color: #162F55;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 6px;
  background: #FFC700;
  padding: 20px 25px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.cmn-admission-banner .btnblk a:hover {
  color: #FFC700;
  -webkit-box-shadow: inset 0 -6em 0 0 #000;
  box-shadow: inset 0 -6em 0 0 #000;
}
@media screen and (max-width: 580px) {
  .cmn-admission-banner .btnblk a {
    font-size: 14px;
    padding: 10px;
    line-height: 1.2;
    min-width: 115px;
  }
}

.page-template-nirf {
  background: #FFFFFF !important;
}

.nirf-about-sec {
  background: #FFFFFF !important;
  padding-bottom: 95px;
}
@media screen and (max-width: 1080px) {
  .nirf-about-sec {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .nirf-about-sec {
    padding: 10px 0 30px 0;
  }
}
.nirf-about-sec .nirf-blkwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nirf-about-sec .nirf-blkwrap .image-sec {
  width: 45%;
  text-align: center;
  overflow: hidden;
}
.nirf-about-sec .nirf-blkwrap .image-sec img {
  width: 100%;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.nirf-about-sec .nirf-blkwrap .image-sec img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 992px) {
  .nirf-about-sec .nirf-blkwrap .image-sec {
    width: 100%;
  }
}
.nirf-about-sec .nirf-blkwrap .content-sec {
  width: 52%;
}
@media screen and (max-width: 992px) {
  .nirf-about-sec .nirf-blkwrap .content-sec {
    width: 100%;
    margin-bottom: 20px;
  }
}
.nirf-about-sec .txt-blk h3 {
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .nirf-about-sec .txt-blk h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .nirf-about-sec .txt-blk h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-about-sec .txt-blk h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-about-sec .txt-blk h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.nirf-about-sec .txt-blk p {
  font-size: 18px;
  line-height: 35px;
  color: #1E1E1E;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .nirf-about-sec .txt-blk p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-about-sec .txt-blk p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-about-sec .txt-blk p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 400px) {
  .nirf-about-sec .txt-blk p {
    font-size: 13px;
    line-height: 24px;
  }
}
.nirf-about-sec .txt-blk ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.nirf-about-sec .txt-blk ul li {
  font-size: 18px;
  line-height: 35px;
  color: #1E1E1E;
}
@media screen and (max-width: 1200px) {
  .nirf-about-sec .txt-blk ul li {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-about-sec .txt-blk ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-about-sec .txt-blk ul li {
    font-size: 14px;
  }
}
.nirf-about-sec .txt-blk .link-blk {
  padding-top: 12px;
}
.nirf-about-sec .txt-blk .link-blk span {
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  display: block;
  color: rgba(22, 47, 85, 0.2);
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .nirf-about-sec .txt-blk .link-blk span {
    font-size: 13px;
  }
}
.nirf-about-sec .txt-blk .link-blk span a {
  color: #BF2228;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.nirf-about-sec .txt-blk .link-blk span a:visited {
  color: #BF2228;
}
.nirf-about-sec .txt-blk .link-blk span a:hover, .nirf-about-sec .txt-blk .link-blk span a:focus {
  color: #141D70;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.nirf-about-sec .txt-blk .link-blk span a:hover:visited, .nirf-about-sec .txt-blk .link-blk span a:focus:visited {
  color: #141D70;
}
.nirf-about-sec .txt-blk .link-blk h5 {
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  font-family: "Inter", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 1300px) {
  .nirf-about-sec .txt-blk .link-blk h5 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .nirf-about-sec .txt-blk .link-blk h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-about-sec .txt-blk .link-blk h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-about-sec .txt-blk .link-blk h5 {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.nirf-about-sec .txt-blk .link-blk ul {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .nirf-about-sec .txt-blk .link-blk ul {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-about-sec .txt-blk .link-blk ul {
    margin-bottom: 20px;
  }
}
.nirf-about-sec .txt-blk .link-blk ul li {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .nirf-about-sec .txt-blk .link-blk ul li {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-about-sec .txt-blk .link-blk ul li {
    margin-bottom: 20px;
  }
}
.nirf-about-sec .txt-blk .link-blk h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #162F55;
  font-family: "Inter", sans-serif;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 1300px) {
  .nirf-about-sec .txt-blk .link-blk h6 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .nirf-about-sec .txt-blk .link-blk h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-about-sec .txt-blk .link-blk h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-about-sec .txt-blk .link-blk h6 {
    font-size: 15px;
  }
}
.nirf-about-sec .txt-blk .link-blk h6 a {
  color: #BF2228;
}
.nirf-about-sec .txt-blk .link-blk h6 a:visited {
  color: #BF2228;
}
.nirf-about-sec .txt-blk .link-blk h6 a:hover, .nirf-about-sec .txt-blk .link-blk h6 a:focus {
  color: #141D70;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.nirf-about-sec .txt-blk .link-blk h6 a:hover:visited, .nirf-about-sec .txt-blk .link-blk h6 a:focus:visited {
  color: #141D70;
}
.nirf-about-sec .txt-blk span {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  color: #4B4B4B;
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 580px) {
  .nirf-about-sec .txt-blk span {
    font-size: 13px;
  }
}
.nirf-about-sec .nirf-blksec {
  padding: 84px 0 40px;
}
@media screen and (max-width: 1080px) {
  .nirf-about-sec .nirf-blksec {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .nirf-about-sec .nirf-blksec {
    padding: 50px 0 10px;
  }
}
@media only screen and (max-width: 580px) {
  .nirf-about-sec .nirf-blksec {
    padding: 20px 0 10px;
  }
}
.nirf-about-sec .nirf-blksec.row-reverse .nirf-blkwrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nirf-middle-banner {
  background: rgba(16, 92, 142, 0.1) !important;
}
.nirf-middle-banner .nirf-middle-area {
  position: relative;
}
.nirf-middle-banner .nirf-middle-wrap {
  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: 50px 30px;
}
@media only screen and (min-width: 768px) {
  .nirf-middle-banner .nirf-middle-wrap {
    padding: 95px 0;
  }
}
.nirf-middle-banner h4 {
  color: #105C8E;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .nirf-middle-banner h4 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .nirf-middle-banner h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-middle-banner h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-middle-banner h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.nirf-middle-banner .yellow-up {
  position: absolute;
  width: 231px;
  height: 133px;
  right: 0;
  bottom: -46px;
  background-image: url(../images/nirf/yellow-up.svg);
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 768px) {
  .nirf-middle-banner .yellow-up {
    background-size: 200px;
    bottom: -55px;
  }
}
@media only screen and (max-width: 680px) {
  .nirf-middle-banner .yellow-up {
    background-size: 100px;
    bottom: -25px;
    text-align: center;
    width: 100px;
    height: 50px;
  }
}
.nirf-middle-banner .red-down {
  position: absolute;
  width: 91px;
  height: 53px;
  left: 0;
  top: -23px;
  background-image: url(../images/nirf/red-down.svg);
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 768px) {
  .nirf-middle-banner .red-down {
    background-size: 80px;
  }
}
@media only screen and (max-width: 680px) {
  .nirf-middle-banner .red-down {
    background-size: 50px;
    top: -15px;
    width: 50px;
    height: 40px;
  }
}

.nirf-year-indicators {
  padding-top: 158px;
}
@media screen and (max-width: 1080px) {
  .nirf-year-indicators {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 992px) {
  .nirf-year-indicators {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 580px) {
  .nirf-year-indicators {
    padding-top: 50px;
  }
}
.nirf-year-indicators .mainblk-title {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 992px) {
  .nirf-year-indicators .mainblk-title {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .nirf-year-indicators .mainblk-title {
    padding-bottom: 15px;
  }
}
.nirf-year-indicators .mainblk-title h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #162F55;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .nirf-year-indicators .mainblk-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .nirf-year-indicators .mainblk-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-year-indicators .mainblk-title h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-year-indicators .mainblk-title h2 {
    font-size: 20px;
  }
}
.nirf-year-indicators h2.resp-accordion {
  display: none;
  background: rgba(16, 92, 142, 0.1019607843) !important;
  border: none !important;
  border-color: none !important;
  font-size: 15px !important;
  border-radius: 10px;
  line-height: 2;
  color: #000000 !important;
  padding: 10px 30px;
  margin-bottom: 15px !important;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .nirf-year-indicators h2.resp-accordion {
    display: block;
  }
}
.nirf-year-indicators h2.resp-accordion.resp-tab-active {
  background: #105C8E !important;
  color: #FFFFFF !important;
}
.nirf-year-indicators ul.resp-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .nirf-year-indicators ul.resp-tabs-list {
    display: none;
  }
}
.nirf-year-indicators ul.resp-tabs-list .resp-tab-item {
  background: rgba(16, 92, 142, 0.1019607843) !important;
  border: none !important;
  border-color: none !important;
  font-size: 15px;
  border-radius: 30px;
  color: #000000 !important;
  padding: 11px;
  min-width: 78px;
  max-height: 48px;
  min-height: 48px;
  font-weight: 400;
}
.nirf-year-indicators ul.resp-tabs-list .resp-tab-active {
  background: #105C8E !important;
  color: #FFFFFF !important;
}
.nirf-year-indicators .yr-indictr-mainouter {
  padding-bottom: 82px;
}
@media screen and (max-width: 1080px) {
  .nirf-year-indicators .yr-indictr-mainouter {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-year-indicators .yr-indictr-mainouter {
    padding-bottom: 30px;
  }
}
.nirf-year-indicators .yr-indictr-mainouter .yr-indictr-item .tab-title {
  font-size: 18px;
  color: #105C8E;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
  font-size: "Inter", sans-serif;
}
@media screen and (max-width: 992px) {
  .nirf-year-indicators .yr-indictr-mainouter .yr-indictr-item .tab-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-year-indicators .yr-indictr-mainouter .yr-indictr-item .tab-title {
    margin-bottom: 15px;
  }
}
.nirf-year-indicators .yr-indictr-mainouter .tab-row {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .nirf-year-indicators .yr-indictr-mainouter .tab-row {
    gap: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-year-indicators .yr-indictr-mainouter .tab-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-year-indicators .yr-indictr-mainouter .tab-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 18px;
  padding-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-txt {
    gap: 0 15px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-txt {
    gap: 0;
    padding-bottom: 15px;
  }
}
.nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-txt p {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #BF2228;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-txt p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-img {
  padding-bottom: 10px;
}
.nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-img a {
  display: block;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-img a img {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.nirf-year-indicators .yr-indictr-mainouter .tab-row .cntr-img a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.nirf-year-indicators .yr-indictr-mainouter .tab-row .item-col {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* gap: 20px; */
  width: 25%;
  overflow: hidden;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 992px) {
  .nirf-year-indicators .yr-indictr-mainouter .tab-row .item-col {
    width: 45%;
  }
}
@media screen and (max-width: 580px) {
  .nirf-year-indicators .yr-indictr-mainouter .tab-row .item-col {
    width: 100%;
  }
}
.nirf-year-indicators h2.resp-tab-active:after {
  display: none;
}

.nirf-scorecard-sec {
  padding-top: 106px;
  padding-bottom: 109px;
  background: rgba(16, 92, 142, 0.1) !important;
}
@media screen and (max-width: 1080px) {
  .nirf-scorecard-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-scorecard-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-scorecard-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.nirf-scorecard-sec .scorecard-title {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .nirf-scorecard-sec .scorecard-title {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-scorecard-sec .scorecard-title {
    padding-bottom: 20px;
  }
}
.nirf-scorecard-sec .scorecard-title h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #162F55;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .nirf-scorecard-sec .scorecard-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .nirf-scorecard-sec .scorecard-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-scorecard-sec .scorecard-title h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-scorecard-sec .scorecard-title h2 {
    font-size: 20px;
  }
}
.nirf-scorecard-sec .scorecard-cntnt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .nirf-scorecard-sec .scorecard-cntnt-row {
    gap: 20px;
  }
}
.nirf-scorecard-sec .scorecard-cntnt-row .left-item {
  width: 50%;
}
.nirf-scorecard-sec .scorecard-cntnt-row .left-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px 40px;
}
@media screen and (max-width: 992px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item .row {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item .row {
    gap: 20px;
  }
}
.nirf-scorecard-sec .scorecard-cntnt-row .left-item .col-item {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item .col-item {
    width: 45%;
  }
}
@media screen and (max-width: 580px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item .col-item {
    width: 100%;
    text-align: center;
  }
}
.nirf-scorecard-sec .scorecard-cntnt-row .left-item h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #105C8E;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1300px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item h3 {
    font-size: 20px;
  }
}
.nirf-scorecard-sec .scorecard-cntnt-row .left-item p {
  font-size: 15px;
  line-height: 22px;
  color: #4B4B4B;
}
@media screen and (max-width: 580px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .left-item {
    width: 100%;
  }
}
.nirf-scorecard-sec .scorecard-cntnt-row .right-item {
  width: 40%;
  padding-top: 14px;
}
@media screen and (max-width: 992px) {
  .nirf-scorecard-sec .scorecard-cntnt-row .right-item {
    width: 100%;
  }
}

.nirf-contct-sec {
  padding-top: 16px;
  padding-bottom: 63px;
}
@media screen and (max-width: 1080px) {
  .nirf-contct-sec {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-contct-sec {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-contct-sec {
    padding-bottom: 30px;
  }
}
.nirf-contct-sec .lft-head {
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nirf-contct-sec .lft-head h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #105C8E;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .nirf-contct-sec .lft-head h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .nirf-contct-sec .lft-head h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-contct-sec .lft-head h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-contct-sec .lft-head h2 {
    font-size: 22px;
  }
}
.nirf-contct-sec .nirf-contct-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .nirf-contct-sec .nirf-contct-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nirf-contct-sec .nirf-contct-blk .lft-sec {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .nirf-contct-sec .nirf-contct-blk .lft-sec {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .nirf-contct-sec .nirf-contct-blk .lft-sec {
    width: 100%;
  }
}
.nirf-contct-sec .nirf-contct-blk .rht-sec {
  width: 26%;
}
@media screen and (max-width: 992px) {
  .nirf-contct-sec .nirf-contct-blk .rht-sec {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .nirf-contct-sec .nirf-contct-blk .rht-sec {
    width: 100%;
    text-align: center;
  }
}
.nirf-contct-sec .nirf-contct-blk .ct-txt {
  padding-bottom: 20px;
}
.nirf-contct-sec .nirf-contct-blk .ct-txt p {
  font-size: 18px;
  line-height: 26px;
  color: rgba(30, 30, 30, 0.8);
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .nirf-contct-sec .nirf-contct-blk .ct-txt p {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .nirf-contct-sec .nirf-contct-blk .ct-txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  .nirf-contct-sec .nirf-contct-blk .ct-txt p {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .nirf-contct-sec .nirf-contct-blk .ct-txt p br {
    display: none;
  }
}
.nirf-contct-sec .nirf-contct-blk .ct-txt a {
  color: rgba(30, 30, 30, 0.8);
  font-weight: 400;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.nirf-contct-sec .nirf-contct-blk .ct-txt a:visited {
  color: rgba(30, 30, 30, 0.8);
}
.nirf-contct-sec .nirf-contct-blk .ct-txt a:hover, .nirf-contct-sec .nirf-contct-blk .ct-txt a:focus {
  color: #141D70;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.nirf-contct-sec .nirf-contct-blk .ct-txt a:hover:visited, .nirf-contct-sec .nirf-contct-blk .ct-txt a:focus:visited {
  color: #141D70;
}
.nirf-contct-sec .nirf-contct-blk .ct-txt strong {
  font-weight: 700;
}

.page-template-rankings {
  background: #FFFFFF !important;
}
.page-template-rankings .mfp-iframe-holder .mfp-content {
  max-width: 90% !important;
  height: 100% !important;
}

.rank-about-sec {
  background: #FFFFFF !important;
  padding-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .rank-about-sec {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .rank-about-sec {
    padding-bottom: 15px;
  }
}
.rank-about-sec .rank-aboutwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rank-about-sec .rank-aboutwrap .video-sec {
  position: relative;
  overflow: unset;
  width: 40%;
  text-align: center;
  max-width: 500px;
  max-height: 291px;
}
@media screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap .video-sec {
    width: 100%;
    margin: 0 auto;
  }
}
.rank-about-sec .rank-aboutwrap .video-sec a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.rank-about-sec .rank-aboutwrap .video-sec a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/rankings/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media only screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap .video-sec a::after {
    background-size: 75px;
  }
}
@media only screen and (max-width: 580px) {
  .rank-about-sec .rank-aboutwrap .video-sec a::after {
    background-size: 60px;
  }
}
.rank-about-sec .rank-aboutwrap .video-sec a:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.rank-about-sec .rank-aboutwrap .video-sec a img {
  width: 100%;
}
.rank-about-sec .rank-aboutwrap .video-sec .yellow-up {
  position: absolute;
  width: 139px;
  height: 80px;
  right: 45px;
  bottom: -46px;
  background-image: url(../images/rankings/yellow-up.svg);
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 768px) {
  .rank-about-sec .rank-aboutwrap .video-sec .yellow-up {
    background-size: 130px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 680px) {
  .rank-about-sec .rank-aboutwrap .video-sec .yellow-up {
    background-size: 100px;
    bottom: -25px;
    text-align: center;
    width: 100px;
    height: 50px;
  }
}
.rank-about-sec .rank-aboutwrap .video-sec .red-down {
  position: absolute;
  width: 75px;
  height: 44px;
  right: 14px;
  top: -23px;
  background-image: url(../images/rankings/red-down.svg);
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 768px) {
  .rank-about-sec .rank-aboutwrap .video-sec .red-down {
    background-size: 60px;
  }
}
@media only screen and (max-width: 680px) {
  .rank-about-sec .rank-aboutwrap .video-sec .red-down {
    background-size: 50px;
    top: -15px;
    width: 50px;
    height: 40px;
  }
}
.rank-about-sec .rank-aboutwrap .image-sec {
  padding-left: 50px;
  width: 40%;
  max-width: 500px;
  text-align: center;
  overflow: hidden;
  max-height: 483px;
}
@media only screen and (max-width: 1080px) {
  .rank-about-sec .rank-aboutwrap .image-sec {
    padding-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap .image-sec {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.rank-about-sec .rank-aboutwrap .image-sec img {
  width: 100%;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.rank-about-sec .rank-aboutwrap .image-sec img:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap .image-sec {
    width: 100%;
  }
}
.rank-about-sec .rank-aboutwrap .content-sec {
  width: 54%;
}
@media screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap .content-sec {
    width: 100%;
    margin-bottom: 20px;
  }
}
.rank-about-sec .rank-about-blk {
  overflow: hidden;
}
.rank-about-sec h3 {
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .rank-about-sec h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .rank-about-sec h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .rank-about-sec h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .rank-about-sec h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.rank-about-sec p {
  font-size: 18px;
  line-height: 35px;
  color: #1E1E1E;
  margin-bottom: 15px;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .rank-about-sec p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .rank-about-sec p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 580px) {
  .rank-about-sec p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 400px) {
  .rank-about-sec p {
    font-size: 13px;
    line-height: 24px;
  }
}
.rank-about-sec .rank-aboutwrap {
  padding-bottom: 112px;
  padding-top: 112px;
}
.rank-about-sec .rank-aboutwrap:first-child {
  padding-top: 84px;
  border-bottom: 1px solid rgba(22, 47, 85, 0.2);
}
@media screen and (max-width: 1200px) {
  .rank-about-sec .rank-aboutwrap:first-child {
    padding-top: 80px;
  }
}
@media screen and (max-width: 10800px) {
  .rank-about-sec .rank-aboutwrap:first-child {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap:first-child {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .rank-about-sec .rank-aboutwrap:first-child {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .rank-about-sec .rank-aboutwrap {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 1080px) {
  .rank-about-sec .rank-aboutwrap {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .rank-about-sec .rank-aboutwrap {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .rank-about-sec .rank-aboutwrap {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap {
    padding: 50px 0 40px;
  }
}
@media only screen and (max-width: 580px) {
  .rank-about-sec .rank-aboutwrap {
    padding: 20px 0 30px;
  }
}
.rank-about-sec .rank-aboutwrap.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap.row-reverse {
    gap: 20px;
  }
}
.rank-about-sec .rank-aboutwrap.row-reverse .right-sec {
  padding-left: 0;
  padding-right: 50px;
}
@media only screen and (max-width: 1080px) {
  .rank-about-sec .rank-aboutwrap.row-reverse .right-sec {
    padding-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .rank-about-sec .rank-aboutwrap.row-reverse .right-sec {
    padding-right: 0;
  }
}

.rank-logo-sec {
  background: #FFFFFF !important;
  padding-bottom: 165px;
}
@media screen and (max-width: 1080px) {
  .rank-logo-sec {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .rank-logo-sec {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 580px) {
  .rank-logo-sec {
    padding-bottom: 50px;
  }
}
.rank-logo-sec .rank-logo-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 246px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rank-logo-sec .rank-logo-blk:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .rank-logo-sec .rank-logo-blk {
    gap: 0 25px;
  }
}
@media screen and (max-width: 680px) {
  .rank-logo-sec .rank-logo-blk {
    gap: 0 10px;
  }
}
@media screen and (max-width: 580px) {
  .rank-logo-sec .rank-logo-blk {
    gap: 20px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rank-logo-sec .rank-logo-blk .ranklogo-blk {
  width: calc(33.33% - 180px);
}
@media screen and (max-width: 1080px) {
  .rank-logo-sec .rank-logo-blk .ranklogo-blk {
    width: calc(33.33% - 50px);
  }
}
@media screen and (max-width: 680px) {
  .rank-logo-sec .rank-logo-blk .ranklogo-blk {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 680px) {
  .rank-logo-sec .rank-logo-blk .ranklogo-blk {
    width: calc(45% - 20px);
    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;
  }
}

.ranking-detail-sec {
  background: #FFFFFF !important;
}
.ranking-detail-sec .title-sec h2 {
  margin-bottom: 13px;
  font-size: 35px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .ranking-detail-sec .title-sec h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .ranking-detail-sec .title-sec h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .ranking-detail-sec .title-sec h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .ranking-detail-sec .title-sec h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.ranking-detail-sec .ranking-cntnt-blk {
  border-bottom: 1px solid rgba(22, 47, 85, 0.2);
}
.ranking-detail-sec .ranking-cntnt-blk:last-child {
  border-bottom: none;
}
.ranking-detail-sec .top-cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 30px 0;
  gap: 144px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .ranking-detail-sec .top-cntnt {
    padding: 50px 0 25px 0;
    gap: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .ranking-detail-sec .top-cntnt {
    padding: 40px 0 20px 0;
    gap: 80px;
  }
}
@media screen and (max-width: 992px) {
  .ranking-detail-sec .top-cntnt {
    gap: 50px;
  }
}
@media screen and (max-width: 680px) {
  .ranking-detail-sec .top-cntnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 580px) {
  .ranking-detail-sec .top-cntnt {
    padding: 20px 0 15px 0;
    gap: 25px;
  }
}
.ranking-detail-sec .btm-cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 1200px) {
  .ranking-detail-sec .btm-cntnt {
    padding: 25px 0 50px 0;
  }
}
@media screen and (max-width: 1080px) {
  .ranking-detail-sec .btm-cntnt {
    padding: 20px 0 40px 0;
  }
}
@media screen and (max-width: 580px) {
  .ranking-detail-sec .btm-cntnt {
    padding: 15px 0 20px 0;
  }
}
.ranking-detail-sec .position-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 149px;
}
.ranking-detail-sec .img-blk {
  max-width: 300px;
  max-height: 109px;
  min-height: 60px;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 680px) {
  .ranking-detail-sec .img-blk {
    width: 100%;
    min-height: auto;
    min-width: auto;
    max-width: none;
  }
}
.ranking-detail-sec .position {
  font-size: 25px;
  color: #105C8E;
  line-height: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .ranking-detail-sec .position {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .ranking-detail-sec .position {
    font-size: 20px;
  }
}
@media screen and (max-width: 580px) {
  .ranking-detail-sec .position {
    font-size: 18px;
  }
}
.ranking-detail-sec .name {
  font-size: 18px;
  line-height: 150%;
  color: #4B4B4B;
}
@media screen and (max-width: 992px) {
  .ranking-detail-sec .name {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ranking-detail-sec .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .ranking-detail-sec .name {
    font-size: 15px;
  }
}
.ranking-detail-sec .btm-cntnt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
  color: #1E1E1E;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .ranking-detail-sec .btm-cntnt p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 580px) {
  .ranking-detail-sec .btm-cntnt p {
    font-size: 14px;
    line-height: 26px;
  }
}

.rank-counter-sec {
  padding-top: 106px;
  background: #FFFFFF !important;
  padding-bottom: 109px;
}
@media screen and (max-width: 1080px) {
  .rank-counter-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .rank-counter-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 580px) {
  .rank-counter-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.rank-counter-sec .rank-counter-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .rank-counter-sec .rank-counter-blk {
    gap: 20px;
  }
}
.rank-counter-sec .rank-counter-blk .left-item {
  width: 50%;
}
.rank-counter-sec .rank-counter-blk .left-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 40px;
  margin-bottom: 44px;
}
@media screen and (max-width: 992px) {
  .rank-counter-sec .rank-counter-blk .left-item .row {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .rank-counter-sec .rank-counter-blk .left-item .row {
    gap: 20px;
  }
}
.rank-counter-sec .rank-counter-blk .left-item .counter-blk {
  width: 40%;
}
.rank-counter-sec .rank-counter-blk .left-item .counter-blk:nth-child(odd) {
  border-right: 1px solid rgba(22, 47, 85, 0.2);
  padding-right: 59px;
}
@media screen and (max-width: 1200px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk:nth-child(odd) {
    padding-right: 30px;
  }
}
@media screen and (max-width: 580px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk:nth-child(odd) {
    padding-left: 10px;
  }
}
.rank-counter-sec .rank-counter-blk .left-item .counter-blk:last-child .countbx .count-number {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk:last-child .countbx .count-number {
    width: 17%;
  }
}
@media screen and (max-width: 680px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk:last-child .countbx .count-number {
    width: 25%;
  }
}
@media screen and (max-width: 580px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk:last-child .countbx .count-number {
    width: 30%;
  }
}
@media screen and (max-width: 350px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk:last-child .countbx .count-number {
    width: 35%;
  }
}
.rank-counter-sec .rank-counter-blk .left-item .counter-blk:nth-child(even) {
  padding-left: 59px;
}
@media screen and (max-width: 1200px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk:nth-child(even) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 580px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk:nth-child(even) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk {
    width: 38%;
  }
}
@media screen and (max-width: 580px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk {
    width: 40%;
  }
}
@media screen and (max-width: 400px) {
  .rank-counter-sec .rank-counter-blk .left-item .counter-blk {
    width: 45%;
  }
}
.rank-counter-sec .rank-counter-blk .left-item .countbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 35px;
  font-weight: 600;
  color: #105C8E;
}
@media screen and (max-width: 1300px) {
  .rank-counter-sec .rank-counter-blk .left-item .countbx {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .rank-counter-sec .rank-counter-blk .left-item .countbx {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .rank-counter-sec .rank-counter-blk .left-item .countbx {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .rank-counter-sec .rank-counter-blk .left-item .countbx {
    font-size: 20px;
  }
}
.rank-counter-sec .rank-counter-blk .left-item .count-number {
  width: 57%;
  display: block;
}
@media screen and (max-width: 768px) {
  .rank-counter-sec .rank-counter-blk .left-item .count-number {
    width: 30%;
  }
}
@media screen and (max-width: 680px) {
  .rank-counter-sec .rank-counter-blk .left-item .count-number {
    width: 48%;
  }
}
@media screen and (max-width: 580px) {
  .rank-counter-sec .rank-counter-blk .left-item .count-number {
    width: 57%;
  }
}
@media screen and (max-width: 350px) {
  .rank-counter-sec .rank-counter-blk .left-item .count-number {
    width: 65%;
  }
}
.rank-counter-sec .rank-counter-blk .left-item .plus {
  display: block;
  width: 25%;
}
.rank-counter-sec .rank-counter-blk .left-item .title {
  font-size: 15px;
  color: #4B4B4B;
  line-height: 150%;
}
@media screen and (max-width: 992px) {
  .rank-counter-sec .rank-counter-blk .left-item .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .rank-counter-sec .rank-counter-blk .left-item .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .rank-counter-sec .rank-counter-blk .left-item .title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .rank-counter-sec .rank-counter-blk .left-item {
    width: 100%;
  }
}
.rank-counter-sec .rank-counter-blk .right-item {
  width: 40%;
  max-width: 500px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .rank-counter-sec .rank-counter-blk .right-item {
    width: 100%;
    max-width: none;
  }
}
.rank-counter-sec .know-more-btn a {
  border: 1px solid #C1252B;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #1E1E1E;
  font-size: 15px;
}
.rank-counter-sec .know-more-btn a::after {
  position: absolute;
  content: "";
  background: #C1252B;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rank-counter-sec .know-more-btn a:hover {
  color: #FFFFFF;
}
.rank-counter-sec .know-more-btn a:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}

.rank-middle-banner {
  background: rgba(16, 92, 142, 0.1) !important;
  padding: 120px 0;
}
@media screen and (max-width: 1200px) {
  .rank-middle-banner {
    padding: 110px 0;
  }
}
@media screen and (max-width: 1100px) {
  .rank-middle-banner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .rank-middle-banner {
    padding: 70px 0;
  }
}
@media screen and (max-width: 580px) {
  .rank-middle-banner {
    padding: 40px 0;
  }
}
.rank-middle-banner .rank-middle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .rank-middle-banner .rank-middle-wrap {
    gap: 50px;
  }
}
@media screen and (max-width: 880px) {
  .rank-middle-banner .rank-middle-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 580px) {
  .rank-middle-banner .rank-middle-wrap {
    gap: 25px;
  }
}
@media screen and (max-width: 580px) {
  .rank-middle-banner .left-cntnt img {
    max-width: 150px;
  }
}
.rank-middle-banner .left-sec {
  width: 35%;
  max-width: 415px;
  padding: 40px;
  position: relative;
  background: #BF2228;
}
.rank-middle-banner .left-sec h4 {
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .rank-middle-banner .left-sec h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .rank-middle-banner .left-sec h4 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .rank-middle-banner .left-sec h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 580px) {
  .rank-middle-banner .left-sec h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .rank-middle-banner .left-sec h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .rank-middle-banner .left-sec {
    width: 45%;
    padding: 20px;
  }
}
@media screen and (max-width: 880px) {
  .rank-middle-banner .left-sec {
    margin: 0 auto;
    width: 55%;
  }
}
@media screen and (max-width: 680px) {
  .rank-middle-banner .left-sec {
    width: 70%;
  }
}
@media screen and (max-width: 580px) {
  .rank-middle-banner .left-sec {
    width: 100%;
  }
}
.rank-middle-banner .right-sec {
  width: 39%;
  max-width: 500px;
}
@media screen and (max-width: 1080px) {
  .rank-middle-banner .right-sec {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .rank-middle-banner .right-sec {
    width: 45%;
  }
}
@media screen and (max-width: 880px) {
  .rank-middle-banner .right-sec {
    width: 100%;
    max-width: none;
  }
}
.rank-middle-banner .right-sec .redtxt {
  color: #BF2228;
}
.rank-middle-banner .right-sec p {
  font-size: 18px;
  line-height: 35px;
  color: #1E1E1E;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .rank-middle-banner .right-sec p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .rank-middle-banner .right-sec p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
  .rank-middle-banner .right-sec p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 580px) {
  .rank-middle-banner .right-sec p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 400px) {
  .rank-middle-banner .right-sec p {
    font-size: 13px;
    line-height: 24px;
  }
}
.rank-middle-banner .left-img-wrap {
  position: absolute;
  right: -198px;
  top: -19px;
}
@media screen and (max-width: 992px) {
  .rank-middle-banner .left-img-wrap {
    right: -20%;
    top: -7px;
  }
}
@media screen and (max-width: 580px) {
  .rank-middle-banner .left-img-wrap {
    right: -10px;
  }
}
.rank-middle-banner .mask-img-sec {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-image: url("../images/rankings/mask-img.svg");
          mask-image: url("../images/rankings/mask-img.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  max-width: 401px;
}
.rank-middle-banner .mask-img-sec img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .rank-middle-banner .mask-img-sec {
    max-width: 300px;
  }
}
@media screen and (max-width: 580px) {
  .rank-middle-banner .mask-img-sec {
    max-width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .rank-middle-banner .mask-img-sec {
    max-width: 180px;
  }
}
.rank-middle-banner .yellow-up {
  position: absolute;
  width: 145px;
  height: 102px;
  right: 23px;
  bottom: 76px;
  background-image: url(../images/rankings/yellow-up1.svg);
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 880px) {
  .rank-middle-banner .yellow-up {
    background-size: 130px;
    bottom: 30px;
    right: 0;
  }
}
@media only screen and (max-width: 680px) {
  .rank-middle-banner .yellow-up {
    background-size: 100px;
    bottom: 55px;
    text-align: center;
    width: 100px;
    height: 50px;
    right: 35px;
  }
}
@media screen and (max-width: 400px) {
  .rank-middle-banner .yellow-up {
    right: 0;
    bottom: 28px;
  }
}

.page-template-accredations {
  background: #FFFFFF !important;
}

.acc-first-blk {
  padding-top: 74px;
}
.acc-first-blk .title-blk h2 {
  margin-bottom: 13px;
  font-size: 35px;
  line-height: 100%;
  font-weight: 500;
  color: #162F55;
}
@media screen and (max-width: 1300px) {
  .acc-first-blk .title-blk h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .acc-first-blk .title-blk h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .acc-first-blk .title-blk h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .acc-first-blk .title-blk h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1080px) {
  .acc-first-blk {
    padding-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .acc-first-blk {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  .acc-first-blk {
    padding-top: 40px;
  }
}
.acc-first-blk .acc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 65px;
  padding: 60px 0;
  border-bottom: 1px solid rgba(22, 47, 85, 0.2);
}
.acc-first-blk .acc-blk:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1080px) {
  .acc-first-blk .acc-blk {
    padding: 50px 0;
    gap: 50px;
  }
}
@media screen and (max-width: 992px) {
  .acc-first-blk .acc-blk {
    padding: 30px 0;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .acc-first-blk .acc-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 580px) {
  .acc-first-blk .acc-blk {
    padding: 25px 0;
    gap: 25px;
  }
}
.acc-first-blk .acc-first-wrapper {
  padding-top: 8px;
}
.acc-first-blk .img-blk {
  width: 100%;
  max-width: 280px;
  min-height: 238px;
  max-height: 238px;
  height: auto;
  border: 1px solid rgba(22, 47, 85, 0.1490196078);
  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: 34px 50px;
}
.acc-first-blk .img-blk img {
  max-height: 170px;
  max-width: 184px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .acc-first-blk .img-blk {
    width: 100%;
  }
}
.acc-first-blk .cntnt-blk {
  width: calc(100% - 345px);
}
.acc-first-blk .cntnt-blk h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .acc-first-blk .cntnt-blk h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .acc-first-blk .cntnt-blk h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .acc-first-blk .cntnt-blk h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .acc-first-blk .cntnt-blk h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.acc-first-blk .cntnt-blk p {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
  color: rgba(30, 30, 30, 0.8);
}
@media screen and (max-width: 992px) {
  .acc-first-blk .cntnt-blk p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .acc-first-blk .cntnt-blk p {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .acc-first-blk .cntnt-blk p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .acc-first-blk .cntnt-blk {
    width: 100%;
    text-align: center;
  }
}
.acc-first-blk .know-more-btn a {
  border: 1px solid #C1252B;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #1E1E1E;
  font-size: 15px;
}
.acc-first-blk .know-more-btn a::after {
  position: absolute;
  content: "";
  background: #C1252B;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acc-first-blk .know-more-btn a:hover {
  color: #FFFFFF;
}
.acc-first-blk .know-more-btn a:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}

.iso-certfctn-sec {
  padding: 100px 0;
  background: linear-gradient(267.13deg, #07314D 0%, #004878 0.01%, rgba(7, 49, 77, 0.86) 100.79%);
}
@media screen and (max-width: 1080px) {
  .iso-certfctn-sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .iso-certfctn-sec {
    padding: 70px 0;
  }
}
@media screen and (max-width: 580px) {
  .iso-certfctn-sec {
    padding: 50px 0;
  }
}
.iso-certfctn-sec .icon-certifctn-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .iso-certfctn-sec .icon-certifctn-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.iso-certfctn-sec .title-sec h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 13px;
  color: #FFFFFF;
}
@media screen and (max-width: 1300px) {
  .iso-certfctn-sec .title-sec h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .iso-certfctn-sec .title-sec h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .iso-certfctn-sec .title-sec h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .iso-certfctn-sec .title-sec h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.iso-certfctn-sec .lft-contnt {
  width: 45%;
  max-width: 511px;
}
.iso-certfctn-sec .lft-contnt p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1080px) {
  .iso-certfctn-sec .lft-contnt p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 992px) {
  .iso-certfctn-sec .lft-contnt p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 580px) {
  .iso-certfctn-sec .lft-contnt p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1180px) {
  .iso-certfctn-sec .lft-contnt {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .iso-certfctn-sec .lft-contnt {
    width: 100%;
    margin-bottom: 25px;
  }
}
.iso-certfctn-sec .rht-img {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.iso-certfctn-sec .rht-img .img-blk {
  width: 100%;
  max-width: 120px;
  min-height: 110px;
  max-height: 110px;
  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-color: #FFFFFF;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media screen and (max-width: 992px) {
  .iso-certfctn-sec .rht-img .img-blk {
    width: 22%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .iso-certfctn-sec .rht-img .img-blk {
    width: 24%;
  }
}
@media screen and (max-width: 580px) {
  .iso-certfctn-sec .rht-img .img-blk {
    width: 48%;
  }
}
.iso-certfctn-sec .rht-img .img-blk:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1180px) {
  .iso-certfctn-sec .rht-img {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .iso-certfctn-sec .rht-img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .iso-certfctn-sec .rht-img {
    gap: 10px;
  }
}
@media screen and (max-width: 580px) {
  .iso-certfctn-sec .rht-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ranking-detail-sec {
  padding: 112px 0;
}
@media screen and (max-width: 1080px) {
  .ranking-detail-sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .ranking-detail-sec {
    padding: 70px 0;
  }
}
@media screen and (max-width: 580px) {
  .ranking-detail-sec {
    padding: 50px 0;
  }
}
.ranking-detail-sec .ranking-cntnt-sec {
  max-width: 780px;
}
.ranking-detail-sec .ranking-cntnt-sec img {
  margin-bottom: 25px;
  max-height: 68px;
}
.ranking-detail-sec .ranking-cntnt-sec h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
  color: #105C8E;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1300px) {
  .ranking-detail-sec .ranking-cntnt-sec h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .ranking-detail-sec .ranking-cntnt-sec h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .ranking-detail-sec .ranking-cntnt-sec h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .ranking-detail-sec .ranking-cntnt-sec h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.ranking-detail-sec .ranking-cntnt-sec p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
  color: rgba(30, 30, 30, 0.8);
}
.ranking-detail-sec .ranking-cntnt-sec p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .ranking-detail-sec .ranking-cntnt-sec p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 992px) {
  .ranking-detail-sec .ranking-cntnt-sec p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 580px) {
  .ranking-detail-sec .ranking-cntnt-sec p {
    font-size: 14px;
    line-height: 26px;
  }
}
.ranking-detail-sec.bg-blue {
  background: rgba(16, 92, 142, 0.1) !important;
}

.acc-award-blk {
  padding-top: 74px;
}
@media screen and (max-width: 1080px) {
  .acc-award-blk {
    padding-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .acc-award-blk {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  .acc-award-blk {
    padding-top: 40px;
  }
}
.acc-award-blk .title-blk h2 {
  margin-bottom: 13px;
  font-size: 35px;
  line-height: 100%;
  font-weight: 500;
  color: #162F55;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .acc-award-blk .title-blk h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .acc-award-blk .title-blk h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .acc-award-blk .title-blk h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .acc-award-blk .title-blk h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.acc-award-blk .acc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 65px;
  padding: 85px 0;
}
.acc-award-blk .acc-blk:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1080px) {
  .acc-award-blk .acc-blk {
    gap: 45px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .acc-award-blk .acc-blk {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 580px) {
  .acc-award-blk .acc-blk {
    padding: 15px 0;
  }
}
.acc-award-blk .acc-blk .img-blk {
  width: 100%;
  max-width: 280px;
  min-height: 188px;
  max-height: 188px;
  height: auto;
  border: 1px solid rgba(22, 47, 85, 0.1490196078);
  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: 45px 50px;
}
.acc-award-blk .acc-blk .img-blk img {
  max-height: 64px;
  max-width: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.acc-award-blk .acc-blk .img-blk a {
  width: 100%;
  height: auto;
  max-width: 280px;
  min-height: 188px;
  max-height: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.acc-award-blk .acc-blk .img-blk:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.acc-award-blk .acc-blk .img-blk:hover:hover {
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.acc-award-blk .acc-blk .cntnt-blk {
  width: calc(100% - 435px);
}
@media screen and (max-width: 992px) {
  .acc-award-blk .acc-blk .cntnt-blk {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .acc-award-blk .acc-blk .cntnt-blk {
    width: 100%;
    text-align: center;
  }
}
.acc-award-blk .acc-blk .cntnt-blk h4 {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 15px;
  color: #105C8E;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1200px) {
  .acc-award-blk .acc-blk .cntnt-blk h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .acc-award-blk .acc-blk .cntnt-blk h4 {
    margin-bottom: 10px;
  }
}
.acc-award-blk .acc-blk .cntnt-blk p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
  color: rgba(30, 30, 30, 0.8);
}
.acc-award-blk .acc-blk .cntnt-blk p:last-child {
  margin-bottom: 23px;
}
@media screen and (max-width: 992px) {
  .acc-award-blk .acc-blk .cntnt-blk p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .acc-award-blk .acc-blk .cntnt-blk p {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .acc-award-blk .acc-blk .cntnt-blk p {
    font-size: 14px;
    line-height: 26px;
  }
}
.acc-award-blk .acc-award-wrapper {
  padding-top: 8px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(22, 47, 85, 0.2);
}
.acc-award-blk .blue-awrdbx-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 27px;
}
@media screen and (max-width: 992px) {
  .acc-award-blk .blue-awrdbx-wrp {
    gap: 40px;
  }
}
@media screen and (max-width: 580px) {
  .acc-award-blk .blue-awrdbx-wrp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.acc-award-blk .blue-awrdbx-wrp .blue-award-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px;
  background: linear-gradient(267.13deg, #07314D 0%, #004878 0.01%, rgba(7, 49, 77, 0.86) 100.79%);
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .acc-award-blk .blue-awrdbx-wrp .blue-award-item {
    gap: 25px;
  }
}
@media screen and (max-width: 992px) {
  .acc-award-blk .blue-awrdbx-wrp .blue-award-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 580px) {
  .acc-award-blk .blue-awrdbx-wrp .blue-award-item {
    width: 100%;
  }
}
.acc-award-blk .blue-awrdbx-wrp .img-blk {
  width: 100%;
  max-width: 137px;
  min-height: 135px;
  max-height: 135px;
  height: auto;
  background: #FFFFFF;
  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: 20px 10px;
}
.acc-award-blk .blue-awrdbx-wrp .img-blk img {
  max-height: 93px;
  max-width: 117px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .acc-award-blk .blue-awrdbx-wrp .img-blk {
    min-height: 125px;
    max-height: 125px;
  }
}
.acc-award-blk .blue-awrdbx-wrp .cntnt-blk {
  width: calc(100% - 177px);
}
.acc-award-blk .blue-awrdbx-wrp .cntnt-blk h4 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  max-width: 292px;
}
@media screen and (max-width: 1200px) {
  .acc-award-blk .blue-awrdbx-wrp .cntnt-blk h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .acc-award-blk .blue-awrdbx-wrp .cntnt-blk h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .acc-award-blk .blue-awrdbx-wrp .cntnt-blk h4 {
    font-size: 16px;
    text-align: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .acc-award-blk .blue-awrdbx-wrp .cntnt-blk h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .acc-award-blk .blue-awrdbx-wrp .cntnt-blk {
    width: 100%;
  }
}
.acc-award-blk .know-more-btn a {
  border: 1px solid #C1252B;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #1E1E1E;
  font-size: 15px;
}
.acc-award-blk .know-more-btn a::after {
  position: absolute;
  content: "";
  background: #C1252B;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acc-award-blk .know-more-btn a:hover {
  color: #FFFFFF;
}
.acc-award-blk .know-more-btn a:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}

.acc-award-slider {
  padding-top: 60px;
}
@media screen and (max-width: 1080px) {
  .acc-award-slider {
    padding-top: 55px;
  }
}
@media screen and (max-width: 992px) {
  .acc-award-slider {
    padding-top: 50px;
  }
}
@media screen and (max-width: 580px) {
  .acc-award-slider {
    padding-top: 40px;
  }
}
.acc-award-slider .award-slider-wrapper {
  margin-bottom: 37px;
}
@media screen and (max-width: 992px) {
  .acc-award-slider .award-slider-wrapper {
    margin-bottom: 10px;
  }
}
.acc-award-slider .slider-main-wrapper .img-blk {
  min-height: 188px;
  max-height: 188px;
  height: auto;
  background: #FFFFFF;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.acc-award-slider .slider-main-wrapper .img-blk img {
  max-height: 100px;
  max-width: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
.acc-award-slider .slider-main-wrapper .img-blk a {
  width: 100%;
  height: auto;
  min-height: 188px;
  max-height: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.acc-award-slider .slick-slide {
  margin: 0 10px;
  width: 20% !important;
  border: 1px solid rgba(22, 47, 85, 0.15);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.acc-award-slider .slick-slide:hover {
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 580px) {
  .acc-award-slider .slick-slide {
    margin: 0 30px;
    max-width: 280px;
    margin: 0 auto;
  }
}
.acc-award-slider .slick-list {
  margin: 0 -10px;
  margin-bottom: 37px;
}
.acc-award-slider .slick-track {
  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;
}
.acc-award-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.acc-award-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
  font-size: 0;
}
.acc-award-slider .slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 10px;
  background: rgba(16, 92, 142, 0.2);
  padding: 0;
  line-height: normal;
  font-size: 0;
  color: rgba(16, 92, 142, 0.2);
  text-shadow: none;
}
.acc-award-slider .slick-dots li.slick-active button {
  background: #BF2228;
  color: #BF2228;
}

.biomedical-blk-sec {
  padding-top: 112px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .biomedical-blk-sec {
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .biomedical-blk-sec {
    padding-top: 40px;
  }
}
@media screen and (max-width: 580px) {
  .biomedical-blk-sec {
    padding-top: 30px;
  }
}
.biomedical-blk-sec .biomedical-blk-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .biomedical-blk-sec .biomedical-blk-area {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.biomedical-blk-sec .lft-cntnt {
  width: 52%;
}
.biomedical-blk-sec .lft-cntnt h2 {
  margin-bottom: 13px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  color: #105C8E;
}
@media screen and (max-width: 1300px) {
  .biomedical-blk-sec .lft-cntnt h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .biomedical-blk-sec .lft-cntnt h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .biomedical-blk-sec .lft-cntnt h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .biomedical-blk-sec .lft-cntnt h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
  }
}
.biomedical-blk-sec .lft-cntnt p {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
  color: rgba(30, 30, 30, 0.8);
}
@media screen and (max-width: 1080px) {
  .biomedical-blk-sec .lft-cntnt p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 992px) {
  .biomedical-blk-sec .lft-cntnt p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 580px) {
  .biomedical-blk-sec .lft-cntnt p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .biomedical-blk-sec .lft-cntnt {
    width: 100%;
  }
}
.biomedical-blk-sec .rht-cntnt {
  width: 40%;
  overflow: hidden;
}
.biomedical-blk-sec .rht-cntnt img {
  max-height: 394px;
}
@media screen and (max-width: 768px) {
  .biomedical-blk-sec .rht-cntnt img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .biomedical-blk-sec .rht-cntnt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.biomedical-blk-sec .know-more-btn a {
  border: 1px solid #C1252B;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #1E1E1E;
  font-size: 15px;
}
.biomedical-blk-sec .know-more-btn a::after {
  position: absolute;
  content: "";
  background: #C1252B;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.biomedical-blk-sec .know-more-btn a:hover {
  color: #FFFFFF;
}
.biomedical-blk-sec .know-more-btn a:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}

.page-template-leadership {
  background: #FFFFFF !important;
}
.page-template-leadership .mfp-bg {
  background: #fff;
  opacity: 0.95;
}
.page-template-leadership .mfp-close {
  color: #174A6C;
  text-shadow: none;
  opacity: 1;
}

.top-leader-sec {
  padding-top: 112px;
}
@media screen and (max-width: 1080px) {
  .top-leader-sec {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-leader-sec {
    padding-top: 60px;
  }
}
@media screen and (max-width: 680px) {
  .top-leader-sec {
    padding-top: 40px;
  }
}
.top-leader-sec .leader-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 71px;
  border-bottom: 1px solid rgba(22, 47, 85, 0.2);
}
@media screen and (max-width: 1080px) {
  .top-leader-sec .leader-top-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-leader-sec .leader-top-wrap {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 680px) {
  .top-leader-sec .leader-top-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
  }
}
.top-leader-sec .leader-top-left {
  width: 40%;
  position: relative;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .top-leader-sec .leader-top-left {
    width: 100%;
    text-align: center;
  }
}
.top-leader-sec .leader-top-left .lead-item {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.top-leader-sec .leader-top-left .lead-item img {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.top-leader-sec .leader-top-left a {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  overflow: hidden;
}
.top-leader-sec .leader-top-left a:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.top-leader-sec .leader-top-left a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.top-leader-sec .leader-top-right {
  width: 55%;
}
@media screen and (max-width: 680px) {
  .top-leader-sec .leader-top-right {
    width: 100%;
  }
}
.top-leader-sec .quotes {
  margin-bottom: 30px;
  padding-left: 24px;
  border-left: 2px solid #FFC700;
}
.top-leader-sec .quotes h3 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 500;
  color: #105C8E;
  max-width: 82%;
}
@media screen and (max-width: 1300px) {
  .top-leader-sec .quotes h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .top-leader-sec .quotes h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .top-leader-sec .quotes h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 680px) {
  .top-leader-sec .quotes h3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .top-leader-sec .quotes h3 {
    font-size: 18px;
  }
}
.top-leader-sec .quotes .text-by {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 100%;
  color: rgba(22, 47, 85, 0.6);
}
@media screen and (max-width: 992px) {
  .top-leader-sec .quotes .text-by {
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  .top-leader-sec .quotes .text-by {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .top-leader-sec .quotes .text-by {
    font-size: 13px;
  }
}
.top-leader-sec h2 {
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  color: #BF2228;
}
@media screen and (max-width: 1300px) {
  .top-leader-sec h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .top-leader-sec h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .top-leader-sec h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .top-leader-sec h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
    text-align: center;
  }
}
.top-leader-sec p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(30, 30, 30, 0.8);
  font-weight: 400;
  margin-bottom: 0;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .top-leader-sec p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 580px) {
  .top-leader-sec p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .top-leader-sec p {
    font-size: 13px;
    line-height: 24px;
  }
}
.top-leader-sec .yellow-down {
  position: absolute;
  width: 94px;
  height: 55px;
  left: 86px;
  bottom: 8px;
  background-image: url("../images/leadership/yellow-down.svg");
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top-leader-sec .yellow-down {
    bottom: 0;
  }
}
@media only screen and (max-width: 680px) {
  .top-leader-sec .yellow-down {
    left: auto;
    right: 30px;
    background-size: 60px;
    width: 60px;
    height: 60px;
  }
}
.top-leader-sec .red-up {
  position: absolute;
  width: 37px;
  height: 21px;
  left: 11px;
  top: 97px;
  background-image: url("../images/leadership/red-up.svg");
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 680px) {
  .top-leader-sec .red-up {
    top: 50px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

.leader-pop-sec {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(16, 92, 142, 0.1019607843);
          box-shadow: 0px 10px 30px 0px rgba(16, 92, 142, 0.1019607843);
  border: 1px solid #D8E8F2;
  width: 100%;
  max-width: 1180px;
  margin: 50px auto;
  background: #FFFFFF !important;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .leader-pop-sec {
    width: 90%;
  }
}
.leader-pop-sec .pop-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .leader-pop-sec .pop-wrapper {
    gap: 35px;
  }
}
@media screen and (max-width: 680px) {
  .leader-pop-sec .pop-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.leader-pop-sec .pop-image {
  width: 30%;
}
.leader-pop-sec .pop-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .leader-pop-sec .pop-image {
    width: 40%;
  }
}
@media screen and (max-width: 680px) {
  .leader-pop-sec .pop-image {
    width: 100%;
  }
}
.leader-pop-sec .pop-content {
  width: 65%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  .leader-pop-sec .pop-content {
    width: 60%;
    padding-right: 35px;
  }
}
@media screen and (max-width: 680px) {
  .leader-pop-sec .pop-content {
    width: 100%;
    padding-right: 0;
    padding: 30px;
  }
}
.leader-pop-sec .pop-content h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #BF2228;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1300px) {
  .leader-pop-sec .pop-content h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .leader-pop-sec .pop-content h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .leader-pop-sec .pop-content h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .leader-pop-sec .pop-content h3 {
    font-size: 20px;
  }
}
.leader-pop-sec .pop-content .pop-desig {
  font-size: 18px;
  line-height: 100%;
  color: rgba(35, 35, 35, 0.75);
  margin-bottom: 23px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 992px) {
  .leader-pop-sec .pop-content .pop-desig {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .leader-pop-sec .pop-content .pop-desig {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .leader-pop-sec .pop-content .pop-desig {
    font-size: 15px;
  }
}
.leader-pop-sec .pop-content .pop-desc p {
  font-size: 20px;
  color: #1E1E1E;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .leader-pop-sec .pop-content .pop-desc p {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 992px) {
  .leader-pop-sec .pop-content .pop-desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .leader-pop-sec .pop-content .pop-desc p {
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  .leader-pop-sec .pop-content .pop-desc p {
    font-size: 14px;
    line-height: 30px;
  }
}
.leader-pop-sec .know-more-btn a {
  border: 1px solid #C1252B;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #1E1E1E;
  font-size: 15px;
}
.leader-pop-sec .know-more-btn a::after {
  position: absolute;
  content: "";
  background: #C1252B;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.leader-pop-sec .know-more-btn a:hover {
  color: #FFFFFF;
}
.leader-pop-sec .know-more-btn a:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}

.btm-leader-sec .btm-leader-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(22, 47, 85, 0.2);
  gap: 30px 150px;
}
@media screen and (max-width: 1180px) {
  .btm-leader-sec .btm-leader-area {
    gap: 30px 130px;
  }
}
@media screen and (max-width: 1080px) {
  .btm-leader-sec .btm-leader-area {
    gap: 30px 100px;
  }
}
@media screen and (max-width: 768px) {
  .btm-leader-sec .btm-leader-area {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  .btm-leader-sec .btm-leader-area {
    padding-bottom: 40px;
    gap: 30px;
  }
}
.btm-leader-sec .btm-leader-area .leader-wrap {
  width: calc(27% - 30px);
  background-color: transparent;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1080px) {
  .btm-leader-sec .btm-leader-area .leader-wrap {
    padding-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .btm-leader-sec .btm-leader-area .leader-wrap {
    width: calc(45% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .btm-leader-sec .btm-leader-area .leader-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  .btm-leader-sec .btm-leader-area .leader-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }
}
.btm-leader-sec .leader-cntnt-sec .leader-name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #BF2228;
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1300px) {
  .btm-leader-sec .leader-cntnt-sec .leader-name {
    font-size: 23px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .btm-leader-sec .leader-cntnt-sec .leader-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .btm-leader-sec .leader-cntnt-sec .leader-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .btm-leader-sec .leader-cntnt-sec .leader-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .btm-leader-sec .leader-cntnt-sec .leader-name {
    text-align: center;
  }
}
.btm-leader-sec .leader-cntnt-sec p {
  font-size: 14px;
  line-height: 32px;
  color: rgba(35, 35, 35, 0.75);
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .btm-leader-sec .leader-cntnt-sec p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 580px) {
  .btm-leader-sec .leader-cntnt-sec p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .btm-leader-sec .leader-cntnt-sec p {
    font-size: 13px;
    line-height: 24px;
  }
}
.btm-leader-sec .lead-item {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.btm-leader-sec .lead-item img {
  max-height: 264px;
  max-width: 232px;
  text-align: center;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 580px) {
  .btm-leader-sec .lead-item img {
    width: 100%;
    aspect-ratio: auto;
    max-width: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.btm-leader-sec .leader-img-sec {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  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;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  overflow: hidden;
}
.btm-leader-sec .leader-img-sec:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.btm-leader-sec .leader-img-sec:hover .lead-item {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.btm-leader-sec .leader-img-sec:hover .lead-item img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@-webkit-keyframes floatScale {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.05);
            transform: translateY(-10px) scale(1.05);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes floatScale {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.05);
            transform: translateY(-10px) scale(1.05);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.btm-leader-sec .polygon {
  width: 100%;
  height: 52px;
  left: 0;
  bottom: auto;
  background-image: url("../images/leadership/polygon1.svg");
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  background-repeat: no-repeat;
  display: block;
  opacity: 80%;
  -webkit-animation: floatScale 4s ease-in-out infinite;
          animation: floatScale 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .btm-leader-sec .polygon {
    bottom: auto;
  }
}
@media only screen and (max-width: 680px) {
  .btm-leader-sec .polygon {
    background-size: contain;
    height: 50px;
    background-position: top left;
  }
}

.leader-tab-sec {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 580px) {
  .leader-tab-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.leader-tab-sec h2.resp-accordion {
  display: none;
  background: rgba(16, 92, 142, 0.1019607843) !important;
  border: none !important;
  border-color: none !important;
  font-size: 15px !important;
  border-radius: 10px;
  line-height: 2;
  color: #000000 !important;
  padding: 10px 30px;
  margin-bottom: 15px !important;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .leader-tab-sec h2.resp-accordion {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .leader-tab-sec h2.resp-accordion {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 360px) {
  .leader-tab-sec h2.resp-accordion {
    font-size: 14px !important;
  }
}
.leader-tab-sec h2.resp-accordion.resp-tab-active {
  background: #105C8E !important;
  color: #FFFFFF !important;
}
.leader-tab-sec ul.resp-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 992px) {
  .leader-tab-sec ul.resp-tabs-list {
    display: none;
  }
}
.leader-tab-sec ul.resp-tabs-list .resp-tab-item {
  background: rgba(16, 92, 142, 0.1019607843) !important;
  border: none !important;
  border-color: none !important;
  font-size: 15px;
  border-radius: 30px;
  color: #000000 !important;
  padding: 11px 20px;
  min-width: 78px;
  max-height: 48px;
  min-height: 48px;
  width: auto;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 1300px) {
  .leader-tab-sec ul.resp-tabs-list .resp-tab-item {
    font-size: 14px;
    padding: 11px 10px;
  }
}
@media screen and (max-width: 1100px) {
  .leader-tab-sec ul.resp-tabs-list .resp-tab-item {
    font-size: 13px;
  }
}
.leader-tab-sec ul.resp-tabs-list .resp-tab-item:hover {
  background: #105C8E !important;
  color: #FFFFFF !important;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.leader-tab-sec ul.resp-tabs-list .resp-tab-active {
  background: #105C8E !important;
  color: #FFFFFF !important;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.leader-tab-sec .btm-leader-area {
  border-bottom: none;
}
.leader-tab-sec h2.resp-tab-active:after {
  display: none;
}

.page-template-academiccalendar {
  background: #FFFFFF !important;
}

.academic-calender-wrapper {
  padding-top: 112px;
  padding-bottom: 194px;
}
@media screen and (max-width: 1200px) {
  .academic-calender-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .academic-calender-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 680px) {
  .academic-calender-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.academic-calender-sec {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 680px) {
  .academic-calender-sec {
    padding-bottom: 70px;
  }
  .academic-calender-sec:last-child {
    padding-bottom: 0;
  }
}
.academic-calender-sec:last-child {
  padding-bottom: 0;
}
.academic-calender-sec .academic-calender-blk h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  color: #105C8E;
}
@media screen and (max-width: 1300px) {
  .academic-calender-sec .academic-calender-blk h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .academic-calender-sec .academic-calender-blk h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .academic-calender-sec .academic-calender-blk h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .academic-calender-sec .academic-calender-blk h3 {
    font-size: 20px;
  }
}
.academic-calender-sec .academic-calender-track {
  padding-top: 38px;
}
@media screen and (max-width: 680px) {
  .academic-calender-sec .academic-calender-track {
    padding-top: 30px;
  }
}
.academic-calender-sec .academic-calender-item {
  background: none;
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 680px) {
  .academic-calender-sec .academic-calender-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.academic-calender-sec .academic-calender-item a {
  padding: 20px 45px 20px 0;
  display: block;
  position: relative;
}
.academic-calender-sec .academic-calender-item a::after {
  content: "";
  position: absolute;
  background: transparent url("../images/calender/arrow-right.svg") no-repeat 15px center;
  background-position: right center;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-size: 35px;
}
@media screen and (max-width: 680px) {
  .academic-calender-sec .academic-calender-item a::after {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
}
@media screen and (max-width: 680px) {
  .academic-calender-sec .academic-calender-item a {
    padding: 10px 35px 10px 0;
  }
}
.academic-calender-sec .slick-list {
  margin: 0 -10px;
  margin-bottom: 37px;
  padding: 42px 0;
  border-top: 1px solid #162F55;
  border-bottom: 1px solid #162F55;
}
@media screen and (max-width: 680px) {
  .academic-calender-sec .slick-list {
    padding: 20px 0;
  }
}
.academic-calender-sec .slick-slide {
  margin: 0 10px;
}
.academic-calender-sec .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.academic-calender-sec .academic-calender-txt {
  font-size: 18px;
  line-height: 35px;
  color: rgba(30, 30, 30, 0.8);
  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;
}
@media screen and (max-width: 1300px) {
  .academic-calender-sec .academic-calender-txt {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .academic-calender-sec .academic-calender-txt {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .academic-calender-sec .academic-calender-txt {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 680px) {
  .academic-calender-sec .academic-calender-txt {
    font-size: 14px;
    line-height: 26px;
  }
}
.academic-calender-sec .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.academic-calender-sec .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
  font-size: 0;
}
.academic-calender-sec .slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 10px;
  background: rgba(16, 92, 142, 0.2);
  padding: 0;
  line-height: normal;
  font-size: 0;
  color: rgba(16, 92, 142, 0.2);
  text-shadow: none;
}
.academic-calender-sec .slick-dots li.slick-active button {
  background: #BF2228;
  color: #BF2228;
}

.ubermenu-submenu {
  background: #A8151B !important;
}
.ubermenu-submenu .ubermenu-target-text {
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin: 0 0 12px !important;
  text-transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: break-spaces;
}
.ubermenu-submenu .ubermenu-target-text:hover {
  font-weight: 700 !important;
}
.ubermenu-submenu .ubermenu-target {
  background: transparent !important;
  padding: 0 !important;
  position: relative;
}
.ubermenu-submenu .ubermenu-target::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 10px;
  left: 0;
}
.ubermenu-submenu .ubermenu-target:hover {
  padding-left: 15px !important;
}
.ubermenu-submenu .ubermenu-target:hover::before {
  width: 10px;
  margin-right: 10px;
}
.ubermenu-submenu .First-main-menu {
  padding: 60px !important;
}
.ubermenu-submenu .First-main-menu .ubermenu-tabs-group {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.ubermenu-submenu .Second-main-menu {
  padding-top: 60px !important;
}
.ubermenu-submenu .Second-main-menu .ubermenu-tabs-group {
  border: none;
}
.ubermenu-submenu .ubermenu-tabs-group {
  padding: 0px 60px 0 0px !important;
  width: 27% !important;
}
.ubermenu-submenu .ubermenu-tabs-group .ubermenu-tab-content-panel .ubermenu-tabs-group {
  padding: 0px 0px 0 60px !important;
  width: 27% !important;
}
.ubermenu-submenu .ubermenu-tabs-group .ubermenu-tab-content-panel .ubermenu-tabs-group .ubermenu-tab-content-panel {
  background: unset !important;
  padding: 0px 0px 0px 70px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  min-height: 520px !important;
}
.ubermenu-submenu .ubermenu-tabs-group .ubermenu-tab-content-panel .ubermenu-tabs-group .ubermenu-tab-content-panel .ubermenu-item .ubermenu-target {
  max-width: 320px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px !important;
}
.ubermenu-submenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
  height: 100%;
  overflow-y: auto;
}

.Third-main-menu .ubermenu-tab-content-panel .ubermenu-item:first-child {
  padding-top: 40px !important;
}
.Third-main-menu .ubermenu-tab-content-panel .ubermenu-item {
  min-height: unset;
}
.Third-main-menu .ubermenu-tab-content-panel .ubermenu-target-title.ubermenu-target-text {
  max-width: 300px;
  padding: 20px 0;
  margin: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
  overflow-y: auto !important;
}

.ubermenu-skin-white.ubermenu-responsive-toggle {
  background: transparent;
  color: transparent;
  right: 30px;
  position: absolute;
  opacity: 0;
  width: 50px;
  display: none;
}

.ubermenu-item > .ubermenu-tab-content-panel {
  position: relative;
}
.ubermenu-item > .ubermenu-tab-content-panel .Second-main-menu .ubermenu-tab-content-panel::after {
  display: none;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  padding: 20px 0 !important;
  margin-right: 30px !important;
}
@media screen and (max-width: 1340px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding: 20px 0px !important;
  }
}

@media screen and (max-width: 1400px) {
  .ubermenu-submenu .ubermenu-tabs-group .ubermenu-tab-content-panel .ubermenu-tabs-group {
    padding: 0px 0px 0 30px !important;
  }
  .ubermenu-submenu .First-main-menu {
    padding: 60px 30px !important;
  }
}
@media screen and (max-width: 1300px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding: 20px 0px !important;
  }
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 14px !important;
  }
  .ubermenu-submenu .ubermenu-tabs-group .ubermenu-tab-content-panel .ubermenu-tabs-group .ubermenu-tab-content-panel {
    padding: 0px 0px 0px 40px !important;
  }
  .ubermenu-submenu .ubermenu-target-text {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
  .ubermenu-submenu .ubermenu-tabs-group {
    padding: 0px 30px 0 0px !important;
  }
  .Third-main-menu .ubermenu-tab-content-panel .ubermenu-item:first-child {
    padding-top: 40px !important;
  }
  .ubermenu-submenu .Second-main-menu {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 1200px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 13px !important;
  }
  .ubermenu.ubermenu-main .ubermenu-tabs .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-target {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 990px) {
  .ubermenu-nav {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .ubermenu-responsive-default.ubermenu-responsive {
    display: none;
  }
}
.Programes .ubermenu-main .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop.ubermenu-submenu-type-mega {
  height: 800px;
}

.institutions .ubermenu-row {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.institutions .ubermenu-row::before {
  content: "";
  position: absolute;
  width: 62%;
  height: 100%;
  background: #C1252B;
  right: 0;
  top: 0;
}
.institutions .left-column {
  padding: 50px 70px !important;
  width: 43% !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 1300px) {
  .institutions .left-column {
    padding-left: 30px !important;
  }
}
.institutions .left-column .ubermenu-content-block {
  font-family: "Bitter", sans-serif;
  font-size: 45px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0 0 10px !important;
}
@media screen and (max-width: 1300px) {
  .institutions .left-column .ubermenu-content-block {
    font-size: 35px;
  }
}
.institutions .left-column .ubermenu-submenu {
  background: transparent !important;
}
.institutions .left-column .ubermenu-submenu .ubermenu-target-text {
  margin: 0 !important;
}
.institutions .left-column .ubermenu-submenu-type-stack {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-item:first-child {
  width: 100% !important;
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  padding: 40px 0 5px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 37px;
  min-height: unset !important;
  max-width: 383px !important;
  width: 100% !important;
  gap: 37px 35px !important;
}
@media screen and (max-width: 1300px) {
  .institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group {
    padding: 35px 0 5px !important;
    gap: 30px 20px !important;
  }
}
@media screen and (max-width: 1200px) {
  .institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group {
    padding: 35px 0 35px !important;
    gap: 30px 10px !important;
    margin-top: 20px;
    max-width: 346px !important;
  }
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-target {
  width: 100% !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 1200px) {
  .institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-target {
    margin-bottom: 0 !important;
  }
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-target:hover {
  padding-left: 0 !important;
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-target:hover::before {
  display: none !important;
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: calc(50% - 18px) !important;
}
@media screen and (max-width: 1300px) {
  .institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab {
    width: 100% !important;
  }
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 30px;
  background-size: contain;
  aspect-ratio: 1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab::before {
    width: 30px;
  }
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab .ubermenu-target-text {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab .ubermenu-target-text:hover {
  font-weight: 400 !important;
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab .ubermenu-target-title {
  display: block !important;
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab:hover::before {
  -webkit-animation: wobble 1s ease-in-out;
          animation: wobble 1s ease-in-out;
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab:hover .ubermenu-target-text {
  opacity: 0.8 !important;
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab:nth-child(1)::before {
  background-image: url("../images/med.svg");
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab:nth-child(2)::before {
  background-image: url("../images/css.svg");
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab:nth-child(3)::before {
  background-image: url("../images/hospital.svg");
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tabs-group .ubermenu-tab:nth-child(4)::before {
  background-image: url("../images/vidya.svg");
}
.institutions .left-column .ubermenu-submenu-type-stack .ubermenu-tab-layout-left > .ubermenu-tabs-group {
  border-right: none !important;
}
.institutions .right-column {
  height: 100% !important;
  /* background: #C1252B; */
  padding: 60px 0px !important;
  padding-right: 30px !important;
}
.institutions .right-column .ubermenu-submenu {
  background: transparent !important;
  -webkit-column-count: 2 !important;
     -moz-column-count: 2 !important;
          column-count: 2 !important;
  -webkit-column-gap: 60px !important;
     -moz-column-gap: 60px !important;
          column-gap: 60px !important;
}
.institutions .right-column .ubermenu-submenu .ubermenu-item:first-child {
  margin-top: 0 !important;
}
.institutions .right-column .ubermenu-submenu .ubermenu-item {
  max-width: 285px !important;
}
@media screen and (max-width: 1300px) {
  .institutions .right-column .ubermenu-submenu {
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.Programes .programes-outer {
  min-height: unset !important;
  padding-left: 45px !important;
  position: relative;
}
.Programes .programes-outer > .ubermenu-tabs-group {
  width: 100% !important;
}
@media screen and (max-width: 1300px) {
  .Programes .programes-outer {
    padding-left: 40px !important;
  }
}
.Programes .programes-outer > .ubermenu-tabs-group {
  position: relative;
}
.Programes .programes-outer > .ubermenu-tabs-group::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 60px);
  opacity: 0.2;
  background: #ffffff;
  left: 28%;
  top: 30px;
}
.Programes .programes-outer .column-one .ubermenu-tab-content-panel {
  padding-top: 30px !important;
}
.Programes .programes-outer .column-one .ubermenu-tab-content-panel > .ubermenu-tabs-group {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  min-height: 675px !important;
}
.Programes .programes-outer .column-one .ubermenu-tab-content-panel::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background: #C1252B;
  right: 0;
  top: 0;
}
.Programes .programes-outer .column-one:first-child {
  padding-top: 30px !important;
}
.Programes .programes-outer .column-one:last-child {
  padding-bottom: 30px !important;
}
.Programes .programes-outer .column-one .ubermenu-tab-content-panel .ubermenu-tabs-group {
  border-right: none !important;
}
.Programes .programes-outer .column-two .ubermenu-tab-content-panel {
  margin-top: 0 !important;
}
.Programes .programes-outer .column-two .ubermenu-tab-content-panel::after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .Programes .programes-outer .column-one > .ubermenu-target > .ubermenu-target-title {
    max-width: 250px !important;
  }
}
.Programes .programes-outer .column-one .ubermenu-tab-content-panel {
  width: 71% !important;
  z-index: 999;
}

/* Width of the scrollbar */
.programes-outer::-webkit-scrollbar {
  width: 10px;
}

/* Track (background) */
.programes-outer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle (the moving part) */
.programes-outer::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.programes-outer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Works only in Firefox */
.programes-outer {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.resp-tabs-list li {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  background: transparent !important;
  width: 50%;
  margin-right: 15px;
  padding: 8px 20px;
  letter-spacing: normal;
  width: 50%;
}
.resp-tabs-list li:last-child {
  margin-right: 0;
}
.resp-tabs-list li:first-child {
  margin-left: 0;
}

.resp-tabs-list li.resp-tab-active {
  background: #CC202D !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
}
.resp-tabs-list li.resp-tab-active a {
  color: #fff !important;
}
.resp-tabs-list li.resp-tab-active .resp-tab-content {
  display: block;
}

.resp-tab-content {
  display: none;
  padding: 21px 0px 0 0;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-easy-accordion {
  cursor: pointer;
  display: none;
  font-size: 16px;
  border: 0;
  border-top: 0;
  margin: 5px 0;
  position: relative;
  color: #4E4D62;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
  background: #F1EEEE !important;
  padding: 12px 25px;
  border: none;
  border-top: 0px solid #e3e3e3;
  margin: 0px;
  margin-bottom: 15px;
}
h2.resp-easy-accordion:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 14px;
  width: 20px;
  height: 30px;
  font-size: 18px;
  color: #fff;
  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;
}
h2.resp-easy-accordion a {
  color: #4E4D62 !important;
}

h2.resp-tab-active {
  background: #F1EEEE !important;
}
h2.resp-tab-active:after {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 14px;
  width: 20px;
  height: 30px;
  font-size: 18px;
  color: #fff;
  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;
}

@media only screen and (max-width: 760px) {
  .resp-tab-content {
    padding: 10px 0 25px 0;
  }
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;
    text-align: left !important;
    margin: 5px 0 !important;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
}
.bannerBlock-sec {
  position: relative;
  max-height: 520px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .bannerBlock-sec {
    max-height: 320px;
  }
}
.bannerBlock-sec .img-blk {
  position: relative;
  max-height: 520px;
}
@media screen and (max-width: 580px) {
  .bannerBlock-sec .img-blk {
    max-height: 320px;
  }
}
.bannerBlock-sec .img-blk img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 520px;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 580px) {
  .bannerBlock-sec .img-blk img {
    max-height: 320px;
    aspect-ratio: 1;
  }
}
.bannerBlock-sec .img-blk::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  max-height: 520px;
}
@media screen and (max-width: 580px) {
  .bannerBlock-sec .img-blk::before {
    max-height: 320px;
  }
}
.bannerBlock-sec .container {
  position: relative;
}
.bannerBlock-sec .bannerArea-sec {
  position: absolute;
  width: 100%;
  max-width: 90%;
  z-index: 3;
  bottom: 92px;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .bannerBlock-sec .bannerArea-sec {
    left: 15px;
    padding-right: 15px;
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .bannerBlock-sec .bannerArea-sec {
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .bannerBlock-sec .bannerArea-sec {
    bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .bannerBlock-sec .bannerArea-sec {
    bottom: 30px;
  }
}
.bannerBlock-sec h1 {
  font-size: 60px;
  line-height: 70px;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .bannerBlock-sec h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .bannerBlock-sec h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 992px) {
  .bannerBlock-sec h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .bannerBlock-sec h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 580px) {
  .bannerBlock-sec h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 350px) {
  .bannerBlock-sec h1 {
    font-size: 22px;
    line-height: 32px;
  }
}

.zoom {
  -webkit-animation: scale 5s ease-in-out infinite;
          animation: scale 5s ease-in-out infinite;
}

@media screen and (max-width: 1370px) {
  .home_page .research .content .left h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .home_page .research .content .right .list ul li {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1300px) {
  header .header-content .menu-items ul .talk {
    padding: 10px 20px;
  }
  header .header-content .menu-items ul .talk a {
    font-size: 12px;
  }
  footer .footer-wrap {
    gap: 20px;
  }
  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 #105C8E;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
  footer .footer-bottom p, footer .footer-bottom a {
    font-size: 16px;
  }
  .solutions h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .solutions h3 {
    font-size: 25px;
    line-height: 40px;
  }
  .solutions a {
    font-size: 20px;
  }
  .contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox .thematicCategoryCaption {
    padding: 30% 20% 20px 20px !important;
  }
}
@media screen and (max-width: 1300px) {
  header .header-content .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .header-content .menu-items ul .submit {
    padding: 10px;
  }
  header .header-content .menu-items ul .submit a {
    font-size: 13px;
  }
  header .admission {
    font-size: 13px;
  }
  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;
  }
  .homeBanner .yellow {
    background-size: 150px 100px;
    right: 50px;
    top: 200px;
    width: 150px;
  }
  .homeBanner .white {
    background-size: 310px 215px;
    width: 310px;
    height: 215px;
  }
  .homeBanner .banner .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .home_page .info h3 {
    font-size: 25px;
    line-height: 40px;
  }
  .home_page .about-us .left {
    padding-right: 30px;
  }
  .home_page .about-us .right {
    padding-left: 30px;
  }
  .home_page .placements .founder .right h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .home_page .placements .founder .right h3 {
    font-size: 30px;
  }
  .bannerBlock {
    padding: 65px 0;
  }
  .bannerBlock .bannerArea h1, .bannerBlock .bannerArea h2 {
    font-size: 35px;
  }
  .contentBlock {
    padding: 0 0 100px;
  }
  .contentBlock .contentArea .contentFull {
    padding: 45px 30px;
  }
  .contentBlock .contentArea .contentFull.p-55 {
    padding: 45px 30px;
  }
  .contentBlock .contentArea .contentRight {
    width: calc(100% - 280px);
    padding: 45px 30px;
  }
  .contentBlock .contentArea h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .contentBlock .contentArea h3 {
    font-size: 28px;
  }
  .contentBlock .contentArea p + .aboutBox {
    margin-top: 40px;
  }
  .contentBlock .contentArea p + figure {
    margin-top: 40px;
  }
  .contentBlock .contentArea .aboutBox {
    padding: 30px;
    margin-bottom: 25px;
  }
  .contentBlock .contentArea .founderBanner {
    padding: 25px;
  }
  .contentBlock .contentArea .founderBanner .founderRight h2 {
    max-width: 300px;
  }
  .contentBlock .contentArea .glide--swipeable {
    margin-bottom: 40px;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption {
    padding: 45% 60px 20px 20px !important;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption a {
    padding: 45% 60px 20px 20px;
  }
  .contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox .thematicCategoryCaption {
    padding: 30% 20% 20px 20px !important;
  }
  .contentBlock .contentArea .bannerGrid .bannerDesc {
    padding-left: 35px;
  }
  .contentBlock .contentArea .projectArea {
    width: 100%;
    margin: 50px 0 0;
  }
  .contentBlock .contentArea .projectArea h2 {
    font-size: 30px;
  }
  .contentBlock .contentArea .projectArea .projectGrid {
    gap: 40px;
  }
  .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title h4 {
    font-size: 20px;
  }
  .singleBannerBlock {
    padding: 45px 0 40px;
    min-height: 250px;
  }
  .singleBannerBlock .singleBannerArea h1, .singleBannerBlock .singleBannerArea h2 {
    max-width: 650px;
    font-size: 35px;
  }
  .singleBannerBlock.programme {
    padding-top: 60px;
  }
  .singleContentBlock {
    padding: 50px 0 70px;
  }
  .singleContentBlock .container {
    max-width: 900px;
  }
  .singleContentBlock h2 {
    font-size: 30px;
    margin: 40px auto 15px;
    padding: 0 30px;
  }
  .singleContentBlock figure {
    margin: 0 0 40px;
  }
  .singleContentBlock ul {
    padding: 0 30px 0 45px;
  }
  .singleContentBlock h3, .singleContentBlock h4, .singleContentBlock h5, .singleContentBlock h6, .singleContentBlock p {
    padding: 0 30px;
  }
  .singleContentBlock .bottomBlock {
    padding: 30px 0;
  }
  .sliderBlock .sliderArea h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
  .eventBlock {
    padding: 50px 0;
  }
  .eventBlock .eventHeader {
    margin: 0 0 30px;
  }
  .eventBlock .eventHeader h2 {
    font-size: 30px;
  }
  .eventBlock .eventArea {
    gap: 30px 40px;
  }
  .eventBlock .eventArea .eventBox .eventCaption {
    padding: 25px;
  }
  .eventBlock .eventArea .eventBox .eventCaption h4 {
    font-size: 18px;
    max-height: 57px;
  }
  .pressBlock {
    padding: 50px 0;
  }
  .pressBlock .pressHeader {
    margin: 0 0 30px;
  }
  .pressBlock .pressHeader h2 {
    font-size: 30px;
  }
  .newsLetterBlock {
    padding: 0 0 100px;
  }
  .newsLetterBlock .newsLetterHeader {
    margin: 0 0 30px;
  }
  .newsLetterBlock .newsLetterHeader h2 {
    font-size: 30px;
  }
  .newsLetterBlock .newsLetterArea {
    gap: 30px 40px;
  }
  .newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterThumb {
    width: 120px;
  }
  .newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterCaption {
    width: calc(100% - 120px);
  }
  .galleryGrid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .galleryGrid .galleryBox .galleryCaption {
    padding: 15px 20px;
  }
  .programmeListBlock {
    padding: 45px 0 100px;
  }
  .programmeListBlock .programmeList + .programmeList {
    margin-top: 35px;
  }
  .programmeListBlock .programmeList h2 {
    margin-bottom: 20px;
  }
  .programmeListBlock .programmeList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 40px;
  }
  .programmeListBlock .programmeList > a {
    margin-bottom: 20px;
  }
  .programmeForm {
    width: 380px;
    padding: 35px 35px 65px;
  }
  .programmeForm h4 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .programmeContentBlock {
    padding: 100px 0 60px;
  }
  .programmeContentBlock .programmeAboutArea .programmeAboutLeft {
    padding: 0 40px 0 0;
  }
  .programmeContentBlock .programmeAboutArea .programmeAboutLeft h2 {
    font-size: 30px;
  }
  .programmeContentBlock .programmeDetailArea {
    margin: 45px 0;
    gap: 40px;
  }
  .programmeContentBlock .programmeDocArea h2 {
    font-size: 30px;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox {
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .detail {
    padding: 20px;
  }
  .programmeCampusBlock {
    min-height: inherit;
    padding: 60px 0;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft {
    padding-right: 50px;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft h2 {
    font-size: 30px;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .programmeOtherBlock {
    padding: 50px 0 100px;
  }
  .programmeOtherBlock .programmeOtherArea {
    width: 100%;
    padding: 40px;
  }
  .programmeOtherBlock .programmeOtherArea h2 {
    font-size: 30px;
  }
  .programmeOtherBlock .programmeOtherArea p + h2 {
    margin-top: 40px;
  }
  .lifeBlock h2 {
    font-size: 30px;
  }
  .lifeBlock .life-slider .lifePagination {
    margin-top: 30px;
  }
  .testimonialBlock {
    padding: 50px 0;
  }
  .testimonialBlock .testimonialHeader h2 {
    font-size: 30px;
  }
  .testimonialBlock .testimonialSlider .card {
    padding: 35px;
  }
  .testimonialBlock .testimonialSlider .card p {
    min-height: 170px;
  }
  .careerOtherBlock {
    padding: 50px 0 150px;
  }
  .careerOtherBlock h2 {
    font-size: 30px;
  }
  .commonContentBlock {
    padding: 50px 0 120px;
  }
  .commonContentBlock .contentColumnRight {
    padding: 0 0 0 40px;
  }
  .commonContentBlock .careerForm {
    padding: 40px;
  }
  .commonContentBlock .careerForm h2 {
    font-size: 25px;
  }
  .commonContentBlock h2 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .commonContentBlock .processArea .processBox {
    margin: 0 0 30px;
  }
  .blogGrid {
    gap: 30px;
  }
  .blogGrid .blogBox .blogCaption {
    padding: 25px;
  }
  .authorArea {
    padding: 40px;
  }
  .authorArea .authorHeader {
    margin: 0 0 30px;
  }
  .authorArea .authorHeader h2 {
    margin: 0 0 10px;
  }
  .authorArea .authorHeader p {
    margin: 0;
  }
  .authorArea .authorRight {
    padding-left: 30px;
  }
  .authorArea .authorRight p {
    margin-bottom: 25px;
  }
  .authorDetailArea .authorDetail {
    padding: 45px 30px;
  }
  .researchBanner {
    padding-top: 60px;
  }
  .researchBanner .researchBannerArea h2 {
    font-size: 28px;
  }
  .researchBanner .researchBannerPagination {
    margin: 40px 0 0;
  }
  .researchBanner.iqacBanner .researchBannerArea .researchBannerLeft h2 {
    font-size: 30px;
  }
  .researchMenuBlock ul li a {
    font-size: 13px;
  }
  .researchUpdateBlock {
    padding: 60px 0 0;
  }
  .researchUpdateBlock h2 {
    font-size: 30px;
  }
  .researchUpdateBlock .newsEventArea {
    padding: 0 0 60px;
  }
  .researchUpdateBlock .events {
    width: 40%;
  }
  .researchUpdateBlock .news {
    width: 60%;
  }
  .grantBlock {
    padding: 60px 0;
  }
  .grantBlock .grantHeader {
    margin: 0 0 30px;
  }
  .grantBlock .grantHeader h2 {
    font-size: 30px;
  }
  .publicationBlock {
    width: 100%;
    padding: 0 0 100px;
  }
  .publicationBlock .publicationHeader {
    margin: 0 0 30px;
  }
  .publicationBlock .publicationHeader h2 {
    font-size: 30px;
  }
  .publicationBlock .publicationArea {
    gap: 30px 40px;
  }
  .researchJobBlock {
    min-height: inherit;
  }
  .researchJobBlock .researchJobArea .researchJobLeft {
    width: 66.66%;
    padding-right: 30px;
  }
  .researchJobBlock .researchJobArea .researchJobLeft h2 {
    font-size: 30px;
  }
  .iqacContentBlock .wp-block-columns {
    padding: 40px 0;
  }
  .iqacContentBlock h1, .iqacContentBlock h2 {
    font-size: 30px;
  }
  .iqacContentBlock .iqacVision {
    gap: 40px;
  }
  .iqacAccreditation {
    padding: 60px 0;
  }
  .iqacAccreditation h2 {
    font-size: 30px;
  }
  .iqacMainBlock h2 {
    font-size: 30px;
  }
  .iqacMainBlock h3 {
    font-size: 25px;
  }
  .iqacMainBlock .groupBlock {
    padding: 40px;
    margin: 0 0 40px;
  }
  .iqacMainBlock .iqcaContentArea .iqacContentDetails {
    padding: 0 0 0 30px;
  }
  .alignnone .kt-tabs-wrap .kt-tabs-title-list {
    margin-bottom: 30px;
  }
  .alignnone .kt-tabs-wrap .kt-tabs-title-list li a.kt-tab-title {
    font-size: 14px;
    padding: 14px 12px;
  }
  .alignnone .wp-block-kadence-tab {
    border: none !important;
    padding: 0 !important;
  }
  .alignnone .wp-block-kadence-tab .wp-block-image {
    margin: 0;
  }
  .alignnone .wp-block-kadence-tab .wp-block-image img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0 0 40px;
  }
  .alignnone .wp-block-kadence-tab .wp-block-columns {
    gap: 28px;
  }
  .alignnone .wp-block-kadence-tab .wp-block-columns .wp-block-image img {
    margin: 0;
  }
  .testimonyArea .card p {
    font-size: 16px;
  }
  .testimonyArea .card h3 {
    font-size: 15px;
  }
  .testimonyArea .card h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .alignnone .kt-tabs-wrap.kt-tabs-tablet-layout-accordion .kt-title-item {
    margin: 0 0 20px;
  }
  .alignnone .kt-tabs-wrap.kt-tabs-tablet-layout-accordion .kt-title-item .kt-tab-title {
    font-family: "Bitter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #105C8E;
    margin: 0 !important;
    padding: 15px 25px !important;
    border-radius: 7px !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(16, 92, 142, 0.15);
  }
  .alignnone .kt-tabs-wrap.kt-tabs-tablet-layout-accordion .kt-title-item .kt-tab-title::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #105C8E;
    border-radius: 4px;
    position: absolute;
    right: 25px;
  }
  .alignnone .kt-tabs-wrap.kt-tabs-tablet-layout-accordion .kt-title-item .kt-tab-title::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #105C8E;
    border-radius: 4px;
    position: absolute;
    right: 30px;
  }
  .alignnone .kt-tabs-wrap.kt-tabs-tablet-layout-accordion .kt-title-item.kt-tab-title-active a {
    color: #fff;
    background-color: #105C8E;
  }
  .alignnone .kt-tabs-wrap.kt-tabs-tablet-layout-accordion .kt-title-item.kt-tab-title-active a::before {
    background-color: #fff;
  }
  .alignnone .kt-tabs-wrap.kt-tabs-tablet-layout-accordion .kt-title-item.kt-tab-title-active a::after {
    display: none;
  }
  .alignnone .kt-tabs-wrap.kt-tabs-tablet-layout-accordion .wp-block-kadence-tab {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 992px) {
  header .header-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  header .header-content .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-content .menu-items .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: 30px;
    width: 30px;
    height: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-content .menu-items .toggler span {
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .header-content .menu-items .toggler span:nth-child(2) {
    width: 20px;
  }
  header .header-content .menu-items .toggler.rotate span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -1.5px;
  }
  header .header-content .menu-items .toggler.rotate span:nth-child(2) {
    display: none;
  }
  header .header-content .menu-items .toggler.rotate span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: -1.5px;
  }
  header .header-content .menu-items ul .admission {
    display: block !important;
    padding: 0 30px !important;
    margin: 15px 0 0 !important;
  }
  header .header-content .menu-items ul .admission a {
    display: inline-block !important;
    color: #1E1E1E !important;
    border-radius: 4px !important;
    background: #FFC700 !important;
  }
  header .header-content .menu-items ul .admission a:hover, header .header-content .menu-items ul .admission a:focus {
    color: #FFC700 !important;
    -webkit-box-shadow: inset 0 -6em 0 0 #000 !important;
            box-shadow: inset 0 -6em 0 0 #000 !important;
  }
  header .menu-right {
    display: none;
  }
  header .admission {
    display: block !important;
    padding: 15px;
    text-align: center;
  }
  header .expandright {
    left: 50px;
    right: auto;
  }
  footer .footer-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
  }
  footer .footer-wrap .footer-left {
    width: 100%;
    text-align: center;
  }
  footer .footer-wrap .footer-left p {
    max-width: 500px;
    margin: 15px auto;
  }
  footer .footer-wrap .footer-left .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-wrap .footer-menu ul {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
  }
  footer .footer-wrap .resources ul li {
    max-width: unset;
  }
  footer .footer-bottom {
    padding: 35px 0 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-bottom p, footer .footer-bottom a {
    font-size: 16px;
    line-height: 25px;
  }
  .homeBanner .yellow {
    background-size: 150px 100px;
    right: 50px;
    top: 200px;
    width: 150px;
  }
  .homeBanner .white {
    background-size: 310px 215px;
    width: 310px;
    height: 215px;
  }
  .homeBanner .banner .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .homeBanner .pagination {
    top: calc(100vh - 25%);
  }
  .home_page .about-us .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .home_page .about-us .left, .home_page .about-us .right {
    padding: 0;
    width: 100%;
    border: none;
  }
  .home_page .gallery .image-gallery .yellow {
    background-size: 130px 129px;
    top: 40px;
    right: 0;
    width: 130px;
  }
  .home_page .gallery .image-gallery .image img {
    min-height: 400px;
    max-height: 400px;
  }
  .home_page .placements .founder .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_page .placements .founder .right {
    width: 100%;
  }
  .home_page .alumini-speak .other-pages .other-pages-links ul {
    gap: 30px 50px;
  }
  .home_page .alumini-speak .other-pages .other-pages-links ul li a {
    font-size: 22px;
  }
  .home_page .alumini-speak .other-pages .other-pages-links ul.second {
    margin-top: 30px;
    gap: 50px;
  }
  .home_page .updates .admission {
    padding: 100px 0;
  }
  .home_page .updates .admission .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .home_page .updates .latest-updates .blog-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .home_page .updates .latest-updates .news .content {
    gap: 15px;
  }
  .home_page .updates .latest-updates .events .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_page .updates .latest-updates .events .boxContent .box {
    width: 100%;
  }
  .wrapper::before {
    height: 425px;
  }
  .bannerBlock {
    padding: 50px 0;
    min-height: 280px;
  }
  .bannerBlock .bannerArea h1, .bannerBlock .bannerArea h2 {
    text-align: left;
    font-size: 30px;
    line-height: 1.4;
  }
  .contentBlock .contentArea .contentLeft {
    width: 100%;
    padding: 30px;
    position: relative;
  }
  .contentBlock .contentArea .contentLeft .sidebarDrop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #105C8E;
    padding: 10px 49px 10px 25px;
    border: solid 1px rgba(16, 92, 142, 0.19);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .contentBlock .contentArea .contentLeft .sidebarDrop::after {
    content: "";
    position: absolute;
    width: 49px;
    height: 100%;
    background: url("../images/dropArrow.svg") no-repeat center;
    background-size: 12px 7px;
    right: 0;
  }
  .contentBlock .contentArea .contentLeft ul {
    position: absolute;
    width: 100%;
    top: calc(100% - 1px);
    padding: 0;
    right: 0;
    left: 0;
    background-color: #FCF8F1;
    border: solid 1px rgba(16, 92, 142, 0.19);
    border-radius: 4px;
    height: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    z-index: 2;
  }
  .contentBlock .contentArea .contentLeft ul.open {
    height: 218px;
    visibility: visible;
  }
  .contentBlock .contentArea .contentLeft ul li::before {
    display: none;
  }
  .contentBlock .contentArea .contentLeft ul li.menuTitle {
    display: none;
  }
  .contentBlock .contentArea .contentLeft ul li a {
    padding: 10px 25px;
  }
  .contentBlock .contentArea .contentRight {
    width: 100%;
    padding: 0 30px 30px;
  }
  .contentBlock .contentArea h2 {
    font-size: 25px;
  }
  .contentBlock .contentArea h3 {
    font-size: 22px;
  }
  .contentBlock .contentArea .founderBanner .founderRight h2 {
    max-width: 240px;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2) !important;
    padding-top: 20%;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contentBlock .contentArea .thematicCategoryArea {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox .thematicCategoryCaption {
    padding: 30% 20% 30px 30px !important;
  }
  .contentBlock .contentArea .columnGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 100%;
  }
  .contentBlock .contentArea .columnGrid .columnGridBox {
    width: 100%;
  }
  .contentBlock .contentArea .bannerSlide .bannerBox {
    padding-top: 60%;
  }
  .contentBlock .contentArea .bannerSlide .bannerPagination {
    margin: 15px 0 0;
  }
  .contentBlock .contentArea .bannerSlide .bannerPagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
  .contentBlock .contentArea .bannerGrid {
    -ms-grid-columns: 100% 100%;
    grid-template-columns: 100% 100%;
  }
  .contentBlock .contentArea .bannerGrid .bannerSlide {
    height: auto;
  }
  .contentBlock .contentArea .bannerGrid .bannerSlide .swiper-wrapper {
    height: auto;
  }
  .contentBlock .contentArea .bannerGrid .bannerSlide .swiper-slide {
    height: auto;
  }
  .contentBlock .contentArea .bannerGrid .bannerSlide .bannerBox {
    padding-top: 60%;
    min-height: auto;
  }
  .contentBlock .contentArea .bannerGrid .bannerDesc {
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 30px 0 0;
  }
  .contentBlock .contentArea .projectArea h2 {
    font-size: 25px;
  }
  .contentBlock .contentArea .projectArea .projectGrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .singleBannerBlock {
    padding: 25px 0;
    min-height: 200px;
  }
  .singleBannerBlock .singleBannerArea h1, .singleBannerBlock .singleBannerArea h2 {
    max-width: 600px;
    font-size: 30px;
  }
  .singleBannerBlock.programme {
    padding-bottom: 0;
  }
  .singleBannerBlock.programme .singleBannerArea {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .singleBannerBlock.programme .singleBannerArea ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .singleBannerBlock.programme .singleBannerArea h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .singleBannerBlock.programme .singleBannerArea p {
    text-align: center;
    margin-bottom: 25px;
  }
  .singleBannerBlock.programme .bannerContent {
    text-align: center;
  }
  .singleContentBlock {
    padding: 40px 0 70px;
  }
  .singleContentBlock .container {
    max-width: 900px;
  }
  .singleContentBlock h2 {
    font-size: 25px;
    padding: 0 15px;
  }
  .singleContentBlock figure {
    margin: 0 0 30px;
  }
  .singleContentBlock ul {
    padding: 0 15px 0 30px;
  }
  .singleContentBlock h3, .singleContentBlock h4, .singleContentBlock h5, .singleContentBlock h6, .singleContentBlock p {
    padding: 0 15px;
  }
  .singleContentBlock .bottomBlock {
    padding: 30px 0;
  }
  .sliderBlock {
    padding: 40px 0;
  }
  .sliderBlock .sliderArea h2 {
    font-size: 30px;
  }
  .sliderBlock .sliderPagination {
    margin-top: 40px;
  }
  .eventBlock .eventHeader {
    margin: 0 0 20px;
  }
  .eventBlock .eventHeader h2 {
    font-size: 25px;
  }
  .eventBlock .eventArea {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .pressBlock .pressHeader {
    margin: 0 0 20px;
  }
  .pressBlock .pressHeader h2 {
    font-size: 25px;
  }
  .newsLetterBlock .newsLetterHeader {
    margin: 0 0 20px;
  }
  .newsLetterBlock .newsLetterHeader h2 {
    font-size: 25px;
  }
  .newsLetterBlock .newsLetterArea {
    gap: 20px;
  }
  .newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterThumb {
    width: 80px;
    height: 80px;
  }
  .newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterCaption {
    width: calc(100% - 80px);
    padding: 10px 0 10px 20px;
  }
  .programmeListBlock .programmeList ul li {
    width: calc(50% - 20px);
  }
  .programmeForm {
    position: relative;
    margin: 30px auto -65px;
    right: 0;
  }
  .programmeContentBlock .programmeAboutArea .programmeAboutLeft h2 {
    font-size: 25px;
  }
  .programmeContentBlock .programmeDetailArea {
    margin: 30px 0;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .programmeContentBlock .programmeDetailArea li {
    width: calc(50% - 10px);
  }
  .programmeContentBlock .programmeDocArea h2 {
    font-size: 25px;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox {
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .detail {
    padding: 10px;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .detail p {
    font-size: 15px;
    margin: 0;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .detail a {
    font-size: 14px;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft {
    padding-right: 30px;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft h2 {
    font-size: 25px;
  }
  .programmeOtherBlock {
    padding: 50px 0 100px;
  }
  .programmeOtherBlock .programmeOtherArea {
    width: 100%;
  }
  .programmeOtherBlock .programmeOtherArea h2 {
    font-size: 25px;
  }
  .lifeBlock h2 {
    font-size: 25px;
  }
  .testimonialBlock .testimonialHeader h2 {
    font-size: 25px;
  }
  .careerOtherBlock {
    padding-bottom: 100px;
  }
  .careerOtherBlock h2 {
    font-size: 25px;
  }
  .commonContentBlock .contentColumnLeft {
    width: 100%;
  }
  .commonContentBlock .contentColumnRight {
    width: 100%;
    padding: 0;
  }
  .commonContentBlock .careerForm {
    padding: 40px;
    margin: 0 0 40px;
  }
  .commonContentBlock .careerForm h2 {
    font-size: 20px;
  }
  .commonContentBlock h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .commonContentBlock .processArea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }
  .commonContentBlock .processArea .processBox {
    margin: 0 0 30px;
  }
  .commonContentBlock .processArea .processBox h4 {
    font-size: 15px;
  }
  .commonContentBlock .processArea .processBox p {
    font-size: 15px;
  }
  .blogGrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .blogGrid .blogBox .blogCaption {
    padding: 25px;
  }
  .contactBlock {
    padding: 60px 0 100px;
  }
  .contactBlock .contactArea .contactDetail iframe {
    height: 400px;
  }
  .contactBlock .contactDetailTable {
    padding: 0 15px;
    overflow: hidden;
  }
  .contactBlock .contactDetailTable table {
    overflow-x: auto;
  }
  .contactBlock .contactDetailTable table tr td {
    padding: 15px;
    white-space: nowrap;
  }
  .facultyGrid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .facultyGrid .facultyBox .facultyCaption {
    padding: 20px;
  }
  .authorDetailArea .authorTabArea {
    width: 100%;
    padding: 30px;
  }
  .authorDetailArea .authorTabArea .sidebarDrop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #105C8E;
    padding: 10px 49px 10px 25px;
    border: solid 1px rgba(16, 92, 142, 0.19);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .authorDetailArea .authorTabArea .sidebarDrop::after {
    content: "";
    position: absolute;
    width: 49px;
    height: 100%;
    background: url("../images/dropArrow.svg") no-repeat center;
    background-size: 12px 7px;
    right: 0;
  }
  .authorDetailArea .authorTabArea .authorTab {
    position: absolute;
    width: calc(100% - 60px);
    top: calc(100% - 25px);
    padding: 0;
    background-color: #FCF8F1;
    border: solid 1px rgba(16, 92, 142, 0.19);
    border-radius: 4px;
    height: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    z-index: 2;
  }
  .authorDetailArea .authorTabArea .authorTab.open {
    height: 218px;
    visibility: visible;
  }
  .authorDetailArea .authorTabArea .authorTab li::before {
    display: none;
  }
  .authorDetailArea .authorTabArea .authorTab li a {
    padding: 10px 25px;
  }
  .authorDetailArea .authorDetail {
    width: 100%;
    padding: 0 30px 30px;
  }
  .researchBanner .researchBannerArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .researchBanner .researchBannerArea .researchBannerLeft {
    width: 100%;
    padding-right: 0;
  }
  .researchBanner .researchBannerArea .researchBannerRight {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .researchBanner .researchBannerArea h2 {
    font-size: 25px;
    text-align: center;
  }
  .researchBanner .researchBannerArea p {
    text-align: center;
  }
  .researchBanner .researchBannerArea a {
    margin: 0 auto;
  }
  .researchBanner .researchBannerPagination {
    margin: 40px 0 0;
  }
  .researchBanner.iqacBanner .researchBannerArea .researchBannerLeft,
  .researchBanner.iqacBanner .researchBannerArea .researchBannerRight {
    width: 100%;
  }
  .researchBanner.iqacBanner .researchBannerArea .researchBannerLeft h2 {
    width: 100%;
    max-width: 500px;
    font-size: 25px;
    margin: 0 auto 30px;
  }
  .researchMenuBlock {
    padding: 20px 0;
  }
  .researchUpdateBlock h2 {
    font-size: 25px;
  }
  .researchUpdateBlock .events {
    width: 100%;
    margin: 0 0 40px;
  }
  .researchUpdateBlock .events .boxContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .researchUpdateBlock .events .boxContent .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .researchUpdateBlock .events .boxContent .box .left {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
  }
  .researchUpdateBlock .events .boxContent .box .left img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .researchUpdateBlock .events .boxContent .box .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .researchUpdateBlock .news {
    width: 100%;
    padding: 0;
  }
  .grantBlock .grantHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grantBlock .grantHeader h2 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .publicationBlock {
    width: 100%;
    padding: 0 0 100px;
  }
  .publicationBlock .publicationHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .publicationBlock .publicationHeader h2 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .publicationBlock .publicationArea {
    gap: 30px;
  }
  .publicationBlock .publicationArea .publicationBox .publicationThumb {
    width: 80px;
    height: 60px;
  }
  .publicationBlock .publicationArea .publicationBox .publicationThumb img.default {
    padding: 15px;
  }
  .publicationBlock .publicationArea .publicationBox .publicationCaption {
    width: calc(100% - 80px);
  }
  .researchJobBlock .researchJobArea .researchJobLeft h2 {
    font-size: 25px;
  }
  .iqacCol-6 {
    width: 100%;
  }
  .testimonyArea .card p {
    font-size: 16px;
  }
  .testimonyArea .card h3 {
    font-size: 15px;
  }
  .testimonyArea .card h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 870px) {
  .filterBlock .filterArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filterBlock .filterArea h4 {
    width: 100%;
  }
  .filterBlock .filterArea select {
    width: calc(50% - 85px);
  }
  .iqacContentBlock .iqacVision {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .iqacContentBlock .iqacVision .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .iqacContentBlock .iqacVision .iqacIcon {
    -ms-flex-preferred-size: 200px !important;
        flex-basis: 200px !important;
  }
  .iqacMainBlock .iqcaContentArea {
    padding: 50px 0;
  }
  .iqacMainBlock .iqcaContentArea .iqacMenu {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .iqacMainBlock .iqcaContentArea .iqacMenu .sidebarDrop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #105C8E;
    padding: 10px 49px 10px 25px;
    border: solid 1px rgba(16, 92, 142, 0.19);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .iqacMainBlock .iqcaContentArea .iqacMenu .sidebarDrop::after {
    content: "";
    position: absolute;
    width: 49px;
    height: 100%;
    background: url("../images/dropArrow.svg") no-repeat center;
    background-size: 12px 7px;
    right: 0;
  }
  .iqacMainBlock .iqcaContentArea .iqacMenu .menu {
    position: absolute;
    width: 100%;
    top: 100%;
    padding: 0;
    background-color: #FCF8F1;
    border: solid 1px rgba(16, 92, 142, 0.19);
    border-radius: 4px;
    height: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    z-index: 9;
  }
  .iqacMainBlock .iqcaContentArea .iqacMenu .menu.open {
    height: 218px;
    visibility: visible;
  }
  .iqacMainBlock .iqcaContentArea .iqacContentDetails {
    width: 100%;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 801px) {
  .contentArea .wp-block-themeisle-blocks-tabs, .iqcaContentArea .wp-block-themeisle-blocks-tabs {
    margin: 0 !important;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item {
    margin: 0 0 10px !important;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header {
    font-family: "Bitter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 18px;
    color: rgba(16, 92, 142, 0.8);
    background-color: rgba(16, 92, 142, 0.15);
    border-width: 0;
    cursor: pointer;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 7px;
    position: relative;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header::before, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 4px;
    background-color: #105C8E;
    right: 20px;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header::after, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    border-radius: 4px;
    background-color: #105C8E;
    right: 25px;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header.active::before, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header.active::before {
    background-color: #fff;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header.active::after, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header.active::after {
    background-color: transparent;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item__content, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item__content {
    background-color: transparent !important;
    padding: 30px 0 0 !important;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item__content .wp-block-image img, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item__content .wp-block-image img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0 0 40px;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item__content .wp-block-column .wp-block-image img, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item__content .wp-block-column .wp-block-image img {
    margin: 0;
  }
}
@media screen and (max-width: 782px) {
  .contentBlock .contentArea .founderBanner .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .iqacContentBlock .iqacVision {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .iqacContentBlock .iqacVision .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .iqacContentBlock .iqacVision .iqacIcon + .wp-block-column {
    padding: 0 30px 30px !important;
  }
}
@media screen and (max-width: 768px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header .header-content .menu-items ul {
    gap: 20px;
  }
  header .header-content .menu-items ul li a {
    font-size: 13px;
  }
  header .menu-right {
    margin-top: 20px;
  }
  header .top-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    position: relative;
  }
  header .top-menu-items {
    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: 37px;
    padding: 40px 25px;
    background: #105C8E;
    z-index: 99;
  }
  header .top-menu-items ul#menu-top-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  header .top-toggler {
    margin-left: auto;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .top-toggler.top-rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .search:focus {
    width: 260px;
    padding: 0 10px;
  }
  footer .footer-wrap {
    padding: 60px 0 30px;
    gap: 35px;
  }
  footer .footer-wrap .content {
    width: 100%;
    text-align: center;
  }
  footer .footer-wrap .footer-left p {
    font-size: 15px;
    margin: 15px auto 20px;
  }
  footer .footer-wrap ul {
    margin-top: 15px;
  }
  footer .footer-wrap ul li + li {
    margin-top: 10px;
  }
  footer .footer-wrap ul a {
    font-size: 14px;
  }
  footer .footer-wrap .red {
    background-size: 80px 45px;
    right: 200px;
  }
  footer .footer-wrap .yellow {
    background-size: 130px 115px;
  }
  footer .footer-wrap .footer-menu ul {
    margin-top: 15px;
  }
  footer .footer-wrap .footer-menu ul li + li {
    margin-top: 10px;
  }
  footer .footer-wrap .footer-menu ul a {
    font-size: 14px;
  }
  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 30px 0;
  }
  footer .footer-bottom p {
    text-align: center;
    margin: 0 0 10px;
    font-size: 15px;
  }
  footer .footer-bottom .left {
    text-align: center;
  }
  .homeBanner .yellow {
    background-size: 100px 80px;
    right: 55px;
    top: 90px;
    height: 80px;
    width: 100px;
  }
  .homeBanner .white {
    background-size: 170px 140px;
    right: 0;
    height: 180px;
    width: 170px;
  }
  .homeBanner .banner .h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .homeBanner .banner p {
    font-size: 15px;
    line-height: 20px;
    max-width: 480px;
    margin: 10px 0 15px;
  }
  .homeBanner .banner a {
    font-size: 14px;
    padding: 15px 20px;
  }
  .homeBanner .pagination {
    top: unset;
    bottom: 50px;
  }
  .homeBanner .pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .home_page .info {
    padding: 50px 0;
  }
  .home_page .info h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .home_page .about-us .content {
    padding: 50px 0;
  }
  .home_page .about-us .content .yellow {
    background-size: 80px 70px;
    width: 80px;
  }
  .home_page .gallery {
    padding: 50px 0;
  }
  .home_page .gallery .image-gallery {
    margin-bottom: 30px;
  }
  .home_page .gallery .image-gallery .yellow {
    background-size: 80px 129px;
    width: 80px;
  }
  .home_page .gallery .image-gallery .swiper-pagination-2 {
    margin: 0 -5px;
    margin-top: 20px;
  }
  .home_page .gallery .image-gallery .swiper-pagination-bullet {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }
  .home_page .gallery .image-gallery h2 {
    font-size: 25px;
  }
  .home_page .placements .founder {
    padding: 50px 0;
  }
  .home_page .placements .founder .content {
    gap: 30px;
  }
  .home_page .placements .founder .left {
    width: 100%;
    text-align: center;
  }
  .home_page .placements .founder .right h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .home_page .placements .founder .right h3 {
    font-size: 25px;
  }
  .home_page .placements .founder .right p {
    margin-top: 10px;
  }
  .home_page .placements .placementContent .displayImage img {
    min-height: 300px;
  }
  .home_page .placements .placementContent .placementBox {
    top: -70px;
  }
  .home_page .placements .placementContent .placementBox .red {
    background-size: 80px;
    left: 20px;
    width: 80px;
    top: -25px;
  }
  .home_page .placements .placementContent .placementBox .content {
    padding: 30px;
  }
  .home_page .placements .placementContent .placementBox .content p {
    margin-top: 10px;
  }
  .home_page .placements .placementContent .logo-slider {
    padding: 20px;
  }
  .home_page .alumini-speak {
    padding: 50px 0;
  }
  .home_page .alumini-speak h2 {
    font-size: 25px;
  }
  .home_page .alumini-speak .testimonial-slider .card {
    padding: 30px;
  }
  .home_page .alumini-speak .testimonial-slider .card p {
    font-size: 14px;
    line-height: 30px;
    min-height: 235px;
  }
  .home_page .alumini-speak .other-pages .other-pages-links {
    margin-top: 30px;
  }
  .home_page .alumini-speak .other-pages .other-pages-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .home_page .alumini-speak .other-pages .other-pages-links ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_page .alumini-speak .other-pages .other-pages-links ul li img {
    width: 25px;
  }
  .home_page .alumini-speak .other-pages .other-pages-links ul li a {
    font-size: 17px;
    text-align: unset;
  }
  .home_page .alumini-speak .other-pages .other-pages-links ul.second {
    margin-top: 15px;
    gap: 15px;
  }
  .home_page .link {
    font-size: 14px;
  }
  .home_page .updates .admission {
    padding: 50px 0 70px;
  }
  .home_page .updates .admission .content {
    gap: 20px;
  }
  .home_page .updates .admission .content p {
    font-size: 16px;
    line-height: 23px;
  }
  .home_page .updates .admission .content a {
    font-size: 14px;
    padding: 15px 25px;
  }
  .home_page .updates .latest-updates {
    padding: 50px 0;
  }
  .home_page .updates .latest-updates p {
    font-size: 15px;
    line-height: 20px;
  }
  .home_page .updates .latest-updates .blog-news {
    padding: 15px 0 40px;
  }
  .home_page .updates .latest-updates .blog .boxContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
  .home_page .updates .latest-updates .blog .boxContent p {
    margin-top: 10px;
  }
  .home_page .updates .latest-updates .blog .boxContent .box {
    width: 100%;
  }
  .home_page .updates .latest-updates .blog .boxContent .box.box + .box {
    display: none;
  }
  .home_page .updates .latest-updates .news .content .news-link + .news-link {
    display: none;
  }
  .home_page .updates .latest-updates .events .boxContent .box + .box {
    display: none;
  }
  .bannerBlock {
    min-height: unset;
  }
  .bannerBlock .bannerArea h1, .bannerBlock .bannerArea h2 {
    font-size: 25px;
    line-height: 1.6;
  }
  .contentBlock .contentArea .contentHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contentBlock .contentArea .contentHeader a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .contentBlock .contentArea .founderBanner .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .contentBlock .contentArea .founderBanner figure img {
    width: 235px;
    margin: 0 auto;
  }
  .contentBlock .contentArea .founderBanner .founderRight {
    padding-left: 0;
    text-align: center;
  }
  .contentBlock .contentArea .founderBanner .founderRight h2 {
    margin: 10px auto;
    text-align: center;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption {
    padding: 50% 60px 35px 40px !important;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption a {
    padding: 50% 60px 35px 40px !important;
  }
  .contentBlock .contentArea .thematicCategoryArea {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox .thematicCategoryCaption {
    font-size: 16px;
    padding: 45% 20% 30px 30px !important;
  }
  .contentBlock .contentArea .listGroupArea .listItem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 0 40px;
  }
  .contentBlock .contentArea .listGroupArea .listItem .listCaption {
    width: 100%;
  }
  .sliderBlock .sliderArea {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sliderBlock .sliderArea .sliderLeft {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .sliderBlock .sliderArea .sliderRight {
    width: 100%;
  }
  .sliderBlock .sliderArea p {
    margin: 0 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sliderBlock .sliderArea .sliderImg {
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .eventBlock .eventArea .eventBox .eventCaption {
    padding: 20px 15px;
  }
  .eventBlock .eventArea .eventBox .eventCaption h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .pressBlock .pressBox .pressCaption {
    padding-top: 15px;
  }
  .newsLetterBlock .newsLetterArea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterThumb {
    width: 80px;
    height: 80px;
  }
  .newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterThumb img {
    width: 30px;
  }
  .newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterCaption {
    width: calc(100% - 80px);
    padding: 10px 0 10px 20px;
  }
  .programmeContentBlock .programmeAboutArea .programmeAboutLeft {
    width: 100%;
    padding-right: 0;
  }
  .programmeContentBlock .programmeAboutArea .programmeAboutRight {
    width: 100%;
  }
  .programmeContentBlock .programmeDetailArea {
    padding: 20px 0;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox {
    -ms-grid-columns: 100px auto;
    grid-template-columns: 100px auto;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox .detail {
    padding-left: 25px;
    padding-right: 25px;
  }
  .programmeCampusBlock .programmeCampusArea {
    -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;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft h2 {
    font-size: 25px;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft p {
    max-width: 100%;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusRight {
    width: 190px;
  }
  .contactBlock {
    padding-top: 40px;
  }
  .contactBlock .contactArea h4 {
    font-size: 14px;
    padding: 10px 0;
  }
  .contactBlock .contactArea .contactDetail {
    width: 100%;
    padding: 15px 0 0;
  }
  .contactBlock .contactArea .contactDetail p {
    font-size: 14px;
  }
  .contactBlock .contactArea .contactDetail p span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .contactBlock .contactArea .contactDetail iframe {
    height: 300px;
  }
  .contactBlock .contactDetailTable {
    padding: 15px 15px 0;
    overflow: hidden;
  }
  .contactBlock .contactDetailTable table {
    overflow-x: hidden;
  }
  .contactBlock .contactDetailTable table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 15px;
    padding: 10px;
    border: solid 1px rgba(22, 47, 85, 0.2);
  }
  .contactBlock .contactDetailTable table tr td {
    padding: 5px 15px;
    white-space: wrap;
    word-break: break-all;
    border-bottom: none;
  }
  .contactBlock .contactDetailTable table tr td:first-child {
    font-weight: 700;
  }
  .researchBanner {
    padding: 40px 0;
  }
  .researchMenuBlock {
    padding: 0;
  }
  .researchMenuBlock .researchMenuButton {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    color: #105C8E;
    background-color: transparent;
    padding: 20px 49px 20px 25px;
    border: none;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .researchMenuBlock .researchMenuButton::after {
    content: "";
    position: absolute;
    width: 49px;
    height: 100%;
    background: url("../images/dropArrow.svg") no-repeat center;
    background-size: 12px 7px;
    right: 0;
  }
  .researchMenuBlock .researchMenuButton:focus::after {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .researchMenuBlock ul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    background-color: #fff;
    border: solid 1px rgba(16, 92, 142, 0.19);
    border-radius: 4px;
    height: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    z-index: 100;
  }
  .researchMenuBlock ul.open {
    height: 232px;
    visibility: visible;
  }
  .researchMenuBlock ul li {
    width: 100%;
  }
  .researchMenuBlock ul li + li {
    margin-left: 0;
  }
  .researchMenuBlock ul li::before {
    display: none;
  }
  .researchMenuBlock ul li a {
    display: block;
    padding: 10px 25px;
  }
  .researchMenuBlock ul li a br {
    display: none;
  }
  .researchUpdateBlock {
    padding-top: 40px;
  }
  .researchUpdateBlock .announcementArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0 15px 47px;
  }
  .researchUpdateBlock .announcementArea::before {
    background-position: 0 15px;
  }
  .researchUpdateBlock .announcementArea h4 {
    width: 100%;
    margin: 0 0 15px;
  }
  .researchUpdateBlock .announcementArea .announcementBox {
    width: 100%;
  }
  .researchUpdateBlock .newsEventArea {
    padding-bottom: 40px;
  }
  .researchUpdateBlock .events .boxContent {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .researchUpdateBlock .events .boxContent .box:last-child {
    display: none;
  }
  .grantBlock {
    padding: 40px 0;
  }
  .publicationBlock .publicationArea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .researchJobBlock {
    padding: 60px 0;
  }
  .researchJobBlock .researchJobArea .researchJobLeft {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
  .researchJobBlock .researchJobArea .researchJobLeft p {
    margin: 0 auto;
  }
  .researchJobBlock .researchJobArea .researchJobRight {
    width: 100%;
    text-align: center;
  }
  .researchJobBlock .researchJobArea .researchJobRight a {
    font-size: 13px;
    padding: 12px 20px;
  }
  .authorArea .authorLeft {
    width: 100%;
  }
  .authorArea .authorRight {
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }
  .universityArea h4 {
    margin-bottom: 20px !important;
  }
  .universityArea .universityGrid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .testimonyArea .card {
    padding: 20px!important;
    margin: 0 0 30px;
  }
  .testimonyArea .card .nameTag {
    margin-top: 20px;
  }
  .testimonyArea .card .left {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }
  .iqacContentBlock .wp-block-columns {
    padding: 40px 0;
  }
  .iqacContentBlock h1, .iqacContentBlock h2 {
    font-size: 25px;
  }
  .iqacContentBlock .iqacVision {
    gap: 40px;
  }
  .iqacAccreditation {
    padding: 60px 0;
  }
  .iqacAccreditation h2 {
    font-size: 25px;
  }
  .iqacMainBlock h2 {
    font-size: 25px;
  }
  .iqacMainBlock h3 {
    font-size: 22px;
  }
  .iqacMainBlock .groupBlock {
    padding: 40px;
    margin: 0 0 40px;
  }
  .alignnone .wp-block-kadence-tab .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 20px;
  }
  .alignnone .wp-block-kadence-tab .wp-block-columns .wp-block-column {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(50% - 10px) !important;
            flex: 0 0 calc(50% - 10px) !important;
  }
  .admissionGrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@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 .menu-items {
    padding: 25px;
  }
  header .header-content .menu-items ul li a {
    font-size: 13px;
  }
  header .search:focus {
    width: 200px;
  }
  footer .footer-bottom p {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-bottom a {
    font-size: 14px;
    line-height: 20px;
  }
  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;
  }
  .home_page .link {
    padding: 10px 15px;
  }
  .home_page .info h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .home_page .about-us h2 {
    font-size: 25px;
    line-height: 23px;
  }
  .home_page .about-us p {
    font-size: 13px;
    line-height: 20px;
  }
  .home_page .about-us .right ul {
    margin-top: 15px;
    gap: 10px;
  }
  .home_page .about-us .right ul a {
    font-size: 13px;
    padding: 10px;
  }
  .home_page .gallery .image-gallery .yellow {
    top: 30px;
  }
  .home_page .gallery .image-gallery h2 {
    font-size: 18px;
    padding-left: 15px;
  }
  .home_page .gallery .image-gallery .image img {
    min-height: 300px;
    max-height: 300px;
  }
  .home_page .placements .founder .right h2 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
  }
  .home_page .placements .founder .right h2 span {
    font-size: 13px;
  }
  .home_page .placements .founder .right h3 {
    font-size: 20px;
  }
  .home_page .placements .founder .right p {
    font-size: 13px;
    line-height: 20px;
  }
  .home_page .placements .placementContent .placementBox .content {
    padding: 20px;
  }
  .home_page .placements .placementContent .placementBox .content p {
    font-size: 13px;
    line-height: 20px;
  }
  .home_page .alumini-speak .testimonial-slider .card {
    padding: 20px;
  }
  .home_page .alumini-speak .testimonial-slider .card h3, .home_page .alumini-speak .testimonial-slider .card h5 {
    font-size: 13px;
  }
  .home_page .alumini-speak .testimonial-slider .card p {
    line-height: 22px;
    font-size: 13px;
    min-height: 215px;
  }
  .home_page .alumini-speak .other-pages .outer .more {
    margin-top: 15px;
    font-size: 14px;
  }
  .home_page .alumini-speak .other-pages .other-pages-links ul li a {
    font-size: 15px;
  }
  .home_page .updates .admission {
    padding: 50px 0;
  }
  .home_page .updates .admission .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .home_page .updates .admission .content a {
    padding: 10px 20px;
  }
  .home_page .updates .latest-updates .more {
    font-size: 14px;
  }
  .home_page .updates .latest-updates p {
    font-size: 14px;
  }
  .home_page .updates .latest-updates .events .boxContent .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_page .updates .latest-updates .news .content {
    margin-top: 15px;
  }
  .galleryGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .filterBlock .filterArea select {
    width: 100%;
  }
  .programmeListBlock .programmeList ul {
    gap: 10px;
  }
  .programmeListBlock .programmeList ul li {
    width: 100%;
    font-size: 14px;
    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;
  }
  .programmeListBlock .programmeList > a {
    font-size: 13px;
    line-height: 2;
  }
  .programmeListBlock .programmeList .moreDetails h4, .programmeListBlock .programmeList .moreDetails p {
    font-size: 13px;
  }
  .commonContentBlock {
    padding-bottom: 60px;
  }
  .commonContentBlock .careerForm {
    padding: 30px;
    margin: 0 0 30px;
  }
  .commonContentBlock h2 {
    margin-bottom: 30px;
  }
  .commonContentBlock .processArea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .commonContentBlock .processArea .processBox {
    padding-left: 50px;
    margin-bottom: 30px;
  }
  .commonContentBlock .processArea .processBox h4 {
    font-size: 14px;
  }
  .commonContentBlock .processArea .processBox p {
    font-size: 14px;
  }
  .blogGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blogGrid .blogBox .blogCaption {
    padding: 15px;
  }
  .blogGrid .blogBox .blogCaption h4 {
    font-size: 15px;
  }
  .blogGrid .blogBox .blogCaption p {
    font-size: 14px;
  }
  .blogGrid .blogBox .blogCaption > a {
    font-size: 13px;
  }
  .facultyGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .facultyGrid .facultyBox .facultyCaption {
    padding: 20px;
  }
  .contentBlock .contentArea .contentFull {
    padding: 30px;
  }
  .contentBlock .contentArea .contentFull.p-55 {
    padding: 30px;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image {
    width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px) / 2) !important;
    padding-top: 45%;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image figcaption {
    font-size: 14px;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images .wp-block-image figcaption a {
    font-size: 14px;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption {
    font-size: 14px;
    padding: 75% 80px 10px 10px !important;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption a {
    font-size: 14px;
    padding: 75% 80px 10px 10px !important;
  }
  .contentBlock .contentArea .thematicCategoryArea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contentBlock .contentArea .thematicCategoryArea .thematicCategoryBox .thematicCategoryCaption {
    font-size: 14px;
    -webkit-box-align: end;
        -ms-flex-align: end;
   align-items: flex-end;
  }
  .contentBlock .contentArea .projectArea .projectGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .wpcf7 .rowGroup {
    padding: 0 20px;
    margin: 10px 0 20px;
    border: solid 1px rgba(0, 41, 146, 0.44);
    border-radius: 4px;
  }
  .wpcf7 .rowGroup > label {
    background-color: #fff;
    padding: 0 5px;
    position: relative;
    top: -9px;
  }
  .wpcf7 .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 0 22px;
  }
  .wpcf7 .row .wpcf7-form-control-wrap {
    padding-bottom: 0;
  }
  .wpcf7 .wpcf7-submit {
    font-size: 13px;
  }
  .iqacContentBlock {
    padding: 0;
  }
  .iqacContentBlock .wp-block-columns {
    padding: 40px 0;
  }
  .iqacContentBlock h1, .iqacContentBlock h2 {
    font-size: 20px;
  }
  .iqacContentBlock .iqacVision {
    gap: 40px;
  }
  .iqacAccreditation {
    padding: 40px 0;
  }
  .iqacAccreditation h2 {
    font-size: 20px;
  }
  .iqacAccreditation .accreditationBox img {
    padding: 15px;
  }
  .iqacMainBlock h2 {
    font-size: 20px;
  }
  .iqacMainBlock h3 {
    font-size: 18px;
  }
  .iqacMainBlock .groupBlock {
    padding: 40px;
    margin: 0 0 40px;
  }
  .iqacMainBlock .iqcaTeamArea {
    padding: 40px 0;
  }
  .iqacMainBlock .iqcaContentArea {
    padding: 40px 0;
  }
  .admissionGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 450px) {
  footer .footer-content .footer-right .navigation ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .homeBanner .yellow {
    background-size: 80px;
    top: 50px;
    width: 80px;
    height: 80px;
  }
  .homeBanner .white {
    background-size: 120px 100px;
    height: 100px;
    width: 120px;
  }
  .homeBanner .banner .h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .homeBanner .banner p {
    font-size: 15px;
    line-height: 23px;
  }
  .bannerBlock {
    padding: 25px 0;
  }
  .bannerBlock.banner {
    height: 160px;
  }
  .bannerBlock .bannerArea h1, .bannerBlock .bannerArea h2 {
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
  }
  .bannerBlock .bannerArea ul li a {
    font-size: 14px;
  }
  .contentBlock .contentArea .contentLeft {
    padding: 15px;
  }
  .contentBlock .contentArea .contentLeft .sidebarDrop {
    font-size: 14px;
  }
  .contentBlock .contentArea .contentLeft ul li a {
    font-size: 14px;
  }
  .contentBlock .contentArea .contentRight {
    width: 100%;
    padding: 0 15px 15px;
  }
  .contentBlock .contentArea h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .contentBlock .contentArea h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contentBlock .contentArea .founderText {
    font-size: 15px;
  }
  .contentBlock .contentArea p, .contentBlock .contentArea ul li {
    font-size: 14px;
  }
  .contentBlock .contentArea .aboutBox {
    padding: 20px;
  }
  .contentBlock .contentArea .columnGrid .columnGridBox h2, .contentBlock .contentArea .columnGrid .columnGridBox h3 {
    font-size: 16px;
  }
  .contentBlock .contentArea .columnGrid .columnGridBox p {
    font-size: 14px;
  }
  .contentBlock .contentArea .bannerGrid .bannerDesc h2, .contentBlock .contentArea .bannerGrid .bannerDesc h3 {
    font-size: 18px;
  }
  .contentBlock .contentArea .bannerGrid .bannerDesc p {
    font-size: 14px;
  }
  .contentBlock .contentArea .projectArea h2 {
    font-size: 22px;
  }
  .contentBlock .contentArea .projectArea .projectGrid .projectBox .projectCaption {
    padding: 15px;
  }
  .contentBlock .contentArea .projectArea .projectGrid .projectBox .projectCaption h4 {
    font-size: 15px;
  }
  .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title h4 {
    font-size: 16px;
  }
  .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__content {
    padding: 25px 0;
  }
  .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__content p {
    font-size: 14px;
  }
  .singleBannerBlock {
    padding: 25px 0;
    min-height: 200px;
  }
  .singleBannerBlock .singleBannerArea h1, .singleBannerBlock .singleBannerArea h2 {
    font-size: 25px;
  }
  .singleBannerBlock .singleBannerArea p {
    font-size: 14px;
  }
  .singleContentBlock h2 {
    font-size: 22px;
    margin-top: 30px;
  }
  .singleContentBlock ul li {
    font-size: 14px;
  }
  .singleContentBlock p {
    font-size: 14px;
  }
  .singleContentBlock .bottomBlock {
    -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;
    padding: 20px 0;
  }
  .singleContentBlock .bottomBlock .view_all {
    margin-bottom: 20px;
  }
  .sliderBlock .sliderArea h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .sliderBlock .sliderArea p {
    font-size: 13px;
  }
  .sliderBlock .sliderArea a {
    font-size: 14px;
  }
  .sliderBlock .sliderPagination {
    margin-top: 25px;
  }
  .eventBlock + .eventBlock {
    padding-top: 0;
  }
  .eventBlock .eventHeader h2 {
    font-size: 22px;
  }
  .eventBlock .eventHeader a {
    font-size: 13px;
  }
  .eventBlock .eventArea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .eventBlock .eventArea .eventBox .eventCaption {
    padding: 15px;
  }
  .eventBlock .eventArea .eventBox .eventCaption h4 {
    font-size: 16px;
  }
  .eventBlock .eventArea .eventBox .eventCaption p {
    font-size: 14px;
    max-height: 90px;
  }
  .pressBlock .pressHeader h2 {
    font-size: 22px;
  }
  .pressBlock .pressHeader a {
    font-size: 13px;
  }
  .pressBlock .pressBox .pressCaption {
    padding-top: 20px;
  }
  .pressBlock .pressBox .pressCaption p {
    font-size: 14px;
    max-height: 90px;
  }
  .newsLetterBlock .newsLetterHeader {
    margin: 0 0 20px;
  }
  .newsLetterBlock .newsLetterHeader h2 {
    font-size: 22px;
  }
  .newsLetterBlock .newsLetterHeader a {
    font-size: 13px;
  }
  .newsLetterBlock .newsLetterArea .newsLetterBox .newsLetterCaption p {
    font-size: 14px;
  }
  .galleryGrid .galleryBox .galleryCaption h4 {
    font-size: 13px;
  }
  .programmeListBlock {
    padding-bottom: 60px;
  }
  .programmeListBlock .programmeList {
    padding-bottom: 15px;
  }
  .programmeListBlock .programmeList h2 {
    margin-bottom: 15px;
  }
  .programmeListBlock .programmeList ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .programmeListBlock .infoArea {
    padding: 15px 0 15px 47px;
    margin: 0 0 30px;
  }
  .programmeListBlock .infoArea h4 {
    font-size: 14px;
  }
  .programmeListBlock .infoArea p {
    font-size: 13px;
  }
  .programmeForm {
    width: 100%;
  }
  .programmeForm h4 {
    font-size: 20px;
  }
  .programmeContentBlock .programmeAboutArea .programmeAboutLeft h2 {
    font-size: 22px;
  }
  .programmeContentBlock .programmeAboutArea .programmeAboutLeft p {
    font-size: 14px;
  }
  .programmeContentBlock .programmeDetailArea li {
    width: 100%;
    font-size: 14px;
  }
  .programmeContentBlock .programmeDocArea h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .programmeContentBlock .programmeDocArea .programmeDoc .programmeDocBox {
    -ms-grid-columns: 70px auto;
    grid-template-columns: 70px auto;
  }
  .programmeCampusBlock {
    padding: 30px 0 50px;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft h2 {
    font-size: 22px;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft p {
    font-size: 14px;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusLeft a {
    font-size: 13px;
  }
  .programmeCampusBlock .programmeCampusArea .programmeCampusRight {
    width: 150px;
  }
  .programmeOtherBlock {
    padding: 30px 0 70px;
  }
  .programmeOtherBlock .programmeOtherArea {
    width: 100%;
    padding: 25px;
  }
  .programmeOtherBlock .programmeOtherArea h2 {
    font-size: 22px;
  }
  .programmeOtherBlock .programmeOtherArea p {
    font-size: 14px;
  }
  .programmeOtherBlock .programmeOtherArea .wp-block-themeisle-blocks-accordion-item__title {
    font-size: 15px;
    padding: 15px 20px;
  }
  .programmeOtherBlock .programmeOtherArea .wp-block-themeisle-blocks-accordion-item__content {
    padding: 15px 20px;
  }
  .lifeBlock {
    padding: 40px 0;
  }
  .lifeBlock h2 {
    font-size: 22px;
  }
  .lifeBlock p {
    font-size: 14px;
  }
  .testimonialBlock .testimonialHeader {
    -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;
  }
  .testimonialBlock .testimonialHeader h2 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .testimonialBlock .testimonialSlider .card {
    padding: 20px;
  }
  .testimonialBlock .testimonialSlider .card p {
    font-size: 14px;
    line-height: 2;
    min-height: 250px;
  }
  .testimonialBlock .testimonialSlider .card .nameTag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonialBlock .testimonialSlider .card h3, .testimonialBlock .testimonialSlider .card h5 {
    text-align: center;
    margin-bottom: 5px;
  }
  .careerOtherBlock {
    padding-bottom: 80px;
  }
  .careerOtherBlock h2 {
    font-size: 22px;
  }
  .careerOtherBlock .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title h4 {
    font-size: 16px;
  }
  .researchBanner {
    padding: 40px 0;
  }
  .researchBanner .researchBannerArea h2 {
    font-size: 22px;
  }
  .researchBanner .researchBannerArea p {
    font-size: 14px;
  }
  .researchBanner .researchBannerArea a {
    font-size: 13px;
  }
  .researchUpdateBlock h2 {
    font-size: 22px;
  }
  .researchUpdateBlock .announcementArea h4 {
    font-size: 14px;
  }
  .researchUpdateBlock .announcementArea .announcementBox ul li a {
    font-size: 14px;
  }
  .researchUpdateBlock .events .boxContent {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .researchUpdateBlock .events .boxContent .box .right p {
    font-size: 14px;
  }
  .researchUpdateBlock .news .boxContent {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .researchUpdateBlock .news .boxContent .box .right p {
    font-size: 14px;
  }
  .grantBlock .grantHeader h2 {
    font-size: 22px;
  }
  .grantBlock .grantBox .grantCaption {
    font-size: 14px;
  }
  .publicationBlock {
    padding-bottom: 60px;
  }
  .publicationBlock .publicationArea .publicationBox .publicationCaption {
    padding-left: 15px;
  }
  .publicationBlock .publicationArea .publicationBox .publicationCaption p {
    font-size: 14px;
    max-height: 65px;
  }
  .researchJobBlock {
    padding: 40px 0 80px;
  }
  .researchJobBlock .researchJobArea .researchJobLeft h2 {
    font-size: 22px;
  }
  .researchJobBlock .researchJobArea .researchJobLeft p {
    font-size: 14px;
  }
  .researchJobBlock .researchJobArea .researchJobRight {
    width: 100%;
    text-align: center;
  }
  .researchJobBlock .researchJobArea .researchJobRight a {
    font-size: 13px;
    padding: 12px 20px;
  }
  .universityArea .universityGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header, .iqcaContentArea .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header {
    font-size: 14px;
  }
  .alignnone .wp-block-kadence-tab .wp-block-columns .wp-block-column {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
  .alignnone .kt-tabs-wrap.kt-tabs-tablet-layout-accordion .kt-title-item .kt-tab-title {
    font-size: 14px;
  }
  .testimonyArea .card p {
    font-size: 16px;
  }
  .testimonyArea .card h3 {
    font-size: 15px;
  }
  .testimonyArea .card h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 325px) {
  .homeBanner .white {
    background-size: 75px 65px;
    width: 75px;
  }
  .homeBanner .yellow {
    background-size: 50px;
    top: 40px;
    width: 50px;
    right: 35px;
  }
  .homeBanner .banner .h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .homeBanner .banner p {
    font-size: 14px;
    line-height: 23px;
  }
  .header .header-content {
    padding: 20px 10px;
  }
  .header .header-content .logo img {
    width: 150px;
  }
  .header .header-content .toggler {
    width: 25px;
  }
  .header .header-content .toggler span {
    width: 25px;
  }
  .header .header-content .toggler span:nth-child(2) {
    width: 15px;
  }
  .header .header-content .menu-items {
    top: 60px;
  }
  .header .search:focus {
    width: 170px;
  }
  .homeBanner .banner .bannerText {
    padding: 70px 0 80px;
  }
  .home_page .gallery .image-gallery .yellow {
    top: 30px;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption {
    padding: 60% 20px 10px 10px !important;
  }
  .contentBlock .contentArea .wp-block-gallery.has-nested-images.excellenceArea .wp-block-image figcaption a {
    padding: 60% 20px 10px 10px !important;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  100%, 20%, 53%, 80%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  100%, 20%, 53%, 80%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  100%, 50%, from {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  100%, 50%, from {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  100%, from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  100%, from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  100%, 11.1%, from {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  100%, 11.1%, from {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  100%, 20%, 40%, 60%, 80%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  100%, 20%, 40%, 60%, 80%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}






