html {
  scroll-behavior: smooth;
}

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

h1, h2, h3, h4 {
  font-family: "Roboto Serif", serif;
}

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

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

/*================================================ Spinner Fixed CSS Start =================================================*/
.spinLoad-block {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinLoad-block .spinLoad {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}

i.fas.fa-spinner.fa-pulse {
  color: #fff;
  font-size: 46px;
}

.spinLoad-block .spinLoad h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 4px;
  letter-spacing: 1px;
}

/*================================================ Spinner Fixed CSS End =================================================*/
/*================================================ 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: 35%;
  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: #371e66;
  transition: 0.6s;
}

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

.preloader .box img.dis-loader-logo {
  margin-right: 25px;
}

.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 =================================================*/
/*================================================ 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: 991px) {
  .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: #2f1958;
    padding: 30px 6px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
/*================================================ Sidebar Menu CSS end =================================================*/
/*================================================ Main Header CSS Start =================================================*/
.fixed-top {
  top: 0px;
  transform: translateY(0px);
  transition: transform 0.3s;
}

header.main-header nav.navbar.fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  background: rgba(55, 30, 102, 0.92);
  padding: 0px 20px 2px;
}

header.main-header nav.navbar.fixed-top a.navbar-brand img {
  width: 130px;
  height: 47px;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link {
  padding: 12px 16px 10px !important;
  font-size: 17px;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
  padding: 4px 16px 3px !important;
}

header.main-header nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 12px 50px;
  transition: 0.6s ease-in-out;
}

.dropdown-menu {
  background: #462f71;
  border-radius: 0;
  padding: 0;
  border: 0;
  min-width: 20rem;
}

.dropdown-menu ul li a {
  padding: 10px 12px !important;
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0901960784);
}

@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);
  }
}
@media all and (max-width: 1399px) {
  .dropdown-menu ul li a {
    padding: 8px 12px !important;
    font-size: 16px;
  }
}
header.main-header nav.navbar a.navbar-brand img {
  width: 125px;
  height: 159px;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #fff !important;
  padding: 12px 16px 10px !important;
  text-shadow: 1px 1px 3px #2c2c2c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link {
  display: none;
}

header.main-header nav.navbar.fixed-top 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 a.navbar-brand.navbar-brand-fixed, header.main-header nav.navbar.fixed-top a.navbar-brand.navbar-brand-nofixed {
  display: none;
}

header.main-header nav.navbar.fixed-top a.navbar-brand.navbar-brand-fixed, header.main-header nav.navbar a.navbar-brand.navbar-brand-nofixed {
  display: block;
}

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

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

/* ================================= Main Header CSS End ================================*/
/* ================================= Fixed Structure CSS Start ================================*/
ul.fixed-structure {
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
  z-index: 99;
  margin-bottom: 0;
  list-style-type: none;
  padding-inline-start: 0;
  transform: translate(0%, -50%);
}

ul.fixed-structure li {
  width: 10px;
  height: 110px;
  clip-path: polygon(0 0%, 100% 6%, 100% 100%, 0 94%);
  margin: -2px 0;
}

ul.fixed-structure li:nth-child(1) {
  background: #371e66;
}

ul.fixed-structure li:nth-child(2) {
  background: #1f4e2e;
}

ul.fixed-structure li:nth-child(3) {
  background: #075178;
}

ul.fixed-structure li:nth-child(4) {
  background: #a92b25;
}

/* ================================= Fixed Structure 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:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  height: 100%;
  background: url(../images/campus.jpg);
  z-index: 999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}*/
.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;
  *clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
  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;
  *padding-left: 30px !important;
}

.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;
  *transform: translate(0px, 0);
}

.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 {
    *color: #fff;
    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;
  height: 131px;
}

.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 ================================*/
/* ================================= Main Slider Start ================================*/
.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: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
}

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

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

.main-slider .carousel-inner .carousel-item .carousel-caption-content {
  display: block;
  align-self: center;
  margin-left: 25px;
  border-left: 2.5px solid #fff;
  padding-left: 20px;
}

.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-img img {
  width: 100px;
  height: 130px;
}

.main-slider .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 38px;
  text-transform: uppercase;
  line-height: 42px;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  margin-bottom: 0;
  font-family: "Roboto Serif", serif;
  letter-spacing: 0.5px;
}

.main-slider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  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: 50px;
}

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

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

.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 ================================*/
/* ================================= Main Ticker Start ================================*/
.ticker-block {
  position: relative;
}

.ticker-block marquee {
  padding: 12px 20px;
  background: #1f4e2e;
  margin-bottom: -7px;
  border-radius: 50px;
  border-left: 10px solid #1f4e2e;
}

.ticker-block marquee p, .ticker-block marquee a {
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  transition: 0.6s ease-in-out;
}

.ticker-block marquee span {
  border-left: 2px solid #fff;
  margin: 0 12px;
}

.ticker-block marquee a:hover {
  color: #ededed;
}

.ticker-block marquee p i, .ticker-block marquee a i {
  margin-right: 8px;
  font-size: 20px;
  color: #d5d5d5;
}

.ticker-block h2 {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  background: #a92b25;
  z-index: 99;
  color: #fff;
  padding: 8px 18px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50px;
  margin: 6px 8px;
}

/* ================================= Main Ticker End ================================*/
/* ================================= Welcome Section Start ================================*/
.welcome-step-section {
  padding: 50px 0;
}

.welcome-step-section .main-title span {
  font-weight: 700;
  font-size: 3.4rem;
  color: #371e66;
  line-height: 3.2rem;
}

.step-into-section .main-title p {
  font-size: 2.5rem;
  font-family: "Dosis", sans-serif;
  line-height: 2.8rem;
  color: #4b1ba5;
}

.step-into-section .main-title p:before, .step-into-section .main-title p:after, .welcome-step-section .main-title p:before, .welcome-step-section .main-title p:after {
  display: none;
}

.welcome-btn a {
  border-radius: 10rem;
  font-size: 20px;
  color: #a92b25;
  background: #fff;
  font-family: "Dosis", sans-serif;
  padding: 7px 20px 9px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #a92b25;
  font-weight: 600;
  transition: 0.6s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.welcome-btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.welcome-btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 0%;
  height: 100%;
  background-color: rgb(214.1383495146, 74.9878640777, 68.3616504854);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.welcome-btn a:hover {
  color: #fff;
}
.welcome-btn a:hover:before {
  width: 100%;
  left: 0;
}

/* ================================= Welcome Section End ================================*/
/* ================================= Step Into Section Start ================================*/
.step-into-section {
  position: relative;
  overflow: hidden;
}

.step-into-slider {
  margin: 0 5%;
}

.step-into-slider .carousel-inner .carousel-caption {
  left: 0;
  right: 0;
  width: 32%;
  top: 0;
  bottom: 0;
  background: #371e66;
  padding: 70px 70px 60px 60px;
  text-align: left;
}

.step-into-slider .carousel-caption h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 20px;
  font-weight: 500;
}

.step-into-slider .carousel-caption p {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  border-left: 3px solid #fff;
  padding-left: 20px;
  letter-spacing: 0.4px;
}

.step-into-slider .carousel-caption p span:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -20px;
  width: 16px;
  height: 3px;
  background: #fff;
}

.step-into-slider .carousel-caption p span {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.step-into-slider img.main-slider-img {
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.step-into-slider .carousel-indicators {
  right: 0;
  bottom: 0;
  left: auto;
  display: inline-block;
  margin-right: 4%;
  margin-left: 0;
  margin-bottom: 30px;
}

.step-into-slider .carousel-indicators [data-bs-target] {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: rgba(60, 57, 66, 0.7);
  opacity: 1;
  position: relative;
  border: 1px solid #fff;
  margin: 0 10px;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  transition: 0.6s ease-in-out;
}

.step-into-slider .carousel-indicators .active {
  background: #fdc702 !important;
  color: #000;
  width: 120px;
  height: 120px;
  font-size: 18px;
  border: 0;
  font-weight: 500;
}

.step-into-slider ul.fixed-structure {
  right: -10px;
}

/* ================================= Step Into Section End ================================*/
/* ================================= Horizontal Scroll Start ================================*/
section.work-section {
  position: relative;
  overflow: hidden;
}

.why-we-section {
  background: url(../images/technology-background.png);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.why-we-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.work-section-title {
  position: absolute;
  left: 0;
  right: auto;
  width: 30%;
  transform: translate(0, -50%);
  top: 85%;
  padding: 20px 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.home_section_service {
  min-width: 100vw !important;
  height: 100vh;
  width: 100vw;
  float: left;
  position: relative;
  top: 0;
}

.home_service_wrapper {
  overflow: hidden;
}

.work-block {
  border-right: 12px solid #fff;
}

.work-section-title h1.main-title {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  line-height: 48px;
  font-weight: 400;
  position: relative;
  color: #ffffff;
  text-align: center;
  font-style: italic;
  margin-bottom: 0;
}

.work-section-title p {
  position: relative;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 14px;
  margin-bottom: 0;
}

.work-block-content {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 25px 20px;
}

.work-block-content h2 {
  font-size: 24px;
  color: #111;
  margin-bottom: 0;
  font-weight: 500;
}

.work-block-content p {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
}

h3.work-symbol {
  font-size: 270px;
  text-align: center;
  color: #cfcfcf;
  font-style: italic;
  letter-spacing: -22px;
  font-family: times;
}

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

.pricing-section-box3 {
  background: url(../images/pattern-left-white.png);
}

.pricing-section-box3 {
  background: url(../images/pattern-left-white.png);
  background-color: #e5eef6;
  background-size: auto;
  background-position: right;
}

.explore-campus-btn {
  position: absolute;
  right: 30px;
  bottom: 10%;
}

/* ================================= Horizontal Scroll End ================================*/
/* ================================= Main Section Start ================================*/
section {
  padding: 60px 0;
}

section.wrapper-big-section {
  padding: 50px 0;
}

section.welcome-block {
  margin: 60px 0;
  padding: 0;
  overflow: hidden;
}

.bg1 {
  background: #f7f7f7;
}

.bg2 {
  background: #1f4e2e !important;
}

.bg3 {
  background: #075178 !important;
}

.bg4 {
  background: #a92b25 !important;
}

.bg5 {
  background: #371e66 !important;
}

/*.about-hero-img img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}*/
.about-hero-content h1 {
  font-size: 76px;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Rancho", cursive;
  color: #a92b25;
}

.about-hero-content h1 small:before, .about-hero-content h1 small:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #999999, transparent);
}

.about-hero-content h1 small:before {
  left: -50px;
  background: linear-gradient(90deg, #999999, transparent);
}

.about-hero-content h1 small:after {
  right: -50px;
  background: linear-gradient(90deg, transparent, #999999);
}

.about-hero-content h1 small {
  font-weight: 400;
  font-size: 30%;
  line-height: 30px;
  position: relative;
  font-family: "Roboto Serif", serif;
  color: #000;
}

/*.about-hero-content h1 span {
  font-weight: 400;
  color: #a72f28;
  font-size: 70%;
  line-height: 34px;
  text-transform: none;
}*/
.about-hero-content {
  position: relative;
  padding: 50px 40px 50px 70px;
}

.about-hero-content svg {
  fill: #371e66;
  width: 600px;
}

.about-hero-content img.logo-icon {
  width: 250px;
  filter: grayscale(1) opacity(0.2);
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about-hero-content p, .about-hero-content h6 {
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
  margin-top: 8px;
}

.about-hero-content p {
  font-size: 18px;
  line-height: 26px;
}

.about-hero-content h6 {
  font-size: 22px;
  line-height: 30px;
}

a.main-btn {
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #371e66;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  padding: 6px;
  transition: 0.6s ease-in-out;
}

a.main-btn:hover {
  border: 1px solid #371e66;
}

.about-hero-content ul.fixed-structure {
  position: absolute;
  left: -12px;
  top: 48%;
}

.about-hero-icon {
  position: absolute;
  top: 16px;
  right: 14px;
  z-index: 99;
  border-radius: 50%;
}

.about-hero-icon img.logo-icons {
  width: 110px;
}

.about-hero-img {
  position: relative;
  padding: 0;
  margin: 40px 100px 40px 50px;
}

.social-counter {
  padding: 45px 16px 40px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
}

.bg11 {
  background: #371e66 !important;
}

.bg12 {
  background: #1f4e2e !important;
}

.bg13 {
  background: rgba(7, 81, 120, 0.9098039216) !important;
}

.bg14 {
  background: #a92b25 !important;
}

.bg15 {
  background: rgba(197, 215, 51, 0.32) !important;
}

.bg16 {
  background: rgba(253, 199, 2, 0.36) !important;
}

.bg17 {
  background: #fdc702 !important;
}

.bg17a {
  font-weight: 700 !important;
  color: #111 !important;
}

.social-counter .social-counter-icon svg {
  width: 50px;
  fill: #a92b25;
  margin-bottom: 12px;
}

.social-counter-content {
  text-align: center;
}

.social-counter h3.counter, .social-counter h2 {
  font-size: 34px;
  margin-bottom: 3px;
  line-height: 38px;
  color: #000;
  font-weight: 500;
}

.social-counter h2 {
  position: relative;
  top: 2px;
}

.social-counter p {
  font-size: 16px;
  line-height: 18px;
  color: #444444;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
}

.about-hero-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.12);
  transition: 0.5s ease-in-out;
}

.about-hero-box:hover {
  transform: translateY(-5px);
}

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

.about-hero-box-img img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.1s ease-in-out;
}

.about-hero-box .about-hero-box-info svg {
  fill: #fff;
  width: 70px;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
  margin-bottom: 12px;
  text-shadow: 2px 2px 10px black;
}

.about-hero-box:hover .about-hero-box-info svg {
  opacity: 1;
  transform: translateY(0%);
}

.about-hero-box:hover .about-hero-box-img img {
  transform: scale(1.1);
  filter: blur(1px);
}

.about-hero-box-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 20px 20px;
  background: linear-gradient(0deg, rgb(0, 0, 0), transparent);
  text-align: center;
}

.about-hero-box-info h1 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 1px 1px 8px black;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  font-family: "Roboto Serif", serif;
}

.about-hero-box-info p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
  text-shadow: 1px 1px 8px black;
  opacity: 1;
  visibility: visible;
  transition: 0.6s ease-in-out;
}

/* ================================= Main Section End ================================*/
.container {
  max-width: 90%;
}

p.main-para-big {
  font-size: 25px;
  line-height: 35px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 20px;
}

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

.wrapper-section.wrapper-big-section .wrapper-block-content svg {
  position: absolute;
  top: -20px;
  left: -45px;
  width: 100px;
  filter: opacity(0.11);
}

.main-title {
  margin-bottom: 30px;
}

.main-title h1 {
  font-size: 70px;
  line-height: 60px;
  color: rgba(9, 58, 25, 0.7490196078);
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600;
}

.main-title h1 mark {
  background: #a92b25;
  color: #fff;
  padding: 0 8px;
}

.main-title h1 span {
  font-family: "Roboto Condensed", serif;
  color: #222;
  font-size: 90%;
  text-transform: capitalize;
  font-weight: 700;
}

.main-title p {
  position: relative;
  margin-bottom: 0;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: inline-block;
}

.main-title p:before, .main-title p:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 2px;
}

.main-title p:before {
  left: -50px;
  background: linear-gradient(45deg, #999, transparent);
}

.main-title p:after {
  right: -50px;
  background: linear-gradient(45deg, transparent, #999);
}

.main-title img.logo-icon2 {
  position: absolute;
  bottom: 50px;
  left: 150px;
  z-index: 99;
  filter: grayscale(1) opacity(0.2) invert(1);
  width: 130px;
}

/*-----------------------------Homepage News & Events Start ------------------------------*/
section.whats-happening-section {
  overflow: hidden;
}

.news-events-featured {
  position: relative;
}

.news-events-featured-img {
  position: relative;
  overflow: hidden;
}

.news-events-featured-img:hover img {
  transform: scale(1.1);
  filter: blur(0.5px);
}

.news-events-featured-img img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}

.news-events-featured-img h6 {
  position: absolute;
  top: 18px;
  left: 12px;
  background: #a92b25;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  padding: 4px 6px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2px;
}

.news-events-featured .news-events-featured-info {
  position: absolute;
  left: 20px;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  bottom: 12px;
  padding: 6px 16px;
  border-radius: 2px;
}

.news-events-featured .news-events-featured-info span.date-span {
  font-size: 14px;
  font-weight: 500;
  color: #a92b25;
}

.news-events-featured .news-events-featured-info h1 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 6px;
}

.news-events-featured:hover .news-events-featured-info p {
  height: 40px;
  opacity: 1;
  visibility: visible;
}

.news-events-featured .news-events-featured-info p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #333;
  font-weight: 400;
  transition: 0.6s ease-in-out;
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.news-events-featured .news-events-featured-info ul.fixed-structure {
  top: 0;
  bottom: 0;
  transform: none;
}

.news-events-featured .news-events-featured-info ul.fixed-structure li {
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 94%);
  height: 100%;
  margin: 0;
}

.news-events-block {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
}

.news-events-block-img img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-events-block-info {
  padding: 8px 16px;
  background: #fff;
  height: 100%;
}

.news-events-block .news-events-block-info h1 {
  font-size: 18px;
  line-height: 21px;
  color: #222;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  transition: 0.6s ease-in-out;
  position: relative;
  height: 40px;
  overflow: hidden;
}

.news-events-block:hover .news-events-block-info h1 {
  color: #000;
}

.news-events-block-info p {
  font-size: 15px;
  line-height: 19px;
  color: #222;
  margin-bottom: 0;
  font-weight: 400;
  max-height: 40px;
  position: relative;
  overflow: hidden;
}

.news-events-block-info span.date-span {
  font-size: 13px;
  font-weight: 500;
  color: #7e7e7e;
}

.news-events-featured-img ul.fixed-structure {
  left: 0 !important;
  top: 0 !important;
  margin: auto;
  transform: none !important;
}

.news-events-featured-img ul.fixed-structure li {
  width: 95%;
  clip-path: none;
  height: 10px;
}

/*-----------------------------Homepage News & Events End ------------------------------*/
/*-----------------------------Homepage Calendar Start ------------------------------*/
.calendar-video-section {
  background: url(../images/slider/slider01.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.calendar-video-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.calendar-block {
  position: relative;
}

.calendar-block h1 {
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.play-button-block {
  position: relative;
}

.play-btn {
  width: 80px;
  height: 80px;
  background: radial-gradient(rgba(167, 47, 40, 0.8) 60%, rgb(255, 255, 255) 62%);
  border-radius: 50%;
  position: absolute;
  display: block;
  box-shadow: 0px 0px 25px 3px rgba(167, 47, 40, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  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: 160%;
  height: 160%;
  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: -30%;
  left: -30%;
  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;
  }
}
/*-----------------------------Homepage Calendar End ------------------------------*/
/*-----------------------------Homepage Gallery Start ------------------------------*/
.gallery-hero-block {
  position: relative;
  overflow: hidden;
}

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

.gallery-hero-block:hover img {
  transform: skewY(10deg) scale(1.2);
  filter: blur(1px);
}

.gallery-hero-block-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 18px 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

.gallery-hero-block-info h1 {
  font-size: 32px;
  line-height: 34px;
  color: #fff;
  text-shadow: 1px 1px 4px black;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Rancho", cursive;
}

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

.gallerySwiper .swiper-button-prev, .gallerySwiper .swiper-button-next {
  color: #222;
  background: white;
  font-size: 20px;
  padding: 30px 12px !important;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.12);
}

.gallerySwiper .swiper-button-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.gallerySwiper .swiper-button-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.gallery-hero-block span.img-count {
  position: absolute;
  top: 12px;
  left: 12px;
  border: 1.5px solid #fff;
  text-align: center;
  padding: 6px;
  color: #075178;
  background: #fff;
  border-radius: 2px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  outline: 1px solid #c1c1c1;
  outline-offset: -4px;
}

.gallery-hero-block span.img-count small {
  font-size: 40%;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  color: #a92b25;
}

/*-----------------------------Homepage Gallery End ------------------------------*/
/*----------------------------- Explore Our Campus Start ------------------------------*/
.explore-campus-section {
  margin-right: 5%;
  position: relative;
  overflow: hidden;
}

.exploreCampusSwiper img.main-slider-img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.exploreCampusSwiper .carousel-indicators {
  right: -30%;
  display: grid;
  top: 20%;
  bottom: auto;
  margin: 0;
  left: auto;
  width: 100%;
}

.exploreCampusSwiper .carousel-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(270deg, #f7f7f7, transparent);
}

.exploreCampusSwiper .carousel-item {
  position: relative;
}

.exploreCampusSwiper .carousel-indicators button {
  text-indent: 0;
  height: auto;
  width: auto;
  background-color: transparent;
  opacity: 1;
  margin: 0 0 16px;
  border-top: 0;
  border-bottom: 0;
  text-align: start;
}

.exploreCampusSwiper .carousel-indicators button.active h2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  width: 100%;
  position: relative;
  background: linear-gradient(-90deg, rgb(7, 81, 120), transparent);
  padding: 10px 40px;
  text-shadow: 1px 1px 6px #333;
  border-radius: 3px;
  font-style: italic;
}

.exploreCampusSwiper .carousel-indicators button h2 {
  text-align: end;
  font-size: 60px;
  line-height: 66px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
  transition: 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  position: absolute;
}

.exploreCampusSwiper .carousel-indicators button h2 small {
  font-family: "Rancho", cursive;
  color: #ebff54;
  text-transform: none;
  font-size: 140%;
  margin: 0 12px;
}

.exploreCampusSwiper .carousel-indicators button span:before {
  position: absolute;
  content: "";
  top: 11px;
  left: -75px;
  width: 75px;
  height: 1px;
  background: linear-gradient(-90deg, #5c5c5c, transparent);
  transition: 0.6s ease-in-out;
}

.exploreCampusSwiper .carousel-indicators button span {
  display: inline-block;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  color: #333;
  margin-left: 65%;
  position: relative;
  padding-left: 25px;
}

.exploreCampusSwiper .carousel-indicators button.active span {
  color: #075178;
  display: none;
}

.exploreCampusSwiper .carousel-indicators button span i {
  position: absolute;
  color: #a92b25;
  top: 4px;
  left: 0;
  font-size: 80%;
}

.exploreCampus-content {
  position: relative;
}

.exploreCampus-content ul.fixed-structure {
  right: -12px;
}

/*----------------------------- Explore Our Campus End ------------------------------*/
.affiliation-block {
  position: relative;
  background: #dee5e0;
  height: 100%;
  padding: 60px 30px;
}

ul.association-img {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}

ul.association-img li {
  width: 50%;
  flex: 0 0 auto;
}

.association-img-box {
  text-align: center;
  margin: 0 8px 16px;
}

ul.association-img li img {
  border: 1px solid #c5c5c5;
  padding: 5px;
  width: 100%;
}

ul.affiliation-img {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
  padding-inline-start: 0;
  text-align: center;
}

ul.affiliation-img li {
  width: 100%;
  margin-bottom: 20px;
}

ul.affiliation-img li img {
  padding: 6px;
  background: #fff;
  width: 253px;
}

.association-block {
  padding: 60px 16px 60px;
}

.association-affiliation-img img {
  width: 160px;
}

.association-affiliation-block .main-title h1 span {
  font-size: 68%;
}

.affiliation-block ul.fixed-structure {
  right: -10px;
}

/*----------------------------- Banner Header Relative Start ------------------------------*/
.inner-header.header-relative header.main-header nav.navbar a.navbar-brand img {
  width: 75px;
  height: 98px;
}

.inner-header.header-relative header.main-header nav.navbar a.navbar-brand {
  position: absolute;
  top: 6px;
  background: #371e66;
  padding: 12px;
  border-radius: 6px;
}

.inner-header.header-relative header.main-header nav.navbar {
  padding: 0px 50px;
  background: #371e66;
  *position: relative;
}

.inner-header.header-relative ul.fixed-structure {
  display: none;
}

.inner-banner.banner-relative {
  height: auto;
  background: #1e1136;
}

.inner-banner.banner-relative:after {
  content: "";
  border-bottom: 16px solid #fff;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  top: calc(100% - 16px);
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.inner-banner.banner-relative:before {
  background: transparent;
}

.inner-banner.banner-relative .inner-banner-content {
  position: relative;
  background: transparent;
  padding: 140px 20px 30px;
  text-align: center;
  clip-path: none;
}

.inner-banner.banner-relative .inner-banner-content h1 {
  font-size: 40px;
  line-height: 42px;
}

.inner-header header.main-header nav.navbar.fixed-top a.navbar-brand {
  position: relative;
  top: 0;
  background: transparent;
  padding: 0.3125rem 0;
  border-radius: 0;
}

.inner-banner.banner-relative .inner-banner-content ol.breadcrumb {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 5px;
}

.inner-banner.banner-relative .inner-banner-content ol.breadcrumb li.breadcrumb-item a {
  color: #fbfbfb;
}

.inner-banner.banner-relative .inner-banner-content ol.breadcrumb li.breadcrumb-item.active {
  color: #b5b5b5;
}

/*----------------------------- Banner Header Relative End ------------------------------*/
/*----------------------------- Inner Banner Start ------------------------------*/
.inner-header header.main-header nav.navbar a.navbar-brand img.dis-inner-logo {
  display: inline-block;
  margin-right: 20px;
}

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

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

.inner-header header.main-header nav.navbar.fixed-top a.navbar-brand img {
  width: 130px;
  height: 47px;
}

.inner-header header.main-header nav.navbar {
  padding: 40px 50px 0;
}

.inner-header header.main-header nav.navbar.fixed-top {
  padding: 0px 20px 2px;
}

.inner-banner {
  position: relative;
  overflow: hidden;
}

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

.inner-banner img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-banner .inner-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #371e66;
  color: #fff;
  padding: 30px 120px 30px 60px;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
}

.inner-banner .inner-banner-content h1 {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

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

.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 a {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 16px 16px 14px;
  border-right: 1px solid #d5d5d5;
  transition: 0.6s ease-in-out;
  text-transform: uppercase;
}

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

.breadcrumbs-menu ul li a:hover {
  background: #fff;
  color: #a92b25;
}

.breadcrumb-block {
  padding: 15px 0;
  position: relative;
  background: #f7f7f7;
}

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

.breadcrumb-block ol.breadcrumb li.breadcrumb-item a {
  color: #111;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}

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

.breadcrumb-block ol.breadcrumb li.breadcrumb-item.active {
  color: #7c7c7c;
  font-weight: 400;
}

.wrapper-mission-block {
  border-left: 2px solid #d5d5d5;
  height: 100%;
  padding-left: 40px !important;
  text-align: center;
}

.wrapper-section {
  position: relative;
}

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

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

.img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.img-caption h1 {
  font-size: 23px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.92);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #111;
  text-transform: uppercase;
}

.img-caption h1 span {
  color: #a92b25;
  font-size: 75%;
  line-height: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.img-caption h1 small {
  font-size: 65%;
  line-height: 20px;
  color: #222;
  text-transform: none;
  font-weight: 500;
  margin-top: 4px;
  border-left: 4px solid #979797;
  padding-left: 8px;
}

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

.wrapper-section.wrapper-section2 .wrapper-block-content {
  padding: 70px 0 70px 50px;
}

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

h1.main-head {
  font-size: 38px;
  line-height: 42px;
  color: #6c1e00;
  margin-bottom: 12px;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  text-transform: capitalize;
}

h1.main-head .title-link {
  position: relative;
  top: -10px;
}

h1.main-head a.title-btn {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background: #1f4e2e;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 2px;
  transition: 0.6s ease-in-out;
}

h1.main-head a.title-btn:hover {
  opacity: 0.9;
}

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

ul.main-ul li {
  position: relative;
  margin-top: 12px;
  padding-left: 28px !important;
}

ul.main-ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #6c1e00;
  font-size: 95%;
}

.mision-vision-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  filter: opacity(0.2);
}

.mision-vision-icon svg {
  width: 160px;
  fill: #371e66;
}

.wrapper-box {
  position: relative;
  padding: 12px 24px 12px 0;
  height: 100%;
}

.wrapper-box h2 {
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  font-weight: 400;
  color: #000;
  font-family: "Roboto", sans-serif;
}

.wrapper-box h2 a {
  color: #0d6efd;
  transition: 0.6s ease-in-out;
}

.wrapper-box h2 a:hover {
  color: #0d6efd;
}

.wrapper-box h2 a i {
  font-size: 80%;
  margin-left: 5px;
}

.wrapper-box h2 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
  line-height: 32px;
  font-family: "Roboto Condensed", serif;
  color: #371e66;
  filter: opacity(0.5);
  font-weight: 700;
}

.wrapper-section ul.fixed-structure {
  right: auto;
  left: 0;
  top: 150px;
  transform: none;
}

.wrapper-section.wrapper-section2 ul.fixed-structure {
  left: auto;
  right: 0;
}

.wrapper-cbse-img {
  text-align: center;
  position: sticky;
  top: 80px;
  padding: 30px 20px;
  background: #fff7df;
}

.wrapper-cbse-img img {
  width: 170px;
}

.wrapper-title {
  position: relative;
  margin-bottom: 0;
  margin-top: 20px;
}

.wrapper-title h1 {
  font-size: 34px;
  color: #1f4e2e;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

.wrapper-title h1 small {
  display: block;
  font-weight: 500;
  font-size: 52%;
  line-height: 20px;
  color: #000;
  text-transform: capitalize;
  font-style: italic;
}

.wrapper-title h1 small span {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #111;
  font-style: normal;
  margin-top: 5px;
}

.main-table {
  margin-top: 30px;
}

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

.main-table table.table tr th, .main-table table.table tr td {
  padding: 8px 16px;
  font-size: 19px;
  line-height: 25px;
  vertical-align: middle;
  font-weight: 400;
  background: #fff;
}

.main-table table.table tr th {
  background: #075178;
  color: #fff;
}

.main-table table.table tr th.thColor {
  color: #111;
  background: #dee2e6;
  font-weight: 500;
}

.main-table table.table tr th.thColor2 {
  background: #d5d9dd;
  color: #111;
  font-weight: 600;
}

.main-table table.table tr td {
  color: #000;
}

.main-table table.table tr td small {
  font-size: 85%;
  line-height: 20px;
}

.main-table table.table tr td i.fa-solid.fa-indian-rupee-sign {
  font-size: 70%;
  margin-right: 2px;
}

.main-table table.table tr th small {
  font-size: 80%;
  line-height: 16px;
  font-weight: 300;
}

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

h1.table-head {
  color: #222;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}

h1.table-head small {
  font-size: 85%;
  line-height: 28px;
  font-weight: 400;
}

.pleaseNote {
  margin: 25px 0;
  background: #f4f4f4;
  padding: 16px;
}

.pleaseNote h4 {
  color: #a92b25;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 25px;
}

.pleaseNote h4 i {
  position: absolute;
  top: 2px;
  left: 0;
}

.pleaseNote ul {
  margin-bottom: 0;
}

.pleaseNote ul li {
  position: relative;
  font-size: 17px;
  color: #000;
  line-height: 23px;
  margin-top: 8px;
  padding-left: 14px;
}

.pleaseNote ul li i {
  font-size: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  color: #6a6a6a;
}

ul.main-ul-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.main-ul-box li {
  flex: 0 0 auto;
  width: 50%;
  text-align: left;
  margin: 5px 0;
}

ul.main-ul-box li .main-ul-box1 {
  padding: 20px;
  border: 1px solid #d5d5d5;
  height: 100%;
  margin: 0 5px;
  background: #f9f9f9;
  transition: 0.6s ease-in-out;
  text-align: center;
}

ul.main-ul-box li:hover .main-ul-box1 {
  background: #fff;
}

ul.main-ul-box li .main-ul-box1 i {
  font-size: 32px;
  color: #075178;
  margin-bottom: 12px;
}

ul.main-ul-box li .main-ul-box1 p {
  padding-left: 16px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
}

ul.content-img.content-width li .content-img-box img {
  height: 230px;
}

.wrapper-governance-block .content-text {
  padding: 0;
  border-radius: 5px;
  margin: 40px 0;
}

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

ul.content-img li {
  flex: 0 0 auto;
  width: 33.33%;
}

ul.content-img.content-member-img li {
  flex: 0 0 auto;
  width: 25%;
}

ul.content-img li .content-img-box {
  position: relative;
  padding: 20px 16px 12px;
  border: 1px solid #e1e1e1;
  height: 100%;
  margin-top: 10px;
}

ul.content-img li .content-img-box img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.content-img.content-member-img li .content-img-box img {
  height: 220px;
}

.content-box-caption {
  padding: 0;
  text-align: center;
}

.content-box-caption h1 {
  font-size: 21px;
  line-height: 22px;
  color: #222;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

ul.content-img.content-member-img li .content-box-caption h1 {
  font-size: 20px;
  line-height: 22px;
}

ul.member-ul.member-ul-count {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.content-box-caption h1 small {
  font-size: 72%;
  font-weight: 500;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  color: #484848;
  text-transform: capitalize;
}

.content-box-caption h4 {
  font-size: 15px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

.wrapper-governance-block ul.member-ul li {
  position: relative;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 12px;
  color: #000;
  font-weight: 300;
  padding-left: 35px;
}

.wrapper-governance-block ul.member-ul li span {
  position: absolute;
  top: 1px;
  left: 4px;
  font-weight: 500;
  color: #222;
  font-size: 96%;
}

.wrapper-governance-block ul.member-ul li small {
  display: block;
  font-size: 75%;
  line-height: 16px;
  font-style: italic;
  color: #222;
}

.wrapper-governance-block ul.member-ul li small b {
  font-weight: 500;
  color: #000;
}

.wrapper-governance-block ul.member-ul li b {
  font-weight: 400;
}

.wrapper-block-content.wrapper-magazine-block ul.content-img li .content-img-box {
  padding: 8px;
}

.wrapper-block-content.wrapper-magazine-block ul.content-img li .content-img-box img {
  height: 210px;
}

.wrapper-block-content.wrapper-magazine-block ul.content-img li .content-img-box .content-box-caption {
  padding: 12px 0 0;
}

.wrapper-block-content.wrapper-magazine-block ul.content-img li .content-img-box .content-box-caption h1 {
  color: #000;
  font-weight: 500;
}

/*----------------------------- Inner Banner End ------------------------------*/
ul.main-core-ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}

ul.main-core-ul li {
  flex: 0 0 auto;
  width: 20%;
}

ul.main-core-ul li .wrapper-core-block {
  text-align: center;
  position: relative;
  background: #fff;
  padding: 15px;
  height: 100%;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

ul.main-core-ul li .wrapper-core-block svg {
  width: 70px;
  fill: #4e4e4e;
  transition: 0.6s ease-in-out;
}

ul.main-core-ul li .wrapper-core-block h2 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  margin-top: 16px;
  font-family: "Roboto", sans-serif;
}

ul.main-core-ul li .wrapper-core-block:hover svg {
  fill: #a92b25;
}

ul.sports-svg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 20px;
}

ul.sports-svg li {
  width: 20%;
  flex: 0 0 auto;
}

ul.sports-svg li .sports-svg {
  padding: 12px;
  text-align: center;
  background: #fff;
  border: 1px solid #dbdbdb;
  height: 100%;
}

ul.sports-svg li .sports-svg img {
  width: 60px;
  filter: sepia(1);
}

ul.sports-svg li .sports-svg h2 {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #111;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

ul.sports-svg li.icon-link .sports-svg {
  display: flex;
  align-self: center;
  align-items: center;
}

ul.sports-svg li.icon-link .sports-svg h2 {
  color: #777;
  transition: 0.6s ease-in-out;
}

ul.sports-svg li.icon-link:hover .sports-svg h2 {
  color: #0d6efd;
}

/*----------------------------- Gallery Page Start ------------------------------*/
.gallery-block {
  position: relative;
  transition: 0.2s ease-in-out;
  background: #fff;
  border: 6px solid #fff;
}

.gallery-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

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

.gallery-block:hover .gallery-block-img img {
  transform: scale(1.1);
  filter: blur(1px);
}

.gallery-block .gallery-block-img img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in-out;
}

.gallery-block .gallery-block-info {
  text-align: center;
  height: 60px;
  position: relative;
  overflow: hidden;
  padding: 8px 8px;
}

.gallery-block .gallery-block-info h1 {
  color: #111;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.gallery-block h4 {
  position: absolute;
  top: 16px;
  left: 16px;
  text-align: center;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  font-size: 26px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  padding: 6px;
  font-weight: 600;
  color: #075178;
  border-radius: 4px;
}

.gallery-block h4 small {
  font-size: 40%;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
}

/*----------------------------- Gallery Page End ------------------------------*/
/*----------------------------- Gallery Detail Page Start ------------------------------*/
.wrapper-photo-info {
  padding: 50px 25px;
  position: sticky;
  top: 60px;
  height: 100vh;
  background: #ffffff;
  width: 80%;
  margin: auto;
}

.wrapper-photo-info h1 {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}

.wrapper-photo-info h2 {
  display: inline-block;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
  background: #a92b25;
  color: #fff;
  margin-bottom: 25px;
  left: -54px;
  top: 70px;
  padding: 1px 10px;
  font-size: 14px;
  font-weight: 400;
  transform: rotate(270deg);
  position: absolute;
}

.wrapper-photo-info-scroll {
  position: relative;
  overflow-y: scroll;
  max-height: 235px;
}

.wrapper-photo-info-scroll::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
}

.wrapper-photo-info-scroll::-webkit-scrollbar-track {
  *box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.wrapper-photo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #979797;
  border-radius: 20px;
}

.wrapper-photo-info p {
  font-size: 19px;
  line-height: 26px;
  color: #222;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 400;
}

.wrapper-photo-img .wrapper-img {
  margin-bottom: 12px;
  border: 12px solid #fff;
  border-radius: 4px;
}

.wrapper-photo-img {
  position: relative;
  padding: 40px 0;
}

.wrapper-img-content {
  padding: 12px 16px 0;
  background: #fff;
}

.wrapper-img-content p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
  color: #222;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.2px;
}

hr.main-hr {
  border-bottom: 2px solid #8f8f8f;
  margin: 20px 0;
}

.galleryCategorySwiper .galleryCategory-box {
  text-align: center;
  background: #eeeeee;
  padding: 8px;
}

.galleryCategorySwiper .galleryCategory-box img {
  width: 95%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.galleryCategorySwiper .galleryCategory-box h4 {
  margin-bottom: 0;
  padding: 6px 6px 0;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-family: "Roboto", sans-serif;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.galleryCategorySwiper .swiper-button-prev {
  left: -8px;
}

.galleryCategorySwiper .swiper-button-next {
  right: -8px;
}

.galleryCategorySwiper .swiper-button-next, .galleryCategorySwiper .swiper-button-prev {
  color: #111;
}

.swiper.galleryCategorySwiper {
  padding: 0 20px;
}

.wrapper-photo-img .wrapper-img {
  position: relative;
  overflow: hidden;
}

.sharethis-inline-share-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  margin-top: 0;
  transition: 0.6s ease-in-out !important;
}

.sharethis-inline-share-buttons .st-btn {
  margin-right: 0 !important;
  width: 36px;
  margin-bottom: 2px;
  display: block !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.sharethis-inline-share-buttons .st-btn:hover {
  top: 0 !important;
}

/*----------------------------- Gallery Detail Page End ------------------------------*/
/*----------------------------- Transfer Certificate Page Start ------------------------------*/
.form-select:focus {
  border-color: #c1c1c1;
  box-shadow: none;
}

.wrapper-tc-block {
  position: relative;
  padding: 35px 25px;
  background: #fff;
  margin: 0 20px;
  box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
  min-height: 360px;
}

.wrapper-tc-block h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

.wrapper-tc-block button.btn, .wrapper-tc-block a.btn {
  background: #075178;
  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: #a92b25;
  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: 6px 16px;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  vertical-align: middle;
  width: 50%;
}

.tc-table table tr th {
  font-weight: 400;
}

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

.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: 32px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  color: #a3a3a3;
}

.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 ------------------------------*/
/*----------------------------- 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(0, 0, 0, 0.9);
  height: 100%;
  display: none;
}

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

#closeCal {
  position: absolute;
  top: -27px;
  right: 0;
  font-size: 18px;
  color: #fff;
  background: #3f3274;
  width: 30px;
  border-radius: 5px 5px 0 0;
  font-weight: 400;
  cursor: pointer;
}

#calendar_pop .calendar_inner .calendarSingle {
  padding: 30px 15px;
}

#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: #32285b;
  margin: 0 0 30px 0;
  text-align: center;
}

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

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

.circleDate .date span:nth-child(2) {
  font-size: 36px;
  line-height: 38px;
  padding: 10px;
  background: #371e66;
  margin: -10px 7px;
  border-radius: 50px;
  border: 3px solid #fff;
}

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

/*----------------------------- Calendar Page End ------------------------------*/
/*----------------------------- News & Events Page Start ------------------------------*/
.wrapper-news-events-block .news-events-featured-img img {
  height: 340px;
}

.wrapper-news-events-block .news-events-featured {
  margin: 12px 0;
}

.wrapper-news-events-content span.date-span {
  font-size: 14px;
  font-weight: 500;
  color: #a92b25;
  display: block;
  margin-bottom: 2px;
}

.wrapper-news-events-content h1 {
  position: relative;
  font-size: 26px;
  color: #000;
  line-height: 30px;
  margin-bottom: 20px;
}

.wrapper-news-events-content h1:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #5c5c5c;
  width: 40px;
  height: 4px;
}

.wrapper-news-events-content .news-events-text p {
  font-size: 17.5px;
  line-height: 26px;
  color: #111;
  font-weight: 400;
  margin-bottom: 16px;
}

.news-events-banner {
  position: relative;
  margin-top: -60px;
  z-index: 99;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #fff;
}

.news-events-banner img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper-news-events-content {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-top: -100px;
  z-index: 999;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.newseventSwiper-block {
  background: #fff;
  border-radius: 12px;
  display: flex;
  padding: 6px 12px;
}

.newseventSwiper-block span {
  display: block;
  background: #e2ffec;
  color: #282828;
  padding: 6px;
  width: 110px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-style: italic;
}

.newseventSwiper-block span b {
  font-size: 24px;
  font-weight: 500;
  background: #1f4e2e;
  width: 42px;
  height: 42px;
  margin: auto auto 2px;
  padding: 9px 9px;
  border-radius: 80px;
  color: #fff;
  font-style: normal;
}

.newseventSwiper-block h2 {
  position: relative;
  color: #111;
  text-align: left;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-self: center;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  height: 40px;
  width: 100%;
}

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

.inner-banner.banner-newsEvents .inner-banner-content {
  padding: 160px 20px 80px;
}

.swiper.newsEventsSwiper {
  padding: 0 20px;
}

.newsEventsSwiper .swiper-button-prev {
  left: -6px !important;
}

.newsEventsSwiper .swiper-button-next {
  right: -6px !important;
}

.newsEventsSwiper .swiper-button-prev i, .newsEventsSwiper .swiper-button-next i {
  color: #fff;
  font-size: 18px;
}

.inner-banner.banner-newsEvents:after {
  display: none;
}

/*----------------------------- News & Events Page End ------------------------------*/
/*----------------------------- Admission Enquiry Start ------------------------------*/
.wrapper-main-form {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  margin: 70px 80px 70px 40px;
}

.wrapper-main-form form .wrapper-control {
  margin-bottom: 20px;
}

.wrapper-main-form form .wrapper-control input, .wrapper-main-form form .wrapper-control select, .wrapper-main-form form .wrapper-control textarea {
  border-radius: 0;
  padding: 8px 8px;
  font-size: 17px;
  font-weight: 400;
  color: #111;
  height: 46px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #d5d5d5;
}

.wrapper-main-form form .wrapper-control input, .wrapper-main-form form .wrapper-control select {
  height: 46px;
}

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

.wrapper-main-form form .wrapper-control select {
  color: #858585;
}

.wrapper-main-form form button.btn {
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  background: #a92b25;
  padding: 6px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #a92b25;
  font-weight: 400;
  transition: 0.6s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.wrapper-main-form form button.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 0;
  z-index: -2;
}
.wrapper-main-form form button.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 0%;
  height: 100%;
  background-color: rgb(189.9199029126, 48.322815534, 41.5800970874);
  transition: all 0.6s ease-in-out;
  border-radius: 0;
  z-index: -1;
}
.wrapper-main-form form button.btn:hover {
  color: #fff;
}
.wrapper-main-form form button.btn:hover:before {
  width: 100%;
  left: 0;
}

/*----------------------------- Admission Enquiry End ------------------------------*/
.sticky-contactForm {
  position: sticky;
  top: 95px;
}

.address-wrap {
  height: 100%;
  padding: 40px 30px;
  background: #dee5e0;
  margin-left: 50px;
}

.address-wrap .form-group {
  position: relative;
  padding-left: 50px;
  margin: 30px 0;
}

.address-wrap .form-group i.main_i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #2e6e43;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(46, 110, 67, 0.13);
}

.address-wrap p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}

.address-wrap p b {
  display: block;
  margin: 0;
  color: #111;
  font-weight: 500;
}

.address-wrap p a {
  color: #222;
  text-decoration: none;
  display: block;
  transition: 0.6s ease-in-out;
}

.address-wrap p small {
  font-size: 85%;
  line-height: 16px;
}

.address-wrap p a:hover {
  color: #a92b25;
}

.address-wrap p span {
  padding-left: 22px;
  position: relative;
}

.address-wrap p span i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #747474;
  font-size: 88%;
}

.virtual-tour-video {
  position: sticky;
  top: 12px;
  padding: 60px 0;
}

.virtual-tour-sidebar {
  position: relative;
  background: #1f4e2e;
  padding: 70px 25px 40px;
  margin-left: 16px;
}

.virtual-tour-sidebar ul.fixed-structure {
  right: -10px !important;
}

.virtual-tour-video h6 {
  position: absolute;
  top: 50px;
  left: -48px;
  transform: rotate(270deg);
  background: #a92b25;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  padding: 4px 10px;
  font-weight: 400;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  margin-bottom: 0;
}

.virtual-tour-video h2 {
  font-size: 20px;
  color: #111;
  line-height: 25px;
  font-weight: 500;
  height: 48px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 6px;
  font-family: "Roboto", sans-serif;
}

.video-section-box {
  position: relative;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  border: 4px solid #fff;
  border-radius: 4px;
}

.video-section-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.6s ease-in-out;
}

.video-section-box:hover:after {
  opacity: 0.8;
}

.video-section-box img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-section-block .video-section-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 32px;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 12px black;
  transition: 0.6s ease-in-out;
  z-index: 9;
}

.video-section-block:hover .video-section-box i {
  transform: translate(-50%, -50%) rotate(360deg);
}

h2.video-title {
  text-align: center;
  color: #fff;
  padding: 12px 0 0;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 400;
}

/*----------------------------- Dining Hall Menu Page Start ------------------------------*/
.wrapper-dining-hall-menu ul.nav-tabs {
  border: 0;
  margin-bottom: 40px;
  justify-content: center;
}

.wrapper-dining-hall-menu ul.nav-tabs li.nav-item button {
  border: 2px solid #efefef;
  border-radius: 50px;
  padding: 8px 30px;
  margin: 0 6px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4e4e4e;
  transition: 0.6s ease-in-out;
  background: #fff;
}

.wrapper-dining-hall-menu ul.nav-tabs li.nav-item button.active {
  border: 2px solid;
  background: #1f4e2e;
  color: #fff;
  transition: 0.6s ease-in-out;
  font-weight: 500;
}

.wrapper-dining-hall-menu ul.nav-tabs li.nav-item button i {
  display: inline-block;
  margin-bottom: 0;
  border-radius: 20px;
  padding: 6px 8px;
  font-size: 16px;
}

.wrapper-dining-hall-menu ul.nav-tabs li.nav-item button.active i {
  border: 1.5px solid #fff;
}

.wrapper-dining-hall-menu ul.nav-tabs li.nav-item button i {
  border: 1.5px solid #d0dee6;
}

/*----------------------------- Dining Hall Menu Page End ------------------------------*/
/*----------------------------- Faculty Page Start ------------------------------*/
.wrapper-faculty-box {
  position: relative;
}

.wrapper-faculty-box .wrapper-faculty-box-img {
  position: relative;
  overflow: hidden;
}

.wrapper-faculty-box .wrapper-faculty-box-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}

.wrapper-faculty-box:hover .wrapper-faculty-box-img img {
  transform: scale(1.1);
}

.wrapper-faculty-box .wrapper-faculty-box-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 16px 20px;
  background: linear-gradient(0deg, #0e0e0e, transparent);
  text-align: center;
  transition: 0.6s ease-in-out;
}

.wrapper-faculty-box:hover .wrapper-faculty-box-info {
  padding: 80px 16px 30px;
}

.wrapper-faculty-box .wrapper-faculty-box-info h1 {
  font-size: 21px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-shadow: 1px 1px 6px black;
  font-family: "Roboto", sans-serif;
}

.wrapper-faculty-box .wrapper-faculty-box-info h4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17.5px;
  margin-bottom: 0;
  text-shadow: 1px 1px 6px black;
}

/*----------------------------- Faculty Page End ------------------------------*/
.qrCode-block {
  padding: 16px;
  border: 2px solid #dee2e6;
  background: #fff;
}

/*----------------------------- Admissions Enquiry Start ------------------------------*/
.modal.admission-enquiry-modal {
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
}

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

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

.modal.admission-enquiry-modal .modal-header {
  background: #371e66;
  border-radius: 0;
  padding: 12px 16px 16px;
  position: relative;
}

.modal.admission-enquiry-modal .modal-header h5.modal-title {
  color: #fff;
  font-family: "Roboto Serif", serif;
  font-size: 22px;
  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;
}

.modal.admission-enquiry-modal .wrapper-main-form form .wrapper-control {
  margin-bottom: 12px;
}

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

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

.modal.admission-enquiry-modal .wrapper-main-form form .wrapper-control input, .modal.admission-enquiry-modal .wrapper-main-form form .wrapper-control select {
  height: 42px;
}

.modal.admission-enquiry-modal .wrapper-main-form form .wrapper-control input, .modal.admission-enquiry-modal .wrapper-main-form form .wrapper-control select, .modal.admission-enquiry-modal .wrapper-main-form form .wrapper-control textarea {
  font-size: 16px;
}

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

.modal.admission-enquiry-modal .modal-content .modal-body .wrapper-main-form {
  box-shadow: none;
}

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

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

/*----------------------------- Admissions Enquiry End ------------------------------*/
/*----------------------------- Google Map Start ------------------------------*/
.googleMaps iframe {
  margin-bottom: -7px;
  height: 420px;
}

.googleMaps {
  position: relative;
  overflow: hidden;
}

/*----------------------------- Google Map End ------------------------------*/
/*----------------------------- CTA Start ------------------------------*/
.call-to-action-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

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

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

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

.call-to-action-box {
  position: relative;
  border-left: 4px solid #cfcfcf;
  padding-left: 50px;
}

.call-to-action-box h1 {
  color: #355f43;
  font-family: "Rancho", cursive;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 16px;
}

.call-to-action-box p {
  color: #000;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 300;
}

.cta-btn a.enquiry-btn {
  *background: #fff;
  *color: #1f4e2e;
  *font-weight: 500;
}

/*.cta-btn a {
  display: inline-block;
  background: transparent;
  color: $green-background;
  border: 1px solid $green-background;
  font-size: 21px;
  padding: 8px 16px;
  margin: 0 10px;
  border-radius: 2px;
  text-transform: uppercase;
}
.cta-btn {
  margin-top: 30px;
}*/
.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.cta-btn a {
  color: #355f43;
  border: 1px solid #355f43;
  background: transparent;
  margin-right: 8px;
}
.welcome-btn.cta-btn a:before {
  background-color: rgb(80.3952702703, 144.1047297297, 101.6317567568);
}
.welcome-btn.cta-btn a:hover {
  color: #fff;
}
.welcome-btn.cta-btn a:hover:before {
  width: 100%;
  left: 0;
}

.welcome-btn.cta-btn a.btn-filled {
  background: #355f43;
  color: #fff;
}

/*----------------------------- CTA End ------------------------------*/
.footer-cta {
  background: #1f4e2e;
  padding: 42px 0 40px;
}

.footer-cta .footer-cta-box {
  text-align: center;
  margin: 0 8px;
}

.footer-cta ul.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.footer-cta ul.footer-cta-row li {
  flex: 0 0 auto;
  width: 20%;
}

.footer-cta .footer-cta-box a {
  font-size: 30px;
  line-height: 34px;
  color: #d9d9d9;
  background: #265c37;
  padding: 14px 12px;
  font-weight: 600;
  display: block;
  transition: 0.6s ease-in-out;
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
}

.footer-cta .footer-cta-box a:hover {
  color: #fff;
  background: #1e462b;
}

.send-loc-block {
  margin-top: 12px;
}

.send-loc-block .input-group input.form-control {
  height: 44px;
  font-size: 16px;
  background: #fff;
  color: #000;
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 6px 16px;
}

.send-loc-block .input-group button {
  background: #a92b25;
  border: 1px solid;
  color: #fff;
  padding: 6px 16px;
  font-size: 16px;
}

.input-group.get-location input.form-control {
  height: 48px;
  font-size: 18px;
  color: #000;
  border-radius: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.input-group.get-location span.input-group-text {
  background: #1f4e2e;
  padding: 6px 16px;
  font-size: 23px;
  color: #fff;
}

h4.message-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

h4.message-text.error {
  color: #a92b25;
}

h4.message-text.success {
  color: #00852a;
}

.quotes-notation-box {
  background: #f1f1f1;
  padding: 20px;
  margin-top: 20px;
}

.quotes-notation-box p {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 16px;
  color: #000;
  font-weight: 300;
}

.life-at-riverside-section {
  position: relative;
  overflow: hidden;
}

.life-at-riverside-mobile .carousel-inner .carousel-item img {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.life-main-title {
  background: #371e66;
  text-align: center;
  padding: 20px 20px;
}

.life-main-title h5 {
  font-family: "Roboto Condensed", serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 10px;
}

.life-main-title a {
  border-radius: 10rem;
  font-size: 17px;
  color: #fff;
  background: transparent;
  font-family: "Dosis", sans-serif;
  padding: 5px 18px 6px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #fff;
  font-weight: 500;
  transition: 0.6s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.life-at-riverside-mobile .carousel-control-next, .life-at-riverside-mobile .carousel-control-prev {
  width: auto !important;
  opacity: 1;
  font-size: 20px;
  top: 50%;
  transform: translate(0, -50%);
  bottom: 50px;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  padding: 20px 16px;
  height: 60px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.life-at-riverside-mobile .carousel-control-prev {
  left: auto;
  right: 120px;
}

.life-at-riverside-mobile .carousel-control-next {
  right: 20px;
}

.life-at-riverside-mobile .carousel-control-next span.carousel-control-next-icon, .life-at-riverside-mobile .carousel-control-prev span.carousel-control-prev-icon {
  width: 22px;
  height: 40px;
}

/*-----------------------------Main Footer Start ------------------------------*/
footer {
  background: #000;
}

a.footer-logo img {
  width: 90px;
  height: 117px;
  filter: opacity(0.6);
  margin: 0 8px 16px;
}

.main-footer1 p {
  color: #a7a7a7;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 21px;
  margin-bottom: 16px;
}

.main-footer1 h1 {
  font-weight: 700;
  font-size: 28px;
  color: #9d9d9d;
  margin: 0 0 16px;
  position: relative;
  text-transform: capitalize;
  font-family: "Roboto Condensed", serif;
}

.main-footer .main-footer1 {
  padding: 60px 0 30px;
}

.main-footer1.footer-contact {
  text-align: end;
}

.main-footer1.footer-contact h1:before {
  right: 0;
  left: auto;
}

.main-footer .footer-info {
  text-align: center;
  background: #0e0e0e;
  height: 100%;
  padding: 60px 30px 30px;
  margin-right: 20px;
}

.main-footer1 ul {
  padding-inline-start: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-footer1 ul li {
  margin-bottom: 4px;
}

.main-footer1 ul li a {
  color: #c9c9c9;
  font-size: 15.5px;
  line-height: 24px;
  font-weight: 300;
  display: inline-block;
  transition: 0.6s ease-in-out;
  position: relative;
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
}

.main-footer1.footer-contact ul li a {
  padding-left: 0;
  padding-right: 25px;
}

.main-footer1.footer-contact ul li a i {
  right: 0;
}

.main-footer1 ul li a:hover {
  color: #fff;
}

.main-footer1 ul li a i {
  top: 3.5px;
  left: 0px;
  color: #767676;
  position: absolute;
}

.main-footer1.footer-contact ul li {
  margin-bottom: 10px;
}

.contact-chat {
  margin-top: 16px;
}

.contact-chat a {
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  border-radius: 2px;
  background: #a92b25;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

ol.social-media {
  margin-bottom: 0;
  list-style-type: none;
  padding-inline-start: 0;
  display: flex;
  justify-content: center;
}

ol.social-media li {
  margin-right: 12px;
  margin-bottom: 0;
}

ol.social-media li a {
  color: #767676;
  padding: 0;
  display: block;
  background: transparent;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 4px;
  transition: 0.6s ease-in-out;
}

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

.main-copyrights p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

.main-copyrights p a {
  color: #cbcbcb;
}

.main-copyrights {
  padding: 10px 0;
  border-top: 1px solid #222;
}

.main-footer .quick-link-block ul {
  -moz-column-count: 2;
       column-count: 2;
}

/*-----------------------------Main Footer End ------------------------------*/
.awardModel .swiper-slide img {
  height: 50vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.awardModel.modal {
  z-index: 9999 !important;
}

.awardModel .award-block-content h1.main-head {
  font-size: 28px;
  line-height: 33px;
  color: #6c1e00;
  margin-bottom: 12px;
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  text-transform: capitalize;
}

.awardModel .modal-body {
  padding: 0 !important;
}

.award-block-content {
  padding: 0px 20px;
}

.awardModel .btn-close {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  padding: 0.25em 0.25em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #462f72 !important;
  color: #fff;
  opacity: 1;
}

.awardModel .btn-close i {
  font-size: 19px;
  color: #fff;
}

.environmentalModal {
  z-index: 99999;
}/*# sourceMappingURL=main.css.map */