html {
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-family: "Public Sans", sans-serif;
}

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

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

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 92%;
}

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

#backtotop-btn i {
  font-size: 22px;
  padding: 10px 8px;
  background: #fff;
  color: #a23237;
}

.arrow-top {
  display: block;
  font-size: 24px;
  pointer-events: none;
  background-color: #f5f5f5;
  color: #a23237;
  padding: 8px;
}

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

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

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

.scale-out-center {
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
/* ================================= Main Header Start ================================*/
header.main-header {
  position: relative;
}

.top-header-link a {
  font-size: 18px;
  font-weight: 500;
  color: #f42c12;
  display: flex;
  align-items: center;
}

.top-header-link a i {
  margin-right: 6px;
}

.top-header {
  background-color: #fff;
  padding: 6px 0px;
}

.social-icon {
  justify-content: end;
  gap: 20px;
  align-items: center;
}

.social-icon a {
  font-size: 20px;
  font-weight: 500;
  color: #f42c12;
}

.order-1 {
  order: 2 !important;
}

.order-2 {
  order: 1 !important;
}

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

header.main-header nav.navbar.fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  background: #fff;
  padding: 5px 45px;
  z-index: 999;
  border-bottom: 0;
  opacity: 1 !important;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link {
  font-size: 16px;
  margin-top: 0;
  color: #222 !important;
  font-weight: 600;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link.navAdmission {
  color: #fff !important;
}

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

.main-inner-ab-header header.main-header nav.navbar {
  width: 100%;
  z-index: 90;
  padding: 10px 30px;
  transition: 0.6s ease-in-out;
  background-color: #fff;
}

header.main-header nav.navbar {
  z-index: 999;
  padding: 10px 50px;
  transition: 0.6s ease-in-out;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav {
  border-radius: 5px;
  flex-direction: row;
  padding: 0px 0px;
  align-items: center;
  /* background: #13181b;
  opacity: .7; */
}

header.main-header ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #000;
  padding: 10px 12px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: 0.2s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link i.fa-angle-down {
  font-size: 90%;
  transition: 0.2s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item:hover i.fa-angle-down {
  transform: rotate(180deg);
}

header.main-header nav.navbar a.navbar-brand {
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  text-align: center;
  align-items: center;
  background: white;
  padding: 14px 15px 18px 15px;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 25px;
}

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

header.main-header nav.navbar.navbar-shadow a.navbar-brand img.no-fixed,
header.main-header nav.navbar a.navbar-brand img.fixed {
  display: block;
}

header.main-header nav.navbar.fixed-top a.navbar-brand img.fixed,
header.main-header nav.navbar a.navbar-brand img.no-fixed {
  display: none;
}

header.main-header nav.navbar a.navbar-brand span {
  margin-top: 8px;
}

header.main-header nav.navbar.fixed-top a.navbar-brand span {
  color: #a23237;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-top: -10px;
}

header.main-header nav.navbar.fixed-top a.navbar-brand span br {
  display: none;
}

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

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

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

header.main-header nav.navbar.fixed-top a.navbar-brand {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  top: auto;
}

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

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

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

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

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

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

header.main-header ul.navbar-nav li.nav-item .dropdown-menu {
  background: #fff;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu h6.title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

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

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

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a {
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  display: block;
  transition: 0.2s ease-in-out;
  padding: 0 14px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a svg {
  width: 75px;
  fill: #000;
}

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

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

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

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

.contact-btn {
  background: #fff;
  margin: 0px 12px;
  transition: 0.3s ease-in-out;
}

.contact-btn a {
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #000000 !important;
  padding: 12px 21px !important;
  font-size: 19px !important;
  font-family: sans-serif;
  letter-spacing: 0.8px;
}

.contact-btn a i {
  font-size: 75%;
  margin-right: 2px;
}

.contact-btn:hover a {
  color: #fff !important;
  background-color: #cd0001;
}

/* ============ 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;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #850201;
    padding: 30px 6px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
    padding: 0px 20px;
  }
}
@media all and (min-width: 992px) {
  .main-header-ds .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .main-header-ds .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .main-header-ds .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .main-header-ds .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .main-header-ds .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .main-header-ds .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: inherit;
  }
}
.dropdown-large {
  padding: 1rem;
}

@media all and (min-width: 992px) {
  .main-header-ds .dropdown-large {
    min-width: 280px;
  }
}
header.main-header ul.navbar-nav li.nav-item.nav-item-btn {
  align-self: center;
  margin-left: 12px;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-btn a.nav-link i {
  color: #fff;
  font-size: 18px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.dropdown-toggle::after {
  display: none;
}

header.confirm-screen-header-new nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 30px;
  transition: 0.6s ease-in-out;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
}

header.confirm-screen-header-new nav.navbar a.navbar-brand span {
  color: black;
  display: block;
  font-size: 24px;
}

header.main-header nav.navbar.fixed-top,
.inner-header header.main-header nav.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0px 20px;
  z-index: 9999;
  border-bottom: 0;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

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

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

/* ============ mobile view ============ */
@media all and (max-width: 1199px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #fff;
    padding: 30px 6px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
}
span.news-s {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 400;
  width: 240px;
  background: rgba(150, 1, 0, 0.8392156863);
  padding: 7px 14px;
  color: #fff;
  text-align: center;
  justify-content: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  text-transform: capitalize;
}

.news-m marquee {
  color: #303030;
  font-size: 20px;
  font-weight: 500;
}

.short-news-block {
  background: #ffe457;
}

.news-m svg {
  width: 22px;
  fill: #fff;
  margin-left: 8px;
}

.news-m {
  display: flex;
  align-items: center;
  gap: 5px;
}

nav.navbar ul.navbar-nav li a.nav-link.navAdmission {
  background: #a23237;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-left: 15px;
}

/* ================================= Main Header CSS End ================================*/
/*========================================= Main Slider  Start ====================================*/
.mainSlider1 {
  overflow: hidden;
}

.mainSlider1 img.slder-img {
  height: calc(93vh - 8px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  animation: pulse1 12s infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes pulse1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.mainSlider1 .carousel-caption {
  z-index: 99;
  right: 0px;
  width: 100%;
  max-width: 46%;
  margin: 0 auto;
  bottom: auto;
  top: 50%;
  left: auto;
  height: 100%;
  transform: translate(0px, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainSlider1 .carousel-caption .carousel-caption-d {
  background: #fbf3f4;
  height: 420px;
  width: 420px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  border: 20px solid #ebdedf;
  position: relative;
}

span.circle {
  position: absolute;
  height: 70px;
  width: 70px;
  background: #ffe457;
  border-radius: 50%;
  left: 50%;
  top: 4%;
  transform: translate(-50%, -6%);
}

span.circle:before {
  content: "";
  position: absolute;
  height: 130px;
  width: 4px;
  background: #ffe457;
  top: -85%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  left: 50%;
}

span.circle1:before {
  content: "";
  position: absolute;
  height: 130px;
  width: 4px;
  background: #ffe457;
  bottom: -50%;
  border-radius: 10px;
  transform: translate(-50%, 72%);
  left: 50%;
}

span.circle1 {
  position: absolute;
  height: 70px;
  width: 70px;
  background: #ffe457;
  border-radius: 50%;
  left: 50%;
  bottom: 4%;
  transform: translate(-50%, -4%);
}

.mainSlider1 .carousel-caption span.captionTag {
  font-size: 16px;
  line-height: 12px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #000;
  padding: 15px 4px 6px;
  font-weight: 600;
}

.mainSlider1 .carousel-caption span.captionTag i {
  font-size: 45%;
  margin: 0px 8px;
  color: #a23237;
}

.mainSlider1 .carousel-caption h1 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin-bottom: 16px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-weight: 900;
  margin-bottom: 0px;
}

.mainSlider1 .carousel-caption h1 big {
  font-size: 140%;
}

.mainSlider1 .carousel-caption h1 span {
  font-size: 140%;
  color: #a23237;
}

.mainSlider1 .carousel-caption a {
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  padding: 7px 20px;
  color: #fff;
  letter-spacing: 0.5px;
  background: #a23237;
  font-weight: 500;
  border-radius: 53px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*========================================= Main Slider 1 End ====================================*/
/*========================================= Home Page Css Start ====================================*/
section {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}

.bg1 {
  background-color: #EFEFEF;
}

.main-title h2.main-head {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 20px;
  text-transform: capitalize;
}

p.main-text {
  font-size: 21px;
  font-weight: 400;
  color: #606060;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 0;
}

h3.main-head {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 20px;
  text-transform: capitalize;
}

h3.main-head span {
  color: #003B4A;
}

.welcome-sec a.read-more:hover {
  background-color: #a23237;
  color: #fff;
  border-color: #a23237;
}

.welcom-sec-content {
  position: relative;
}

.welcom-sec-content h3.main-head {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.welcom-sec-content h3.main-head span {
  font-size: 220%;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  font-style: italic;
  color: #003B4A;
}

.welcom-sec-content .wel-logo img {
  width: 125px;
  height: 100%;
}

.welcom-sec-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../images/logo/logo-tr.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.07;
  filter: grayscale(1);
  background-size: contain;
}

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

/*========================================= Welcome Section End ====================================*/
.hero-photo-gallery-block {
  position: relative;
  position: relative;
  padding: 60px 50px;
  background: #fff;
}

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

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

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

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

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

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

.hero-photo-gallery-box-info h5 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  text-shadow: 1px 1px 8px black;
}

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

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

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

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

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

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

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

.life-sec a.read-more {
  position: relative;
  border: 0;
  font-size: 15px;
  color: #820609;
}

.life-sec a.read-more:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 38px;
  background: #820609;
  left: -28px;
  top: 19px;
}

.gallery-sec {
  background: #f29a3a;
  padding: 60px 20px 30px 30px;
  -webkit-clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 98%);
  clip-path: polygon(0% 9%, 100% 0%, 100% 100%, 0% 98%);
  margin-right: 10px;
  border-right: 10px solid rgba(205, 124, 35, 0.3215686275);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gallery-sec h3.main-head {
  color: #fff;
}

.gallery-sec h3.main-head span {
  color: #ffffff;
  display: block;
}

.gallery-sec p.main-text {
  color: #fff;
}

.curricular-box-img img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.curricular-block-content h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
}

.curricular-block {
  position: relative;
}

.curricular-block-content {
  position: absolute;
  top: 43%;
  left: 0;
  bottom: 0px;
  position: absolute;
  top: 44%;
  left: 0;
  bottom: 0px;
  z-index: 99;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: #fbf3f4;
  padding: 40px 16px;
  text-align: left;
  margin: 0 75px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  border: 15px solid #ebdedf;
  transform: translate(0px, -50%);
}

.curricular-block-content h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.curricular-block-content .short-name {
  position: absolute;
  bottom: -78px;
  opacity: 0.9;
}

.curricular-block-content a {
  display: inline-block;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  padding: 9px 26px;
  color: #fff;
  letter-spacing: 0.6px;
  background: #a23237;
  font-weight: 500;
  border-radius: 50px;
}

/*================================== Homepage Gallery End ==================================*/
/*========================================= Academic Block Section Start ====================================*/
section {
  position: relative;
}

.academic-blocks {
  background: #fff;
  border: 2px solid #f3f3f3;
  padding: 25px 25px;
  height: 100%;
  border-radius: 5px;
  transition: 0.6s ease-in-out;
  text-align: center;
}

.academic-blocks svg {
  width: 70px;
  fill: rgb(150, 1, 0);
  opacity: 0.7;
  transition: 0.6s ease-in-out;
}

.academic-blocks:hover svg {
  animation: shake 1s infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.academic-blocks h4 {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 500;
  color: #22281E;
  letter-spacing: 0.3px;
}

.academic-blocks h4 small {
  font-size: 70%;
  margin-top: 4px;
  color: #1e1e1e;
  font-weight: 400;
}

.academic-sec {
  background-color: rgb(249, 247, 246);
}

.academic-sec h3.main-head {
  text-transform: math-auto;
}

.main-btn {
  position: relative;
}

/*========================================= Academic Block Section End ====================================*/
/*================================== Homepage News & Events Start ==================================*/
.news-block {
  position: relative;
  transition: all 0.3s ease 0s;
}

.news-block img {
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.news-block1 {
  display: flex;
}

.news-block1 img {
  height: 180px;
  width: 345px;
}

.news-block1 span.date {
  left: -32px;
  top: 32%;
}

.news-block1 .news-content {
  padding: 32px 24px 32px 57px;
  height: auto !important;
}

.news-content {
  background: #fff;
  padding: 18px 20px;
  z-index: 9;
  position: relative;
  transition: all 0.3s ease 0s;
  height: 180px;
}

span.date {
  background: #ffe457;
  display: inline-block;
  color: #000;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  padding: 3px 8px 2px;
  border-radius: 50px;
  margin-bottom: 8px;
}

span.date i {
  margin-right: 5px;
}

.news-content h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 29px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0px 0px 7px 0px;
  color: #767676;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-events a.read-more {
  position: relative;
  border: 0;
  font-size: 15px;
}

.news-events a.read-more:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 38px;
  background: #484848;
  left: -28px;
  top: 19px;
}

/*========================================= News & Events Section End ====================================*/
/*========================================= Footer Section Start ====================================*/
footer {
  position: relative;
  background: #0e0e0e;
}

.footerMainBlock {
  position: relative;
  padding: 50px 0px;
}

.footerLogo {
  margin-bottom: 20px;
}

.footerLogo img {
  width: 95px;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  height: 100%;
}

.footerLogoText span.footerTagline {
  font-size: 27px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-align: center;
  font-weight: 500;
}

.footerLogoText span.footerTagline small {
  font-size: 52%;
  line-height: 16px;
  font-family: cursive;
  letter-spacing: 3px;
}

.footerBrand p {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  margin-bottom: 0;
}

.footerBrand p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 35px;
  height: 1px;
  background: rgba(255, 255, 255, 0.85);
}

ul.socialMedia {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

ul.socialMedia li a svg {
  width: 30px;
  fill: rgba(255, 255, 255, 0.85);
  padding: 4px;
  margin: 0 14px;
}

ul.socialMedia li a:first-child svg {
  margin-left: 0;
}

h2.footerTitle {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 20px;
}

h2.footerTitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

ul.quickLinkUl li {
  margin-bottom: 10px;
}

ul.quickLinkUl li a {
  font-size: 17px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  position: relative;
  transition: 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
}

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

ul.quickLinkUl li a svg {
  fill: rgba(255, 255, 255, 0.7411764706);
  transform: rotate(-32deg);
  width: 16px;
  transition: 0.4s ease-in-out;
}

ul.quickLinkUl li a:hover svg {
  fill: #fff;
  transform: rotate(0deg);
}

ul.usefulLinks {
  flex-wrap: wrap;
}

ul.usefulLinks li a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 5px 16px 6px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 3px 4px;
  letter-spacing: 0.6px;
  transition: 0.4s ease-in-out;
}

ul.usefulLinks li a:hover {
  background: #0a0a0a;
  border-color: #0a0a0a;
}

.footerContactInfo address {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 24px;
  position: relative;
  padding-left: 25px;
  display: flex;
  font-weight: 400;
}

.footerContactInfo address svg,
.footerContactInfo a svg {
  width: 16px;
  position: absolute;
  left: 0;
  top: 5px;
  fill: #fff;
}

.footerContactInfo a {
  position: relative;
  font-size: 17px;
  display: block;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 4px;
  padding-left: 25px;
  transition: 0.4s ease-in-out;
  font-weight: 400;
}

.footerContactInfo a:hover {
  color: #fff;
}

.footerCopyrightBlock {
  position: relative;
  border-top: 2px solid rgba(255, 255, 255, 0.06);
  padding: 16px 0;
}

.footerCopyrightBlock p {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6901960784);
  transition: 0.4s ease-in-out;
}

.footerCopyrightBlock p a {
  color: rgba(255, 255, 255, 0.6901960784);
  transition: 0.4s ease-in-out;
  font-style: italic;
}

.footerCopyrightBlock p a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

section.cta {
  position: relative;
  z-index: 9;
  background: #92060c;
  padding: 25px 50px;
}

.cta .container {
  max-width: 100%;
}

.cta h4 {
  font-size: 34px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.cta span {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 4px 0 0;
  font-weight: 500;
}

.cta .text-link-group {
  margin: 0;
  text-align: right;
}

.cta .text-link-group a {
  color: #161616;
  font-size: 22px;
  font-weight: 600;
  background: #ffffff;
  padding: 14px 20px;
  border-radius: 32px;
}

/*========================================= Footer Section End ====================================*/
/*========================================= Founder Sec Section Start ====================================*/
.founder-sec {
  background: #e48a38;
}

.founder-img img {
  height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
}

.founder-sec-content {
  padding: 10px 80px 10px 0px;
}

.founder-sec-content h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 49px;
  margin-bottom: 0;
}

.founder-sec-content p.main-text {
  color: #fff;
}

.name span {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: cursive;
  color: #fff;
}

/*========================================= Founder Sec Section End ====================================*/
/*================================== Inner Banner Start ==================================*/
.inner-banner {
  position: relative;
  overflow: hidden;
}

.inner-banner.inner-banner-no-img {
  height: 55vh;
  background: #003B4A;
}

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

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

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

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

.inner-banner .inner-banner-content h1 {
  font-size: 45px;
  line-height: 52px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  background: #fff;
  padding: 30px 120px 30px 60px;
  -webkit-clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
}

h4.inner-title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

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

nav.breadcrumb-block {
  align-items: center;
  align-self: end;
  margin-bottom: 35px;
}

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

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

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

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

/*================================== Inner Banner End ==================================*/
/*================================== Inner Banner Quick Links Start ==================================*/
.about-links {
  position: relative;
  padding: 0;
  background: #f7f7f7;
}

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

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

.about-links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.about-links ul li a {
  position: relative;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 0 10px;
  transition: 0.6s ease-in-out;
  text-transform: uppercase;
}

/*================================== Inner Banner Quick Links End ==================================*/
/*================================== About Us Page Css Start ==================================*/
p.main-intor {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  color: #343434;
  margin-top: 20px;
}

section.intro-sec {
  padding: 80px 0px;
}

h4.main-intor-title {
  font-size: 35px;
  color: #afafaf;
  display: inline;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

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

h4.main-intor-title:before {
  right: 103%;
}

h4.main-intor-title:after {
  left: 103%;
}

section.wrapper-section {
  overflow: inherit;
}

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

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

p.main-para,
div.dec-n {
  position: relative;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 0;
  margin-top: 18px;
  color: #282727;
}

ul.main-ul li {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 18px;
  color: #282727;
}

.wrapper-guidelines-block .main-ul li {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

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

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

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

.wrapper-section-center .wrapper-block-img img {
  height: 380px;
  border-radius: 10px;
}

.wrapper-section-center .wrapper-block-content {
  position: relative;
  padding: 55px 22px;
}

.wrapper-block-content-short {
  background: #fff;
  padding: 30px 35px;
}

.wrapper-block-content-short h5 {
  font-size: 30px;
  font-weight: 500;
  margin: 24px 0px 10px 0px;
}

.wrapper-block-content-short svg {
  width: 80px;
  fill: #850201;
}

h2.inner-title {
  font-size: 34px;
  line-height: 42px;
  color: #850201;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/*================================== About Us Page Css End ==================================*/
/* ================================= Main Contact Page Start ================================*/
.wrapper-contact-info {
  position: relative;
  padding: 50px 0;
  background: rgb(235, 235, 235);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-details-block {
  padding: 55px 45px;
}

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

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

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

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

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

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

.wrapper-gallery-section .hero-photo-gallery-box .hero-photo-gallery-box-img img {
  height: 330px;
}

.wrapper-gallery-section .hero-photo-gallery-box-info h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.gallery-d {
  height: 40vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h2.gallery-head {
  font-size: 32px;
  font-weight: 600;
  color: #262626;
}

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

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

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

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

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

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

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

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

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

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

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

.wrapper-gallery-section .news-info .title-content {
  padding: 25px 20px;
}

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

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

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

.wrapper-gallery-section .news-info .title-content .title-content-box span {
  font-weight: 600;
  color: #444444;
  font-size: 15px;
}

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

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

/* ================================= Gallery Details CSS End ===================================*/
.wrapper-news-box {
  position: relative;
}

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

.wrapper-section-news .wrapper-news-box-img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.wrapper-news-box-content .date i {
  font-size: 90%;
  margin-right: 5px;
}

.wrapper-news-box-content h5 {
  color: #111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  height: 45px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

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

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

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

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

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

.wrapper-news-details-block h5 {
  color: #000;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

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

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

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

.news-details-block {
  background: #fff;
  padding: 45px 40px;
  border-left: 5px solid #850201;
}

.news-details-block .img-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-top: 20px;
}

.news-title {
  background: #eee;
  padding: 20px 25px;
  height: 100%;
  border-radius: 10px;
  height: 160px;
}

.news-title h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-title p {
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

.news-title .date i {
  font-size: 90%;
  margin-right: 5px;
}

.news-swiper .swiper-button-next {
  background: #a23237;
  color: #000;
  font-size: 21px;
  padding: 7px 24px;
  right: 38px;
  transition: 0.4s ease-in-out;
  height: 28px;
}

.news-swiper .swiper-button-prev {
  background: #a23237;
  color: #000;
  font-size: 21px;
  padding: 7px 24px;
  right: 30px;
  height: 28px;
}

.news-swiper .swiper-button-next:after,
.news-swiper .swiper-button-prev:after {
  font-family: cursive !important;
  font-size: 14px !important;
  /* text-transform: none !important; */
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: capitalize !important;
  color: #fff;
}

.news-swiper .swiper-button-prev,
.news-swiper .swiper-rtl .swiper-button-next {
  left: 38px;
  right: auto;
}

/* ================================= news List CSS End ================================*/
/*================================== Our Founder Page Css Start ==================================*/
span.name-founder {
  font-size: 30px;
  margin-top: 30px;
  display: block;
  font-weight: 600;
  background: #eee;
  text-align: center;
  padding: 22px 10px;
  line-height: 38px;
  color: #383838;
  border-radius: 10px;
  text-transform: uppercase;
}

span.name-founder span {
  font-size: 70%;
  text-transform: math-auto !important;
}

.main-btn1 a {
  font-size: 20px;
  background: #ffe457;
  padding: 13px 25px;
  border-radius: 5px;
  font-weight: 500;
  color: #303030;
  display: inline-block;
}

.main-btn1 a svg {
  width: 22px;
  fill: #303030;
  margin-left: 4px;
}

/*================================== Our Founder Page Css End ==================================*/
/*================================== Admission Guidelines Page Css Start ==================================*/
.wrapper-guidelines-block {
  background: #fff;
  padding: 40px 50px;
}

.wrapper-guidelines-block .main-ul li i {
  font-size: 90%;
  color: #850201;
}

.main-table table thead th {
  font-size: 19.5px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 16px;
  background: #a23237;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 0.3px;
}

.main-table table tbody td a {
  color: #fb7c3a;
}

.main-table.main-fonts table thead th {
  font-size: 19px;
  line-height: 26px;
}

.main-table table tbody td {
  padding: 8px 16px;
  font-size: 19.5px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  vertical-align: middle;
  letter-spacing: 0.3px;
}

.main-table table tbody td i.las.la-rupee-sign {
  font-size: 70%;
}

.main-table.main-fonts table tbody td {
  font-size: 19px;
  line-height: 30px;
}

.main-table table tbody tr {
  background: #fff;
}

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

.main-table .table-hover tbody tr:hover {
  color: #000;
  background-color: #f7f7f7;
}

.main-table table {
  margin-bottom: 40px;
}

.main-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/*================================== Admission Guidelines Page Css End ==================================*/
.curriculum-block ul li {
  width: 20%;
  text-align: center;
  margin: 0;
}

.curriculum-block ul li div {
  background: #fff;
  padding: 25px 20px;
  border-radius: 20px;
  margin: 7px 12px;
}

.about-block.curriculum-block ul li {
  width: 33.33%;
}

.academics-block.curriculum-block ul li {
  width: 33.333%;
}

.academics-block.curriculum-block ul li div {
  margin: 7px 7px;
}

.about-block.curriculum-block ul li div {
  background: rgba(245, 245, 245, 0.4196078431);
  margin: 7px 7px;
}

.about-block.curriculum-block ul li div svg {
  fill: rgba(225, 80, 17, 0.7215686275);
}

.curriculum-block ul li div svg {
  width: 45px;
  fill: #f29a3a;
}

.curriculum-block ul li div span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-top: 12px;
  line-height: 24px;
}

/*================================== Management Page Css Start ==================================*/
.mangement-team img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #fff;
}

.mangement-team span.t-name {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  line-height: 25px;
  padding: 6px 10px 16px 10px;
  background: #fff;
}

.management-section {
  background: #e9e9e9;
}

.management-section h2.inner-title {
  font-size: 40px;
  color: #040404;
}

.careers-form {
  background-color: #eee;
  padding: 55px 60px;
}

.careers-form .wrapper-control label {
  font-size: 18px;
  margin-bottom: 8px;
  display: inline-block;
}

.careers-form .wrapper-control input {
  padding: 6px 10px !important;
  border: 1px solid #d1d1d1 !important;
}

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

.enquiry-block a.main-btn {
  display: inline-block;
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.6s ease-in-out;
}

.enquiry-block h3 {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase;
}

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

.enquiry-block-text h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

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

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

.wrapper-fee-structure h2 {
  text-align: center;
  background: #850201;
  padding: 10px 16px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

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

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

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

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

@media only screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 85%;
  }
  .curricular-box-img img {
    height: 640px;
  }
  .mainSlider1 .carousel-caption .carousel-caption-d {
    height: 565px;
    width: 565px;
    border: 25px solid #fff;
  }
  .academic-blocks {
    padding: 32px 28px;
  }
  .gallery-sec {
    padding: 100px 40px 80px 55px;
    width: 85%;
  }
  .gallery-d {
    height: 40vh !important;
  }
  span.circle {
    height: 100px;
    width: 100px;
  }
  .enquiry-block-text {
    padding: 60px 25px 24px;
  }
  .enquiry-block-text h4 span {
    padding: 10px 20px;
    font-size: 20px;
  }
  .enquiry-block-text a {
    font-size: 22px;
    padding: 6px 12px;
  }
  .enquiry-block-text h4 {
    margin-bottom: 19px;
    font-size: 28px;
  }
  .enquiry-block a.main-btn {
    padding: 16px 22px;
    font-size: 16px;
  }
  .enquiry-block {
    padding: 40px;
  }
  .enquiry-block h3 {
    font-size: 27px;
  }
  span.circle:before {
    height: 220px;
    width: 4px;
    top: -64%;
    transform: translate(-50%, -64%);
    left: 50%;
  }
  .wrapper-contact-info-box .wrapper-contact-info-box-text p {
    font-size: 17.5px;
    line-height: 27px;
  }
  .wrapper-contact-info-box .wrapper-contact-info-box-text h4 {
    font-size: 19px;
    line-height: 28px;
  }
  .wrapper-contact-form form input, .wrapper-contact-form form select, .wrapper-contact-form form textarea {
    height: 46px;
    font-size: 17.5px;
  }
  .news-title h5 {
    font-size: 22px;
  }
  .news-title p {
    font-size: 17px;
  }
  nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item a {
    font-size: 18px;
  }
  nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item.active {
    font-size: 18px;
  }
  span.circle1 {
    height: 100px;
    width: 100px;
    left: 50%;
    bottom: 4%;
    transform: translate(-50%, -4%);
  }
  span.circle1:before {
    height: 230px;
    width: 4px;
    bottom: -50%;
    transform: translate(-50%, 72%);
    left: 50%;
  }
  .welcom-sec-content h3.main-head {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 8px;
  }
  p.main-text {
    font-size: 28px;
    line-height: 43px;
  }
  .mainSlider1 .carousel-caption h1 {
    font-size: 55px;
    line-height: 63px;
  }
  h3.main-head {
    font-size: 60px;
    line-height: 72px;
  }
  section {
    padding: 80px 0px;
  }
  .academic-blocks h4 {
    margin-top: 22px;
    font-size: 30px;
    line-height: 28px;
  }
  .curricular-block-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .academic-blocks h4 small {
    margin-top: 10px;
  }
  .mainSlider1 .carousel-caption span.captionTag {
    font-size: 20px;
  }
  .curricular-block-content {
    z-index: 99;
    width: 320px;
    height: 320px;
  }
  .wrapper-gallery-section .hero-photo-gallery-box .hero-photo-gallery-box-img img {
    height: 365px;
  }
  .founder-sec-content h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .founder-img img {
    height: 490px;
  }
  header.main-header ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 16px;
    font-size: 19px;
  }
  header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a {
    font-size: 17.5px;
    line-height: 25px;
  }
  h2.inner-title {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 22px;
  }
  .main-header-ds .dropdown-large {
    min-width: 310px;
  }
  .inner-banner img {
    height: 75vh;
  }
  p.main-para,
  ul.main-ul li {
    font-size: 24px;
    line-height: 40px;
    margin-top: 18px;
  }
  header.main-header nav.navbar a.navbar-brand {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 22px 28px 22px;
  }
  header.main-header nav.navbar.fixed-top a.navbar-brand span {
    font-size: 24px;
  }
  header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
    padding: 19px 16px;
  }
  header.main-header nav.navbar a.navbar-brand img.fixed {
    width: 125px;
  }
  .wrapper-block-content {
    padding: 80px 85px 80px 0;
  }
  .wrapper-block-content1 {
    padding: 80px 0px 80px 85px;
  }
  p.main-intor {
    font-size: 30px;
    line-height: 46px;
    margin-top: 20px;
  }
  h4.main-intor-title:before, h4.main-intor-title:after {
    width: 115px;
    height: 3px;
  }
  section.intro-sec {
    padding: 100px 0px;
  }
  .wrapper-block-content-short h5 {
    font-size: 45px;
    font-weight: 600;
    margin: 32px 0px 11px 0px;
  }
  .wrapper-block-content-short svg {
    width: 120px;
  }
  .wrapper-guidelines-block {
    padding: 60px 60px;
  }
  .curriculum-block ul li div span {
    font-size: 22px;
    line-height: 29px;
  }
  h4.main-intor-title {
    font-size: 48px;
  }
  .curriculum-block ul li div svg {
    width: 55px;
  }
  .about-links ul li a {
    font-size: 20px;
    padding: 15px 0 13px;
  }
  .inner-banner .inner-banner-content h1 {
    font-size: 55px;
  }
  .footerLogo img {
    width: 125px;
    padding: 8px;
  }
  .footerLogoText span.footerTagline {
    font-size: 32px;
    line-height: 43px;
  }
  .footerBrand p {
    font-size: 21px;
    line-height: 31px;
  }
  .footerBrand p:before {
    top: 14px;
    width: 39px;
    height: 1.5px;
  }
  ul.socialMedia li a svg {
    width: 40px;
  }
  ul.quickLinkUl li a {
    font-size: 20px;
    line-height: 28px;
  }
  h2.footerTitle {
    font-size: 27px;
    line-height: 28px;
  }
  .footerContactInfo a {
    font-size: 20px;
    margin-bottom: 12px;
    padding-left: 25px;
  }
  .footerContactInfo address {
    font-size: 20px;
    line-height: 31px;
  }
  ul.usefulLinks li a {
    font-size: 22px;
    line-height: 22px;
    padding: 9px 20px 9px;
  }
  .footerMainBlock {
    padding: 60px 0px;
  }
  section.cta {
    padding: 35px 80px;
  }
  .cta span {
    font-size: 20px;
    line-height: 34px;
  }
  .cta h4 {
    font-size: 36px;
  }
  .cta .text-link-group a {
    font-size: 30px;
    padding: 20px 28px;
    border-radius: 60px;
  }
  span.name-founder {
    font-size: 35px;
    margin-top: 55px;
    padding: 22px 10px;
    line-height: 45px;
  }
  .inner-banner.inner-banner-no-img {
    height: 45vh;
  }
  .wrapper-gallery-section .news-info .title-content .title-content-box i {
    top: -8px;
  }
  .news-info .title-content .title-content-box i {
    left: -12px;
    font-size: 37px;
  }
  .wrapper-gallery-section .news-info .title-content .title-content-box span {
    font-size: 26px;
  }
  .wrapper-gallery-section .news-info .title-content {
    padding: 30px 46px;
  }
}
@media only screen and (max-width: 1199px) {
  header.main-header nav.navbar a.navbar-brand .mob-logo {
    display: block;
    width: 300px;
  }
  .curricular-block-content h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .wrapper-block-content {
    padding: 80px 30px 80px 30px;
  }
  header.main-header nav.navbar {
    background-color: transparent;
  }
  ul.innerGallery li {
    width: 25%;
  }
  header.main-header nav.navbar.navbar-shadow {
    background-color: #fff;
  }
  header.main-header nav.navbar .mobile-navbar-menu a.icon-bars {
    color: #242323 !important;
  }
  header.main-header nav.navbar.fixed-top .mobile-navbar-menu a.icon-bars {
    color: #242323 !important;
  }
  header.main-header nav.navbar .mobile-navbar-menu a.icon-bars svg {
    color: #242323 !important;
  }
  header.main-header nav.navbar.fixed-top .mobile-navbar-menu a.icon-bars svg {
    fill: #242323 !important;
  }
  header.main-header nav.navbar.fixed-top,
  .inner-header header.main-header nav.navbar {
    padding: 8px 20px;
  }
  header.main-header nav.navbar.navbar-shadow a.navbar-brand img.mob-logo {
    display: none;
  }
  header.main-header nav.navbar.navbar-shadow a.navbar-brand img.fixed {
    display: block;
  }
  header.main-header nav.navbar button.navbar-toggler {
    display: none;
  }
  .mobile-navbar-menu {
    display: flex;
  }
  header.main-header nav.navbar {
    z-index: 999;
    padding: 9px 18px;
    transition: 0.6s ease-in-out;
    background-color: #fff;
  }
  span.circle:before {
    height: 310px;
  }
  span.circle1:before {
    height: 310px;
  }
  .mobile-navbar-menu a.icon-bars {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .mobile-navbar-menu a.icon-bars svg {
    width: 40px;
    position: relative;
    top: -1px;
    margin-left: 2px;
    border-radius: 2px;
    transform: rotate(180deg);
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu nav.mobile-offcanvas a.navbar-brand img {
    width: 80px;
  }
  .mobile-menu nav.mobile-offcanvas a.navbar-brand {
    display: flex;
    align-items: center;
  }
  .mobile-menu nav.mobile-offcanvas a.navbar-brand span {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-left: 8px;
    font-weight: 500;
    text-align: center;
  }
  .mobile-menu nav.mobile-offcanvas .accordion button.accordion-button,
  .mobile-menu nav.mobile-offcanvas .accordion a.accordion-button,
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-item {
    background-color: transparent;
  }
  .mobile-menu nav.mobile-offcanvas .accordion button,
  .mobile-menu nav.mobile-offcanvas .accordion h2 a {
    color: #000;
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .mobile-menu nav.mobile-offcanvas .accordion {
    margin: 30px 0 0;
  }
  .mobile-menu nav.mobile-offcanvas .accordion button.accordion-button::after {
    filter: invert(1);
  }
  .mobile-menu nav.mobile-offcanvas .accordion a.accordion-button.accordion-remove-icon::after {
    display: none;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  .mobile-menu nav.mobile-offcanvas .offcanvas-header button.btn-close {
    position: absolute;
    right: 25px;
    padding: 0;
    font-size: 15px;
    opacity: 1;
    top: 25px;
    border: 2px solid #787777;
    padding: 5px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
  }
  .mobile-menu .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body {
    padding: 6px 4px 12px;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu li a {
    color: #000;
    padding: 3px 0;
    display: block;
    font-size: 16.5px;
    font-weight: 400;
    position: relative;
    padding-left: 16px;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu li a i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 90%;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-item {
    border-bottom: 1px solid #e3e2e2;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu {
    margin-bottom: 0px;
  }
  .mobile-menu nav.mobile-offcanvas .offcanvas-header {
    padding: 0;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    margin-bottom: 0;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li {
    margin: 0 8px;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li a {
    display: block;
    color: #bbb;
    font-size: 19px;
    transition: 0.6s ease-in-out;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li a:hover {
    color: #fff;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #ddd;
    font-size: 95%;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: block;
  }
  .accordion-item-number h2.accordion-header {
    background: #960100;
    padding: 4px 26px;
    width: 65%;
  }
  .accordion-item-number h2.accordion-header a {
    color: #fff !important;
    font-weight: 500 !important;
  }
  .accordion-item-number h2.accordion-header a.accordion-button.accordion-remove-icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-weight: 600;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .mobile-offcanvas {
    width: 42% !important;
  }
  .inner-banner .inner-banner-content h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile-navbar-menu {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .mainSlider1 .carousel-caption {
    max-width: 52%;
  }
  h3.main-head {
    font-size: 42px;
    line-height: 57px;
  }
  .hero-photo-gallery-block {
    padding: 45px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 95%;
  }
  header.main-header nav.navbar a.navbar-brand img.fixed {
    width: 75px;
  }
  span.circle1:before {
    height: 335px;
  }
  span.circle:before {
    height: 335px;
  }
  .mainSlider1 .carousel-caption {
    max-width: 55%;
  }
  .news-block img {
    height: 165px;
  }
  .main-title h2.main-head {
    font-size: 42px;
  }
  .life-sec a.read-more {
    padding: 8px 10px;
  }
  header.main-header nav.navbar {
    padding: 8px 20px;
  }
  .hero-photo-gallery-block {
    padding: 38px 0px;
  }
  .mainSlider1 .carousel-caption .carousel-caption-d {
    background: #fffada;
    height: 380px;
    width: 380px;
  }
  .mainSlider1 .carousel-caption h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .curricular-block-content h3 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .welcom-sec-content h3.main-head span {
    font-size: 200%;
  }
  .academic-blocks svg {
    width: 60px;
  }
  .academic-blocks {
    padding: 20px 20px;
  }
  .curricular-box-img img {
    height: 480px;
  }
  h2.inner-title {
    font-size: 30px;
    line-height: 40px;
  }
  .wrapper-guidelines-block {
    padding: 35px 30px;
  }
  .main-inner-ab-header header.main-header nav.navbar {
    padding: 5px 22px;
  }
  .wrapper-contact-form {
    padding: 30px 30px;
    margin: 25px 40px 25px 0px;
  }
  ul.innerGallery li {
    width: 33.3333%;
  }
  h3.main-head {
    font-size: 42px;
    line-height: 55px;
  }
  .inner-banner .inner-banner-content h1 {
    font-size: 34px;
    line-height: 38px;
    padding: 25px 100px 19px 40px;
  }
  p.main-intor {
    font-size: 21px;
    line-height: 31px;
    margin-top: 10px;
  }
  .wrapper-block-content {
    padding: 60px 30px 60px 30px;
  }
  h4.main-intor-title {
    font-size: 32px;
  }
  .main-btn1 a {
    padding: 10px 22px;
  }
  .cta span {
    font-size: 16px;
    line-height: 16px;
  }
  .cta h4 {
    font-size: 32px;
  }
  .footerLogoText span.footerTagline {
    font-size: 24px;
    line-height: 32px;
  }
  .footerLogo img {
    width: 90px;
    height: 80px;
  }
  section.cta {
    padding: 20px 35px;
  }
  .cta .text-link-group {
    margin: 0;
    width: 256px;
  }
  .mobile-offcanvas {
    width: 48% !important;
  }
  section.intro-sec {
    padding: 65px 0px;
  }
  span.name-founder {
    font-size: 22px;
    margin-top: 16px;
    padding: 18px 10px;
    line-height: 29px;
  }
  .curriculum-block ul li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .mainSlider1 .carousel-caption {
    max-width: 100%;
  }
  .mainSlider1 .carousel-caption {
    bottom: 30% !important;
    top: auto !important;
    transform: translate(0px, 50%) !important;
  }
  .inner-banner.inner-banner-no-img {
    height: 35vh;
  }
  .wrapper-fee-structure {
    padding: 0;
    box-shadow: none;
  }
  .gallery-d {
    height: 25vh !important;
  }
  .mainSlider1 img.slder-img {
    height: 90svh;
  }
  .welcom-sec-content:before {
    opacity: 0.04;
  }
  .academics-block.curriculum-block ul li {
    width: 50%;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 98%;
  }
  .main-table.main-fonts table tbody td {
    font-size: 17px;
    line-height: 24px;
  }
  .main-table.main-fonts table thead th {
    font-size: 18px;
    line-height: 24px;
  }
  .academic-blocks {
    padding: 14px 14px;
  }
  .gallery-sec {
    padding: 55px 20px 30px 30px;
    width: 80%;
    margin-top: 20px;
  }
  .wrapper-gallery-section .news-info #explore-container {
    right: 10px;
    top: 52px;
  }
  .hero-photo-gallery-box-info h5 {
    font-size: 17px;
    line-height: 25px;
  }
  .founder-sec-content h3 {
    font-size: 32px;
    line-height: 41px;
  }
  .swiper.gallerySwiper .swiper-button-next {
    font-size: 18px;
    padding: 19px 17px;
  }
  .name span {
    font-size: 22px;
  }
  .academic-blocks h4 {
    margin-top: 15px;
    font-size: 20px;
  }
  .academic-blocks svg {
    width: 40px;
  }
  .founder-sec-content {
    padding: 8px 0px 8px 0px;
  }
  .main-title h2.main-head {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 8px;
  }
  .main-title {
    flex-direction: column;
  }
  .main-title .founder-sec-content h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .inner-banner .inner-banner-content h1 {
    font-size: 30px;
    line-height: 43px;
    padding: 20px 60px 20px 25px;
  }
  .curricular-box-img img {
    height: 430px;
  }
  .founder-img img {
    height: 360px;
    border: 3px solid #fff;
  }
  .main-inner-ab-header header.main-header nav.navbar {
    padding: 5px 15px;
  }
  span.name-founder {
    font-size: 20px;
    margin-top: 20px;
    padding: 15px 5px;
    line-height: 30px;
    border-radius: 10px;
  }
  .about-links ul li a {
    font-size: 15px;
    padding: 6px 0 6px;
  }
  .wrapper-guidelines-block {
    padding: 20px 20px;
  }
  section.intro-sec {
    padding: 40px 20px;
  }
  h4.main-intor-title {
    font-size: 19px;
  }
  .wrapper-block-content {
    padding: 30px 16px 18px 16px;
  }
  p.main-para,
  ul.main-ul li,
  div.dec-n {
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px;
  }
  .wrapper-block-img img {
    height: 380px;
  }
  .footerLogoText span.footerTagline {
    font-size: 23px;
    line-height: 33px;
  }
  .footerQuickLink {
    margin-top: 25px;
  }
  .footerContactInfo {
    margin-top: 25px;
  }
  ul.socialMedia {
    margin-top: 16px;
    align-items: center;
    justify-content: center;
  }
  .cta-text-widget {
    text-align: center;
    margin-bottom: 15px;
  }
  .cta h4 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  section.cta {
    padding: 22px 25px;
  }
  .cta span {
    font-size: 16px;
    line-height: 23px;
    margin: 4px 0 0;
  }
  .cta .text-link-group {
    text-align: center;
  }
  .cta .text-link-group a {
    font-size: 20px;
    padding: 12px 30px;
    display: inline-block;
  }
  .wrapper-section-news .wrapper-news-box-img img {
    height: 160px;
  }
  .wrapper-news-box-content {
    padding: 8px 5px;
    margin: -29px 4px 0;
  }
  .wrapper-news-box-content .date {
    padding: 3px 8px 2px;
    margin-bottom: 5px;
  }
  .wrapper-news-box-content h5 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 2px;
    height: 42px;
  }
  .news-swiper .swiper-button-prev,
  .news-swiper .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
  }
  .news-swiper .swiper-button-next:after,
  .news-swiper .swiper-button-prev:after {
    font-size: 12px !important;
  }
  .news-swiper .swiper-button-prev {
    padding: 2px 17px;
    height: 22px;
  }
  .news-swiper .swiper-button-next {
    padding: 2px 17px;
    height: 22px;
  }
  .news-swiper .swiper-button-next {
    right: 0px;
    left: auto;
  }
  .news-title p {
    font-size: 15px;
  }
  .news-title .date {
    margin-bottom: 0px;
  }
  .news-title {
    padding: 17px 25px;
    height: 142px;
  }
  .news-details-block {
    background: #fff;
    padding: 25px 20px;
    border-left: 3px solid #850201;
  }
  .news-title h5 {
    font-size: 18px;
  }
  .footerLogo img {
    width: 70px;
  }
  section {
    padding: 35px 0px;
  }
  .wrapper-block-content-short svg {
    width: 50px;
  }
  .wrapper-block-content-short {
    padding: 15px 15px;
  }
  .wrapper-block-content-short h5 {
    font-size: 26px;
    margin: 12px 0px 6px 0px;
  }
  h2.inner-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  p.main-intor {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .accordion-item-number h2.accordion-header {
    width: 90%;
  }
  .mobile-navbar-menu {
    top: 8px;
    right: 15px;
  }
  .mobile-offcanvas {
    width: 60% !important;
  }
  header.main-header nav.navbar a.navbar-brand {
    font-size: 13px;
    line-height: 19px;
    top: 10px;
    padding: 10px 12px 15px 11px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    left: 20px;
  }
  header.main-header nav.navbar.fixed-top a.navbar-brand span {
    font-size: 17px;
    line-height: 21px;
    margin-top: -19px;
  }
  header.main-header nav.navbar.fixed-top a.navbar-brand span br {
    display: block;
  }
  .mainSlider1 .carousel-caption .carousel-caption-d {
    height: 295px;
    width: 295px;
    border: 10px solid #fff;
  }
  .mainSlider1 .carousel-caption h1 {
    font-size: 29px;
    line-height: 32px;
  }
  span.circle {
    display: none;
  }
  span.circle1 {
    height: 50px;
    width: 50px;
  }
  .mainSlider1 .carousel-caption span.captionTag {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 6px;
    padding: 10px 4px 0px;
  }
  .wrapper-contact-form {
    padding: 30px 25px;
    margin: 25px 10px 25px 10px;
  }
  .management-section h2.inner-title {
    font-size: 35px;
    line-height: 35px;
  }
  .mangement-team img {
    height: 280px;
    border: 4px solid #fff;
  }
  .mangement-team span.t-name {
    font-size: 17px;
    line-height: 22px;
    padding: 6px 10px 16px 10px;
  }
  .enquiry-block a.main-btn {
    padding: 8px 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .enquiry-block {
    padding: 16px;
    margin-top: 30px;
  }
  .enquiry-block h3 {
    font-size: 14px;
  }
  h4.main-intor-title:before,
  h4.main-intor-title:after {
    width: 30px;
  }
  .enquiry-block-text {
    padding: 55px 10px 22px;
  }
  .enquiry-block-text h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .enquiry-block-text h4 span {
    padding: 10px 15px;
    font-size: 14px;
  }
  .enquiry-block-text a {
    font-size: 14px;
    padding: 6px 12px;
  }
  .main-btn1 a {
    font-size: 16px;
    padding: 10px 18px;
  }
  .main-btn1 a svg {
    width: 17px;
  }
  .curriculum-block ul li {
    width: 50%;
    text-align: center;
    margin: 0;
  }
  .curriculum-block ul li div {
    padding: 15px 10px;
    margin: 5px 5px;
  }
  .curriculum-block ul li div svg {
    width: 39px;
  }
  .curriculum-block ul li div span {
    font-size: 18px;
    margin-top: 7px;
  }
  .wrapper-gallery-section .hero-photo-gallery-box .hero-photo-gallery-box-img img {
    height: 238px;
  }
  ul.innerGallery li {
    width: 50%;
  }
  .hero-photo-gallery-box-img span.count-span {
    position: absolute;
    top: 0;
    left: 16px;
    text-align: center;
    font-size: 21px;
    line-height: 23px;
    padding: 8px 6px 10px;
  }
  .wrapper-gallery-section .hero-photo-gallery-box-info h6 {
    font-size: 16px;
  }
  .wrapper-gallery-section .news-info .title-content {
    padding: 14px 13px;
  }
  .wrapper-gallery-section .news-info .title-content .title-content-box {
    padding-left: 30px;
    margin-bottom: 9px;
  }
  .wrapper-gallery-section .news-info .title-content .title-content-box span {
    display: none;
  }
  h2.gallery-head {
    font-size: 26px;
  }
  .online-pay-sec .wrapper-contact-form {
    margin: 0;
  }
  span.news-s {
    font-size: 15px;
    width: 220px;
    padding: 7px 4px;
  }
  .news-m svg {
    width: 19px;
    margin-left: 7px;
  }
  .news-m marquee {
    font-size: 16px;
  }
  .welcom-sec-content h3.main-head {
    font-size: 16px;
    line-height: 23px;
  }
  .welcom-sec-content h3.main-head span {
    font-size: 185%;
    line-height: 41px;
  }
  p.main-text {
    font-size: 20px;
    line-height: 27px;
    margin-top: 18px;
  }
  .hero-photo-gallery-block {
    padding: 35px 10px 40px 10px;
  }
  .hero-photo-gallery-box .hero-photo-gallery-box-img img {
    height: 275px;
  }
  h3.main-head {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 16px;
  }
  .curricular-block-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .curricular-block-content {
    top: 60%;
    width: 275px;
    height: 275px;
    padding: 50px 34px;
    margin: 0 65px;
    border: 8px solid #fff;
  }
  .google-map iframe {
    height: 400px;
  }
  header.main-header nav.navbar a.navbar-brand img.fixed {
    width: 60px;
  }
  .wrapper-block-img .video-sec {
    height: 250px;
  }
  .order-1 {
    order: 1 !important;
  }
  .order-2 {
    order: 2 !important;
  }
}
@media only screen and (max-width: 575px) {
  .about-links {
    display: none;
  }
  .gallery-sec {
    padding: 20px 20px 30px 20px;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 0;
  }
  .gallery-sec h3.main-head {
    color: #000;
  }
  .gallery-sec h3.main-head span {
    color: #a5383d;
    display: inline-block !important;
  }
  .gallery-sec p.main-text {
    color: #000;
  }
  #backtotop-btn i {
    font-size: 20px;
    padding: 8px 7px;
  }
  #backtotop-btn {
    right: 10px;
    bottom: 25px;
  }
  .about-block.curriculum-block ul li {
    width: 50%;
  }
  h3.main-head {
    font-size: 35px;
    line-height: 37px;
  }
  .curricular-block-content h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .curricular-block-content {
    width: 230px;
    height: 230px;
    padding: 46px 15px;
    margin: 0 10px;
  }
  h3.main-head span {
    font-size: 90%;
  }
  .welcom-sec-content .wel-logo img {
    width: 70px;
  }
  .academic-blocks h4 small {
    font-size: 85%;
    margin-top: 8px;
    line-height: 23px;
  }
  .welcom-sec-content h3.main-head span {
    font-size: 195%;
    line-height: 35px;
  }
  .inner-banner img {
    height: 50vh;
  }
  .main-inner-ab-header header.main-header nav.navbar {
    padding: 5px 10px;
  }
  header.main-header nav.navbar a.navbar-brand {
    left: 15px;
  }
  h4.main-intor-title:before,
  h4.main-intor-title:after {
    width: 0px;
  }
  h4.main-intor-title {
    color: #000000;
  }
  .wrapper-block-content {
    padding: 20px 12px 20px 12px;
  }
  .wrapper-guidelines-block .main-ul li {
    gap: 8px;
    margin-top: 8px;
  }
  .inner-banner .inner-banner-content h1 {
    font-size: 28px;
    line-height: 31px;
    padding: 18px 50px 18px 15px;
  }
  .mobile-offcanvas {
    width: 95% !important;
  }
  h4.inner-title {
    font-size: 20px;
  }
  .wrapper-fee-structure {
    padding: 0;
    box-shadow: none;
  }
  h2.inner-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .mobile-navbar-menu a.icon-bars {
    font-size: 16px;
  }
  header.main-header nav.navbar.fixed-top a.navbar-brand span {
    font-size: 15px;
    line-height: 19px;
    margin-top: -19px;
  }
  header.main-header nav.navbar {
    padding: 8px 4px;
  }
  header.main-header nav.navbar.fixed-top,
  .inner-header header.main-header nav.navbar {
    padding: 10px 10px;
  }
  .mobile-navbar-menu a.icon-bars svg {
    width: 30px;
  }
  .curricular-block-content .short-name {
    bottom: -44px;
  }
  .short-name img {
    width: 100%;
    height: 100%;
  }
  p.main-para,
  ul.main-ul li {
    font-size: 18px;
    line-height: 27px;
  }
  nav.breadcrumb-block {
    display: none;
  }
  .inner-banner .inner-banner-content {
    padding: 39px 18px 0px 0px;
  }
  span.circle:before {
    height: 290px;
    top: -61%;
    border-radius: 10px;
    transform: translate(-50%, -83%);
  }
  span.circle1:before {
    height: 300px;
    bottom: -99%;
    transform: translate(-50%, 72%);
  }
}/*# sourceMappingURL=main.css.map */