/*
*  Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  scroll-behavior: smooth;
}
section,
h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: 200px;
}
@media (min-width: 992px) {
  section,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    scroll-margin-top: 160px;
  }
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: black;
}

* {
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Crimson Pro", sans-serif;
}
p,
a {
  margin: 0px;
  line-height: 30px;
}
.row {
  row-gap: 30px;
}
.text-white * {
  color: white;
}
.text-primary {
  color: #0057a2 !important;
}
.text-justify {
  text-align: justify;
}
.row {
  row-gap: 30px;
}

header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  /*border-top: 8px solid #0057A2;*/
  /*padding-top: 17px;*/
}
header.fix,
header.inner {
  position: fixed;
  top: 0;
  z-index: 99999999;
  background-color: #fff;
  width: 100%;
  left: 0;
  animation: smoothScroll 1s forwards;
  box-shadow: 1px -1px 7px #000;
}
header.fix *,
header.inner * {
  color: black !important;
}
header.fix .hamburger-box,
header.inner .hamburger-box {
  filter: invert(0) !important;
}
header .hamburger-box {
  filter: invert(1) !important;
}

div.sub-banner {
  height: 400px;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
}
section#main-page {
  position: relative;
}
/*

   Styles for animated modal
   =========================

*/

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;

  transform: translateY(-50px);
  transition: all 0.7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;

  transition-property: transform, opacity;
  transition-duration: 0.4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: 0.1s;
  font-family: "Inria Serif";
  font-weight: 800;
  font-size: 23px;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.3s;
  font-family: "Inria Serif";
}

button.fancybox-close-small:after {
  content: "\F628";
  font-family: bootstrap-icons !important;
  color: #0057a2;
}
/************** menu **************/

.dropdown-menu-lg-end:hover ul.dropdown-menu {
  display: block;
}
nav#site-nav {
  padding: 0;
}
.dropdown-menu-start a:hover ul.dropdown-menu,
.dropdown-menu-start a:focus ul.dropdown-menu {
  display: block !important;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}
/* Pagination */
.dropdown-item.active,
.dropdown-item:active {
  color: #0057a2 !important;
  text-decoration: none !important;
  background-color: #fff !important;
}

ul.page-numbers {
  padding-left: 0px;
}
ul.page-numbers li {
  float: left;
  height: 35px;
  width: 35px;
  list-style: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
ul.page-numbers li span.current {
  color: #000;
  font-size: 16px;
}
.content-img img {
  width: 100%;
  height: auto;
}
/* 404 error */
.error img {
  position: relative;
  margin: 0 auto;
}
.back-home-wrap p {
  font-size: 21px;
  margin-top: 50px;
}
.back-home-wrap {
  text-align: center;
  left: 0;
  right: 0;
}
.error {
  height: 400px;
}
.back-home {
  margin-top: 14px;
  border-radius: 0;
}

#go-top {
  cursor: pointer;
  border-radius: 1000px;
  background-color: #0057a2;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 999;
}

/* Breadcrumb */

#ns_breadcrumb {
  list-style-type: none;
  display: inline-block;
}
#ns_breadcrumb li {
  display: inline-block;
}
.ns_breadcrumb {
  list-style: none;
  padding: 0;
}
ol.breadcrumb.ns-bcr {
  background-color: transparent;
  padding-left: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.ns_breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: hsl(0deg 0% 100%);
}

.ns_breadcrumb li a {
  display: block;
  padding: 0 40px 0 0px;
  color: hsl(0deg 0% 100%);
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}

.ns_breadcrumb li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;

  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;

  position: absolute;
  right: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
  -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
  -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
  transform: rotateZ(45deg) skew(10deg, 10deg);
}

.ns_breadcrumb li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
  transform: rotateZ(45deg) skew(-10deg, -10deg);
}
/*.sub-banner:before {
    position: absolute;
    background: #000;
    width: 100%;
    height: 300px;
    bottom: 0;
    content: '';
    opacity: 0.6;
   
}
.sub-banner{
    position: relative;
    
}*/

.sub-banner li.breadcrumb-item a {
  color: #3fb385;
}
.sub-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #3fb385;
}
.sub-banner li.breadcrumb-item {
  color: #fff;
}
.page-meta {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
/***************** Home Page ****************/

.splide__slide__content {
  position: absolute;

  top: 50%;

  color: #fff;

  left: 0;

  right: 0;

  width: 100%;
}

.splide__slide__content h2.wp-block-heading {
  font-weight: 700;

  text-align: center;

  color: #fff;
}

.splide__slide__content p {
  line-height: 30px;

  font-weight: 400;

  text-align: center;
}

/********************** Media Query ********************/

/* .xs = | Extra Small devices only (portrait phones) less than 576px --*/
@media (max-width: 575.98px) {
}
/* .sm > | Small devices and up (landscape, phones) 576px and up */
@media (min-width: 576px) {
}
/* .sm < | Small devices and down (landscape, phones) less than 768px */
@media (max-width: 767.98px) {
}
/* .sm = | Small devices only (landscape, phones) upper 576px and less than 768px ---*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* .md > | Medium devices and up (tablets) 768px and up */
@media (min-width: 768px) {
}
/* .md < | Medium devices and down (tablets) less than 992px */
@media (max-width: 991.98px) {
}
/* .md = | Medium devices only (tablets) upper 768px and less than 992px */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* .lg > | Large devices and up (desktops) 992px and up */
@media (min-width: 992px) {
}
/* .lg < | Large devices and down (desktops) less than 1200px */
@media (min-width: 1199.98px) {
}
/* .lg = | Large devices only (desktops) upper 992px and less than 1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* .xl = | Large devices only (desktops, TV) 1200px and up */
@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
}

/* Between <> .sm-lg, .sm-xl, .md-xl */
/* .sm <> .lg | From Small to Large devices only (landscape, phones, tablet, desktops) upper 576px and less than 1200px */
@media (min-width: 576px) and (max-width: 991.98px) {
}
/* .sm <> .xl | From Small to Extra Large devices only (landscape, phones, tablet, desktops, TV) upper 576px and less than 1200px ---*/
@media (min-width: 576px) and (max-width: 1199.98px) {
}
/* .md <> .xl | From Medium to Extra Large devices only (tablet, desktops, TV) upper 768px and less than 1200px */
@media (min-width: 768px) and (max-width: 1199.98px) {
}

@media only screen and (max-width: 500px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

/************ Header ************/
header {
  padding: 20px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.web_logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.web_logo h1 {
  font-size: 18px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.web_logo img {
  width: 100%;
  max-width: 100px;
}
@media (min-width: 992px) {
  .web_logo {
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
}

.nav-link {
  color: white !important;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 10px;
}
.nav-link:hover,
.nav-link.active,
.nav-link:focus,
.nav-link:focus-visible {
  background-color: white;
  color: #0057a2 !important;
}

.inner_banner {
  background-image: url("/wp-content/themes/ns-ibec/images/inner_banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}
@media (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000000;
  }
  .inner_banner {
    min-height: 400px;
  }
}
.page_breadcrumb {
  position: absolute;
  /* top: 60%; */
  /* left: 50%; */
  /* transform: translate(-50%, 50%); */
  z-index: 1000;
  inset: 0;
  background-color: #0057a250;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page_breadcrumb * {
  color: white !important;
  font-size: 14px;
}
.page_breadcrumb .breadcrumb_div {
  transform: translateY(90px);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
  content: ">" !important;
}
.page_breadcrumb .breadcrumb-item.active {
  color: white;
}
.breadcrumb_title {
  font-size: 26px;
  text-wrap: nowrap;
  width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 34px;
}
.breadcrumb_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .page_breadcrumb * {
    color: white !important;
    font-size: 16px;
  }
  .page_breadcrumb .breadcrumb_div {
    transform: translateY(50px);
  }
  .breadcrumb_title {
    font-size: 30px;
    line-height: 50px;
    width: 100%;
  }
}

.page_head {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.page_sub_head {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .page_head {
    font-size: 36px;
  }
  .page_sub_head {
    font-size: 28px;
  }
}

.menu_button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 80px !important;
  transform: translateY(-50%);
}

/************ Header ************/

/************ Home ************/
.home_slider {
  background-color: #0057a2;
  min-height: 300px;
  position: relative;
}
.home_slider_div {
  width: 90%;
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  transform: translate(-50%, 50%);
  top: auto;
  left: 50%;
  right: 50%;
  bottom: 0;
}
.home_slider_div_content {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.home_slider_div_content h1 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}
.read_more_btn {
  background-color: #0057a2;
  padding: 10px 20px;
  border-radius: 10px;
  width: fit-content;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.read_more_btn * {
  color: white;
}
.read_more_btn:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .home_slider {
    min-height: 350px;
  }
}

@media (min-width: 992px) {
  .home_slider {
    min-height: 350px;
  }
  .home_slider_div_content h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .home_slider {
    min-height: 400px;
  }
  .home_slider_div_content h1 {
    font-size: 44px;
  }
}
@media (min-width: 1400px) {
  .home_slider {
    min-height: 450px;
  }
  .home_slider_div_content h1 {
    font-size: 44px;
  }
}
@media (min-width: 1600px) {
  .home_slider {
    min-height: 550px;
  }
  .home_slider_div_content h1 {
    font-size: 44px;
  }
}
div#n2-ss-2 .n2-ss-slider-4 {
  background-color: #00000090 !important;
}

.home_about {
  margin-top: 100px;
}
.home_about_image_container {
  position: relative;
  width: 70%;
  max-width: 550px;
}
.home_about_image {
  width: 100%;
  border-radius: 30px;
}
.home_about_wing_middle {
  width: 100%;
}
.home_about_wing_left,
.home_about_wing_right {
  max-width: 80px;
}
.home_about_wing_left,
.home_about_wing_middle,
.home_about_wing_right {
  position: absolute;
  z-index: -1;
}
.home_about_wing_left {
  left: -25%;
  bottom: 0px;
  transform: translateY(10%);
}
.home_about_wing_middle {
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: translateY(50%);
}
.home_about_wing_right {
  right: -25%;
  bottom: 0px;
  transform: translateY(10%);
}
.home_about_head {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
}
.home_about_para {
  font-size: 15px;
  text-align: justify;
  line-height: 34px;
}

@media (min-width: 768px) {
  .home_about {
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  .home_about {
    margin-top: 200px;
  }
  .home_about_wing_left {
    left: -15%;
  }
  .home_about_wing_right {
    right: -15%;
  }
  .home_about_head {
    font-size: 44px;
  }
  .home_about_para {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .home_about {
    margin-top: 250px;
  }
}
@media (min-width: 1400px) {
  .home_about {
    margin-top: 300px;
  }
}
@media (min-width: 1600px) {
  .home_about {
    margin-top: 350px;
  }
}

.home_higher_edu_img {
  border-radius: 30px;
  width: 100%;
}
.home_higher_edu_div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home_higher_edu_div_head {
  color: #6b6b6b;
  font-weight: 600;
  font-size: 28px;
}
.home_higher_edu_div_para {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  line-height: 34px;
}

.home_basic_edu_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home_basic_edu_div {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.home_basic_edu_div img {
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
.home_basic_edu_text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1e1e1e00 65.72%, #1e1e1e99 85.55%);
  display: flex;
  justify-content: center;
  align-items: end;
}
.home_basic_edu_text div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.home_basic_edu_div:hover img {
  scale: 1.05;
}

@media (min-width: 992px) {
  /* .home_higher_edu_div {
    max-width: 500px;
  } */
  .home_basic_edu_container {
    flex-direction: row;
  }
}

.home_other_program_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home_other_program_img {
  border-radius: 30px;
  width: 100%;
}
.home_other_program_div svg {
  margin-top: -20px;
}

.home_human_assist_card {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition: 0.3s;
  min-height: 200px;
}
.home_human_assist_img {
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
.home_human_assist_card_text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00385600 39.97%, #003856b3 100%);
  display: flex;
  justify-content: start;
  align-items: end;
}
.home_human_assist_card_text div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: start;
  align-items: start;
  padding: 20px;
}
.home_human_assist_card:hover .home_human_assist_img {
  scale: 1.05;
}

.home_news_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home_news_card_img {
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}
.home_news_title {
  font-weight: 400;
  font-size: 20px;
}
.home_news_card_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-xs {
  font-size: 12px;
}
@media (min-width: 992px) {
  .home_news_title {
    font-size: 24px;
  }
}
/************ Home ************/

/************ About Us ************/

.about_detail_head {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .about_detail_head {
    font-size: 32px;
  }
}

.vision_mission {
  margin-bottom: 50px;
}
.vm_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  padding: 15px;
  background-color: #ffffff;
  transition: 0.3s;
  height: 100%;
  border-top: 5px solid #0057a2;
  box-shadow: #00000026 0px 5px 5px 0px;
}
.vm_box:hover {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}
.vm_img {
  width: 75px;
  aspect-ratio: 1/1;
  background-color: #0057a2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vm_img img {
  width: 100%;
  max-width: 35px;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .vm_box {
    padding: 25px;
    gap: 35px;
    max-width: 550px;
  }
}

.values_grid {
  margin-top: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  align-items: stretch;
  grid-auto-rows: 1fr;
}
.value_box {
  padding: 40px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  min-height: 0;
  transition: transform 0.18s ease;
  border-top: 5px solid #0057a2;
  box-shadow: #00000026 0px 5px 5px 0px;
}

@media (min-width: 768px) {
  .values_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .values_grid > .value_box:nth-child(2n) {
    transform: translateY(20px);
  }
}
@media (min-width: 1200px) {
  .values_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .values_grid > .value_box {
    transform: none;
  }
  .values_grid > .value_box:nth-child(3n + 2) {
    transform: translateY(30px);
  }
}

.org_img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

/************ About Us ************/

/************ Academic ************/
.academic_card {
  background-color: #fff;
  box-shadow: #00000026 0px 5px 5px 0px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.academic_img {
  width: 100%;
  aspect-ratio: 4/2.5;
  overflow: hidden;
  min-height: 140px;
}
.academic_img img {
  width: 100%;
  aspect-ratio: 4/2.5;
  object-fit: cover;
  transition: 0.3s;
  min-height: 140px;
}
.academic_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px;
}
.academic_div p {
  text-align: justify;
}
.academic_card:hover .academic_img img {
  scale: 1.04;
}
.academic_card:hover {
  background-color: #0057a2;
}
.academic_card:hover * {
  color: white;
}
.academic_card_title {
  font-size: 20px;
  text-align: center;
  height: 50px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .academic_card_title {
    font-size: 22px;
    height: 60px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .academic_card_title {
    font-size: 24px;
    height: 60px;
  }
  .academic_div {
    padding: 20px;
    gap: 20px;
  }
  .academic_card {
    border-radius: 30px;
  }
}

.academic_inner_title_div {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid black;
}
.academic_inner_title {
  font-size: 24px;
  font-style: italic;
  color: #0057a2;
}
.academic_inner_img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px #00000040;
}
.text-gray-all * {
  color: #717182;
}
.academic_ongoing_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  border: 1px solid #49585d;
  padding: 40px 25px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 #0000000d;
  transition: 0.3s;
  height: 100%;
}
.academic_ongoing_card:hover {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}
.academic_ongoing_card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.academic_ongoing_card p {
  font-size: 14px;
  color: #49585d;
  text-align: justify;
}

@media (min-width: 768px) {
  .academic_inner_title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  /* .academic_inner_title {
    font-size: 40px;
  } */
  .academic_inner_title_div {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
  .academic_inner_img {
    border-radius: 25px;
  }
  .academic_ongoing_card h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .academic_ongoing_card p {
    font-size: 16px;
  }
}

/************ Academic ************/

/************ News ************/

.news_card {
  border-radius: 30px;
  box-shadow: #00000026 0px 5px 5px 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news_img {
  aspect-ratio: 1/1;
  width: 100%;
}
.news_img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s;
}
.news_div {
  flex: 1;
  padding: 35px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.news_date {
  background-color: #0057a2;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: #0000003d 0px 3px 8px;
  padding: 8px 30px;
  border-radius: 0 0 0 20px;
  font-size: 12px;
}
.news_date * {
  color: white !important;
}

.new_detail_cover {
  width: 100%;
  aspect-ratio: 4/2;
  border-radius: 10px;
  object-fit: cover;
  border-radius: 20px;
}
.new_sub_title {
  font-weight: 600;
  font-size: 18px;
}
.other_news_div {
  background-color: #f1f2f3;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  position: sticky;
  top: 130px;
}
.other_new_cover {
  max-width: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.other_new {
  background-color: #c7c7c733;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.other_new_title {
  padding-right: 15px;
  color: #000;
  transition: 0.3s;
}
.other_new:hover .other_new_title {
  color: #f99935;
}
.new_list_img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #1987541f;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .news_card {
    flex-direction: row;
  }
  .news_img {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .news_content {
    padding: 15px;
  }
  .new_sub_title {
    font-weight: 600;
    font-size: 28px;
  }
}

/************ News ************/

/************ Contact Us ************/

.contact_us_connect_div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #eefdfe;
  padding: 20px;
  border-radius: 20px;
  box-shadow: #00000026 0px 5px 5px 0px;
}
.contact_us_connect_inner_div {
  background-color: #fff;
  flex-direction: column;
  padding: 13px;
  display: flex;
  gap: 13px;
  align-items: start;
  justify-content: start;
  border-radius: 20px;
}
.contact_us_connect_inner_div a {
  word-break: break-all;
}
.contact_us_connect_inner_icon {
  background-color: #0057a2;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.contact_us_form_container {
  padding: 30px 15px;
  border-top: 5px solid #0057a2;
  border-radius: 20px;
  box-shadow: #00000026 0px 5px 5px 0px;
  overflow: hidden;
}
.contact_us_form_title {
  font-size: 20px;
  font-weight: 600;
}
.contact_us_form {
  row-gap: 20px;
}
.input_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_us_input {
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  background: #ddd;
}
.contact_us_input:focus,
.contact_us_input:focus-visible,
.contact_us_input:active {
  border: none;
  outline: none;
}
.submit_btn {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #0057a2;
  color: white;
  border: none;
  outline: none;
}
.contact_map {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  box-shadow: #00000026 0px 5px 5px 0px;
}
/* @media (min-width: 768px) {
  .contact_us_connect_div {
    flex-direction: row;
  }
} */
@media (min-width: 992px) {
  .contact_map {
    height: 400px;
    border-radius: 30px;
  }
  .contact_us_connect_div {
    padding: 30px;
    border-radius: 30px;
    flex-direction: column;
  }
  .contact_us_connect_inner_div {
    padding: 20px;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  .contact_us_form_container {
    padding: 45px 25px;
    border-radius: 30px;
  }
  .contact_us_form_title {
    font-size: 36px;
  }
}

/************ Contact Us ************/

/************ Footer ************/
footer {
  background-color: #0057a2;
}
footer * {
  color: white;
}
.footer {
  padding: 50px 15px;
}
.footer_contact {
  width: 100px;
}
.footer_contact_label {
  text-wrap: nowrap;
}
footer a:hover {
  color: #ffffffaa;
}
.footer_copy_div {
  padding: 15px;
  border-top: 1px solid white;
}

/************ Footer ************/

.gallery_item {
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: 0.3s;
  display: block;
  border-radius: 20px;
}
.gallery_item a {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
}
.gallery_item:hover a {
  scale: 1.05;
}
