@font-face {
  font-family: mainseriffont;
  src: url(../fonts/CallunaSans-Regular.otf);
}
::-moz-selection {
  /* Code for Firefox */
  background: #bed3ff;
  color: #000;
}

::selection {
  background: #bed3ff;
  color: #000;
}

#backtotop-btn {
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  right: 50px;
  bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 1s;
  z-index: 999;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.arrow-top {
  display: block;
  width: 40px;
  pointer-events: none;
  background-color: #f5f5f5;
  padding: 8px;
}

.slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-out-top {
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.scale-in-center {
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-out-center {
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Merienda", cursive;
}

h1,
h2,
h3,
h4 {
  font-family: "Merienda", cursive;
}

a,
a:hover {
  text-decoration: none;
}

ul,
li,
ol {
  list-style-type: none;
  padding-inline-start: 0;
}

.bg1 {
  background: #f5f5f5;
}

.bg2 {
  background: #1e216c;
}

.bg3 {
  background: #eec630;
}

.bg4 {
  background: #db2121;
}

/*================================================ Preloader CSS Start =================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.2s;
}

.preloader .loader {
  position: absolute;
  top: 32%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  transition: 0.6s;
}

.preloader .box {
  width: 100%;
  height: 100%;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}

.preloader::after,
.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  transition: 0.6s;
}

.preloader .box img {
  background: 0 0;
  width: 160px;
  border-radius: 4px;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

/*================================================ Preloader CSS End =================================================*/
/*================================================ Ticker Section Start =================================================*/
#marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 58px;
}

#marquee-text {
  position: absolute;
  white-space: nowrap;
  left: 100%;
}

.marquee-section {
  position: relative;
  background: #f7f7f7;
}

.marquee-section .marquee-container {
  display: flex;
  padding: 12px 0;
}

.marquee-section .marquee-container p,
.marquee-section .marquee-container p a {
  display: inline-block;
  margin-bottom: 0;
  color: #111;
  font-size: 21px;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}

.marquee-section .marquee-container p a:hover {
  color: #000;
}

.marquee-section .marquee-container p {
  border-left: 3px solid #5e5e5e;
  padding-left: 16px;
  margin-left: 16px;
}

.marquee-section .marquee-container p:first-child,
.marquee-section .marquee-container p:nth-child(2) {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.marquee-section .marquee-container svg {
  width: 32px;
  fill: #db2121;
  position: absolute;
  top: -3px;
  left: -45px;
}

/*================================================ Ticker Section End =================================================*/
/*================================================ Sidebar Menu CSS Start =================================================*/
body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 9999;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 1199px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #091f52;
    padding: 30px 6px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
}
.ext-mob-btn {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}

.ext-mob-btn a {
  color: #fff;
  padding: 2px 12px;
  display: inline-block;
  margin: 4px;
  border-radius: 30px;
  font-weight: 400;
}

.ext-btn1 {
  background: #eec630;
  color: #111 !important;
  font-weight: 700 !important;
}

.ext-btn2 {
  background: #db2121;
}

.ext-btn3 {
  background: #004cbb;
}

/*================================================ Sidebar Menu CSS end =================================================*/
/*================================================ Main Header CSS Start =================================================*/
header.main-header.fixed-main-header,
.main-slider-block.fixed-main-slider-block {
  margin-left: 130px;
}

header.main-header {
  position: relative;
}

header.main-header nav.navbar.relative-top.fixed-top {
  position: fixed !important;
  z-index: 999;
  width: calc(100% - 50px);
  margin-left: auto;
}

.relative-top,
.main-inner header.main-header nav.navbar {
  top: 0px;
  transform: translateY(0px);
  transition: transform 0.3s;
}

header.main-header nav.navbar.relative-top,
.main-inner header.main-header nav.navbar,
.main-inner .main-inner-ab-header header.main-header nav.navbar.relative-top {
  position: fixed;
  background: #091f52;
  padding: 0px 30px 0 40px;
  margin-left: 50px;
  width: calc(100% - 50px);
}

header.main-header nav.navbar.relative-top a.navbar-brand img,
.main-inner header.main-header nav.navbar a.navbar-brand img {
  width: 40px;
  display: block;
  margin-right: 10px;
}

/*header.main-header nav.navbar.relative-top ul.navbar-nav li.nav-item a.nav-link, .main-inner header.main-header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  padding: 19px 12px 19px !important;
  font-size: 15px;
  color: #fff!important;
  font-weight: 600;
}*/
header.main-header nav.navbar.relative-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link,
.main-inner header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
  padding: 4px 16px 3px !important;
}

/*.main-inner-ab-header header.main-header nav.navbar {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 50px 0 50px 50px;
  transition: 0.6s ease-in-out;
  background: transparent;
}*/
header.main-header nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 50px 0 50px 50px;
  transition: 0s ease-in-out;
  background: transparent;
}

.main-inner-ab-header header.main-header nav.navbar a.navbar-brand img {
  width: 90px;
}

header.main-header nav.navbar a.navbar-brand img {
  width: 125px;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #000 !important;
  padding: 16px 12px 13px !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

main.main.main-inner.main-wo-img header.main-header nav.navbar ul.navbar-nav a.nav-link {
  font-weight: 600;
  color: #fff !important;
  padding: 18px 12px 18px !important;
}

header.main-header nav.navbar.relative-top ul.navbar-nav li.nav-item a.nav-link {
  color: #fff !important;
  padding: 15px 14px 15px !important;
  font-weight: 600;
}

header.main-header nav.navbar a.navbar-brand,
.main-inner .main-inner-ab-header header.main-header nav.navbar a.navbar-brand {
  font-family: mainseriffont;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-right: 0;
}

header.main-header nav.navbar a.navbar-brand img {
  display: none;
}

header.main-header nav.navbar.relative-top a.navbar-brand img {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}

header.main-header nav.navbar a.navbar-brand small {
  font-size: 50%;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  color: #fff;
}

header.main-header nav.navbar a.navbar-brand small:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 23%;
  height: 1px;
  background: linear-gradient(270deg, #fff, transparent);
}

header.main-header nav.navbar a.navbar-brand small:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 23%;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}

header.main-header nav.navbar.relative-top a.navbar-brand,
.main-inner header.main-header nav.navbar a.navbar-brand,
.main-inner .main-inner-ab-header header.main-header nav.navbar.relative-top a.navbar-brand {
  font-size: 19px;
  line-height: 23px;
  padding-left: 0;
  display: contents;
}

header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link {
  display: none;
  transition: 0.1s ease-in-out;
}

header.main-header nav.navbar.relative-top ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link,
.main-inner header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link {
  display: block;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
  display: inline-block;
  padding: 6px 16px 5px !important;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  width: 40px;
  fill: #fff;
  position: relative;
  top: -1px;
  margin-left: 2px;
  border-radius: 2px;
  transform: rotate(180deg);
}

header.main-header nav.navbar.relative-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg,
.main-inner header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  top: 0px;
}

header.main-header nav.navbar.relative-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link span,
.main-inner header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-menu a.nav-link span {
  position: relative;
  top: 2px;
}

header.main-header nav.navbar ul.navbar-nav {
  background: #fff;
  border-top-left-radius: 10px;
  padding: 0 50px 0 30px;
}

header.main-header nav.navbar.relative-top ul.navbar-nav {
  background: transparent;
  border-top-left-radius: 0;
  padding: 0;
}

main.main.main-inner.main-wo-img header.main-header nav.navbar ul.navbar-nav {
  background: transparent;
  border-top-left-radius: 0;
  padding: 0;
}

/*header.main-header nav.navbar.relative-top ul.navbar-nav, main.main.main-inner header.main-header nav.navbar ul.navbar-nav {
  background: transparent;
  border-top-left-radius: 0;
  padding: 0;
}*/
.homepage-aside aside.fixed-sidebar {
  width: 50px;
}

.homepage-aside main.main {
  margin-left: 50px;
}

.homepage-aside header.main-header nav.navbar a.navbar-brand {
  display: flex;
}

.homepage-aside header.main-header nav.navbar a.navbar-brand span {
  align-content: center;
  align-self: center;
  padding-left: 16px;
  position: relative;
}

header.main-header nav.navbar a.navbar-brand span.desklogoTM {
  position: absolute;
  top: -7px;
  font-size: 15px;
  right: -18px;
}

.homepage-aside header.main-header nav.navbar.relative-top a.navbar-brand span {
  padding-left: 0;
}

.main-inner .main-inner-ab-header header.main-header nav.navbar.relative-top a.navbar-brand span.deskLogoText {
  position: relative;
}

.main-inner .main-inner-ab-header header.main-header nav.navbar.relative-top a.navbar-brand span.deskLogoTM {
  position: absolute;
  top: -6px;
  font-size: 10px;
  right: -15px;
}

.homepage-aside header.main-header nav.navbar a.navbar-brand img {
  display: inline-block;
  width: 80px;
  margin-right: 0;
}

.homepage-aside header.main-header nav.navbar.relative-top a.navbar-brand img {
  width: 38px;
  margin-right: 12px;
}

aside.fixed-sidebar.fixed-bar-mouseenter {
  width: 100px !important;
  z-index: 99999 !important;
}

aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav::before {
  background: rgb(9, 31, 82);
}

aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a small,
aside.fixed-sidebar.fixed-bar.fixed-bar-mouseenter .sidebarNav ul li a small,
.inner-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a small,
.inner-main-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a small,
.homepage-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a small {
  opacity: 1;
  visibility: visible;
  display: block;
}

aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a,
aside.fixed-sidebar.fixed-bar.fixed-bar-mouseenter .sidebarNav ul li a,
.inner-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a,
.inner-main-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a,
.homepage-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a {
  font-size: 16px;
  color: #a9a9a9;
  padding: 8px 0 8px 12px;
  margin: 0;
  text-align: center;
}

aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a:hover,
aside.fixed-sidebar.fixed-bar.fixed-bar-mouseenter .sidebarNav ul li a:hover,
.inner-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a:hover,
.inner-main-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a:hover,
.homepage-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a:hover {
  color: #fff;
}

/*aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a i, aside.fixed-sidebar.fixed-bar.fixed-bar-mouseenter .sidebarNav ul li a i, .inner-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a i, .inner-main-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a i, .homepage-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a i {
  position: absolute;
  top: 10px;
  left: 16px;
}*/
aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav:before,
aside.fixed-sidebar.fixed-bar.fixed-bar-mouseenter .sidebarNav:before,
.inner-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav:before,
.inner-main-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav:before,
.homepage-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav:before {
  background: #091f52;
}

.inner-page-aside aside.fixed-sidebar .sidebar-logo,
aside.fixed-sidebar.fixed-bar .sidebar-logo,
.homepage-aside aside.fixed-sidebar .sidebar-logo {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.2s ease-in-out;
}

.inner-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebar-logo,
aside.fixed-sidebar.fixed-bar.fixed-bar-mouseenter .sidebar-logo,
.homepage-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebar-logo {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 0.6s ease-in-out;
}

.inner-main-page-aside aside.fixed-sidebar {
  width: 50px;
}

.inner-main-page-aside .sidebar-logo,
.inner-main-page-aside aside.fixed-sidebar .sidebarNav ul li a small {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.inner-main-page-aside aside.fixed-sidebar .sidebarNav ul li a i {
  position: relative;
  top: 0;
  left: 0;
}

.inner-main-page-aside aside.fixed-sidebar .sidebarNav ul li a {
  font-size: 20px;
  padding: 8px 15px;
  margin: 6px 0;
  transition: 0.6s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu {
  background: #fff;
  border-radius: 0;
  padding: 20px 20px 25px;
  left: -150%;
  border: 0;
}

/*header.main-header ul.navbar-nav li.nav-item .dropdown-menu:before {
content: "";
position: absolute;
left: 50%;
transform: translate(-50%, 0);
top: -12px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #fff;
}*/
header.main-header ul.navbar-nav li.nav-item .dropdown-menu h6.title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Merienda", cursive;
  color: #111;
  margin-bottom: 12px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu {
  height: 100%;
  position: relative;
  overflow: hidden;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a {
  position: relative;
  color: #07173c;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  transition: 0.6s ease-in-out;
  padding-left: 0;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a:hover {
  padding-left: 15px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 2px;
  width: 0;
  background: #b72937;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a:hover::before {
  visibility: visible;
  opacity: 1;
  width: 10px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu.col-megamenu2 {
  padding-left: 20px;
  height: 100%;
  padding-top: 10px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li {
  margin-bottom: 4px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
.dropdown-large {
  padding: 1rem;
}

@media all and (min-width: 992px) {
  .dropdown-large {
    min-width: 520px;
  }
}
/* ================================= Main Header CSS End ================================*/
/* ================================= Inner Header CSS Start ================================*/
.inner-header header.main-header nav.navbar {
  position: relative;
  padding: 0px 20px 0px 0;
  background: #091f52;
}

.inner-header header.main-header ul.navbar-nav li.nav-item a.nav-link {
  padding: 20px 12px !important;
}

/* ================================= Inner Header CSS End ================================*/
.wrapper-gallery-section .hero-photo-gallery-box .hero-photo-gallery-box-img img {
  height: 330px;
}

.wrapper-gallery-section .hero-photo-gallery-box-info h1 {
  font-size: 20px;
}

.hero-photo-gallery-box-img span.count-span {
  font-size: 28px;
}

.inner-banner.inner-wo-img-banner .inner-banner-content {
  position: relative;
  padding: 150px 70px 20px 70px;
}

.inner-banner.inner-wo-img-banner .inner-banner-content h1 {
  font-size: 34px;
  line-height: 40px;
  color: #fff;
}

.inner-banner.inner-wo-img-banner .inner-banner-content h1 span {
  font-size: 26px;
  line-height: 32px;
  display: inline-block;
}

.inner-banner.inner-wo-img-banner .inner-banner-content nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item a {
  color: #f1f1f1;
}

.inner-banner.inner-wo-img-banner .inner-banner-content nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item.active {
  color: #fff;
}

.inner-banner.inner-wo-img-banner {
  background: url(../images/inner-banner/inner-banner.jpg);
  background-size: cover;
  background-position: bottom;
}

.inner-banner.inner-wo-img-banner::before {
  background: #000;
  opacity: 0.9;
  height: 100%;
}

.inner-banner.inner-wo-img-banner::after {
  height: auto;
}

/* ================================= Blog List CSS Start ================================*/
.wrapper-blog-box {
  position: relative;
}

.wrapper-blog-box .wrapper-blog-box-img img {
  width: 100%;
}

.wrapper-blog-box-content {
  position: relative;
  padding: 12px;
  background: #fff;
  margin: -16px 12px 0;
  border-radius: 2px;
}

.wrapper-blog-box-content .date {
  background: #db2121;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  padding: 3px 8px 2px;
  border-radius: 50px;
  margin-bottom: 8px;
}

.wrapper-blog-box-content .date i {
  font-size: 90%;
}

.wrapper-blog-box-content h1 {
  font-family: "Nunito Sans", sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  height: 42px;
  overflow: hidden;
}

.wrapper-blog-box-content p {
  color: #333;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  height: 42px;
  margin-bottom: 0;
}

.wrapper-blog-details-banner {
  position: sticky;
  overflow: hidden;
  top: 0;
  transition: 0.6s ease-in-out;
}

.wrapper-blog-details-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent);
}

.wrapper-blog-details-banner.fixed-detail-banner {
  filter: grayscale(1) blur(3px);
}

.wrapper-blog-details-banner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.wrapper-blog-details-block {
  background: #fff;
  padding: 100px 35px 40px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border-bottom-right-radius: 50px;
  border-top: 5px solid #db2121;
  border-bottom: 5px solid #db2121;
  margin: -400px 5% 0;
}

.wrapper-blog-details-block h1 {
  color: #000;
  font-family: "Merriweather", serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.wrapper-blog-details-block .blog-text p {
  color: #000 !important;
  font-size: 19px !important;
  line-height: 25px !important;
  font-weight: 300 !important;
  margin-bottom: 12px !important;
}

.wrapper-blog-details-block .blog-text p b {
  font-weight: 700;
}

.wrapper-blog-details-block .blog-text img {
  width: 100%;
  margin-bottom: 16px;
}

/* ================================= Blog List CSS End ================================*/
/* ================================= Blog Details CSS Start ================================*/
.blog-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 12px;
}

.blog-info .title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 35px;
  background: #f1f1f1;
}

.blog-info .title-content .title-content-box {
  padding-left: 38px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  line-height: 18px;
  flex-direction: column;
  margin-right: 30px;
  font-weight: 600;
}

.blog-info .title-content .title-content-box i {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 30px;
  color: #db2121;
  filter: opacity(0.7);
}

.blog-info .title-content .title-content-box small {
  font-weight: 700;
  font-size: 72%;
  color: #333;
  text-transform: uppercase;
}

.blog-info .title-content .title-content-box span {
  font-weight: 700;
  color: #222;
}

.explore-more-block {
  position: relative;
  display: flex;
}

.explore-more-block h5 {
  margin-bottom: 0;
  background: #091f52;
  color: #fff;
  padding: 8px 25px 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.explore-more-block .main-custom-icon {
  background: #db2121;
  color: #fff;
  padding: 6px;
  margin-left: -14px;
  font-size: 24px;
}

/* ==================================== Animated Menu Icon Start ================================= */
.custom-icon {
  width: 20px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: #db2121;
}

.custom-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.custom-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.custom-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.custom-icon span:nth-child(1),
.custom-icon span:nth-child(2) {
  top: 1px;
}

.custom-icon span:nth-child(3),
.custom-icon span:nth-child(4) {
  top: 8px;
}

.custom-icon span:nth-child(5),
.custom-icon span:nth-child(6) {
  top: 15px;
}

.explore-more-block.open .custom-icon span:nth-child(1),
.explore-more-block.open .custom-icon span:nth-child(6) {
  transform: rotate(45deg);
}

.explore-more-block.open .custom-icon span:nth-child(2),
.explore-more-block.open .custom-icon span:nth-child(5) {
  transform: rotate(-45deg);
}

.explore-more-block.open .custom-icon span:nth-child(1) {
  left: 1px;
  top: 4px;
}

.explore-more-block.open .custom-icon span:nth-child(2) {
  left: calc(50% - 1px);
  top: 4px;
}

.explore-more-block.open .custom-icon span:nth-child(3) {
  left: -70%;
  opacity: 0;
}

.explore-more-block.open .custom-icon span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.explore-more-block.open .custom-icon span:nth-child(5) {
  left: 1px;
  top: 12px;
}

.explore-more-block.open .custom-icon span:nth-child(6) {
  left: calc(50% - 1px);
  top: 12px;
}

/* ==================================== Animated Menu Icon End ================================= */
#explore-container {
  padding: 20px;
  display: none;
  background: #19253e;
  width: 92%;
  margin: auto;
  position: relative;
  height: 250px;
  overflow-y: scroll;
}

#explore-container::-webkit-scrollbar {
  width: 10px;
  border-radius: 6px;
}

#explore-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

#explore-container::-webkit-scrollbar-thumb {
  background-color: #202f51;
  border-radius: 20px;
}

.blog-info-content ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.blog-info-content ul li {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 8px;
}

.blog-info-content ul li .blog-info-content-box .blog-info-content-box-date {
  align-items: center;
  align-self: center;
}

.blog-info-content ul li .blog-info-content-box {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #1b2842;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.blog-info-content ul li .blog-info-content-box .blog-info-content-box-text {
  padding: 6px 10px;
  position: relative;
  align-items: center;
  align-self: center;
}

.blog-info-content ul li:last-child .blog-info-content-box {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-info-content ul li .blog-info-content-box .blog-info-content-box-date h6 {
  margin-bottom: 0;
  padding: 4px;
  font-size: 23px;
  line-height: 23px;
  font-weight: 800;
  color: #222;
  text-align: center;
  width: 50px;
  border-radius: 2px;
  background: #ffe890;
}

.blog-info-content ul li .blog-info-content-box .blog-info-content-box-date h6 small {
  font-size: 45%;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.blog-info-content ul li .blog-info-content-box-text h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  height: 36px;
  overflow: hidden;
}

.share-buttons {
  position: sticky;
  top: 80px;
  transition: 0.1s ease-in-out;
}

.share-buttons.fixed-share-buttons {
  opacity: 0;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
  display: grid;
  position: absolute;
  right: -69px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style a {
  margin-bottom: 2px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style a span {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #bfbfbf;
  border-left: 0;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style a span svg {
  width: 26px;
  margin: 3px 3px;
}

/* ================================= Blog Details CSS End ================================*/
/* ================================= Gallery Details CSS Start ================================*/
section.wrapper-section.wrapper-gallery-section {
  padding: 50px 0;
}

.wrapper-gallery-section .blog-info {
  position: relative;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.wrapper-gallery-section .blog-info .title-content {
  padding: 14px 20px;
}

.wrapper-gallery-section .blog-info #explore-container {
  padding: 25px 16px;
  width: 300px;
  position: absolute;
  z-index: 999;
  right: 20px;
  height: 380px;
  border: 4px solid #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.wrapper-gallery-section .blog-info .blog-info-content ul li {
  width: 100%;
  padding: 0;
}

.wrapper-gallery-section .blog-info .title-content .title-content-box i {
  top: -6px;
}

.wrapper-gallery-section .blog-info .title-content .title-content-box span {
  font-weight: 800;
  color: #444444;
}

.wrapper-gallery-section .blog-info .title-content .title-content-box {
  padding-left: 45px;
}

.blog-info-content ul li .blog-info-content-box .blog-info-content-box-date img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
}

/* ================================= Gallery Details CSS End ===================================*/
/* ================================= Admission Enquiry Side Button CSS Start ================================*/
a.trigger_popup {
  transform: rotate(270deg);
  position: fixed;
  top: 50%;
  right: -86px;
  z-index: 999;
  cursor: pointer;
  background-color: #eec630;
  border-color: #eec630;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 6px 16px 2px;
  font-size: 16.5px;
  color: #060606;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* ================================= Admission Enquiry Side Button CSS End ================================*/
/* ================================= Hamburger Menu CSS Start ================================*/
.mydiv {
  display: none;
  height: 100%;
  z-index: 99;
  position: relative;
  overflow: hidden;
}

.navigation {
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 9999999;
  top: 0;
  visibility: hidden;
  transition: 0.6s ease-in-out;
  transform: translateX(200%);
  width: calc(100% + 0px);
  background: #070014;
  overflow: hidden;
  overflow-y: scroll;
}

.navigation.open-nav {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  transform: translateX(0);
}

.navigation:before {
  background: rgb(111, 74, 0);
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 0;
  top: 0;
  width: 100%;
  transform: translateY(-300px);
  transition: 0.1s ease-in-out;
  display: none;
}

.navigation.open-nav:before {
  transform: translateY(0);
}

img.navigation-bg-img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: pulse2 12s infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.navigation nav {
  display: table;
  margin: 0;
  text-align: left;
  width: 100%;
  padding: 30px 30px 0 30px;
}

.navigation nav ul.menu-main-ul {
  position: relative;
  width: 300px;
  float: right;
  margin-bottom: 50px;
  margin-top: 30px;
  border-left: 3px solid #130d20;
  padding: 12px;
  padding-right: 0;
  list-style-type: none;
}

.ext-btn-group {
  position: relative;
  z-index: 99;
  margin-top: 20px;
  text-align: right;
  padding: 0px;
  margin-right: 20px;
}

.ext-btn-group a:hover {
  color: #fff;
}

.ext-btn-group a.ext-btn3 {
  background: #a92b25;
  color: #fff;
  font-weight: 500;
}

.ext-btn-group a {
  color: #fff;
  font-family: "Roboto Serif", serif;
  padding: 8px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  transition: 0.6s ease-in-out;
  margin: 0 4px;
  border-radius: 50px;
}

.navigation nav:after {
  content: "";
  width: 100%;
  display: table;
  margin: 0;
  text-align: left;
  width: 100%;
  background: #070014;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.navigation nav ul,
.navigation nav .navbar-brand.brand-logo {
  position: relative;
  z-index: 1;
}

.navigation:after {
  position: absolute;
  content: "";
  top: 0;
  right: -280px;
  height: 100%;
  width: 320px;
  background: #fffb78;
  padding: 150px 30px 30px 30px;
  z-index: 0;
  display: none;
}

.navigation nav .btn-group {
  position: relative;
  margin-top: 10px;
  z-index: 1;
  padding: 10px 15px;
}

.socials {
  z-index: 99;
  position: relative;
  left: 0;
  display: inline-block;
  margin-top: 12px;
}

.socials a {
  display: inline-block;
  margin: 0 6px 0 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 3px 7px 3px 8px;
  border-radius: 50%;
}

.navigation nav .socials p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.submenu-wrap ul {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  display: none;
}

.submenu-wrap ul.hoverShowing {
  display: block;
}

.submenu-wrap ul li a {
  font-size: 16px;
  padding: 6px 10px;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
}

.navigation nav > ul,
.navigation nav ul ul {
  padding-top: 0;
  position: relative;
}

.navigation nav > ul > li {
  *transform: translate(0px, 10px);
  transition: 0.4s ease-in-out;
  opacity: 0;
  padding-left: 10px;
}

.navigation nav > ul > li > a {
  position: relative;
}

.navigation nav > ul > li > a:before,
.navigation nav > ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 14px);
  transition: 0.4s ease-in-out;
  display: none;
}

.navigation nav > ul > li > a:before {
  height: 15px;
  width: 15px;
  border: 2px solid #fffdb2;
  border-radius: 50%;
  z-index: 1;
  background: #004372;
  display: none;
}

.navigation nav > ul > li:not(:last-child) > a:after {
  height: 100%;
  width: 3px;
  background: #fffdb2;
  top: 10px;
  left: 5.5px;
  z-index: 0;
  display: none;
}

.navigation nav > ul > li > a:hover:before,
.navigation nav > ul > li.nav_active > a:before {
  background: #fffdb2;
}

.navigation.open-nav nav > ul > li {
  opacity: 1;
  line-height: normal;
}

.navigation nav > ul > li > a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 8px 12px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Roboto Serif", serif;
  letter-spacing: 0.5px;
}

.navigation nav > ul > li.nav_active > a {
  color: #fffd9f;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.navigation nav ul ul li a {
  color: #fffd9f;
  padding: 6px 20px;
  font-size: 17px;
  line-height: 22px;
  display: block;
  font-weight: 300;
  font-family: "Roboto Serif", serif;
  position: relative;
  letter-spacing: 0.5px;
}

.navigation nav ul ul li a:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 50%;
  border: 6px double #fffd9f;
}

@media screen and (min-width: 767px) {
  .navigation nav ul ul {
    position: absolute;
    right: 300px;
    padding: 12px;
    height: 100%;
    top: 0;
    opacity: 0;
    width: 310px;
    visibility: hidden;
    transform: translateY(0px);
    transition: 0.3s ease-in-out;
    list-style-type: none;
  }
  .navigation nav ul ul:after {
    content: "";
    right: -16px;
    top: 0;
    border-top: 26px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    border-left: 16px solid #cac6c6;
    display: none;
  }
  .navigation nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .navigation nav ul ul li a {
    padding: 8px 25px;
  }
}
.navigation nav ul li.nav_active ul,
.navigation nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.close-nav-panel {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.close-nav-panel span {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Serif", serif;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.navigation a img {
  width: 280px;
}

.navigation a.navbar-brand.brand-logo.desk-menu-logo {
  position: absolute;
  top: 40%;
  transform: translate(0%, -50%);
  left: 32%;
  filter: opacity(0.05);
  margin: 0;
  cursor: auto;
  z-index: 1;
}

.fixed-social-icons {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  z-index: 999;
}

.fixed-social-icons nav ul li a {
  color: #fff;
  font-size: 20px;
  padding: 3px 5px 3px 15px;
  margin: 8px 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: block;
  transition: 0.6s ease-in-out;
}

.fixed-social-icons nav ul li a i {
  padding-right: 8px;
}

.fixed-social-icons nav ul li a.youtube,
.socials a.youtube {
  background: #ff2121;
}

.fixed-social-icons nav ul li a.instagram,
.socials a.instagram {
  background: linear-gradient(30deg, #de1130, #8e4bc3);
}

.fixed-social-icons nav ul li a.facebook,
.socials a.facebook {
  background: #4267B2;
}

.fixed-social-icons nav ul li a.twitter,
.socials a.twitter {
  background: #1c9cea;
}

.fixed-social-icons nav ul li a.linkedin,
.socials a.linkedin {
  background: #2464ad;
}

.fixed-social-icons nav ul li a span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto Serif", serif;
  position: relative;
  top: -3px;
}

.fixed-social-icons nav ul li {
  transform: translateX(80px);
  transition: 0.2s ease-in-out;
}

.fixed-social-icons nav ul li:hover {
  transform: translateX(0px);
}

.navigation-header {
  display: flex;
  justify-content: space-between;
  padding: 45px 50px 0;
  position: relative;
  z-index: 999;
}

ol.social-media-header {
  z-index: 999;
  position: relative;
  justify-content: start;
  margin-bottom: 0;
  display: flex;
}

ol.social-media-header li {
  margin-left: 18px;
}

ol.social-media-header li a {
  color: #cdcdcd;
  transition: 0.6s ease-in-out;
}

ol.social-media-header li a:hover {
  color: #fff;
}

ol.social-media-header li a i {
  font-size: 22px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.ext-btn-group a svg {
  width: 22px;
  fill: #fff;
  margin-right: 2px;
  position: relative;
  margin-top: -4px;
  border-radius: 50px;
}

.navigation-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 30px 30px 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
}

.navigation-logo a.navbar-brands img {
  width: 100px;
}

.navigation-logo a.navbar-brands img.dis-inner-logo {
  margin-right: 12px;
}

.navigation-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.2), transparent);
  z-index: 999;
}

/* ================================= Hamburger Menu End ================================*/
aside.fixed-sidebar.fixed-bar .sidebarNav:before,
.inner-page-aside aside.fixed-sidebar .sidebarNav:before,
.homepage-aside aside.fixed-sidebar .sidebarNav:before {
  background: #fff;
}

aside.fixed-sidebar.fixed-bar .sidebar-logo a.navbar-brand img,
.inner-page-aside aside.fixed-sidebar .sidebar-logo a.navbar-brand img .homepage-aside aside.fixed-sidebar .sidebar-logo a.navbar-brand img {
  width: 75px;
}

aside.fixed-sidebar.fixed-bar .sidebarNav ul li a p,
.inner-page-aside aside.fixed-sidebar .sidebarNav ul li a p,
.homepage-aside aside.fixed-sidebar .sidebarNav ul li a p {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  font-size: 15px;
  position: absolute;
}

aside.fixed-sidebar.fixed-bar .sidebarNav ul li a p:hover {
  color: #fff;
}

aside.fixed-sidebar.fixed-bar.fixed-bar-mouseenter .sidebarNav ul li a p,
.inner-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a p,
.homepage-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a p {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  position: relative;
  transition-delay: 0.4s;
}

aside.fixed-sidebar.fixed-bar .sidebarNav ul li a,
.inner-page-aside aside.fixed-sidebar .sidebarNav ul li a,
.homepage-aside aside.fixed-sidebar .sidebarNav ul li a,
.inner-page-aside aside.fixed-sidebar .sidebarNav ul li a,
.homepage-aside aside.fixed-sidebar .sidebarNav ul li a {
  font-size: 20px;
  padding: 8px 15px;
  margin: 6px 0;
  color: #444;
}

aside.fixed-sidebar.fixed-bar .sidebarNav ul li a:hover,
.inner-page-aside aside.fixed-sidebar .sidebarNav ul li a:hover,
.homepage-aside aside.fixed-sidebar .sidebarNav ul li a:hover {
  color: #db2121;
}

aside.fixed-sidebar.fixed-bar .sidebarNav ul li a i,
.inner-page-aside aside.fixed-sidebar .sidebarNav ul li a i,
.homepage-aside aside.fixed-sidebar .sidebarNav ul li a i {
  position: relative;
  top: 0;
  left: 0;
  transition: 0s ease-in-out;
}

aside.fixed-sidebar.fixed-bar.fixed-bar-mouseenter .sidebarNav ul li a i.side-icon,
.inner-page-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a i.side-icon,
.homepage-aside aside.fixed-sidebar.fixed-bar-mouseenter .sidebarNav ul li a i.side-icon {
  visibility: hidden;
  opacity: 0;
  transform: scale(0) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transition: 0s ease-in-out;
}

aside.fixed-sidebar.fixed-bar .sidebarNav ul li a i.side-icon,
.inner-page-aside aside.fixed-sidebar .sidebarNav ul li a i.side-icon,
.homepage-aside aside.fixed-sidebar .sidebarNav ul li a i.side-icon {
  transition: 0.6s ease-in-out;
}

.inner-page-aside aside.fixed-sidebar {
  width: 50px;
}

.fixed-sidebar {
  position: fixed;
  top: 0;
  width: 100px;
  height: 100%;
  left: 0;
  z-index: 9999;
  text-align: center;
  padding: 30px 15px 0 15px;
  transition: 0.5s ease-in-out;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.fixed-sidebar .nav-trigger a {
  text-align: center;
}

.fixed-sidebar .nav-trigger {
  position: relative;
  z-index: 2;
}

.fixed-sidebar .nav-trigger span {
  display: block;
  height: 3px;
  background: #ffffff;
  width: 32px;
  border-radius: 6px;
  box-shadow: 0 0 5px #444;
  transition: 0.4s ease-in-out;
  text-align: center;
  margin: 6px auto 6px;
}

.fixed-sidebar .nav-trigger a.triggerOpen span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 8px);
}

.fixed-sidebar .nav-trigger a.triggerOpen span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

.sidebarLogo {
  position: relative;
  z-index: 2;
  left: -10px;
  display: block;
}

.sidebarLogo img {
  width: 90px;
}

.sidebarNav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: end;
}

.sidebarNav .sidebar-block {
  position: relative;
  z-index: 999;
}

.sidebar-logo {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}

.sidebarNav .sidebar-block ul.sidebar-links {
  margin-bottom: 20px;
}

.sidebar-logo a.navbar-brand img {
  width: 80px;
}

.sidebarNav:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: #091f52;
  position: absolute;
  z-index: 1;
  transition: 0.3s ease-in;
  transform: translateX(0);
}

.sidebarNav:after {
  content: "";
  height: 100%;
  width: 260px;
  left: 0;
  right: 0;
  background: #286959;
  background: #4c3d3d;
  position: absolute;
  z-index: 0;
  transition: 0.1s ease-in;
  transform: translateX(-260px);
  border-left: 1px solid #ddd;
  *opacity: 0;
}

.sidebarNavActive.sidebarNav:after {
  transform: translateX(100px);
  opacity: 1;
}

.sidebarNav > ul {
  width: 100%;
  text-align: center;
  z-index: 1;
}

.sidebarNav ul li {
  margin: 0;
  position: relative;
}

.sidebarNav ul li a {
  font-size: 16px;
  color: #a9a9a9;
  line-height: 20px;
  display: block;
  text-decoration: none !important;
  padding: 8px 0 8px 38px;
  text-align: left;
  position: relative;
  transition: 0.2s ease-in-out;
}

.sidebarNav ul li a:hover {
  color: #fff;
}

.sidebarNav ul li a small {
  font-size: 100%;
}

.sidebarNav ul li a i {
  font-size: 90%;
  position: absolute;
  top: 10px;
  left: 16px;
}

.sidebarNav ul li a img {
  color: #fff;
  font-size: 20px;
  width: 35px;
  margin: 0 0 3px 0;
  font-size: 14px;
}

.sidebarNav ul li a span {
  font-size: 11px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.sidebarNav ul li .subNav {
  position: absolute;
  top: 0;
  height: 100%;
  width: 260px;
  text-align: left;
  left: 100%;
  display: none;
  align-items: flex-start;
  padding: 20px 20px;
  display: none;
}

.sidebarNav ul li .subNav ul {
  position: relative;
}

.sidebarNav ul li:hover .subNav ul {
  opacity: 1;
  visibility: visible;
}

.sidebarNav ul li .subNav ul li a {
  font-size: 18px;
  border: 0;
  color: #eabd57;
}

.sidebarNav ul li .subNav ul li a:hover {
  color: #fff;
}

/* ================================= Main Slider Start ================================*/
.main-slider-block {
  position: relative;
  transition: 0.4s ease-in-out;
}

.main-slider .carousel-inner .carousel-item img.main-slider-img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  animation: pulse 12s infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.main-slider .carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}

.main-slider .carousel-inner .carousel-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}

.main-slider .carousel-inner .carousel-item .carousel-caption {
  z-index: 99;
  text-align: left;
  width: 100%;
  left: 0;
  right: 0;
  padding: 50px 60px 35px 60px;
  bottom: 0;
}

.main-slider .carousel-inner .carousel-item .carousel-caption-content a {
  display: inline-block;
  color: #fff;
  margin-top: 16px;
  text-transform: uppercase;
  font-weight: 300;
  background: transparent;
  padding: 4px 12px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 15px;
}

.main-slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-content {
  display: flex;
  width: 100%;
}

.main-slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-content .navbar-slider img {
  width: 110px;
}

.main-slider .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 38px;
  text-transform: capitalize;
  line-height: 54px;
  font-weight: 600;
  text-shadow: 1px 1px 10px #000;
  margin-bottom: 0;
  font-family: "Merienda", cursive;
  letter-spacing: 0.5px;
  align-self: center;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 4px solid #fff;
}

.main-slider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  margin-bottom: 0;
  text-shadow: 1px 1px 10px black;
  font-family: "Roboto", sans-serif;
}

.main-slider .carousel-control-next,
.main-slider .carousel-control-prev {
  width: auto !important;
  opacity: 1;
  font-size: 18px;
  top: auto;
  bottom: 40px;
}

.main-slider .carousel-control-prev {
  left: auto;
  right: 110px;
}

.main-slider .carousel-control-next {
  right: 70px;
}

.main-slider .carousel-control-next {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.main-slider .carousel-control-prev {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main-slider .carousel-control-next span.carousel-control-next-icon,
.main-slider .carousel-control-prev span.carousel-control-prev-icon {
  width: 22px;
  height: 40px;
}

/* ================================= Main Slider End ================================*/
section {
  padding: 80px 0;
}

.container {
  max-width: 95%;
}

main.main {
  /*width: calc(100% - 120px);
  float: right;*/
  position: relative;
  transition: 0.4s ease-in-out;
}

.main.main-inner {
  margin-left: 50px;
}

/* ================================= Welcome Block Start ================================*/
.welcome-img-block {
  position: relative;
}

.welcome-img-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, white, transparent);
}

.welcome-img-block img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.welcome-content-block {
  position: relative;
  padding: 60px 0 50px 50px;
  text-align: center;
}

.welcome-content-block img {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
  filter: invert(1);
  opacity: 0.13;
  width: 200px;
}

.welcome-content-block h1 {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #091f52;
  margin-bottom: 20px;
}

.welcome-content-block p {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin-bottom: 25px;
  font-weight: 400;
}

a.main-btn {
  display: inline-block;
  padding: 10px 14px;
  color: #484848;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #c9c9c9;
  transition: 0.6s ease-in-out;
}

a.main-btn:hover {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  letter-spacing: 2px;
}

/* ================================= Welcome Block End ================================*/
/*================================== Homepage Hero Block Start ==================================*/
.hero-block {
  position: relative;
  margin: 10px;
}

.hero-block2 {
  padding-top: 30px;
}

h1.main-head {
  font-family: "Merriweather", serif;
  color: #5c5c5c;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 15px;
  font-weight: 600;
}

.hero-block .hero-block-img {
  position: relative;
  overflow: hidden;
}

.hero-block .hero-block-img img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}

.hero-block:hover .hero-block-img img {
  transform: scale(1.1);
}

.hero-block .hero-block-img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 30px;
  color: #fff;
  text-shadow: 1px 1px 8px #333;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  line-height: 26px;
  height: 100%;
  margin-bottom: 0;
  opacity: 0;
  transition: 0.6s ease-in-out;
  font-style: italic;
}

.hero-block:hover .hero-block-img p {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.hero-block:hover .hero-block-content {
  margin: -50px auto 0 auto;
  right: 0;
  width: 92%;
}

.hero-block .hero-block-content {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 15px 20px;
  position: relative;
  margin: -50px 0 0 0;
  right: 30px;
  text-align: right;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease-in-out;
  width: 100%;
}

.hero-block-content h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 0;
  color: #111;
}

.hero-block-content h2 small {
  font-family: mainseriffont;
  font-size: 60%;
  font-weight: 400;
  line-height: 20px;
  color: #898989;
  font-style: italic;
}

.hero-block-content svg {
  width: 52px;
  fill: #010961;
  filter: hue-rotate(45deg);
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.hero-block:hover .hero-block-content svg {
  animation: shake 1s infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
/*================================== Homepage Hero Block End ==================================*/
.main-title {
  position: relative;
  margin-bottom: 30px;
}

.main-title h1 {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #222;
  margin-bottom: 6px;
}

.main-title p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #222;
  margin-bottom: 8px;
}

/*================================== Homepage News & Events Start ==================================*/
.news-events-box {
  background: #fff;
  position: relative;
  border: 5px solid #fff;
  transition: 0.2s ease-in-out;
  height: 100%;
  overflow: hidden;
  outline: 1px solid #f6f6f6;
}

.news-events-box:hover {
  transform: translateY(-5px);
  opacity: 0.95;
}

/*.bg-color1 {
box-shadow: 6px 6px 0px rgba(30, 33, 108, 70%);
}
.bg-color1:hover {
box-shadow: 1px 1px 6px rgba(30, 33, 108, 70%);
}
.bg-color3 {
box-shadow: 6px 6px 0px rgb(219, 33, 33, 70%);
}
.bg-color3:hover {
box-shadow: 1px 1px 6px rgb(219, 33, 33, 70%);
}
.bg-color2 {
box-shadow: 6px 6px 0px rgb(238 198 48 / 70%);
}
.bg-color2:hover {
box-shadow: 1px 1px 6px rgb(238 198 48 / 70%);
}*/
.news-events-box img {
  width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f3f3f3;
}

.news-events-box-info {
  position: relative;
  padding: 12px 12px 8px;
  height: 100%;
}

.news-events-box-info h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

/*================================== Homepage News & Events End ==================================*/
/*================================== Homepage Gallery Start ==================================*/
.hero-photo-gallery-block {
  position: relative;
  margin-right: 80px;
  margin-left: 16px;
}

.section-title {
  position: relative;
  padding: 150px 20px 80px 30px;
  background: whitesmoke;
  height: 550px;
}

.section-title h1 {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #222;
  margin-bottom: 20px;
}

.section-title p {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 500;
  font-style: italic;
}

a.title-link {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  color: #091f52;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  transition: 0.6s ease-in-out;
  padding-left: 30px;
  letter-spacing: -0.5px;
}

a.title-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 25px;
  height: 2px;
  background: #091f52;
  transition: 0.6s ease-in-out;
}

a.title-link:hover::before {
  width: 35px;
  background: #555;
}

a.title-link:hover {
  color: #555;
  padding-left: 40px;
}

.hero-photo-gallery-box {
  position: relative;
}

.hero-photo-gallery-box-img {
  position: relative;
  overflow: hidden;
}

.hero-photo-gallery-box .hero-photo-gallery-box-img img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in-out;
}

.hero-photo-gallery-box:hover .hero-photo-gallery-box-img img {
  transform: scale(1.3) translateX(30px);
}

.hero-photo-gallery-box-img span.count-span {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-photo-gallery-box-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 16px 16px;
  text-align: center;
  background: linear-gradient(0deg, black, transparent);
}

.hero-photo-gallery-box-info h1 {
  font-family: "Merriweather", serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  text-shadow: 1px 1px 8px black;
}

.hero-photo-gallery-box-img span.count-span {
  position: absolute;
  top: 0;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 30px;
  line-height: 28px;
  color: #db2121;
  font-weight: 800;
  padding: 8px 6px 10px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 3px double #939393;
  border-top: 0;
  transition: 0.6s ease-in-out;
}

.hero-photo-gallery-box-img:hover span.count-span {
  padding: 16px 8px 10px;
}

.hero-photo-gallery-box-img span.count-span small {
  font-size: 35%;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.swiper.gallerySwiper .swiper-button-prev:after,
.swiper.gallerySwiper .swiper-button-next:after {
  display: none;
}

.swiper.gallerySwiper .swiper-button-prev {
  display: none;
}

.swiper.gallerySwiper .swiper-button-next {
  background: #fff;
  color: #000;
  font-size: 21px;
  padding: 30px 25px;
  right: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.4s ease-in-out;
}

.swiper.gallerySwiper:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*================================== Homepage Gallery End ==================================*/
/*================================== Explore Our Campus Start ==================================*/
.swiper.exploreSwiper .exploreBlock img {
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exploreBlock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.09);
}

.exploreBlock {
  position: relative;
}

.swiper.exploreSwiper .explore-campus-block {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0px;
  z-index: 99;
  width: 440px;
  background: rgba(255, 255, 255, 0.95);
  padding: 110px 50px 50px;
  text-align: center;
  margin: 0 30px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.swiper.exploreSwiper .explore-campus-block h1 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.swiper.exploreSwiper .explore-campus-block p {
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}

.playbtn {
  position: absolute;
  top: 50%;
  left: 26%;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.play-btn {
  width: 75px;
  height: 75px;
  background: radial-gradient(#fff 60%, rgb(255, 255, 255) 65%);
  border-radius: 50%;
  position: relative;
  display: block;
  box-shadow: 0px 0px 25px 3px #fff;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-35%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #db2121;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}
@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.explore-our-campus .modal-body iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -7px;
}

.explore-our-campus button.btn-close {
  filter: invert(1);
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 999;
  font-size: 24px;
  opacity: 1;
}

/*================================== Explore Our Campus End ==================================*/
/*================================== Inner Banner Start ==================================*/
.inner-banner {
  position: relative;
  overflow: hidden;
}

.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);
}

.inner-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}

.inner-banner img {
  width: 100%;
  height: 92vh;
  -o-object-fit: cover;
     object-fit: cover;
  animation: pulse2 12s infinite;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
}

@keyframes pulse2 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.inner-banner .inner-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 80px 30px 80px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}

.inner-banner .inner-banner-content h1 {
  font-size: 46px;
  line-height: 52px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  font-family: "Merriweather", serif;
}

.inner-banner .inner-banner-content h1 small {
  font-size: 70%;
  text-transform: capitalize;
  line-height: 26px;
  font-weight: 300;
}

nav.breadcrumb-block {
  align-items: center;
  align-self: end;
}

nav.breadcrumb-block ol.breadcrumb {
  margin-bottom: 0;
}

nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item a {
  color: #fff;
  font-weight: 500;
  transition: 0.6s ease-in-out;
  font-size: 16px;
}

nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item a:hover {
  color: #fff;
}

nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item.active {
  color: #c1c1c1;
  font-weight: 500;
  font-size: 16px;
}

/*================================== Inner Banner End ==================================*/
/*================================== Inner Banner Quick Links Start ==================================*/
.breadcrumbs-menu {
  position: relative;
  padding: 0;
  background: #fff;
}

.breadcrumbs-menu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.breadcrumbs-menu ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e4e4e4;
}

.breadcrumbs-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.breadcrumbs-menu ul li a {
  position: relative;
  color: #111;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 700;
  display: inline-block;
  padding: 12px 0 10px;
  transition: 0.6s ease-in-out;
  text-transform: uppercase;
}

.breadcrumbs-menu ul li a:hover {
  color: #b72937;
}

/*================================== Inner Banner Quick Links End ==================================*/
section.wrapper-big-section {
  padding: 60px 0;
  background: #f1f1f1;
}

p.main-para-big {
  color: #111;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 18px;
  font-style: italic;
}

p.main-para-big b {
  font-weight: 600;
}

.title-branding {
  width: 64px !important;
  position: relative;
  padding: 0 10px;
  margin: 0 auto 16px;
}

.title-branding img.globe-img {
  width: 40px;
  filter: opacity(0.6) grayscale(1);
}

.title-branding:before {
  right: 100%;
}

.title-branding:after {
  left: 100%;
}

.title-branding:before,
.title-branding:after {
  content: "";
  top: 50%;
  width: 60px;
  height: 2px;
  background: #dbdbdb;
  position: absolute;
}

.wrapper-block-content {
  position: relative;
  padding: 80px 50px 80px 0;
}

h4.inner-main-head {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

h1.inner-main-head {
  font-size: 34px;
  line-height: 38px;
  color: #97000f;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

p.main-text {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 18px;
  color: #000;
  font-weight: 300;
}

p.main-para,
ul.main-ul li {
  position: relative;
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 0;
  margin-top: 18px;
  color: #000;
  font-weight: 300;
}

ul.main-ul.note-ul li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding-left: 25px;
}

ul.main-ul.note-ul li i {
  font-size: 55%;
  top: 4px;
}

p.main-para b,
ul.main-ul li b {
  font-weight: 600;
}

ul.main-ul li {
  padding-left: 30px;
  margin-top: 10px;
}

ul.main-ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  background: rgba(151, 0, 15, 0.6196078431);
  color: #fff;
  padding: 3px;
  font-size: 9px;
  border-radius: 2px;
}

.wrapper-caption h5 {
  font-size: 21px;
  font-weight: 800;
  color: #222;
  margin-bottom: 0;
}

.wrapper-caption h5 small {
  font-weight: 600;
  font-style: italic;
  font-size: 80%;
  color: #222;
}

.wrapper-block-img img {
  width: 100%;
  height: 92vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper-block-img {
  position: sticky;
  top: 52px;
  overflow: hidden;
}

.core-value-block {
  position: sticky;
  top: 52px;
  padding: 60px 70px 40px 40px;
  background: #f1f1f1;
  height: 100vh;
}

.core-value-block ul.main-core-ul {
  margin-bottom: 0;
}

.core-value-block ul.main-core-ul li .wrapper-core-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 8px 16px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

.core-value-block ul.main-core-ul li .wrapper-core-block svg {
  width: 60px;
  fill: #606060;
}

.core-value-block ul.main-core-ul li .wrapper-core-block h2 {
  align-content: center;
  align-self: center;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  width: 75%;
  text-align: end;
}

ul.wrapper-subject-ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 25px;
}

ul.wrapper-subject-ul.wrapper-activity-ul .wrapper-subject-block {
  background: rgba(245, 245, 245, 0.6);
}

ul.wrapper-subject-ul li {
  flex: 0 0 auto;
  width: 20%;
  padding: 5px;
}

ul.wrapper-subject-ul.wrapper-sports-ul li {
  width: 25%;
}

ul.wrapper-subject-ul.wrapper-activity-ul li {
  width: 25%;
}

ul.wrapper-subject-ul .wrapper-subject-block {
  padding: 18px 6px;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
  cursor: pointer;
  border-radius: 10px;
}

ul.wrapper-subject-ul .wrapper-subject-block svg {
  width: 56px;
  fill: #b72937;
  filter: hue-rotate(45deg);
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

ul.wrapper-subject-ul .wrapper-subject-block:hover svg {
  animation: shake2 1s infinite;
}

@keyframes shake2 {
  0% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(1px, -2px);
  }
}
ul.wrapper-subject-ul .wrapper-subject-block h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-top: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #262626;
}

.inner-wrapper-block {
  position: relative;
  padding: 20px;
  background: #fff;
}

.inner-wrapper-block .inner-wrapper-img {
  display: flex;
  justify-content: start;
  margin-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 16px;
}

.inner-wrapper-block img {
  width: 110px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-wrapper-block h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  align-self: center;
  padding-left: 20px;
}

.inner-wrapper-block h3 small {
  font-weight: 600;
  font-size: 65%;
  line-height: 20px;
  color: #444;
}

.inner-wrapper-block ul {
  margin-bottom: 0;
}

.inner-wrapper-block ul li {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px;
  font-weight: 400;
  padding-left: 30px;
  color: #000;
}

.inner-wrapper-block ul li i {
  position: absolute;
  top: 5px;
  left: 2px;
  color: #969696;
  font-size: 85%;
}

/*================================== Careers Page Start ==================================*/
.enquiry-block {
  position: relative;
  padding: 30px;
  background: #f5f5f5;
  margin-top: 30px;
}

.enquiry-block h1 {
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}

h4.main-sub-head {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: "Merriweather", serif;
  color: #111;
  font-size: 21px;
  font-weight: 600;
}

p.main-sub-text {
  margin-bottom: 0;
  margin-top: 16px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.enquiry-block-text {
  background: #fff;
  height: 100%;
  padding: 45px 20px 20px;
  position: relative;
  text-align: center;
  border: 3px solid #1e216c;
}

.enquiry-block-text h4 {
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.enquiry-block-text h4 span {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  background: #1e216c;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 10%, 95% 100%, 5% 100%, 0 10%);
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.enquiry-block-text a {
  display: inline-block;
  background: #db2121;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 6px 12px;
  font-style: italic;
  border-radius: 2px;
  transition: 0.6s ease-in-out;
}

.enquiry-block-text a:hover {
  opacity: 0.9;
}

/*================================== Careers Page End ==================================*/
/*================================== Main Table Start ==================================*/
.main-table {
  margin-top: 25px;
}

.main-table table {
  margin-bottom: 0;
}

.main-table table.table tbody tr td {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  color: #000;
  font-weight: 300;
  padding: 7px 16px;
  vertical-align: middle;
}

.main-table table.table thead tr th {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  color: #222;
  font-weight: 700;
  padding: 7px 16px;
  background: #dee2e6;
  vertical-align: middle;
}

.main-table table.table tbody tr td b {
  font-weight: 600;
}

/*================================== Main Table End ==================================*/
/*================================== Parallax Image Start ==================================*/
.parallax-block {
  position: relative;
}

.parallax-block:not(.fullwidth) {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*.parallax-block.fullwidth {
width: 50vw;
left: 50%;
transform: translateX(-50%);
}*/
.parallax-image-wrapper {
  overflow: hidden;
}

.parallax-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*================================== Parallax Image End ==================================*/
/*================================== Transfer Certificate Page Start ==================================*/
.wrapper-tc-img img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper-tc-section {
  position: relative;
  margin-left: -12%;
}

.wrapper-tc-section:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/logo/globe.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 300px;
  filter: invert(1) opacity(0.05);
}

.form-select:focus {
  border-color: #c1c1c1;
  box-shadow: none;
}

.wrapper-tc-block,
.wrapper-tc-not-found {
  position: relative;
  padding: 35px 25px;
  background: #fff;
  margin: 0 20px;
  height: 100%;
  min-height: 380px;
  box-shadow: 8px 8px 0 #e9e9e9;
}

.wrapper-tc-block h1 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
}

.wrapper-tc-block form label.form-label {
  color: #000;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}

.wrapper-tc-block form select,
.wrapper-tc-block form input {
  border-radius: 0;
  height: 44px;
  padding: 8px 12px;
  color: #000;
  font-weight: 600;
}

.wrapper-tc-block button.btn,
.wrapper-tc-block a.btn {
  background: #173374;
  width: 100%;
  color: #fff;
  padding: 8px 16px;
  border-radius: 0;
  text-transform: uppercase;
  display: block;
}

.wrapper-tc-block.wrapper-tc-block2 {
  margin: 0 50px 0 0;
}

.wrapper-tc-block.wrapper-tc-block2 button.btn,
.wrapper-tc-block.wrapper-tc-block2 a.btn {
  background: #db2121;
  display: block;
}

.form-control:focus {
  border-color: #b3b3b3;
  box-shadow: none;
}

.tc-table table {
  margin-bottom: 0;
}

.tc-table table tr th,
.tc-table table tr td {
  padding: 8px 12px;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  vertical-align: middle;
  width: 50%;
  border: 0;
}

.tc-table table tr {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}

.tc-table table tr:last-child {
  border-bottom: 0;
}

.tc-table table tr th {
  font-weight: 500;
  text-align: end;
}

.tc-table table tr td {
  font-weight: 700;
}

.tc-spinner-block {
  position: relative;
  height: 280px;
}

.tc-spinner-block .tc-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tc-spinner-block .tc-spinner i {
  font-size: 55px;
  color: #6e6e6e;
  animation: spinner infinite;
  animation-duration: 0.6s;
  animation-fill-mode: alternate;
  animation-timing-function: ease-out;
  animation-direction: both;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tc-not-found {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tc-not-found svg {
  width: 90px;
  fill: #e99595;
  margin-bottom: 12px;
}

.tc-not-found h4 {
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  color: #bbbbbb;
  font-weight: 600;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.wrapper-section.tc-section ul.fixed-structure {
  top: 70px;
}

.tc-section .wrapper-block-img img {
  height: 480px !important;
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

/*================================== Transfer Certificate Page End ==================================*/
/*================================== Fee Structure Page Start ==================================*/
.wrapper-fee-structure {
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
}

.wrapper-fee-structure h2 {
  text-align: center;
  background: #091f52;
  padding: 10px 16px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

.main-sub-table table tr th {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 24px;
  background: #e7e7e7;
  color: #000;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
}

.main-sub-table table tr td {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 16px;
  color: #222;
  font-weight: 600;
  vertical-align: middle;
  background: #fff;
}

.main-sub-table table tr td b {
  font-weight: 700;
}

.main-sub-table table tr td i {
  font-size: 65%;
  margin-right: 1px;
}

.wrapper-fee-structure h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #333;
  font-weight: 800;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 6px;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.bank-detail-block {
  background: #fff4cd;
  padding: 16px 6px;
  position: relative;
  height: 100%;
}

.bank-detail-block .bank-detail-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f2e9c7;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

.bank-detail-block .bank-detail-box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bank-detail-block .bank-detail-box span.bank-title,
.bank-detail-block .bank-detail-box span.bank-text {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 7px 8px;
}

.bank-detail-block .bank-detail-box span.bank-title {
  width: 40%;
  font-style: italic;
  text-align: end;
  padding: 7px 10px 7px 8px;
}

.bank-detail-block .bank-detail-box span.bank-text {
  font-weight: 700;
  width: 60%;
}

.wrapper-fee-points p {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  padding-left: 18px;
  margin-bottom: 0;
  margin-top: 14px;
}

.wrapper-fee-points p i {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 60%;
  color: #db2121;
}

.wrapper-fee-points p b {
  font-weight: 700;
}

.feeStructureSidebar {
  position: sticky;
  top: 58px;
  background: #e6e6e6;
  height: 100vh;
  padding: 60px 20px;
}

.feeStructureSidebar ul {
  margin-bottom: 0;
}

.feeStructureSidebar ul li {
  margin-bottom: 12px;
}

.feeStructureSidebar ul li a {
  font-size: 21px;
  line-height: 26px;
  color: #111;
  font-weight: 700;
  display: block;
  transition: 0.3s ease-in-out;
  position: relative;
  padding-left: 25px;
}

.feeStructureSidebar ul li a i {
  color: #aaaaaa;
  font-size: 85%;
  position: absolute;
  top: 5px;
  left: 0;
}

.feeStructureSidebar ul li a:hover {
  color: #000;
}

.feeStructureSidebar ul li {
  margin-bottom: 8px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 8px;
}

.feeStructureSidebar ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

sup {
  text-transform: none;
}

/*================================== Fee Structure Page End ==================================*/
/*================================== CTA Start ==================================*/
.call-to-action-block {
  position: relative;
  padding: 70px 0;
}

.call-to-action-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(23, 30, 46);
  opacity: 1;
}

.call-to-action-block-logo img {
  filter: brightness(0.7);
  width: 130px;
}

.call-to-action-block-logo img.logo-icon2 {
  width: 140px;
}

.call-to-action-box {
  position: relative;
}

.call-to-action-box img.globe-img {
  width: 210px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0%);
  filter: opacity(0.03);
  z-index: 1;
}

.call-to-action-box h1 {
  color: #ffffff;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.call-to-action-box p {
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 200;
  position: relative;
  z-index: 9;
}

.school-struc-btn {
  width: 95%;
  margin: auto;
}

.school-struc-btn a {
  position: relative;
  margin: 100px 8px 0;
  border-radius: 2px;
  display: block;
}

.school-struc-btn a img {
  border-radius: 50%;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(0, -100%);
  border: 4px solid #fff;
}

.school-struc-btn a span {
  display: block;
  font-size: 20px;
  line-height: 22px;
  background: #fff;
  padding: 110px 0 12px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.school-struc-btn a span small {
  font-size: 85%;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
  color: #000;
}

.welcome-btn {
  position: relative;
  z-index: 9;
}

.call-to-action-box img.logo-icon2 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(1);
  width: 220px;
  opacity: 0.15;
}

.welcome-btn a.phone-btn {
  background: #fff;
  border: 1px solid #ffffff;
  color: #222;
  font-weight: 800;
}

.welcome-btn a {
  display: inline-block;
  color: #fff;
  background: #db2121;
  font-size: 20px;
  padding: 8px 16px;
  text-transform: uppercase;
  margin: 0 6px;
  border: 1px solid #db2121;
  font-weight: 500;
  border-radius: 2px;
}

.welcome-btn a:hover {
  opacity: 0.9;
}

.custom-btn:link,
.custom-btn:visited {
  display: inline-block;
  transition: all 0.2s;
  position: relative;
}

.custom-btn:active {
  transform: translateY(-1px);
}

.custom-btn {
  background-color: #fff;
  color: #ddd;
}

.custom-btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s;
}

.phone-btn.custom-btn::after {
  background-color: #fff;
}

.custom-btn::after {
  background-color: #db2121;
}

.custom-btn:hover::after {
  transform: scaleX(1.1) scaleY(1.4);
  opacity: 0;
}

.custom-btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*----------------------------- CTA End ------------------------------*/
.footer-cta {
  position: relative;
  margin-bottom: -60px;
}

.footer-cta-block {
  display: flex;
  justify-content: space-between;
  background: #0f2964;
  padding: 20px 40px;
  border: 5px solid #f3f3f3;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  z-index: 9;
}

.footer-cta-box-left {
  position: relative;
}

.footer-cta-box-left .footer-cta-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

.footer-cta-box-left .footer-cta-icon i {
  font-size: 55px;
  color: rgb(195, 195, 195);
}

.footer-cta-box-left .footer-cta-text {
  position: relative;
  padding-left: 75px;
}

.footer-cta-text h4 {
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 6px;
}

.footer-cta-text p {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0;
}

.footer-cta-block .footer-cta-box-right {
  align-self: center;
}

.footer-cta-block .footer-cta-box-right a.phone-btn {
  background: #fff;
  color: #222;
  font-weight: 800;
}

.footer-cta-block .footer-cta-box-right a {
  font-size: 19px;
  line-height: 26px;
  color: #222;
  background: #eec630;
  display: inline-block;
  padding: 10px 16px;
  text-transform: uppercase;
  margin-left: 12px;
  font-weight: 700;
}

/*----------------------------- Admissions Enquiry Start ------------------------------*/
.modal.admission-enquiry-modal {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  backdrop-filter: blur(6px);
}

.modal.admission-enquiry-modal .modal-content {
  border-radius: 0;
  border: 4px solid #fff;
}

.admission-enquiry-modal .modal-header:after {
  content: "";
  border-top: 12px solid #0e216c;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: calc(100% - 0px);
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.modal.admission-enquiry-modal .modal-header {
  background: #0e216c;
  border-radius: 0;
  padding: 12px 18px 14px;
  position: relative;
}

.modal.admission-enquiry-modal .modal-header h5.modal-title {
  color: #fff;
  font-family: "Merienda", cursive;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.modal.admission-enquiry-modal .modal-header button.btn-close {
  filter: invert(1);
  opacity: 1;
  padding: 8px;
}

.modal.admission-enquiry-modal .modal-dialog {
  max-width: 430px;
  margin: 20px auto;
}

::-moz-placeholder {
  color: #555 !important;
}

::placeholder {
  color: #555 !important;
}

.modal.admission-enquiry-modal .modal-content .modal-body {
  padding: 30px 16px 20px;
}

.btn-close:focus {
  box-shadow: none;
}

.admission-enquiry-modal .wrapper-main-form form button.btn {
  background: #db2121;
  color: #fff;
  width: 100%;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 8px 16px;
}

.admission-enquiry-modal .wrapper-main-form form input,
.admission-enquiry-modal .wrapper-main-form form select,
.admission-enquiry-modal .wrapper-main-form form textarea {
  height: 44px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
  color: #000;
  border: 0;
  border-bottom: 1px solid #cdcdcd;
}

.admission-enquiry-modal .wrapper-main-form form textarea {
  height: 100px;
}

.admission-enquiry-modal .wrapper-main-form form select {
  color: #555;
}

.form-control:focus,
.form-select:focus {
  border-color: #ced4da;
  box-shadow: none;
}

/*----------------------------- Admissions Enquiry End ------------------------------*/
/* ================================= Homepage Topper Start ================================*/
.result-section {
  position: relative;
  margin-top: 35px;
}

.result-block {
  position: relative;
  background: #141f2b;
  padding: 12px 8px 30px;
  border-radius: 3px;
  border: 1px solid #203449;
}

.result-block .result-block-img {
  position: relative;
  text-align: center;
}

.result-block .result-block-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
}

/*.result-block .result-block-info span.marks-per {
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  border-radius: 50px;
  font-weight: 800;
  padding: 2px 16px;
  color: #000;
}*/
.result-block span.marks-per {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 800;
  padding: 8px 12px 4px;
  color: #000;
  clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
  text-align: center;
}

.result-block .result-block-info {
  position: relative;
  text-align: center;
}

.result-block .result-block-info h4 {
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -0.5px;
  word-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.result-class h2 {
  font-size: 110px;
  line-height: 100px;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Merriweather", serif;
  text-align: end;
  filter: opacity(0.2);
  font-weight: 500;
}

.resultSwiper .swiper-button-prev,
.resultSwiper .swiper-button-next:after,
.resultSwiper .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.resultSwiper .swiper-button-next {
  right: 1px;
  background: #ffffff;
  padding: 16px 2px !important;
  width: auto;
  height: auto;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #db2121;
  border: 1px solid #1e3043;
  font-size: 16px;
}

.swiper.resultSwiper {
  padding-right: 18px;
}

/* ================================= Homepage Topper End ================================*/
/* ================================= Main Contact Page Start ================================*/
.wrapper-contact-info {
  position: relative;
  padding: 50px 0;
  background: rgba(63, 63, 63, 0.23);
}

.wrapper-contact-info-box {
  display: flex;
  height: 100%;
  background: #fff;
  margin: 0 6px;
  padding: 18px 16px;
  border-radius: 2px;
}

.wrapper-contact-info-box i {
  font-size: 30px;
  color: #091f52;
  filter: opacity(0.8);
}

.wrapper-contact-info-box .wrapper-contact-info-box-text {
  position: relative;
  padding-left: 12px;
  width: 100%;
}

.wrapper-contact-info-box .wrapper-contact-info-box-text h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #464646;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2px;
}

.wrapper-contact-info-box .wrapper-contact-info-box-text p {
  margin-bottom: 6px;
  color: #000;
  font-size: 16.5px;
  line-height: 21px;
  font-weight: 700;
}

.wrapper-contact-info-box.wrapper-contact-info-address .wrapper-contact-info-box-text p {
  font-weight: 600;
}

.wrapper-contact-info-box .wrapper-contact-info-box-text p small {
  font-size: 78%;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  font-style: italic;
}

.wrapper-contact-info-box .wrapper-contact-info-box-text p a {
  color: #000;
  transition: 0.6s ease-in-out;
}

.wrapper-contact-info-box .wrapper-contact-info-box-text p a:hover {
  color: #db2121;
}

.wrapper-contact-info-box .wrapper-contact-info-box-text p b {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 90%;
  line-height: 20px;
}

.wrapper-contact-form form input,
.wrapper-contact-form form select,
.wrapper-contact-form form textarea {
  height: 44px;
  border-radius: 0;
  font-size: 16.5px;
  font-weight: 600;
  padding: 6px 6px;
  color: #000;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d1d1d1;
}

.wrapper-contact-form form textarea {
  height: 100px;
}

.wrapper-contact-form {
  position: relative;
  background: #fff;
  padding: 40px 35px;
  margin: 50px 100px 50px 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #ededed;
}

.wrapper-contact-form form button.btn {
  background: #db2121;
  color: #fff;
  width: 100%;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 8px 16px;
}

.google-map {
  position: relative;
  margin-bottom: -7px;
}

.google-map iframe {
  height: 600px;
}

a.fullSizeImg {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 99;
  transform: translate(-50%, 0%);
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 10px #000;
}

a.fullSizeImg i {
  border: 2px solid #fff;
  padding: 5px 4px;
  margin-bottom: 6px;
  border-radius: 50px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.85);
  text-shadow: none;
  color: #db2121;
}

/* ================================= Main Contact Page End ================================*/
ul.innerGallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

ul.innerGallery li {
  flex: 0 0 auto;
  width: 20%;
  padding: 6px;
}

/* ================================= Main Footer Start ================================*/
.dis-location {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
  margin-top: 0;
  background: #0d1116;
}

.dis-location h6 {
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  margin: 0 auto 16px;
}

.dis-location ul li a {
  display: flex;
  text-align: center;
  background: #0c1014;
  padding: 5px 10px;
  border-radius: 7px;
  border: 1px solid #161d26;
  transition: 0.6s ease-in-out;
}

.dis-location ul li a:hover {
  background: #0d1116;
}

.dis-location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.dis-location ul li {
  margin: 0 3px;
}

.dis-location ul li a span {
  text-align: center;
  padding: 2px;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
}

.dis-location ul li a span img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dis-location ul li a small {
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 0;
  font-weight: 500;
  align-content: center;
  align-self: center;
  padding-left: 12px;
}

footer.main-footer {
  position: relative;
  background: #0d1116;
  padding: 60px 0 30px;
}

.footer-info .footer-logo a img {
  width: 80px;
}

.footer-info .footer-logo .footer-logo-info h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
  font-family: mainseriffont;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.footer-info .footer-logo .footer-logo-info h4 span.footer-logo-tm {
  position: absolute;
  top: -7px;
  font-size: 15px;
  right: -18px;
}

.footer-info .footer-logo .footer-logo-info h4 small {
  font-size: 50%;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  color: #fff;
}

.footer-info .footer-logo .footer-logo-info h4 small:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 24%;
  height: 1px;
  background: linear-gradient(270deg, #fff, transparent);
}

.footer-info .footer-logo .footer-logo-info h4 small:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 24%;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}

.footer-logo-info {
  padding-left: 16px;
  border-left: 3px solid #919191;
  margin-left: 16px;
  margin-right: 80px;
}

.footer-info ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
}

.footer-info ul li {
  margin: 3px;
}

.footer-info {
  position: relative;
  padding-right: 20px;
}

.footer-contact {
  position: relative;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.footer-info ul li a {
  padding: 4px 12px;
  font-size: 15px;
  line-height: 20px;
  color: #cbcbcb;
  background: #10161c;
  display: inline-block;
  border-radius: 50px;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}

.footer-info ul li a:hover {
  color: #fff;
}

.footer-info p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 9px;
  line-height: 18px;
  color: #c1c1c1;
  font-weight: 300;
  font-style: italic;
}

.footer-info h1:before,
.footer-contact h1:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 40px;
  height: 4px;
  background: #919191;
}

.footer-contact h1:before {
  display: none;
}

.footer-info h1,
.footer-contact h1 {
  position: relative;
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
  color: #919191;
  margin-bottom: 20px;
  padding-left: 50px;
}

ol.social-media {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 20px;
}

ol.social-media li a {
  background: #10161c;
  display: block;
  margin: 0 8px;
  border-radius: 50%;
  color: #fff;
  width: 42px;
  height: 42px;
  position: relative;
  text-align: left;
}

ol.social-media li a i {
  font-size: 17px;
  padding: 12px 14px;
}

.footer-location {
  margin-bottom: 16px;
}

.footer-location ul {
  margin-bottom: 0;
}

.footer-location ul li {
  font-size: 15px;
  line-height: 20px;
  color: #c1c1c1;
  font-weight: 300;
  transition: 0.6s ease-in-out;
  margin-bottom: 2px;
}

.footer-location ul li a {
  color: #c1c1c1;
  transition: 0.6s ease-in-out;
}

.footer-location ul li a:hover {
  color: #fff;
}

.footer-location h2 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #919191;
  font-weight: 600;
}

.footer-copyright {
  position: relative;
  background: #ffffff;
  padding: 10px 0;
}

.footer-copyright p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #111;
  font-weight: 700;
  transition: 0.6s ease-in-out;
}

.footer-copyright p a {
  color: #1e1e1e;
}

.footer-copyright p a:hover {
  color: #000;
}

ol.external-btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 30px;
}

ol.external-btns li {
  margin-right: 10px;
}

ol.external-btns li a, ol.external-btns li span.extBtn {
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 2px;
  font-weight: 600;
  transition: 0.6s ease-in-out;
  opacity: 1;
  cursor: pointer;
}

ol.external-btns li a:hover, ol.external-btns li span.extBtn:hover {
  opacity: 1;
}

ol.external-btns li a.yellow-bg-text, ol.external-btns li span.extBtn.yellow-bg-text {
  color: #222;
  font-weight: 800;
}

/* ================================= Main Footer End ================================*/
/* ================================= Location & Weather Start ================================*/
.location-page-ifram iframe {
  width: 100%;
  height: 92vh;
}

/* ================================= House System Start ================================*/
.house-system img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}

.house-system {
  position: relative;
  height: 100%;
}

.house-system-info {
  position: relative;
  padding: 12px 6px;
}

.house-system h2 {
  color: #fff;
  text-shadow: 1px 1px 20px #444;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 6px;
}

.house-system-info p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-shadow: 1px 1px 10px #444;
  font-style: italic;
}

.housebg1 {
  background: #d50b22;
}

.housebg2 {
  background: #f6a843;
}

.housebg3 {
  background: #0fa2e6;
}

.housebg4 {
  background: #08c441;
}

/* ================================= House System End ================================*/
.sport-facilities ul.wrapper-subject-ul li {
  flex: 0 0 auto;
  width: 25%;
  padding: 8px;
}

.sport-facilities .wrapper-block-content {
  position: relative;
  padding: 80px 0px 80px 0 !important;
}

.sport-facilities ul.wrapper-subject-ul .wrapper-subject-block {
  padding: 16px 8px;
  background: #f5f5f5;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ================================= Awards & Achievements start ================================*/
.awards-hero-block {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #fff;
  position: relative;
  transition: 0.2s ease-in-out;
  height: 100%;
  overflow: hidden;
  outline: 1px solid #e1e1e1;
  width: 100%;
  background: white;
}

.awards-hero-block img {
  width: 25%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f3f3f3;
}

.awards-hero-block-info {
  width: 75%;
  position: relative;
  padding: 16px 16px;
  height: 100%;
}

.awards-hero-block-info p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  color: #000;
}

.awards-hero-block-info p b {
  font-size: 17px;
}

/* ================================= News & Events start ================================*/
.wrapper-news-events-box {
  position: relative;
}

.wrapper-news-events-box .wrapper-news-events-box-img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-news-events-box-content {
  position: relative;
  padding: 12px;
  background: #fff;
  margin: -40px 12px 0;
  border-radius: 2px;
}

.wrapper-news-events-box-content .date {
  background: #db2121;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  padding: 3px 8px 2px;
  border-radius: 50px;
  margin-bottom: 8px;
}

.wrapper-news-events-box-content h1 {
  font-family: "Nunito Sans", sans-serif;
  color: #222;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  position: relative;
  height: 45px;
  overflow: hidden;
}

.months-checkboxs .due-date input {
  height: auto;
}

.months-checkboxs {
  display: flex;
  flex-wrap: wrap;
}

.months-checkboxs .due-date {
  flex: 0 0 auto;
  width: 33.33%;
}

.welome-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.welome-btn a {
  border-radius: 30px;
  font-size: 17px;
  color: #131313;
  background: #fff;
  padding: 7px 20px 7px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #b6b6b6;
  font-weight: 700;
  background: #f2f2f2;
}

.welome-btn .fee-structure-btn {
  background: #091f52;
  color: #fff;
  border: 0;
  font-weight: 500;
}

.welome-btn a i {
  padding-left: 6px;
  font-size: 110%;
}

.academicBlocks {
  position: relative;
  background: #091f52;
  padding: 20px 8px;
  border-radius: 2px;
  height: 100%;
}

.academicBlocks i {
  font-size: 34px;
  color: #fff;
  margin-bottom: 12px;
  filter: opacity(0.4);
}

.academicBlocks h2 {
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.academicBlocks h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
}

.wrapper-fee-pay-form {
  padding: 0px 35px;
  margin: 0 0 0 50px;
  box-shadow: none;
  border: 0;
}

.wrapper-block-content-pay-fee {
  padding: 40px 50px 40px 0;
}

.wrapper-block-img-1 {
  display: none;
}

/*----------------------------- Calendar Page Start ------------------------------*/
#calendar_pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  font-size: 20px;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  display: none;
}

#calendar_pop .calendar_inner {
  width: 420px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#closeCal {
  position: absolute;
  top: -5px;
  right: -32px;
  width: 24px;
  cursor: pointer;
}

#calendar_pop .calendar_inner .calendarSingle {
  padding: 35px 20px 25px;
}

#calendar_pop .calendar_inner .calendarSingle .dateContent h3 {
  font-size: 18px;
  line-height: 23px;
  margin-left: 10px;
  padding: 10px;
  min-height: none;
  height: auto;
  border-width: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.calendar-wrapper {
  height: 100%;
  padding: 60px 0px 60px 30px;
}

.calendarSingle {
  padding: 30px 30px;
  background: #091f52;
  margin: 0 0 0 0;
  text-align: center;
  border-radius: 4px;
}

.circleDate {
  background-color: #113078;
  color: #fff;
  margin: 0 8px 20px;
  text-align: center;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  opacity: 0.8;
  width: 100%;
}

.circleDate .date span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
}

.circleDate .date span:nth-child(2) {
  font-size: 32px;
  line-height: 38px;
  padding: 10px;
  margin: -10px 2px;
  border-radius: 50px;
  border: 2px solid #fff;
  font-weight: 600;
  background: #091f52;
}

.calendarSingle .dateContent h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  text-align: left;
  margin-left: 20px;
  border-left: 5px solid #c3c3c3;
  padding: 20px 10px 0 10px;
  height: 70px;
  overflow: hidden;
}

.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px;
  background: rgba(9, 31, 82, 0.2);
  margin-bottom: 20px;
  border-radius: 50px;
}

h2.fc-toolbar-title {
  font-size: 28px !important;
  line-height: 28px;
  margin: 0;
  color: #121212 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

button.fc-today-button.fc-button.fc-button-primary {
  color: #fff !important;
  background-color: #0a5121 !important;
  border-color: #0a5121 !important;
  opacity: 1 !important;
  border-radius: 50px !important;
  padding: 6px 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  border: 0 !important;
  line-height: 28px;
}

button.fc-next-button.fc-button.fc-button-primary {
  color: #fff;
  background-color: #1e216c;
  border-right: 8px solid rgba(9, 31, 82, 0.2);
  border-radius: 60px;
  border-top: 0;
  border-bottom: 0;
  border: 0 solid transparent;
}

button.fc-next-button.fc-button.fc-button-primary:active {
  color: #fff;
  background-color: #1e216c;
}

button.fc-prev-button.fc-button.fc-button-primary {
  color: #fff;
  background-color: #1e216c;
  border-right: 8px solid rgba(9, 31, 82, 0.2);
  border-radius: 60px;
  border-top: 0;
  border-bottom: 0;
  border: 0 solid transparent;
  margin-right: 8px;
}

button.fc-prev-button.fc-button.fc-button-primary:active {
  color: #fff;
  background-color: #1e216c;
}

th.fc-col-header-cell.fc-day {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #091f52;
}

th.fc-col-header-cell.fc-day a.fc-col-header-cell-cushion {
  color: #fff;
}

td.fc-day {
  padding: 6px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.fc .fc-daygrid-day-number {
  padding: 4px;
  position: relative;
  z-index: 4;
  color: #000;
}

.fc .fc-daygrid-day-number:hover {
  color: #000;
}

.fc .fc-button-primary:focus {
  box-shadow: none;
}

.fc-event-main {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 14px;
  border-radius: 3px !important;
  border: 0;
  color: #fff !important;
  font-weight: 400;
  padding: 2px 6px !important;
  cursor: pointer;
}

.fc-event {
  padding: 0;
}

.dateContent p#cal_date_range {
  color: #fff;
}

#closeCal {
  position: absolute;
  top: -10px;
  right: -28px;
  width: 24px;
  cursor: pointer;
}

#closeCal i {
  font-size: 36px;
  color: #b0203c;
}

/*----------------------------- Calendar Page End ------------------------------*/
/*----------------------------- FAQ Page Start ------------------------------*/
.accordion-button:focus {
  border-color: #dfdfdf;
  box-shadow: none;
}

.mainAccordion button.accordion-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #111;
  font-weight: 700;
  padding: 12px 16px 12px 56px;
}

.mainAccordion button.accordion-button span.faqSeq {
  position: absolute;
  left: 16px;
  top: 8px;
  width: 30px;
  height: 30px;
  background: rgba(9, 31, 82, 0.168627451);
  text-align: center;
  border-radius: 50%;
}

.mainAccordion button.accordion-button span.faqSeq span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainAccordion .accordion-button:not(.collapsed) {
  color: #091f52;
  background-color: rgb(245, 245, 245);
}

.mainAccordion .accordion-body {
  position: relative;
  padding: 8px 16px;
}

.mainAccordion .accordion-body p {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  padding-left: 40px;
}

.mainAccordion .accordion-body p a {
  color: #000;
  transition: 0.6s ease-in-out;
}

.mainAccordion .accordion-body p a:hover {
  color: #db2121;
}

.mainAccordion .accordion-item {
  border-radius: 0;
}

/*----------------------------- FAQ Page End ------------------------------*/
/*----------------------------- Franchise Page Start ------------------------------*/
b.boldHead {
  font-weight: 700 !important;
  font-style: normal;
}

img.franchiseLogo {
  width: 400px;
}

/*----------------------------- Franchise Page End ------------------------------*/
section.juniorSeniorSocialSection {
  padding: 70px 0;
}

.juniorSeniorSocialBlock {
  position: relative;
  background: #e1e1e1;
  padding: 18px;
  border-radius: 6px;
}

.juniorSeniorSocialBlock iframe {
  height: 350px;
  width: 100% !important;
  border: 4px solid #fff !important;
  border-radius: 6px;
  background: #fff;
}

.juniorSeniorSocialBlock iframe ._2p3a {
  width: 100% !important;
  min-width: 100% !important;
}

.juniorSeniorSocialBlock h2 {
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.register-success h1 {
  color: #007200;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}

.register-success h1 i {
  border: 3px solid #007200;
  border-radius: 50%;
  padding: 8px;
  font-size: 40px;
  background: #fff;
  margin-bottom: 12px;
}

.fee-pais-s a.form-btn {
  background: #091f52;
  border-radius: 0;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 16px;
  height: 44px;
  border: 0;
}

.fee-pais-s a.form-btn {
  background: #091f52;
  display: inline-block;
  padding: 8px 20px !important;
  height: 40px;
}

.fee-pais-s a.form-btn:hover {
  color: #fff !important;
}

.fee-pais-s p.text-main {
  color: #000;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
  margin-bottom: 12px;
}

.alertMain svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
}

.alertMain .btn-close {
  padding: 11px;
  font-size: 14px;
}

section.successSection {
  position: relative;
  padding: 30px 0;
  height: 100vh;
}

.successBlock {
  position: relative;
  padding: 35px 30px 30px;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.02);
}

.successBlock svg {
  width: 75px;
  fill: #006b00;
  margin-bottom: 20px;
  border: 10px solid rgba(0, 107, 0, 0.2784313725);
  border-radius: 50px;
}

.successBlock h2 {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: #121212;
  margin-bottom: 8px;
}

.successBlock p {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
  font-weight: 300;
}

@media only screen and (min-width: 1400px) {
  section.successSection {
    height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 767px) {
  section.successSection {
    height: calc(100dvh - 170px);
  }
}
@media only screen and (max-width: 1199px) {
  #marquee-container {
    height: 48px;
  }
}
.main-form .field input {
  height: 44px;
  border-radius: 0;
  font-size: 16.5px;
  font-weight: 600;
  padding: 8px 12px;
  color: #000;
  background: #ddd;
  border: 0;
}

.main-form label {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-align: end;
  font-weight: 500;
  display: block;
  padding: 0px 20px;
}

.main-form input.payu-payment-button {
  background: #db2121;
  color: #fff !important;
  width: 100%;
  font-size: 17px !important;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 0 !important;
  padding: 8px 20px !important;
}

a.btn.form-btn.confirm-btn {
  background: #454545;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 0 !important;
  padding: 8px 20px !important;
}/*# sourceMappingURL=main.css.map */