@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui@6.1/dist/fancybox/fancybox.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css");
* {
  font-family: "Lato", sans-serif;
  color: #252525;
}

body {
  overflow-x: hidden;
}

.btnPrimary {
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #ffffff;
  color: #004ca4;
}
.btnPrimary:hover {
  background: #004ca4;
  color: #ffffff;
}

.img {
  box-shadow: 0 0 10px #004ca4;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.formImg {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .formImg {
    display: none;
  }
}

.floor-plan {
  height: 400px;
  margin: auto;
  display: block;
}

ul {
  lighting-color: #004ca4;
  padding-left: 1rem;
}
ul li::marker {
  color: #004ca4;
}

.blackPatch {
  background: linear-gradient(#004ca4, #001d3e);
  color: #ffffff;
  padding: 1.5rem;
}

.btnSecondary {
  background: #004ca4;
  border-radius: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
}
.btnSecondary:hover {
  background: #ffffff;
  color: #004ca4;
  border-color: #004ca4;
}

.heading {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #004ca4;
}

.sub-heading-bg {
  background: url("../images/bg-3.jpg") 100%/100%;
  padding: 2rem 0;
}
.sub-heading-bg .sub-heading {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(#ffffff, #6baefb);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-heading-bg p {
  text-align: center;
  color: #ffffff;
}

.title {
  margin-bottom: 1rem;
  width: fit-content;
  margin: auto;
}
.title::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #005ec3, #ffffff);
  display: block;
}
.title h2 {
  font-weight: 800;
  text-align: center;
  background: linear-gradient(#001e3f, #6baefb);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

section {
  overflow: hidden;
}

header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 9;
}

.navbar {
  box-shadow: 0 4px 10px rgba(0, 76, 164, 0.7490196078);
}
.navbar .container-fluid {
  flex-wrap: wrap;
}
.navbar .container-fluid .logos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .navbar .container-fluid .logos {
    width: fit-content;
    margin: 0;
    padding: 0;
  }
  .navbar .container-fluid .logos img {
    width: 100px !important;
  }
}
.navbar .container-fluid .logos .navbar-brand {
  width: 300px;
  display: block;
}
@media (max-width: 991px) {
  .navbar .container-fluid .logos .navbar-brand {
    width: fit-content;
  }
}
.navbar .container-fluid .logos .contact-links {
  display: inline-flex;
}
.navbar .container-fluid .logos .contact-links .org-logo {
  width: 210px;
  object-fit: cover;
}
.navbar .container-fluid .logos .contact-links ul {
  list-style: none;
}
.navbar .container-fluid .logos .contact-links ul a {
  color: #004ca4;
  text-decoration: none;
  font-weight: 500;
}
.navbar .container-fluid .logos .contact-links ul a img {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .navbar .container-fluid .logos .contact-links ul {
    display: none;
  }
}
.navbar .container-fluid .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(60%);
  box-shadow: 0 4px 10px rgba(0, 76, 164, 0.7490196078);
  background: #ffffff;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 991px) {
  .navbar .container-fluid .navbar-collapse {
    position: relative;
    transform: translateY(0);
    padding-left: 10px;
  }
}
.navbar .container-fluid .navbar-nav {
  flex-wrap: wrap;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link {
  border-bottom: 0px solid #ffffff;
  color: #004ca4;
  padding-left: 0;
  padding-right: 1rem;
  font-weight: 500;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link.active {
  border-bottom: 3px solid #ffffff;
  color: #004ca4;
}
@media (max-width: 1280px) {
  .navbar .container-fluid .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
  background: rgba(0, 0, 0, 0.4901960784);
}
.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: 0.3s linear;
}
.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  transition: 0.3s linear;
  background: transparent;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.hero .carousel {
  margin-top: 35px;
}
.hero .carousel .carousel-inner {
  position: relative;
}
.hero .carousel .carousel-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(16, 87, 167, 0.3607843137) 20%, #004ca4);
}
.hero .carousel .carousel-inner .carousel-item {
  height: fit-content;
}
.hero .carousel .carousel-inner .carousel-item img {
  height: 75vh;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .hero .carousel .carousel-inner .carousel-item img {
    height: 75vh;
  }
}
@media (max-width: 991px) {
  .hero .carousel .carousel-inner .carousel-item img {
    height: 40vh;
  }
}
@media (max-width: 480px) {
  .hero .carousel .carousel-inner .carousel-item img {
    height: 50vh;
  }
}
.hero .carousel .carousel-caption {
  width: 70%;
  z-index: 1;
  top: 0;
  left: 8%;
  text-align: left;
}
.hero .carousel .carousel-caption h5 {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .hero .carousel .carousel-caption h5 {
    font-size: 22px;
  }
}
.hero .carousel .carousel-caption h4 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
}
.hero .carousel .carousel-caption h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
}
.hero .carousel .carousel-caption p {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 1025px) {
  .hero .carousel .carousel-caption {
    width: 50%;
    z-index: 1;
    top: 2%;
    left: 13%;
    text-align: left;
    height: fit-content;
  }
}
@media (max-width: 480px) {
  .hero .carousel .carousel-caption {
    width: 80%;
    left: 10%;
    right: 10%;
    top: 10%;
  }
}
.hero .carousel .carousel-control-next,
.hero .carousel .carousel-control-prev {
  width: 10% !important;
  height: fit-content;
  top: 50%;
  filter: none;
}
.hero .carousel .carousel-control-next .carousel-control-next-icon,
.hero .carousel .carousel-control-next .carousel-control-prev-icon,
.hero .carousel .carousel-control-prev .carousel-control-next-icon,
.hero .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
}
.hero .carousel .carousel-control-next .carousel-control-next-icon img,
.hero .carousel .carousel-control-next .carousel-control-prev-icon img,
.hero .carousel .carousel-control-prev .carousel-control-next-icon img,
.hero .carousel .carousel-control-prev .carousel-control-prev-icon img {
  width: 50px;
  height: 50px;
}
@media (max-width: 480px) {
  .hero .carousel .carousel-control-next .carousel-control-next-icon img,
  .hero .carousel .carousel-control-next .carousel-control-prev-icon img,
  .hero .carousel .carousel-control-prev .carousel-control-next-icon img,
  .hero .carousel .carousel-control-prev .carousel-control-prev-icon img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .hero .carousel .carousel-control-next,
  .hero .carousel .carousel-control-prev {
    top: 25%;
  }
}
@media (max-width: 480px) {
  .hero .carousel .carousel-control-next,
  .hero .carousel .carousel-control-prev {
    width: 12%;
  }
}

.counterSection {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  display: flex;
  gap: 20px;
}
.counterSection .countCard {
  min-width: 170px;
  display: flex;
  color: #ffffff;
  gap: 10px;
  align-items: start;
  border: 1px solid;
  padding: 1rem 0.5rem 0;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .counterSection .countCard {
    min-width: 140px;
    padding: 1rem 0.5rem;
  }
}
.counterSection .countCard img {
  width: 54px;
  height: 54px;
}
@media (max-width: 480px) {
  .counterSection .countCard img {
    width: 30px;
    height: 30px;
  }
}
.counterSection .countCard strong,
.counterSection .countCard span {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 480px) {
  .counterSection .countCard strong,
  .counterSection .countCard span {
    font-size: 25px;
  }
}
.counterSection .countCard p {
  color: #ffffff;
  line-height: 1;
  font-size: 20px;
}
@media (max-width: 480px) {
  .counterSection .countCard p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .counterSection {
    position: relative;
    bottom: 0;
    right: auto;
    display: flex;
    gap: 20px;
    left: auto;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
    background: linear-gradient(359deg, #1056a6, #0f57aa);
    padding-bottom: 1rem;
  }
}

.about {
  padding: 3rem 0 2rem;
}
.about figure {
  width: 80%;
  margin-left: auto;
}
@media (max-width: 480px) {
  .about figure {
    width: 100%;
    margin: 1rem auto;
  }
}
.about figure img {
  border-radius: 10px;
  box-shadow: 10px 10px 20px hsla(212, 100%, 62%, 0.2);
}
.about figure figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  color: #004ca4;
}
.about .start-date {
  background: #ffffff;
  border: 8px solid #004ca4;
  width: 230px;
  padding: 20px;
  position: absolute;
  top: 25%;
  box-shadow: -5px 6px 10px rgba(0, 77, 164, 0.4196078431);
}
.about .start-date h3 {
  font-size: 28px;
  font-weight: 700;
  color: #004ca4;
}
@media (max-width: 991px) {
  .about .start-date {
    position: relative;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .about .start-date {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.about .list-group .list-group-item {
  font-size: 1rem;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 10px;
  margin-top: 10px;
}
.about .list-group .list-group-item a {
  text-decoration: none;
  color: #252525;
}
.about .list-group .list-group-item a:hover {
  text-decoration: underline;
}
.about .list-group .list-group-item img {
  width: 25px;
  height: 25px;
}
.about .contactImg {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.counterCard {
  background: linear-gradient(#004ca4, #001d3e);
  padding: 3rem 0;
}
.counterCard .counterSection {
  min-width: 200px;
  background: transparent !important;
  position: relative;
  justify-content: center;
  bottom: 0;
  right: 0;
  left: 0;
}

.idecCard {
  padding: 1rem 0 3rem 0;
  background: linear-gradient(#004ca4, #001d3e);
}
.idecCard .regbtnSect {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 480px) {
  .idecCard .regbtnSect {
    flex-direction: column;
  }
}
.idecCard .card {
  border: 0;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.2509803922);
  color: #004ca4;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
  transition: 0.3s linear;
  text-align: center;
}
.idecCard .card h3 {
  font-size: 1.5rem;
}
.idecCard .card h3 + h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .idecCard .card a {
    bottom: 1rem;
  }
  .idecCard .card a img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .idecCard .card a {
    bottom: 0.5rem;
  }
  .idecCard .card a img {
    width: 22px;
    height: 22px;
  }
}
.idecCard .card .icon {
  margin: auto;
  width: 65px;
  margin-bottom: 10px;
}
.idecCard .card img {
  width: 25px;
}
.idecCard .card:hover {
  transform: scale(1.1);
  transition: 0.3s linear;
}

.coverImg a {
  transition: 0.3s linear;
  text-decoration: none;
}
.coverImg a:hover img {
  transition: 0.3s linear;
  transform: scale(96%);
}

.idecProgram {
  padding: 3rem 0;
}
.idecProgram .carousel {
  position: relative;
  box-shadow: -2px -2px 10px rgba(0, 76, 164, 0.3137254902);
  border-radius: 10px;
}
.idecProgram .carousel .carousel-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}
.idecProgram .carousel .carouselBtnSect {
  position: absolute;
  display: flex;
  bottom: 1rem;
  right: 1rem;
}
.idecProgram .carousel .carouselBtnSect .carousel-control-next,
.idecProgram .carousel .carouselBtnSect .carousel-control-prev {
  position: relative;
  filter: none;
  width: 50px;
  height: 50px;
  opacity: 1;
}
.idecProgram .carousel .carouselBtnSect .carousel-control-next .carousel-control-next-icon,
.idecProgram .carousel .carouselBtnSect .carousel-control-next .carousel-control-prev-icon,
.idecProgram .carousel .carouselBtnSect .carousel-control-prev .carousel-control-next-icon,
.idecProgram .carousel .carouselBtnSect .carousel-control-prev .carousel-control-prev-icon {
  background: none;
}
.idecProgram .carousel .carouselBtnSect .carousel-control-next img,
.idecProgram .carousel .carouselBtnSect .carousel-control-prev img {
  width: 100%;
  height: 100%;
}

.idecTopics {
  padding: 3rem 0;
  background: url("../images/idec-topic-bg.png"), linear-gradient(#004ca4, #001d3e);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.idecTopics h2 {
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.idecTopics img {
  width: 52px;
  height: 52px;
  margin: auto;
  display: block;
}
.idecTopics p {
  color: #ffffff;
  text-align: center;
}

.founderMessage {
  overflow: hidden;
  padding: 3rem 0;
  background: url("../images/download.png") center left no-repeat;
}
.founderMessage .founderName {
  font-family: "Cedarville Cursive", cursive;
  text-align: end;
  font-size: 1.25rem;
  font-weight: 600;
}
.founderMessage .founderDesignation {
  text-align: end;
}
.founderMessage img {
  float: right;
  width: 500px;
  border-radius: 10px;
  box-shadow: 4px 4px 10px #004ca4;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .founderMessage img {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .founderMessage img {
    margin-left: 0;
  }
}

.idecDate {
  background: url("../images/bg-patch.png") 100%/100%;
  padding: 3rem 0;
  color: #ffffff;
}
@media (max-width: 480px) {
  .idecDate {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.idecDate img {
  width: 100%;
}
@media (max-width: 480px) {
  .idecDate img {
    width: 100px;
    display: block;
    margin: auto auto 1rem;
  }
}
.idecDate h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
}
.idecDate p {
  color: #ffffff;
  margin-bottom: 0;
}

.glipsPrev {
  padding: 3rem 0 1rem;
  background: url(../images/glimpses-bg.avif);
}
.glipsPrev h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffffff;
}
.glipsPrev .glimpSlider {
  position: relative;
  padding: 0.25rem;
}
.glipsPrev .glimpSlider .carouselBtnSect {
  position: absolute;
  display: flex;
  gap: 0.5rem;
  bottom: 1rem;
  right: 1rem;
}
.glipsPrev .glimpSlider .carouselBtnSect .carousel-control-next,
.glipsPrev .glimpSlider .carouselBtnSect .carousel-control-prev {
  position: relative;
  filter: none;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.glipsPrev .glimpSlider .carouselBtnSect .carousel-control-next .carousel-control-next-icon,
.glipsPrev .glimpSlider .carouselBtnSect .carousel-control-next .carousel-control-prev-icon,
.glipsPrev .glimpSlider .carouselBtnSect .carousel-control-prev .carousel-control-next-icon,
.glipsPrev .glimpSlider .carouselBtnSect .carousel-control-prev .carousel-control-prev-icon {
  background: none;
}
.glipsPrev .glimpSlider .carouselBtnSect .carousel-control-next img,
.glipsPrev .glimpSlider .carouselBtnSect .carousel-control-prev img {
  width: 100%;
  height: 100%;
}
.glipsPrev .verticalSlider img {
  height: 100%;
}
@media (max-width: 480px) {
  .glipsPrev .verticalSlider {
    margin-top: 1rem;
  }
}

.clientTestimonials {
  padding: 3rem 0 0;
}
.clientTestimonials h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.clientTestimonials .owl-carousel.owl-drag .owl-item {
  padding-top: 2rem;
}
.clientTestimonials .owl-theme .owl-nav .owl-prev {
  background: url("../images/nav-arrow-left.png") 100%/100%;
  width: 30px;
  height: 30px;
}
.clientTestimonials .owl-theme .owl-nav .owl-prev span {
  display: none;
}
.clientTestimonials .owl-theme .owl-nav .owl-next {
  background: url("../images/nav-arrow-right.png") 100%/100%;
  width: 30px;
  height: 30px;
}
.clientTestimonials .owl-theme .owl-nav .owl-next span {
  display: none;
}
.clientTestimonials .card {
  border-radius: 0;
  border: 3px solid #004ca4;
  padding: 1rem;
  color: #004ca4;
  position: relative;
  min-height: 220px;
}
.clientTestimonials .card .qoute {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 2%;
  top: -15%;
}
.clientTestimonials .card p {
  color: #004ca4;
}
.clientTestimonials .card .name {
  font-weight: 600;
  margin-bottom: 0;
}
.clientTestimonials .card .designation {
  margin-bottom: 0;
}

.sponcer {
  padding: 3rem 0;
}
.sponcer h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.sponcer .owl-carousel.owl-drag .owl-item {
  border-image: linear-gradient(to right, #002e62 0%, #015dc8 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 4px;
  border-style: solid;
  text-align: center;
}
.sponcer .owl-carousel.owl-drag .owl-item p {
  color: #004ca4;
  font-weight: 600;
  font-size: 14px;
}
.sponcer .owl-theme .owl-nav .owl-prev {
  background: url("../images/nav-arrow-left.png") 100%/100%;
  width: 30px;
  height: 30px;
}
.sponcer .owl-theme .owl-nav .owl-prev span {
  display: none;
}
.sponcer .owl-theme .owl-nav .owl-next {
  background: url("../images/nav-arrow-right.png") 100%/100%;
  width: 30px;
  height: 30px;
}
.sponcer .owl-theme .owl-nav .owl-next span {
  display: none;
}
.sponcer .owl-stage-outer {
  margin: auto;
}
.sponcer .owl-nav {
  width: 107%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 25%;
  left: -3.5%;
}
.sponcer img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}

.breadcrimbSection {
  background: url("../images/bg-3.jpg") 100%/100%;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .breadcrimbSection {
    padding: 3rem 0;
    background-size: cover;
  }
}
.breadcrimbSection a {
  color: #ffffff;
}
.breadcrimbSection h2 {
  color: #ffffff;
  font-weight: 700;
}
.breadcrimbSection .breadcrumb-item.active {
  color: #ffffff;
}
.breadcrimbSection .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.profileCardSect {
  background: linear-gradient(rgba(0, 77, 164, 0), #001d3e), url("../images/bg-3.jpg") 100%/100%;
  padding: 3rem 0;
  background-size: cover;
}
.profileCardSect .sub-heading-bg {
  background: none;
  padding: 0;
}

.idecProfileCard {
  border: 0;
  margin: 1rem auto;
  transition: 0.3s linear;
  background: linear-gradient(#ffffff, #ffffff);
  overflow: hidden;
  border-radius: 0;
}
.idecProfileCard img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  transition: 0.3s linear;
}
.idecProfileCard .card-body {
  position: absolute;
  bottom: 0;
  background: linear-gradient(45deg, black, transparent);
  width: 100%;
}
.idecProfileCard .card-body h4 {
  font-weight: 600;
  color: #ffffff;
}
.idecProfileCard .card-body p {
  margin-bottom: 0;
  color: #ffffff;
}
.idecProfileCard:hover img {
  transition: 0.3s linear;
  transform: scale(1.1);
}

.idecProfileModal .socialLink {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.idecProfileModal .socialLink i {
  font-size: 1.5rem;
  color: #004ca4;
}

.mentorCardSection {
  position: relative;
  margin-bottom: 7rem;
}
.mentorCardSection .mentorCard {
  width: 40%;
  height: 10rem;
  background: #001d3e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mentorCardSection .mentorCard h3 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 800;
}
@media (max-width: 991px) {
  .mentorCardSection .mentorCard {
    width: 100%;
    position: relative;
  }
}
.mentorCardSection .name {
  width: 25%;
  position: absolute;
  top: 50%;
  left: 30%;
  background: linear-gradient(#004ca4, #001d3e);
  padding: 1rem;
  border: 5px solid white;
}
.mentorCardSection .name img {
  width: 50px;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}
.mentorCardSection .name h3 {
  font-weight: 800;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
}
.mentorCardSection .name + .name {
  left: 55%;
}
@media (max-width: 991px) {
  .mentorCardSection .name {
    width: 100%;
    position: unset;
  }
}

.coming-soon {
  padding: 7rem 0;
}
.coming-soon img {
  margin: auto;
  display: block;
  border-bottom: 1px solid #004ca4;
  margin-bottom: 1rem;
}
.coming-soon h1 {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  color: #004ca4;
}

.gallery {
  padding: 3rem 0;
}
.gallery .grid-items:nth-child(1) {
  background-color: #dfe19d;
}
.gallery .grid-items:nth-child(2) {
  background-color: #a44aba;
}
.gallery .grid-items:nth-child(3) {
  background-color: #abedc6;
}
.gallery .grid-items:nth-child(4) {
  background-color: #a42d41;
}
.gallery .grid-items:nth-child(5) {
  background-color: #a592c4;
}
.gallery .grid-items:nth-child(6) {
  background-color: #4ea679;
}
.gallery .grid-items:nth-child(7) {
  background-color: #ca9d63;
}
.gallery .grid-items:nth-child(8) {
  background-color: #e0bec4;
}
.gallery .grid-items:nth-child(9) {
  background-color: #3859bc;
}
.gallery .grid-items:nth-child(10) {
  background-color: #cdda81;
}
.gallery .grid-items:nth-child(11) {
  background-color: #956337;
}
.gallery .grid-items:nth-child(12) {
  background-color: #6ac886;
}
.gallery .grid-items:nth-child(13) {
  background-color: #ebebdb;
}
.gallery .grid-items:nth-child(14) {
  background-color: #acd2ad;
}
.gallery .grid-items:nth-child(15) {
  background-color: #dba8e1;
}
.gallery .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 8px 8px;
  grid-auto-flow: dense;
  justify-items: stretch;
  align-items: stretch;
}
.gallery .grid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .horizontal {
  grid-column: auto/span 2;
}
.gallery .vertical {
  grid-row: auto/span 2;
}
.gallery .big {
  grid-row: auto/span 2;
  grid-column: auto/span 2;
}

.bg-gradient {
  background: linear-gradient(0deg, #a9d1ff, #e0dcff, #a9d1ff);
}

.cancelationPolicy {
  position: relative;
  margin: 3rem auto;
}
.cancelationPolicy::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background: #b0e7ff;
  border-radius: 10px;
  position: absolute;
  left: -3%;
  top: -6%;
  z-index: 0;
}
.cancelationPolicy .policy {
  padding: 2rem;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 1px #004ca4;
  position: relative;
  z-index: 1;
}
.cancelationPolicy h2 {
  color: #004ca4;
  font-weight: 800;
}

.pdfCard {
  padding: 1rem;
  border: 1px dashed #004ca5;
  background: #e8f2ff;
  transition: 0.3s all;
  margin-bottom: 1rem;
}
.pdfCard img {
  width: 45px;
  display: block;
  margin-bottom: 0.5rem;
}
.pdfCard h4 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #004ca5;
  line-height: normal;
  margin-bottom: 5px;
}
.pdfCard a {
  color: #474747;
  line-height: normal;
  margin-bottom: 0;
  font-size: 1rem;
}
.pdfCard:hover {
  background: #69acf9;
}
.pdfCard:hover img {
  transform: scale(90%);
  transition: 0.3s all;
}
.pdfCard:hover h4,
.pdfCard:hover a {
  transform: scale(95%);
  transition: 0.3s all;
}

.caotactCard {
  padding: 2rem 0 0;
}
.caotactCard .sub-heading-bg {
  padding: 1rem 0;
}
.caotactCard .sub-heading-bg .sub-heading {
  font-size: 28px;
  margin-bottom: 0;
}
.caotactCard h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004ca4;
}
.caotactCard .card {
  padding: 1rem;
  box-shadow: 0 0 5px lightgray;
  gap: 20px;
  margin: 2rem auto;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.caotactCard .card img {
  width: 16px;
  margin-right: 5px;
}
.caotactCard .card .profile {
  width: 100px;
  height: 100px;
}
.caotactCard .card p {
  font-size: 1rem;
  font-weight: 700;
  color: #252525;
}
.caotactCard .card a {
  display: block;
  color: #004ca4;
  text-decoration: none;
}

footer {
  background: linear-gradient(#004ca4, #001d3e);
  padding: 4rem 0 1rem;
  color: #ffffff;
}
footer .footer-logo {
  width: 250px;
}
footer h4 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
footer p {
  color: #ffffff;
}
footer .address {
  display: inline-flex;
}
footer .contatcIcon {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(0%) hue-rotate(297deg) brightness(103%) contrast(102%);
  margin-top: 3px;
  margin-right: 10px;
}
footer .social-media a {
  border-radius: 50%;
  color: #004ca4;
  margin-left: 5px;
}
footer .social-media a img {
  width: 30px;
  height: 30px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer ul {
  padding-left: 1rem;
  list-style: disc;
  lighting-color: #ffffff;
  color: #ffffff;
}
footer ul li {
  margin-bottom: 4px;
}
footer ul li::marker {
  color: #ffffff;
  font-size: 1.5rem;
}
@media (max-width: 769px) {
  footer h4 {
    margin-top: 1rem;
  }
}

.bottom-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-strip p {
  margin-bottom: 0;
}
.bottom-strip a {
  text-decoration: none;
}
.bottom-strip a span .i_name {
  color: #f99108;
  font-family: "Kite One", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.bottom-strip a span .n_name {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.bottom-strip a span .i_name {
  color: #f99108;
  font-family: "Kite One", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.bottom-strip a span .n_name {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.bottom-strip a span .i_name {
  color: #f99108;
  font-family: "Kite One", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}