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

.text-red {
  color: #d74519 !important;
}

/*================================================ 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: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  transition: 0.6s;
  width: 100%;
}

.preloader .box {
  width: 100%;
  height: 100%;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.schoolNameBlock h4 {
  color: #cd5d36;
  font-size: 55px;
  line-height: 56px;
  text-transform: uppercase;
  margin: 0;
}

.schoolNameBlock h4 small {
  font-size: 53%;
  color: #b6b4b3;
  font-weight: 100 !important;
}

.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: #380e00;
  transition: 0.6s;
}

.preloader .box img {
  width: 100px;
}

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

.fixedBar {
  position: fixed;
  right: 68px;
}

.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: #380e00;
    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 =================================================*/
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;
}

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

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

.schoolName span {
  font-size: 27px;
  line-height: 21px;
  font-family: "Roboto Serif", serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.schoolName span small {
  font-size: 65.7%;
  font-weight: 100;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #000 !important;
  padding: 11px 26px 10px !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  background-color: #febe10;
  left: -10px;
  border-radius: 100px 10px 0 100px;
  transition: 0.4s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link span {
  transition: 0.4s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link i {
  height: 44px;
  width: 44px;
  border: 1px solid #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 8px;
}

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: flex;
  align-items: center;
  border-radius: 50%;
  padding: 11px !important;
  width: 95px;
  height: 95px;
  text-align: center;
  text-shadow: none;
  transition: 0.4s ease-in-out;
  position: relative;
  text-transform: capitalize;
  justify-content: center;
  background: #f58634;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  width: 45px;
  fill: #000;
}

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

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

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link span.btnShow {
  display: block;
}

/* ================================= 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: #d74519;
}

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

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

/* ================================= 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: 100vh;
  z-index: 99;
  top: 0;
  visibility: hidden;
  transition: 1s ease-in-out;
  transform: translateX(200%);
  width: calc(100% + 0px);
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  *clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}

.navigation.open-nav {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  transform: translateX(0);
  *clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: 1s ease-in-out;
}

.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 {
  position: relative;
  display: table;
  margin: 0;
  text-align: left;
  width: 100%;
  height: 100dvh;
  background: rgba(234, 78, 31, 0.0901960784);
}

.navigation nav ul.menu-main-ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100dvh;
  position: relative;
  width: 520px;
  float: right;
  margin-bottom: 0;
  margin-top: 0;
  padding: 120px 80px 60px 50px;
  list-style-type: none;
  background: #d74519;
  border-right: 2px solid rgba(255, 255, 255, 0.0392156863);
}

.menuLink {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.ext-btn-group {
  position: relative;
  z-index: 99;
  margin-top: 35px;
}

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

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

.ext-btn-group a {
  color: #fff;
  padding: 4px 14px;
  display: inline-block;
  font-size: 17px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 0 6px;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.navigation nav > ul > li {
  transition: 0.4s ease-in-out;
  opacity: 0;
}

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

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

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

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

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

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

.navigation nav > ul > li > a {
  color: rgba(255, 255, 255, 0.831372549);
  font-size: 44px;
  padding: 7px 0;
  font-weight: 700;
  line-height: 48px;
  justify-content: space-between;
  display: flex;
}

.navigation nav > ul > li > a i {
  font-size: 28px;
  align-self: center;
  display: none;
}

.navigation nav > ul > li.nav_active > a,
.navigation nav > ul > li.nav_active > a i {
  color: #f9a73e;
}

.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: #121212;
  padding: 8px 50px;
  font-size: 22px;
  line-height: 28px;
  display: block;
  font-weight: 500;
  position: relative;
  transition: 0.4s ease-in-out;
}

.navigation nav ul ul li a:hover {
  color: #d74519;
  transform: translateX(5px);
}

@media screen and (min-width: 767px) {
  .navigation nav ul ul {
    position: absolute;
    right: 520px;
    padding: 0;
    top: 32.8%;
    opacity: 0;
    width: 420px;
    visibility: hidden;
    transform: translateY(0);
    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 li.nav_active ul,
.navigation nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.hamburgerCloser {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: end;
}

.close-nav-panel {
  cursor: pointer;
  color: #121212;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  background: #febe10;
  border-radius: 50%;
  padding: 12px !important;
  width: 90px;
  height: 90px;
  text-align: center;
  text-shadow: none;
  transition: 0.4s ease-in-out;
  position: relative;
  text-transform: capitalize;
}

.close-nav-panel span {
  position: relative;
  top: -6px;
  line-height: normal;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.close-nav-panel-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.close-nav-panel svg {
  width: 64px;
  fill: #121212;
  transition: 0.4s ease-in-out;
}

ul.h-links {
  position: relative;
  display: flex;
  align-self: center;
  margin-bottom: 0;
  background: #14489c;
  padding: 12px 50px 12px 20px;
  border-radius: 50px 0 0 50px;
  margin-right: -30px;
}

ul.h-links a {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  padding: 0 18px;
  border-right: 1px solid #4174c7;
  transition: 0.4s ease-in-out;
}

ul.h-links a:hover {
  color: #f9a73e;
}

ul.h-links li:last-child a {
  border-right: 0;
}

.hbQuickLinkBlock {
  position: absolute;
  left: 45%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.swiper.menuLinkSwiper {
  width: 100%;
  max-width: 480px;
}

.hbQuickLinkBox {
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}

.hbQuickLinkBox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}

.blurImg {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  width: 480px;
  height: 480px;
  filter: blur(16px);
}

.hbQuickLinkBoxText {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  text-align: start;
  padding: 60px 30px 20px;
}

.hbQuickLinkBoxText h3 {
  font-size: 38px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  text-shadow: 1px 1px 30px black;
  margin-bottom: 0;
}

.custom-swiper-pagination {
  text-align: end;
  width: 480px !important;
  margin: 30px auto 0;
}

.custom-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ea9176;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  transition: opacity 0.3s;
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.custom-bullet-active {
  background: #d74519;
  outline: 2px solid #d74519;
}

.hbImpLinks a {
  color: #ffffff;
  padding: 6px 30px 6px 0;
  font-size: 22px;
  line-height: 26px;
  display: inline-block;
  font-weight: 500;
  position: relative;
  transition: 0.4s ease-in-out;
}

.hbImpLinks a:hover {
  color: #f9a73e;
}

.hbSocialMedia {
  position: absolute;
  bottom: 5%;
  left: 18%;
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 18px 50px;
  z-index: 9;
}

.followText {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}

.social-media-header {
  z-index: 9;
  position: relative;
  display: flex;
  margin-bottom: 0;
}

.social-media-header a {
  color: #d74519;
  transition: 0.4s ease-in-out;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #d74519;
}

.social-media-header a:hover {
  background: #f9a73e;
  border-color: #f9a73e;
  color: #121212;
}

.social-media-header a i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navigation a img {
  width: 480px;
}

.navigation a.navbar-brand.brand-logo.desk-menu-logo {
  position: absolute;
  bottom: 20px;
  transform: translate(0%, 0%);
  right: 5%;
  filter: opacity(0.02);
  margin: 0;
  cursor: auto;
}

.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: 40px 42px 0;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.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: 33px;
  left: 50px;
  z-index: 9;
}

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

.navigation-logo a.navbar-brands .navbarBrandLogoText2 {
  font-size: 26px;
  line-height: 28px;
  font-family: "Roboto Serif", serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #373435;
  align-self: center;
  margin-left: 12px;
}

.navigation-logo a.navbar-brands .navbarBrandLogoText2 small {
  font-size: 65%;
  font-weight: 100;
}

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

.menuLink a {
  display: block;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  background-image: none;
  padding: 12px;
  background-color: #e36c28;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

/* ================================= 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: 40%;
  background: linear-gradient(180deg, rgb(0, 0, 0), transparent);
}

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

.main-slider .carousel-indicators {
  right: auto;
  bottom: 34%;
  left: -11%;
  flex-direction: column;
  gap: 25px;
}

.main-slider .carousel-indicators .active {
  opacity: 1;
  background: #fff !important;
}

.main-slider .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 30px;
  background-color: transparent;
  opacity: 1;
  border-radius: 100%;
  border: 2px solid #e4e3e3 !important;
}

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

.main-slider .carousel-inner .carousel-item .carousel-caption-content {
  display: block;
  align-self: center;
}

.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 h1 {
  font-size: 38px;
  text-transform: uppercase;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 0;
  letter-spacing: 3px;
  color: #febe10;
  font-family: "Roboto", sans-serif;
}

.main-slider .carousel-inner .carousel-item .carousel-caption h1 small {
  font-size: 72%;
  color: #fff;
}

.main-slider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 21px;
  line-height: 29px;
  font-weight: 300;
  text-shadow: 1px 1px 10px black;
}

.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 ================================*/
/*================================= Infrastructure Section Start ==========================*/
.swiper.featuresSwiper {
  padding: 10px 0;
}

.imgSliderSectionBlock img {
  height: 72vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgSliderSectionBlockContent {
  background: linear-gradient(0deg, rgb(33, 33, 33), transparent);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 40px;
}

.imgSliderSectionBlockContent h3 {
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 7px;
  text-shadow: 4px 4px 4px black;
}

.imgSliderSectionBlockContent p {
  font-size: 25px;
  line-height: 31px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 20px;
  text-shadow: 2px 2px 40px black;
}

.featuresSwiper .swiper-slide {
  width: 80% !important;
}

.swiper.featuresSwiper .swiper-button-prev {
  left: 30px;
}

.swiper.featuresSwiper .swiper-button-next {
  right: 30px;
}

.association-block h2.mainHead {
  font-size: 60px;
  line-height: 60px;
}

.association-block h2.mainHead small {
  font-size: 90%;
}

.call-to-action-box h2.mainHead span {
  color: #c25a3b;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}

.swiper.gallerySwiperbtn .swiper-button-next,
.swiper.gallerySwiperbtn .swiper-button-prev {
  border: 2px solid #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #fff;
}

.mainBtn a svg {
  position: absolute;
  right: 7px;
  top: 6px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  fill: #d74519;
  transform: rotate(0);
  transition: 0.6s ease-in-out;
}

.mainBtn a:hover svg {
  transform: rotate(45deg);
}

.infrastructureSingleContent h3 {
  font-size: 30px;
  line-height: 33px;
  color: #ffffff;
  position: relative;
  margin-bottom: -1px;
  font-weight: 600;
  text-align: center;
}

.infrastructureSingleContent p {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #eeeeee;
  margin-bottom: 0;
}

.infrastructureSingleContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 32px;
  z-index: 9;
}

.infrastructureDGS {
  padding-left: 20% !important;
  padding-bottom: 100px !important;
}

.infrastructureSingle:before {
  content: "";
  height: 24%;
  left: 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  background: linear-gradient(transparent, rgb(0, 0, 0));
}

.infrastructureSingle img {
  height: 415px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -o-object-position: top;
     object-position: top;
}

.awardSection .infrastructureDGS .swiper-button-next,
.awardSection .infrastructureDGS .swiper-button-prev {
  top: 85%;
}

.infrastructureDGS .swiper-button-next,
.infrastructureDGS .swiper-button-prev {
  position: absolute;
  top: 91%;
  width: 50px;
  border-radius: 100%;
  height: 50px;
  background: #d74519;
  font-size: 24px;
  color: #fff;
}

section.newsSection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern02.png);
  background-size: contain;
  opacity: 0.07;
  filter: grayscale(1);
}

.infrastructureDGS .swiper-button-next:after, .swiper-button-prev:after {
  content: "" !important;
}

.campusTourImage img {
  height: 86dvh;
  -o-object-fit: cover;
     object-fit: cover;
}

.playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

span.videoText {
  font-size: 22px;
  color: #000000;
  margin-top: 21px;
  background: rgba(238, 238, 238, 0.831372549);
  padding: 6px 22px;
  border-radius: 45px;
}

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

/* 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: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #d74519;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.infrastructureDGS .swiper-button-prev svg {
  transform: rotate(180deg);
  position: relative;
  left: 41%;
}

.infrastructureSingle {
  background: #fff;
  filter: grayscale(1);
  transition: 0.5s ease-in-out;
}

.infrastructureSingle:hover {
  filter: none;
}

.infrastructureDGS .swiper-button-next, .infrastructureDGS .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: 23.4%;
}

.infrastructureDGS .swiper-button-next svg,
.infrastructureDGS .swiper-button-prev svg {
  width: 100px;
  fill: #d74519;
}

.infrastructureDGS .swiper-button-prev, .infrastructureDGS .swiper-rtl .swiper-button-next {
  left: 20%;
}

/*================================= Infrastructure Section End ==========================*/
/* ================================= Scrolling Text Start ================================*/
.tickerwrapper {
  position: relative;
  top: 0;
  left: 0%;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  padding: 20px 0 10px;
}

.movingtext {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.tickerwrapper ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tickerwrapper ul.list.cloned {
  position: absolute;
  top: 20px;
  left: 0px;
}

.tickerwrapper ul.list li {
  float: left;
  padding-left: 20px;
}

.imgCategoryBlock h3 {
  font-size: 92px;
  line-height: 92px;
  font-weight: 300;
  color: #c5515b;
  margin-bottom: 0;
}

.imgCategoryBlock h3 b {
  font-weight: 800;
}

.imgCategoryBlock h3 svg {
  width: 92px;
  fill: #c5515b;
  margin: 0 20px;
}

/* ================================= Scrolling Text End ================================*/
/* ================================= Main Ticker Start ================================*/
.ticker-block {
  position: absolute;
  right: 50px;
  bottom: 61px;
  width: 100%;
  z-index: 9;
  max-width: 38%;
  background: rgba(0, 0, 0, 0.43);
  padding: 17px 20px 11px 20px;
  border-radius: 50px;
}

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

span.marqueeTag {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background: #d74519;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: 500;
}

.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: #d74519;
  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 .main-title h1 {
  font-weight: 800;
  font-size: 3.4rem;
  color: #bb2b00;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

h2.mainHead {
  font-size: 58px;
  line-height: 63px;
  font-weight: 700;
  color: #bb2b00;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.welcome-btn a {
  border-radius: 10rem;
  font-size: 20px;
  color: #fff;
  background: #d74519;
  padding: 10px 27px 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #d74519;
  font-weight: 500;
  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(234.84375, 117.13125, 81.65625);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.welcome-btn a:hover {
  color: #fff;
  border-color: #d74519 !important;
}
.welcome-btn a:hover:before {
  width: 100%;
  left: 0;
}

/* ================================= Welcome Section End ================================*/
/* ================================= Modal Flyer Start ================================*/
.modal.flyerModel {
  z-index: 9999;
}

.modal.flyerModel button.btn-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  z-index: 9;
  color: #000;
  opacity: 1;
  background: #febe10;
  font-size: 28px;
  border-radius: 50%;
  margin: 0;
  transition: 0.4s ease-in-out;
}

.swiper.flyerSwiper .swiper-button-next, .swiper.flyerSwiper .swiper-button-prev {
  border: 2px solid #f58634;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #ffffff;
  background: #f58634;
  top: 50%;
}

.modal.flyerModel button.btn-close i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal.flyerModel .modal-body {
  background: #ffffff;
}

.flyer-block-contentBlock {
  padding: 30px 20px 30px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  border-radius: 20px;
}

.upcomingEvent {
  position: sticky;
  top: 175px;
  margin: 12px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 20px;
}

.flyer-block-content h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 800;
  color: #d74519;
  margin-bottom: 20px;
  padding: 0px 20px;
}

.main-title-text p.bigText {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
}

.main-title-text p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 0;
}

.welcome-btn1 a {
  background: #febe10 !important;
  color: #121212;
  display: inline-block;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 8px;
  border: 1px solid #febe10;
  border-radius: 100px;
}

.welcome-btn a svg {
  width: 24px;
  position: relative;
  top: -2px;
  margin-left: 2px;
  fill: #121212;
}

.modal.flyerModel .modal-dialog {
  max-width: 520px;
}

/* ================================= Modal Flyer End ================================*/
.newsContent {
  background: #fff;
  padding: 27px 30px 27px 30px;
  margin: -139px 35px 0px 35px;
  position: relative;
  border-bottom: 4px solid #f58634;
  border-radius: 6px;
  height: 234px;
}

.newsRight {
  padding-bottom: 5px;
  background: #f58634;
}

span.newsDate {
  background: #f58634;
  width: 100%;
  display: block;
  padding: 13px 14px;
  text-align: center;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
}

.newsRight img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsRight .newsRighrContent h4 {
  font-size: 27px;
  color: #000;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsRight .newsRighrContent p {
  font-size: 18px;
  color: #333;
}

.newsContent h4 {
  font-size: 27px;
  color: #000;
}

.newsContent p {
  font-size: 22px;
  color: #000;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

a.newsBtn {
  padding: 13px 77px 13px 22px !important;
  border-radius: 0px 0px 27px 27px !important;
  text-align: right !important;
  width: 100% !important;
}

a.newsBtn svg {
  right: 24px;
  top: 6px;
}

.newsLeft img {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsRighrContent {
  height: 185px;
}

span.newsTag {
  background: #d74519;
  padding: 3px 8px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 11px;
  display: inline-block;
}

.infrastructureDGS .swiper-wrapper {
  transition: transform 0.3s ease;
}

span.foundedTag {
  font-size: 30px;
  line-height: 34px;
  display: inline-block;
  background: #ffffff;
  color: #121212;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Roboto Serif", serif;
  border-radius: 10px;
}

span.foundedTag i {
  color: #f8d30a;
  font-size: 80%;
}

.mainBtn a {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  background: #d74519;
  padding: 15px 63px 15px 28px;
  border-radius: 50px;
  margin: 0px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #d74519;
  position: relative;
  cursor: pointer;
}

.enquiry-btn {
  background: #d74519 !important;
  color: #fff !important;
}

/* ================================= Awards and Achivement Homepage Start ================================*/
.awardContent {
  background: #fff;
  padding: 60px 30px 26px 30px;
  height: 245px;
  position: relative;
  border-radius: 10px;
}

.awardContent h4 {
  font-size: 23px;
  color: #000;
  line-height: 32px;
}

span.awardtag {
  background: #68473c;
  color: #ffffff;
  padding: 4px 10px;
  position: absolute;
  top: 16px;
  left: -1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 0px 13px 13px 0px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -1px !important;
  left: 0% !important;
}

.awardSwiper1 .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
}

.awardSwiper1 .swiper-pagination-bullet-active {
  background: #d24823 !important;
}

.awardSwiper .swiper-button-next,
.awardSwiper .swiper-button-prev,
.facultySwiper .swiper-button-next,
.facultySwiper .swiper-button-prev {
  font-size: 32px;
  color: #717171;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.awardSwiper .swiper-button-next:hover,
.awardSwiper .swiper-button-prev:hover,
.facultySwiper .swiper-button-next:hover,
.facultySwiper .swiper-button-prev:hover {
  color: #e36c28;
}

.awardSwiper:hover .swiper-button-next,
.awardSwiper:hover .swiper-button-prev,
.facultySwiper:hover .swiper-button-next,
.facultySwiper:hover .swiper-button-prev {
  visibility: visible;
  opacity: 1;
}

.awardSwiper .swiper-button-prev,
.facultySwiper .swiper-button-prev {
  transform: translateX(-100%);
}

.awardSwiper .swiper-button-prev {
  left: 35px;
}

.facultySwiper .swiper-button-prev {
  left: -3px;
}

.awardSwiper:hover .swiper-button-prev,
.facultySwiper:hover .swiper-button-prev {
  transform: translateX(0%);
}

.awardSwiper .swiper-button-next,
.facultySwiper .swiper-button-next {
  transform: translateX(100%);
}

.awardSwiper .swiper-button-next {
  right: 35px;
}

.facultySwiper .swiper-button-next {
  right: -3px;
}

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

.awardSwiper:hover .swiper-button-next,
.facultySwiper:hover .swiper-button-next {
  transform: translateX(0%);
}

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

.newsSection {
  padding: 100px 0 80px 0;
}

/* ================================= Awards and Achivement Homepage End ================================*/
/* ================================= Main Section Start ================================*/
section {
  padding: 80px 0;
}

section.wrapper-big-section {
  padding: 70px 0;
  background: #f1ebe8;
}

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

.bg1 {
  background: #f1ebe8 !important;
}

.bgGray {
  background: #efefef;
}

.bg2 {
  background: #d74519 !important;
}

.bg3 {
  background: rgba(254, 190, 16, 0.8196078431) !important;
}

.bg4 {
  background: rgba(245, 134, 52, 0.9215686275) !important;
}

.bg5 {
  background: #dfc2ac;
}

.about-hero-content h1 {
  font-size: 76px;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: capitalize;
  display: inline-block;
  color: #d74519;
}

.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 {
  position: relative;
  padding: 50px 40px 50px 70px;
}

.about-hero-content svg {
  fill: #d74519;
  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;
}

.bgRedT {
  background: rgb(242, 242, 242) !important;
  color: #0f0f0f !important;
}

.bgOrangeT {
  background: rgb(245, 134, 52) !important;
  color: #fff !important;
}

.bgYellow {
  background: rgba(255, 221, 33, 0.2588235294) !important;
}

.bgOrange {
  background: rgba(215, 69, 25, 0.2117647059) !important;
}

.bgRed {
  background: rgba(245, 94, 49, 0.4) !important;
}

.afflitionContent span {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1b1b1b;
}

.upcomingCalendar .upcomingCalendarBox:first-child span.startDateUpcomingBox {
  background: rgba(255, 221, 33, 0.74);
  color: #2e2d2d;
}

.upcomingCalendar .upcomingCalendarBox span.startDateUpcomingBox {
  text-align: center;
  font-size: 35px;
  line-height: 31px;
  font-weight: 700;
  color: #b0203c;
  width: 90px;
  height: 90px;
  margin-right: 12px;
  background: rgba(176, 32, 60, 0.15);
  padding: 16px 8px;
  border-radius: 100%;
}

.upcomingCalendar .upcomingCalendarBox span.startDateUpcomingBox small {
  font-size: 38%;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.upcomingCalendar .upcomingCalendarBox h4 {
  font-size: 21px;
  line-height: 28px;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 0;
  align-self: center;
  width: calc(100% - 100px);
  position: relative;
  font-family: "Roboto", sans-serif;
}

.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: #d74519;
  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 #d74519;
}

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

.img-container img {
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.social-counter {
  padding: 70px 10px 70px;
  text-align: center;
  background: rgb(255, 255, 255);
  transition: 0.4s ease-in-out;
  height: 335px;
}

.social-counter:hover {
  background: rgba(246, 136, 55, 0.57);
}

.social-counter:hover .social-counter-icon svg {
  transform: scale(1.2);
}

.social-counter .social-counter-icon svg {
  width: 75px;
  fill: rgba(0, 0, 0, 0.7803921569);
  margin-bottom: 25px;
  transition: 0.4s ease-in-out;
}

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

.social-counter h3.counter,
.social-counter h2 {
  font-size: 43px;
  margin-bottom: 5px;
  line-height: 55px;
  color: #000;
  font-weight: 500;
}

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

.social-counter p {
  font-size: 21px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
  font-family: "Roboto Serif", serif;
}

.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: 400;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: justify !important;
}

.shortImg img {
  width: 400px;
  height: 240px;
}

.shortImg {
  padding: 10px;
  text-align: center;
  height: 100%;
  filter: grayscale(1);
  margin-bottom: 20px;
}

.shortImg h6 {
  margin: 10px 0px;
  font-size: 22px;
  font-family: "Roboto Serif", serif;
}

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

section.welcome-step-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern02.png);
  background-size: contain;
  opacity: 0.05;
  filter: grayscale(1);
}

.main-title p {
  position: relative;
  margin-bottom: 0;
  font-size: 29px;
  line-height: 41px;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 300;
  display: inline-block;
}

/*-----------------------------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);
}

.wrapper-news-events-block .news-events-featured-img img {
  height: 420px;
}

.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: #febe10;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  padding: 4px 6px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
}

.news-events-featured .news-events-featured-info {
  position: absolute;
  left: 25px;
  right: 25px;
  background: #fff;
  bottom: 12px;
  padding: 20px 26px;
  border-radius: 2px;
  bottom: 0px;
  height: 100px;
}

.news-events-featured span.date-span {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f58634;
  padding: 4px 11px;
  border-radius: 4px;
  color: #ffffff;
}

.news-events-featured .news-events-featured-info h4 {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-events-featured .news-events-featured-info h5 {
  font-size: 26px;
  line-height: 33px;
  color: #000;
  margin-bottom: 11px;
}

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

.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: #d74519;
}

/*-----------------------------Homepage Gallery End ------------------------------*/
.affiliation-block {
  position: relative;
  height: 100%;
  padding: 60px 45px;
}

.mainHead small {
  font-size: 75%;
}

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 5px 9px;
  border-radius: 10px;
}

ul.association-img li img {
  padding: 30px 18px;
  width: 100%;
  filter: grayscale(1);
  opacity: 0.8;
}

.affiliation-block .mainBtn a.transBtn {
  font-size: 17px;
  line-height: 24px;
  padding: 11px 20px;
  border-color: rgb(255, 255, 255);
  color: #000;
}

.affiliation-block .mainBtn a.transBtn svg {
  fill: #000;
}

.affiliation-block .mainBtn a {
  font-size: 17px;
  line-height: 24px;
  padding: 11px 20px;
  margin: 0px 1px;
}

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

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

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

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

.inner-banner.banner-relative {
  height: auto;
  background: #380e00;
}

.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: 245px 20px 40px;
  text-align: center;
  clip-path: none;
}

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

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

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

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

.breadcrumb-item + .breadcrumb-item::before {
  color: #d4d6d9 !important;
}

/*----------------------------- Banner Header Relative End ------------------------------*/
/*----------------------------- Inner Banner Start ------------------------------*/
.inner-header header.main-header nav.navbar {
  padding: 40px 50px 0 12px;
}

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

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

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

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

.inner-banner .inner-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 39px 60px 52px 60px;
  width: 100%;
  text-align: center;
  z-index: 11;
}

.inner-banner .inner-banner-content h1 {
  font-size: 65px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  color: #fccc4a;
}

h4.h4Head {
  font-size: 32px;
  color: #000000;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 13px;
}

h4.h4Head small {
  font-size: 75%;
}

.inner-banner .inner-banner-content h1 small {
  font-size: 80%;
  line-height: 58px;
}

.bgLogo {
  position: absolute;
  width: 200px;
  filter: grayscale(1);
  opacity: 0.1;
  left: 107%;
  top: -25px;
}

.breadcrumbs-menu {
  position: relative;
  padding: 0;
  background: #f1ebe8;
}

.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 #e4d1c7;
  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: #d74519;
}

.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: 50px !important;
}

.wrapper-vision-block {
  padding-right: 50px !important;
}

.wrapper-section {
  position: relative;
}

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

.photoGallerySection {
  overflow: hidden;
}

h3.mainHeadh3 {
  font-size: 20px;
  text-align: center;
  margin: 0;
  font-weight: 600;
  color: #000000;
  line-height: 27px;
}

.awards-block-content1 {
  padding: 10px;
  background: #eee;
}

.awards-block-content1 img {
  height: 570px;
  width: 100%;
}

.awards-content {
  padding: 30px 45px;
}

.awards-block-content {
  padding: 8px;
  background: #efefef;
  height: 100%;
}

.awards-block-content img {
  width: 100%;
  background-color: #fff;
  filter: grayscale(1);
  transition: 0.4s ease-in-out;
  padding: 40px;
}

.awards-block-content:hover img {
  filter: none;
}

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

.more-text {
  display: none;
}

.read-more-btn {
  color: #000000;
  cursor: pointer;
  border: 1px solid #000000;
  padding: 3px 16px;
  border-radius: 100px;
  background: #fff;
  font-size: 19px;
  font-weight: 500;
  margin-top: 15px;
}

.awardPage .wrapper-block-img img {
  height: 85vh;
}

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

.img-caption h4 {
  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 h4 small {
  font-size: 70%;
}

.img-caption h4 span {
  color: #d74519;
  font-size: 75%;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.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: 55px 50px 65px 0;
}

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

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

.histroyBlock {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}

.wrapper-block-content2 {
  background: #fff;
  padding: 60px 60px;
}

h2.main-head {
  font-size: 46px;
  line-height: 52px;
  font-weight: 600;
  color: #bb2b00;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}

.fonderPage h2.main-head small {
  font-size: 65%;
  line-height: 37px;
  color: #212529;
  margin-top: 6px;
}

h2.main-head small {
  font-size: 50%;
  font-weight: 400;
  line-height: 24px;
}

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

h1.main-head a.title-btn {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  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: 20px;
  line-height: 29px;
  margin-bottom: 0;
  margin-top: 16px;
  color: #000;
  font-weight: 400;
  text-align: justify !important;
}

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

ul.main-ul li i {
  position: absolute;
  top: 9px;
  left: 0px;
  color: rgba(245, 134, 52, 0.8588235294);
  font-size: 91%;
}

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

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

.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: #d74519;
  filter: opacity(0.5);
  font-weight: 700;
}

.wrapper-section ul.fixed-structure {
  right: auto;
  left: 0;
  top: 35%;
  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 h4 {
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

.wrapper-title h4 small {
  display: block;
  font-weight: 500;
  font-size: 68%;
  line-height: 28px;
  color: #d74519;
  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 {
  background: #ffffff;
  padding: 34px 20px;
}

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

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

.main-table table.table tr th {
  color: #000;
  text-transform: uppercase;
}

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

.wrapper-block-content-table {
  padding: 40px 40px;
  background: #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;
}

.feeSection .main-table table.table tr td span {
  font-weight: 400 !important;
  display: block !important;
  font-style: italic;
  font-size: 90%;
}

.sccnerImg span {
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 101%;
  color: #d74519;
}

.sccnerImg img {
  width: 328px;
  background: #f2f2f2;
  padding: 5px;
  border-radius: 13px;
}

h2.table-head {
  color: #000000;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

h2.table-head small {
  font-size: 70%;
  line-height: 22px;
}

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

.pleaseNote h4 {
  color: #000000;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
}

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: 24px 12px;
  height: 100%;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  border-radius: 5px;
}

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: #d74519;
}

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;
  padding-bottom: 40px;
}

.gallery-block:hover {
  transform: translateY(-5px);
}

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

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

.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 {
  position: absolute;
  left: 15px;
  right: 15px;
  background: #fff;
  bottom: 12px;
  padding: 19px 19px;
  border-radius: 2px;
  bottom: 0px;
}

.gallery-block .gallery-block-info h5 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.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: 28px;
  font-family: "Roboto", sans-serif;
  padding: 6px;
  font-weight: 600;
  color: #d74519;
  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: 57px 45px;
  position: sticky;
  top: 0px;
  height: 100vh;
  background: #efe4dc;
  width: 85%;
  margin: auto;
}

.upcomingImg img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.wrapper-photo-info h2 {
  display: inline-block;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
  background: #d74519;
  color: #fff;
  margin-bottom: 25px;
  left: -51px;
  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: 20px;
  line-height: 27px;
  color: #222;
  margin-bottom: 0;
  margin-top: 17px;
  font-weight: 400;
}

.upcomingDate {
  font-size: 18px;
  color: #ffffff;
  background: #f58634;
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 15px;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
}

.upcomingNews {
  top: 15%;
}

.upcomingNews.wrapper-photo-info h3 {
  font-size: 24px;
  line-height: 31px;
}

.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: #fff;
  padding: 4px;
}

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

.galleryCategorySwiper {
  padding-bottom: 65px !important;
}

.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: 9px 8px 0;
  font-size: 17px;
  line-height: 19px;
  color: #000;
  font-family: "Roboto", sans-serif;
  height: 60px;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

.galleryCategorySwiper .swiper-button-prev {
  left: 35%;
}

.galleryCategorySwiper .swiper-button-next {
  right: 39%;
}

.galleryCategorySwiper .swiper-button-next,
.galleryCategorySwiper .swiper-button-prev {
  color: #d74519;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 22px;
  border: 2px solid #d74519;
  top: 93%;
}

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

.stckiyBlock {
  position: sticky;
  top: 0;
}

ul.main-core-ul.main-subject-ul li {
  width: 25%;
}

.optionBlock {
  width: 75%;
  display: flex;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.optionBlock li {
  width: 33.333% !important;
}

.optionBlock1 li {
  width: 50% !important;
}

ul.optionBlock li .wrapper-core-block {
  border: 0 !important;
  border-radius: 0 !important;
  padding-top: 39px !important;
}

span.optionType {
  position: absolute;
  top: 4px;
  left: 5px;
  right: 5px;
  background: #dbdbdb;
  z-index: 1;
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
}

/*----------------------------- Gallery Detail 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: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#closeCal {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 18px;
  color: #fff;
  background: #c13105;
  width: 40px;
  border-radius: 5px 5px 0px 0px;
  font-weight: 400;
  cursor: pointer;
  padding: 4px;
}

#closeCal svg {
  width: 22px;
  fill: #fff;
}

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

#calendar_pop .calendar_inner .calendarSingle .dateContent h3 {
  font-size: 19px;
  line-height: 26px;
  padding: 23px 10px 0px 10px;
  min-height: none;
  height: auto;
  font-weight: 500;
  margin: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

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

.calendarSingle {
  padding: 30px 30px;
  background: #d74519;
  margin: 0 0 30px 0;
  text-align: center;
}

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

.circleDate .date {
  padding: 0px 10px;
}

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

.circleDate .date span:nth-child(2) {
  font-size: 36px;
  line-height: 38px;
  padding: 10px 2px;
  background: #d74519;
  margin: -10px 7px;
  border-radius: 100%;
  border: 2px solid #fff;
  height: 60px;
  width: 60px;
  text-align: center;
}

.fc .fc-button-group > .fc-button {
  flex: 1 1 auto;
  position: relative;
  border-radius: 100px;
  border-color: #f06d43 !important;
  border-width: 2px;
  background-color: #fff;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
  color: #d74519 !important;
}

button.fc-listWeek-button.fc-button.fc-button-primary {
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  background-color: #d74519;
  border-color: #d74519 !important;
  color: #ffffff !important;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 19px;
}

th.fc-col-header-cell {
  padding: 9px 12px !important;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000 !important;
  background: #febe10;
}

.fc .fc-col-header-cell-cushion {
  padding: 2px 4px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.fc .fc-daygrid-day-number {
  padding: 7px;
  position: relative;
  z-index: 4;
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.fc-event, .fc-event-dot {
  background-color: #8b8b8b !important;
  font-weight: 400;
  padding: 3px 8px;
  cursor: pointer !important;
}

button.fc-today-button.fc-button.fc-button-primary {
  text-transform: capitalize;
  background: #fff;
  border: 2px solid #f06d43;
  color: #f06d43;
  font-weight: 500;
  border-radius: 40px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
}

.fc .fc-daygrid-event {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: hsl(43.87, 99.17%, 52.94%);
}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
  color: #000;
  font-weight: 500;
  font-size: 19px;
}

.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
  color: #000;
  font-weight: 500;
  font-size: 19px;
}

.fc .fc-list-day-cushion, .fc .fc-list-table td {
  border: 0;
}

td.fc-list-event-graphic {
  display: none;
  visibility: hidden;
}

.fc .fc-list-event:hover td {
  background-color: transparent;
}

.fc-view-harness.fc-view-harness-active table.fc-list-table {
  background: #8b8b8b;
}

tr.fc-event.fc-list-event {
  font-size: 18px;
  border-radius: 0 !important;
  border: 0 !important;
  text-transform: capitalize;
}

.fc .fc-list-event-dot {
  border-color: #eee;
}

/*----------------------------- Calendar Page End ------------------------------*/
/*----------------------------- News & Events Page Start ------------------------------*/
.wrapper-news-events-block .news-events-featured {
  margin: 12px 12px 12px 12px;
  padding-bottom: 40px;
}

.wrapper-news-events-content span.date-span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  margin-bottom: 20px;
  background: #febe10;
  padding: 5px 12px;
  border-radius: 5px;
}

.wrapper-news-events-content h1 {
  margin-bottom: 26px;
  font-size: 46px;
  line-height: 55px;
  font-weight: 600;
  color: #bb2b00;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  position: relative;
}

.wrapper-news-events-content h1:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #afafaf;
  width: 98px;
  height: 4px;
}

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

.inner-banner-news.inner-banner img {
  height: 72vh;
}

.newsHead ul.fixed-structure {
  display: none !important;
}

.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: 50px 50px;
  position: relative;
  margin-top: -245px;
  z-index: 999;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

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

.newseventSwiper-block h2 {
  padding-left: 11px;
  font-size: 17px;
  line-height: 23px;
}

.newseventSwiper-block span {
  display: block;
  color: #fff;
  background: #f58634;
  padding: 9px 6px 1px 6px;
  width: 110px;
  font-size: 14px;
  line-height: 33px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

.newseventSwiper-block span b {
  font-size: 24px;
  font-weight: 500;
  width: 42px;
  height: 42px;
  margin: auto auto 2px;
  padding: 9px 6px;
  border-radius: 100%;
  color: #000000;
  font-style: normal;
  background: #fff;
  line-height: 23px;
}

.newseventSwiper-block h2 {
  position: relative;
  color: #111;
  text-align: left;
  margin-bottom: 0;
  padding-left: 14px;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-self: center;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.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: #d74519;
  font-size: 26px;
}

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

.filter-buttons button.active {
  background-color: #d74519;
  color: #fff;
}

.filterForm select {
  font-size: 18px;
  line-height: 24px;
  padding: 9px 12px;
  border-radius: 0;
  font-weight: 500;
  color: #121212;
}

.filter-Block {
  background: #f1d2bb;
  padding: 14px 22px;
}

.filter-buttons button {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.lity-close {
  font-size: 82px !important;
  line-height: 82px !important;
  right: 50px !important;
  width: auto !important;
  height: auto !important;
}

.wrapper-block-publication {
  background: #fff;
  padding: 10px;
  height: 100%;
}

.textpub {
  padding: 12px 8px;
}

.wrapper-block-publication img {
  height: 389px;
  width: 100%;
}

.textpub h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  margin-top: 6px;
}

span.pubDate {
  font-size: 16px;
  font-weight: 500;
  color: #d74519;
}

.timeLineBlock {
  text-align: center;
  height: 420px;
  width: 420px;
  margin: auto;
  border: 3px solid #f58634;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  padding: 10px 30px;
  background-color: #fff;
}

.yearTimeLine {
  font-size: 50px;
  color: #f58634;
  font-weight: 600;
}

.timeLineBlock p {
  font-size: 22px;
  color: #000000;
  line-height: 31px;
}

.histroyBlocks .swiper {
  padding-left: 24px;
  padding-right: 24px;
}

.histroyBlocks .swiper .swiper-slide:nth-child(even) {
  margin-top: 25px;
}

.histroyBlocks .swiper-button-next, .histroyBlocks .swiper-button-prev {
  border: 2px solid #e5ae1a;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background: #febe10;
  top: 50%;
}

.histroyBlocks .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0px;
}

.histroyBlocks .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px;
}

/*----------------------------- News & Events Page End ------------------------------*/
/*----------------------------- Admission Enquiry Start ------------------------------*/
.wrapper-main-form {
  background: #fff;
  padding: 36px 40px;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

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

.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: 10px 8px;
  font-size: 21px;
  font-weight: 400;
  color: #111;
  height: 48px;
  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: 75px;
}

.wrapper-main-form form .wrapper-control input::-moz-placeholder, .wrapper-main-form form .wrapper-control select::-moz-placeholder, .wrapper-main-form form .wrapper-control textarea::-moz-placeholder {
  color: #6f6e6e !important;
}

.wrapper-main-form form .wrapper-control input::placeholder,
.wrapper-main-form form .wrapper-control select::placeholder,
.wrapper-main-form form .wrapper-control textarea::placeholder {
  color: #6f6e6e !important;
}

.wrapper-main-form form .wrapper-control select {
  color: #6f6e6e !important;
}

.wrapper-main-form form button.btn {
  width: 100%;
  border-radius: 100px;
  font-size: 20px;
  color: #000;
  background: #febe10;
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #febe10;
  font-weight: 500;
  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(229.53125, 80.79375, 35.96875);
  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: #380e00;
  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: #fff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.address-wrap p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 37px;
  color: #fff;
}

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

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

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

.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;
  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: #d74519;
  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;
  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: #d74519;
  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: 15px 8px 0px 8px;
}

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

.alumniBlock {
  background: #ededed;
  text-align: center;
  padding: 6px;
  border-radius: 10px;
  height: 100%;
}

span.rank {
  color: #d74519;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
  position: absolute;
  top: 4px;
  line-height: 18px;
  background: #fff;
  padding: 5px 5px;
  left: 0;
  right: 0;
}

.awardsContentI {
  padding: 50px 12px 20px 12px;
  position: relative;
}

.alumniBlock img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.alumniContent {
  padding: 19px 0px 0px 0px;
}

.alumniContent h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.alumniContent p {
  font-size: 17px;
  font-weight: 400;
  color: #bd3000;
}

/*----------------------------- 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-box p {
  color: #000;
  font-size: 27px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 400;
}

.welcome-btn.cta-btn a {
  color: #d74519;
  border: 1px solid #d74519;
  background: transparent;
  margin-right: 8px;
}
.welcome-btn.cta-btn a:before {
  background-color: rgb(234.84375, 117.13125, 81.65625);
}
.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;
}

.welcome-step-section .main-title h1 small {
  font-size: 53%;
  text-transform: capitalize;
}

footer {
  background: #380e00;
}

a.footer-logo img {
  width: 90px;
  margin: 0 8px 16px;
}

.main-footer1 p {
  color: #dddddd;
  font-weight: 300;
  font-size: 16.5px;
  line-height: 24px;
  margin-bottom: 16px;
}

.main-footer1 h3 {
  font-weight: 700;
  font-size: 26px;
  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: #441d1d;
  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;
}

.worldClassCampus .wrapper-block-img img {
  height: 70vh;
}

.main-footer1 ul li a {
  color: #d6d6d6;
  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: #aeadad;
  position: absolute;
}

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

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

.contact-chat a {
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  border-radius: 62px;
  background: #d74519;
  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: #aaa9a9;
  padding: 0;
  display: block;
  background: transparent;
  border-radius: 50%;
  font-size: 24px;
  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: 15px;
  font-weight: 400;
  color: #c0c0c0;
}

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

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

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

.reachBlock {
  padding: 50px 12px 0;
  border-radius: 10px;
}

span.reachTag {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  width: 100%;
  background: #68473c;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 12px 8px;
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
}

span.reachTag i {
  font-size: 114%;
}

.routeHeading {
  margin-bottom: 50px;
  background: #efefef;
  padding: 8px 8px 8px 20px;
  border-radius: 50px;
}

.routeHeading h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 0;
}

.routeHeading a {
  background: #fff;
  color: #bd3000;
  border-radius: 50px;
  padding: 10px 16px;
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #bd3000;
}

.timeline-container {
  position: relative;
}

.timeline-container .timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 120px;
  position: relative;
}

.timeline-container .timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-container .time {
  width: 85px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  bottom: -80px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.timeline-container span.startPoint {
  background: #11550c;
  border-radius: 50px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  color: #fff;
  padding: 2px 6px;
  margin-bottom: 6px;
}

.timeline-container span.startPoint.endPoint {
  background: #ed3500;
}

.timeline-container .time svg {
  fill: rgba(0, 0, 0, 0.44);
  width: 40px;
  display: block;
  margin: 0 auto 2px;
}

.timeline-container .timeline-line {
  position: absolute;
  left: 85px;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 1px dashed rgba(0, 0, 0, 0.2705882353);
}

.timeline-container .dot {
  width: 12px;
  height: 12px;
  background: #888;
  border-radius: 50%;
  position: absolute;
  left: 80px;
  top: 14px;
  z-index: 1;
  outline: 1px solid rgba(0, 0, 0, 0.4196078431);
  outline-offset: 3px;
}

.timeline-container .timeline-item:last-child .dot {
  background: #ed3500;
}

.timeline-container .timeline-item:nth-child(2) .dot {
  background: #11550c;
}

.timeline-container .stop-info {
  margin-left: 35px;
  width: calc(100% - 85px);
  position: relative;
}

.timeline-container .timeline-item:nth-child(2) .stop-info {
  top: -25px;
}

.timeline-container .timeline-item:last-child .stop-info {
  bottom: 35px;
}

.timeline-container .stop-info svg {
  width: 38px;
  fill: rgba(2, 39, 0, 0.5);
  margin-bottom: 8px;
}

.timeline-container .stop-name {
  color: #121212;
  font-size: 17px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-container .stop-detail {
  color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
  font-weight: 500;
  text-transform: uppercase;
}

/*-----------------------------Main Footer End ------------------------------*/
.bgLogo {
  position: fixed;
  filter: grayscale(1);
  opacity: 0.1;
  left: 3%;
  top: 35%;
}

.bgLogo img {
  width: 240px;
  filter: brightness(0.5);
}

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

.swiper.flyerSwiper .swiper-pagination-bullet-active {
  background: #d74519;
}

.swiper.flyerSwiper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

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

.swiper.flyerSwiper .swiper-horizontal > .swiper-pagination-bullets, .swiper.flyerSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper.flyerSwiper .swiper-pagination-custom, .swiper.flyerSwiper .swiper-pagination-fraction {
  bottom: 5px !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;
}

.sportsImgBlock img {
  width: 100%;
  height: 420px;
}

.affilitionBlock {
  background: #f1ebe8;
  height: 100%;
  padding: 12px 5px;
}

.affilitionBlockS .col-md-2 {
  width: 14.28%;
}

.affilitionBlock img {
  width: 100%;
  filter: grayscale(1);
  opacity: 0.8;
}

.sportsImgBlock h4 {
  text-align: center;
  font-size: 26px;
  color: #000000;
  background: #fff;
  margin: -32px 26px 32px 26px;
  position: relative;
  padding: 14px 20px;
  border-radius: 6px;
}

.feeLogo img {
  width: 50px;
}

span.founderTag {
  font-size: 18px;
  border: 1px solid #787676;
  padding: 2px 15px;
  border-radius: 40px;
  color: #4e4c4c;
  line-height: 30px;
  display: inline-block;
  font-weight: 400;
}

.modal.slide-in .modal-dialog {
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  margin: 0;
  height: 100%;
}

.modal.slide-in.show .modal-dialog {
  transform: translateX(0);
}

.modal.slide-in .modal-content {
  height: 100%;
  border-radius: 0;
}

.modalIfram .modal-dialog {
  top: 0;
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 65% !important;
  height: 100%;
  right: 0;
}

.modal {
  background: rgba(11, 11, 11, 0.5607843137);
  z-index: 99999;
}

.modalIfram .modal-dialog .modal-header .btn-close {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 6px 10px 7px 15px;
  font-size: 21px;
  gap: 7px;
  color: #3e3e3e;
  opacity: 1;
  margin: 0;
  margin: 0;
}

.modalIfram .modal-dialog .modal-header .btn-close i {
  font-size: 128%;
  color: #4b4a4a;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none !important;
}

.loctionBlock {
  background: #fff;
  padding: 66px 30px 26px 30px;
  border-radius: 10px;
  box-shadow: 0 13px 10px rgb(223, 223, 223);
  height: 100%;
}

.loctionBlock h4 {
  font-size: 29px;
  font-weight: 600;
  color: #1f1f1f;
  text-transform: uppercase;
}

.loctionBlock p {
  margin: 0;
  font-size: 21px;
  line-height: 29px;
  color: #000;
}

span.loctionDate {
  background: #68473c;
  color: #ffffff;
  padding: 4px 17px 4px 21px;
  position: absolute;
  top: 15px;
  left: -1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  border-radius: 0px 20px 20px 0px;
}

.admissionRight .welcome-btn.cta-btn a {
  margin-right: 10px;
  margin-top: 10px;
}

.admissionRight .welcome-btn.cta-btn {
  padding-left: 35px !important;
}

.wrapper-contact-info-box {
  height: 100%;
  background: #fff;
  margin: 0 6px;
  padding: 78px 21px 30px 18px;
  border-radius: 10px;
  position: relative;
}

.wrapper-contact-info-box svg {
  width: 46px;
  fill: rgb(85, 85, 85);
  filter: opacity(0.8);
  height: 25px;
  position: relative;
  top: 4px;
  left: -4px;
}

.wrapper-contact-info-box .wrapper-contact-info-box-text p {
  margin-bottom: 16px;
  color: #000;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
}

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

span.contactLable {
  background: #68473c;
  color: #ffffff;
  padding: 5px 22px 4px 21px;
  position: absolute;
  top: 29px;
  left: -1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  border-radius: 0px 20px 20px 0px;
}

.examResult label {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.examResult input {
  height: 48px;
  width: 100%;
  border: 2px solid #b0b0b0;
  border-radius: 84px;
  padding: 4px 20px;
}

.examResult input:focus {
  outline: none;
}

input.mainBtn {
  background: #febe10;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  font-size: 22px;
  color: #000;
  padding: 5px 24px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.examResult {
  padding: 24px 30px;
  border-radius: 10px;
}/*# sourceMappingURL=main.css.map */