html {
  scroll-behavior: smooth;
}

body {
  font-family: "Quicksand", sans-serif !important;
}

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

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

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: 90% !important;
}

.bg1 {
  background: #f1f1f1;
}

.main {
  overflow: hidden;
}

/*========================================= Main Slider  Start ====================================*/
.carousel-caption {
  left: auto !important;
  right: auto !important;
  padding: 25px 40px 25px 140px !important;
  bottom: 0 !important;
  width: 100%;
}

.carousel-caption h1 {
  font-size: 65px;
  font-weight: 600;
  z-index: 99;
  position: relative;
  left: 0;
  line-height: 65px;
  letter-spacing: 1px;
}

.carousel-caption p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

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

.mainSlider1 .carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgb(0, 0, 0), transparent);
}

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

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}

.mainSlider1 img.slder-img {
  height: 100dvh;
  -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);
  }
}
/* ================================= Main Header Start ================================*/
header.main-header nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 60px 40px;
  transition: 0.6s ease-in-out;
  background-color: transparent;
}

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

header.main-header nav.navbar.fixed-navbar {
  background: #fff;
  position: fixed;
  top: 0;
  padding: 4px 20px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.07) !important;
}

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

header.main-header nav.navbar.fixed-navbar a.navbar-brand span img.fix {
  width: 44px;
  position: relative;
  top: -2px;
  right: 2px;
}

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

header.main-header nav.navbar.fixed-navbar a.navbar-brand span {
  display: block;
}

header.main-header nav.navbar.fixed-navbar ul.navbar-nav li.nav-item a.nav-link {
  color: #000;
}

header.main-header nav.navbar.fixed-navbar ul.navbar-nav li.nav-item .abmision-btn {
  color: #fff !important;
}

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

.mobile-navbar-menu a.icon-bars {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.mobile-navbar-menu a.icon-bars svg {
  width: 55px;
  fill: #fff;
  position: relative;
  top: -1px;
  border-radius: 2px;
}

header.main-header .navbar.fixed-top .mobile-navbar-menu a.icon-bars svg {
  fill: #2c2c2c;
  width: 35px;
}

header.main-header .navbar.fixed-top .mobile-navbar-menu a.icon-bars {
  color: #000;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link img {
  width: 65px;
}

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

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

header.main-header nav.navbar a.navbar-brand {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #171263;
  margin-right: 0;
  text-align: left;
  display: flex;
  align-items: center;
}

.center-logo {
  text-align: center;
}

header.main-header nav.navbar a.navbar-brand img {
  width: 140px;
  position: absolute;
  top: 22px;
}

header.main-header nav.navbar.fixed-top a.navbar-brand {
  position: relative;
}

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

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: #191919;
  font-weight: 600;
  font-size: 17.5px;
  line-height: 22px;
  display: block;
  transition: 0.2s ease-in-out;
  padding: 0 14px;
  text-align: left;
  letter-spacing: 0.5px;
}

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;
  /* border-bottom: 1px solid #ebebeb; */
  padding-bottom: 7px;
}

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

@media all and (min-width: 992px) {
  .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: 230px;
  }
}
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 {
  position: relative;
  background: #7da12b;
  display: flex;
  align-self: center;
  align-content: center;
  padding: 9px 16px !important;
  transition: 0.4s ease-in-out;
}

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

.navbar-shadow {
  box-shadow: 3px -4px 7px 4px #121723;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

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

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

/* ============ mobile view ============ */
@media all and (max-width: 1199px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #031d64;
    padding: 30px 6px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
}
/* ================================= Main Header CSS End ================================*/
/********Section Title************/
section {
  padding: 60px 0;
}

/*================================== Inner Banner Start ==================================*/
.inner-banner {
  position: relative;
  overflow: hidden;
  background: #031d64;
}

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

.noImage.inner-banner:after {
  background: transparent;
}

.inner-banner.inner-banner-short {
  height: 50vh;
}

.galleryDetails.inner-banner .inner-banner-content h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.home_section_service1:after {
  animation: animatedBackground 30s linear infinite alternate;
  background: url(../images/semless.png?webp=true);
  background-position: 0 0;
  background-repeat: repeat;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
}

.home_section_service:after {
  animation: animatedBackground 30s linear infinite alternate;
  background: url(../images/semless.png?webp=true);
  background-position: 0 0;
  background-repeat: repeat;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.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.innerImg {
  width: 100%;
  height: 86vh;
  -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;
}

.bgImg {
  position: absolute;
  left: 46%;
  top: 30%;
  transform: translate(-50px, -30px);
  opacity: 0.4;
}

.bgImg img {
  width: 300px;
  opacity: 0.2;
  filter: hue-rotate(45deg);
}

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

.inner-banner .inner-banner-content h1 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

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

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

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

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

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

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

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

/*================================== Inner Banner End ==================================*/
/*================================== Home - Welcom Sec Start ==================================*/
.wel-sec1 {
  padding: 70px 0px 80px 0px;
}

.wel-sec1 h2.main-head {
  color: #dc8246;
}

.wel-sec {
  padding: 90px 0px 80px 0px;
  position: relative;
  background: #031d64;
}

.wel-sec:after {
  animation: animatedBackground 30s linear infinite alternate;
  background: url(../images/semless.png?webp=true);
  background-position: 0 0;
  background-repeat: repeat;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
}

.wel-logo-f {
  position: absolute;
  top: -15px;
  opacity: 0.3;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
}

.wel-logo-f img {
  width: 100%;
  opacity: 0.3;
  filter: grayscale(1);
}

h2.main-head {
  font-size: 58px;
  color: #000;
  font-weight: 700;
  position: relative;
}

.wel-sec-content h2.main-head {
  position: relative;
  top: -26px;
  margin: 0;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
}

.welTitleTyping {
  line-height: 30px;
}

.welTitleTyping div.typewrite {
  font-size: 50px;
  font-weight: 600;
  color: #be911b;
}

.wel-sec-content {
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 0px 14px 43px 32px;
  border-left: 1px solid rgb(238, 238, 238);
  position: relative;
}

.wel-sec-content.text-center:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 0px;
  width: 52px;
  border: 1px solid rgb(243, 243, 243);
  opacity: 0.7;
}

h3.main-title {
  font-size: 40px;
  font-weight: 800;
  color: #dbbd3d;
  line-height: 47px;
  text-transform: uppercase;
}

p.h-para {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 34px;
}

span.small-title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #676767;
  margin-bottom: -2px;
}

.acdemic-block-content {
  padding: 0px 30px 0px 0px;
}

.acdemic-block-img {
  width: 100%;
  height: 100vh;
  position: relative;
}

.acdemic-block-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 9;
  height: 100vh;
}

.main-btn a {
  color: #bb9624;
  font-size: 20px;
  line-height: 25px;
  transition: all 0.4s;
  border-radius: 100%;
  font-weight: 600;
  height: 180px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.main-btn a i {
  font-size: 300%;
  margin-left: 5px;
  transition: all 0.4s;
}

.academic-content img {
  height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.academic-content p.h-para {
  color: #fff;
}

.academic-content1 p.h-para {
  color: #000;
}

.academicContent {
  position: absolute;
  width: 95%;
  bottom: 8px;
  padding: 15px 16px 16px 16px;
  z-index: 9;
  background: #fff;
  left: 10px;
  height: 113px;
}

.academicContent h4 {
  font-size: 19px;
  color: #000000;
  font-weight: 600;
  line-height: 25px;
  transition: margin-bottom 0.45s ease-in-out;
  position: relative;
  text-transform: capitalize;
  font-family: "Quicksand", sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

span.newsDate {
  color: #bc901a;
  border-radius: 45px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

span.newsDate i {
  font-size: 90%;
  margin-right: 3px;
}

.academicContent p.h-para {
  font-size: 18px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.45s ease-in-out;
  position: relative;
}

.academicImg {
  position: relative;
}

.academicImg:hover .academicContent p.h-para {
  max-height: 250px;
  opacity: 1;
}

.academic-content1 .academicImg:hover {
  top: -90px;
}

.academic-content1 .main-btn1 a i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: #dd712a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.academic-content1 .academicImg {
  top: -78px;
}

section.work-section {
  position: relative;
  overflow: hidden;
  background: #031d64;
}

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

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

.home_service_wrapper {
  overflow: hidden;
}

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

.fixedFooter {
  position: relative;
  z-index: 9;
  width: 100%;
}

/*========================================= Footer Section Start ====================================*/
footer {
  background: #031d64;
}

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

.footerLogo {
  position: relative;
}

.footerLogo img {
  width: 225px;
  position: relative;
  bottom: -20px;
}

.footerBrand {
  position: relative;
}

.footerBrand p {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

.footerContact address {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  margin-bottom: 20px;
}

.footerContact a {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.75);
  transition: 0.4s ease-in-out;
}

.footerContact address, .footerContact a {
  position: relative;
  padding-left: 28px;
}

.footerContact a svg, .footerContact address svg {
  width: 18px;
  fill: #fff;
  margin-right: 5px;
}

.footerContact a:hover {
  color: rgb(255, 255, 255);
}

h2.footerTitle {
  font-size: 27px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 9px;
  display: inline-block;
}

ul.quickLinkUl {
  position: relative;
}

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

ul.quickLinkUl li a {
  font-size: 18px;
  line-height: 28px;
  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: rgb(255, 255, 255);
}

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

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

ul.socialMedia {
  position: relative;
  display: flex;
}

ul.socialMedia li a {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50px;
  position: relative;
  margin-right: 16px;
  transition: 0.4s ease-in-out;
  background: #fff;
}

ul.socialMedia li a svg {
  width: 20px;
  fill: rgb(0, 0, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

ul.socialMedia li a:hover svg {
  fill: #b79422;
}

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

ul.usefulLinkUl li a {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin: 2px 8px;
  transition: 0.4s ease-in-out;
}

ul.usefulLinkUl li a:hover {
  color: rgb(255, 255, 255);
}

.footerCopyrightBlock {
  background: #04174a;
  padding: 10px 0;
}

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

.footerCopyrightBlock a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.4s ease-in-out;
}

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

/*========================================= Footer Section End ====================================*/
/*========================================= Photo Gallery Section Start ====================================*/
.photoGallerySection {
  background: #fff;
  position: relative;
}

.photoGalleryInfo p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(36, 36, 36);
  font-weight: 400;
  margin-bottom: 16px;
}

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

.galleryContent {
  background: #fff;
  padding: 14px 18px;
  margin: -40px 10px 10px 10px;
  position: relative;
}

.gallerySwiperBlock:hover .gallerySwiperBlockImg img {
  transform: scale(1.1);
}

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

.gallerySwiperBlock:hover img {
  filter: grayscale(0);
}

.gallerySwiperBlock span.dateSpan {
  font-size: 17px;
  line-height: 20px;
  color: #b79422;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.gallerySwiperBlock span.dateSpan i {
  font-size: 90%;
  margin-right: 6px;
}

.gallerySwiperBlock span.numberCount {
  position: absolute;
  top: 0px;
  left: 10px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 24px;
  line-height: 27px;
  color: #001d89;
  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;
  z-index: 9;
}

.gallerySwiperBlock span.numberCount small {
  font-size: 40%;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.gallerySwiperBlock h3 {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 4px;
  font-family: "Quicksand", sans-serif;
}

.gallerySwiperBlock {
  position: relative;
}

.photoGallerySection .swiper-button-next:after, .photoGallerySection .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 0;
}

.swiper.gallerySwiper .swiper-button-next {
  padding: 6px;
  border: 1px solid #fff;
  width: 40px;
  border-radius: 3px;
  background: #b79422;
  top: 42%;
}

.swiper.gallerySwiper .swiper-button-next svg {
  fill: #fff;
  width: 50px !important;
}

section.photoGallerySection:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ddd;
}

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

.modal.admission-enquiry-modal .modal-content {
  border-radius: 35px;
  padding: 8px;
}

.modal.admission-enquiry-modal .modal-header {
  background: #031d64;
  border-radius: 30px;
  padding: 12px 20px 14px;
  position: relative;
}

.modal.admission-enquiry-modal .modal-header h5.modal-title {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

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

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

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

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

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

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

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

.admission-enquiry-modal .wrapper-main-form form input,
.admission-enquiry-modal .wrapper-main-form form select,
.admission-enquiry-modal .wrapper-main-form form textarea {
  height: 44px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
  color: #000;
  border: 0;
  background: rgba(23, 18, 99, 0.06);
  padding: 8px 12px;
}

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

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

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

/*----------------------------- Admissions Enquiry End ------------------------------*/
/*========================================= About Page Start ====================================*/
h2.inner-head {
  font-size: 50px;
  font-weight: 700;
  color: #171263;
  line-height: 60px;
}

p.inner-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  color: #222;
  margin-bottom: 0;
}

.about-img-blocks img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottomLinks {
  position: relative;
  overflow: hidden;
  margin: 8px;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}

.bottomLinks img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.bottomLinks:hover img {
  transform: scale(1.1);
  border-radius: 20px;
}

.bottomLinks:hover i {
  left: 5px;
}

section.bottom-sec {
  padding: 35px 0px;
  background: rgba(23, 18, 99, 0.031372549);
}

.bottomLinks .aboutLink {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 8px 14px 8px;
  transition: 0.4s ease-in-out;
}

.bottomLinks .aboutLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #091a32, transparent);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.bottomLinks .aboutLink h5 {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
  text-transform: capitalize;
  text-shadow: 1px 1px 20px #000;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: space-between;
  padding: 0px 5px;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.bottom-sec h4.mainTitle {
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.4px;
}

.bottomLinks .aboutLink h5 i {
  font-size: 109%;
  color: #b79422;
  transition: 0.3s ease-in-out;
  position: relative;
}

.ctaBlock p {
  font-size: 40px;
  color: #1b1b1b;
  font-weight: 700;
  line-height: 50px;
  text-align: start;
}

.mainbtn a {
  display: inline-block;
  padding: 12px 25px;
  margin: 0 6px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 22px;
  background: #b79422;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  letter-spacing: 0.1px;
  transition: 0.4s ease-in-out;
}

.mainbtn a:nth-child(2) {
  border: 1px solid #b79422;
  color: #b79422;
  background-color: transparent;
}

.mainbtn a:hover {
  color: #000;
}

/*================================== Home Page End ==================================*/
/*================================== Mandatory Page Start ==================================*/
.inner-conetnt {
  padding: 35px 35px;
  background: #fff;
}

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

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

.main-sub-table .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff !important;
  --bs-table-accent-bg: #fff !important;
}

.sectionContent h5 {
  background: #b79422;
  margin: 0;
  color: #fff;
  padding: 12px 0px;
}

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

/*================================== Mandatory Page End ==================================*/
/*================================== Contact Page Start ==================================*/
.contactInfo {
  background: rgb(255, 255, 255);
  padding: 20px 20px;
  height: 100%;
}

span.addressTitle {
  font-weight: 600;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.addressBlock address, .addressBlock a {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

.addressBlock svg {
  width: 38px;
  height: 38px;
  margin-right: 14px;
  opacity: 0.5;
  fill: rgb(23, 18, 99);
}

.contactPageForm {
  padding: 40px 35px;
}

.addressBlock p {
  line-height: 11px;
  margin-bottom: 1px;
}

form.mainForm label.form-label form.mainForm label.form-label {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

form.mainForm input.form-control, form.mainForm select.form-select, form.mainForm textarea {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  height: 43px;
  font-weight: 600;
  border-radius: 5px;
  background-color: rgba(23, 18, 99, 0.08);
  border: 0;
  padding: 8px 12px;
}

form.mainForm select.form-select option {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

form.mainForm textarea {
  height: 60px;
}

.form-control:focus, .form-select:focus {
  background-color: rgba(0, 33, 94, 0.0588235294);
  border: 0;
  box-shadow: none;
  color: #000;
}

form.mainForm button.btn {
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
  background: #b79422;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #b79422;
  letter-spacing: 0.1px;
  transition: 0.4s ease-in-out;
}

section.imgSecHp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36%;
  background: linear-gradient(180deg, #dddddd, transparent);
  z-index: 9;
}

section.imgSecHp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #031d64, transparent);
  z-index: 9;
}

.mainBtn a {
  background: transparent;
  color: #ffcf32;
  padding: 8px 32px;
  border: 2px solid #ffcf31;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: 0.3s ease-in-out;
  border-radius: 100px;
}

.mainBtn a:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.mainBtn a:hover i {
  transform: rotate(0);
}

.mainBtn a i {
  padding-left: 9px;
  transition: 0.6s ease-in-out;
  transform: rotate(-40deg);
  font-size: 90%;
}

.topImagBlock img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.imgSceContent .JoinContent {
  position: absolute;
  bottom: 130px;
  z-index: 999;
  width: 100%;
  left: 0;
}

.imgSceContent .JoinContent h2 {
  color: #fff;
  font-weight: 600;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: 0.2px;
}

.imgSceContent .JoinContent h2 small {
  font-size: 55%;
}

.innerFooter footer.fixedFooter {
  padding-top: 60px;
}

/*===================================== Preloader CSS Start =====================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #031d64;
  z-index: 99999;
  transition: all 0.4s ease;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
  text-align: center;
}

.loader img {
  width: 250px;
  filter: opacity(0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*================================== Preloader CSS End ================================*/
.newsEventsDetailsBlock {
  margin-top: -80px;
  padding: 40px 35px 30px;
  z-index: 90;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0 30px 0 30px;
}

h1.newsTitle {
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  color: #0b0375;
}

span.newsDate1 {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

span.newsDate1 b {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsEventsDetailsBlock .newsEventsDetailsBanner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.newsEventCategorySwiper .swiper-button-next svg, .newsEventCategorySwiper .swiper-button-prev svg {
  width: 38px;
  fill: #000;
}

.newsEventsDetailsContent p {
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.newsEventCategoryBlock {
  padding: 10px 25px 10px 12px;
  background: #fff;
}

.newsEventCategoryBlock .spanDate {
  width: 95px;
  height: 95px;
  border: 1px solid #b79422;
  border-radius: 50%;
  background: #bc901a;
}

.newsEventCategoryBlock .spanDate span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-weight: 600;
  width: 100%;
}

.newsEventCategoryBlock .spanDate span big {
  font-size: 250%;
  font-weight: 700;
}

.locationSec {
  height: 100%;
}

.newsEventCategoryContent {
  width: calc(100% - 95px);
}

.newsEventCategoryContent p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  height: 58px;
  transition: 0.4s ease-in-out;
}

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

.newsEventCategorySwiper .swiper-button-next, .newsEventCategorySwiper .swiper-button-prev {
  top: 84%;
  transform: translate(0, -50%);
  bottom: auto;
  width: auto;
  height: auto;
}

.wrapperSticky {
  position: sticky;
  top: 75px;
}

.wrapperGallerySidebar {
  padding: 30px;
  height: calc(100vh - 100px);
}

.wrapperGallerySidebar span.countImg {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  border: 1px solid #000;
  padding: 3px 10px;
  display: inline-block;
}

.wrapperGallerySidebar h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #00215e;
  margin-bottom: 12px;
}

.wrapperGallerySidebar p {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  margin-bottom: 20px;
}

.wrapperGallerySidebar .cateHead {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 16px;
  text-decoration-color: #121212;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.galleryInnerSwiperBlock span.numberCount {
  position: absolute;
  top: 0px;
  left: 10px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 23px;
  line-height: 20px;
  color: #001d89;
  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;
  z-index: 9;
}

.galleryInnerSwiperBlockImg {
  position: relative;
  margin-bottom: 8px;
  transition: 0.2s ease-in-out;
}

.mainPhotoGallery {
  overflow: inherit;
}

.galleryInnerSwiperBlock h3 {
  font-size: 15px;
  line-height: 19px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 4px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: -0.2px;
}

.galleryInnerSwiperBlock span.dateSpan {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 100px;
  text-align: center;
  transform: translate(-50%, 0);
  z-index: 9;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 10px;
  border-radius: 50px;
  text-transform: uppercase;
}

.galleryInnerSwiperBlock img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s ease-in-out;
  border-radius: 6px;
  filter: brightness(0.8);
}

.singleImg img {
  width: 100%;
  height: 100%;
}

h4.inner-main-head {
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  color: #171263;
  margin-bottom: 8px;
}

.wrapper-fee-structure {
  position: relative;
  padding: 45px 45px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
}

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

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

ul.main-ul {
  padding-left: 0;
}

ul.main-ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  background: #dbbd3d;
  color: #fff;
  padding: 3px;
  font-size: 9px;
  border-radius: 2px;
}/*# sourceMappingURL=custom.css.map */