@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.section_space {
  padding: 60px 0px;
}

.section_space_top {
  padding-top: 60px;
}

.section_space_bottom {
  padding-bottom: 60px;
}

.ic-section-header-space {
  margin-bottom: 60px;
}

.section_heading {
  margin-bottom: 40px !important;
}

.ic-content-space {
  margin-bottom: 30px;
}

.ic-content-space-small {
  margin-bottom: 18px;
}

.ic-content-space-extra-small {
  margin-bottom: 15px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mbb-30 {
  margin-bottom: 30px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ic-pos-rel {
  position: relative;
}

.ic-over-hi {
  overflow: hidden;
}

.ic-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ic-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
}
.ic-social a i {
  font-size: 14px;
  color: #fff;
}
.ic-social a:last-of-type {
  margin-right: 0px;
}
.ic-social a:hover {
  background-color: #333;
}

.ic-social-secondary a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ic-social-secondary a i {
  font-size: 16px;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: #00bf01;
  border-radius: 5px;
}

h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

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

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/**Font Size & Font Family**/
h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h5,
h6 {
  margin: 0px;
  text-transform: capitalize;
  font-family: "Inria Serif", serif;
}

h1, h1 span {
  font-size: 72px;
  line-height: 110%;
}
h2, h2 span {
  font-size: 48px;
  line-height: 120%;
}
h3, h3 span {
  font-size: 32px;
  line-height: 130%;
}
@media only screen and (max-width: 1399.98px) {
  h3, h3 span {
    font-size: 28px;
  }
}
.sub-1 {
  font-size: 24px;
  line-height: 130%;
}

.sub-2 {
  font-size: 20px;
  line-height: 140%;
}

.sub-3 {
  font-size: 16px;
  line-height: 120%;
}

p,
a,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}

.body-2 {
  font-size: 14px;
  line-height: 140%;
}

.body-3 {
  font-size: 12px;
  line-height: 140%;
}

.breadcrumb_wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 250px 0px 100px 0px;
}
.breadcrumb_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(6, 56, 41, 0) 0%, rgba(6, 56, 41, 0.95) 100%);
}

.breadcrumb_content {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.breadcrumb_content h1, .breadcrumb_content h1 span, h1 .breadcrumb_content span {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}
.breadcrumb_content .sub_title {
  color: #fff;
  background-color: #00bf01;
  display: inline-block;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  height: 45px;
}
.ic-btn {
  height: 50px;
  padding: 0px 20px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.banner_area {
  position: relative;
}

.banner_slider_item {
  position: relative;
  padding: 250px 0px 200px 0px;
  min-height: 100vh;
}
.banner_slider_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(89.99deg, rgba(6, 56, 41, 0.95) 15.05%, rgba(6, 56, 41, 0) 88.1%);
}

.banner_slider_item.slick-active .banner_slider_img {
  transform: scale(1.5);
}

.banner_slider_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: all 7s linear;
}

.banner_slider_content {
  position: relative;
  z-index: 9;
  max-width: 850px;
}
.banner_slider_content h1, .banner_slider_content h1 span, h1 .banner_slider_content span {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  transform: translateY(80px);
  opacity: 0;
  visibility: hidden;
}
.banner_slider_content p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  transform: translateY(80px);
  opacity: 0;
  visibility: hidden;
}
.banner_slider_content .banner_btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  color: #fff;
  background-color: #00bf01;
  border-radius: 14px;
  font-weight: 500;
  transform: translateY(80px);
  opacity: 0;
  visibility: hidden;
}

.banner_slider_item.slick-active .banner_slider_content h1, .banner_slider_item.slick-active .banner_slider_content h1 span, h1 .banner_slider_item.slick-active .banner_slider_content span {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 700ms ease;
  transition-delay: 800ms;
}
.banner_slider_item.slick-active .banner_slider_content p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 700ms ease;
  transition-delay: 1300ms;
}
.banner_slider_item.slick-active .banner_slider_content .banner_btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 700ms ease;
  transition-delay: 1600ms;
}

.mr_footer_top {
  background-color: #0e3d30;
  padding: 40px 0px;
}

.mr_footer_contact {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.mr_footer_contact_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 60px;
  position: relative;
}
.mr_footer_contact_item::after {
  content: "";
  width: 3px;
  height: 65%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mr_footer_contact_item:first-child {
  padding-left: 0px;
}
.mr_footer_contact_item:first-child::after {
  display: none;
}
.mr_footer_contact_item:last-child {
  padding-right: 0px;
}
.mr_footer_contact_item p {
  color: #b3b3b3;
  margin-bottom: 5px;
}
.mr_footer_contact_item a {
  color: #fff;
}

.mr_footer_main {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(3.9px);
  border-radius: 27px;
  padding: 30px 40px;
}

.mr_footer_left p {
  color: #fff;
  margin: 20px 0px 30px 0px;
}

.footer_social h4 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
.footer_social ul {
  display: flex;
  gap: 10px;
}

.mr_footer_link {
  margin-top: 40px;
}
.mr_footer_link h4 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
}
.mr_footer_link li {
  margin-bottom: 10px;
}
.mr_footer_link li a {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}
.mr_footer_link li a:hover {
  color: #00bf01;
}

.mr_footer_copyright {
  background-color: #fff;
  text-align: center;
  padding: 25px 0px;
}
.mr_footer_copyright p {
  color: #000;
  font-weight: 500;
}

.back_to_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #00bf01;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  font-size: 24px;
}
.back_to_top:hover {
  background-color: rgb(0, 140, 0.7329842932);
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.main-header.sticky {
  position: fixed;
  background: #00bf01;
  transition: background-color 0.3s ease-in-out;
}
.main-header.sticky .Header_top_bar {
  display: none;
}
.main-header.sticky .header_main_logo {
  width: 80px;
  margin-top: 0px;
}
.main-header.sticky .header_nav_bar nav ul .logo {
  width: 80px;
}
.main-header.sticky .header_nav_bar nav ul .logo img {
  top: -40px;
  left: 0;
  width: 80px;
}

.Header_top_bar {
  display: flex;
  justify-content: center;
  background: transparent;
  color: #fff;
  padding: 20px 0px 0px 0px;
  font-size: 14px;
  gap: 120px;
}
.Header_top_bar .header_top_bar_left {
  width: 50%;
  text-align: right;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  position: relative;
}
.Header_top_bar .header_top_bar_left::after {
  content: "";
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
  background-color: #fff;
}
.Header_top_bar .header_top_bar_left ul {
  justify-content: flex-end;
}
.Header_top_bar .header_top_bar_right {
  width: 50%;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  position: relative;
}
.Header_top_bar .header_top_bar_right::after {
  content: "";
  position: absolute;
  bottom: -62px;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
  background-color: #fff;
}
.Header_top_bar .header_top_bar_right ul {
  justify-content: flex-start;
}
.Header_top_bar ul {
  display: flex;
}
.Header_top_bar li {
  position: relative;
}
.Header_top_bar li::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.Header_top_bar li:last-child::after {
  display: none;
}
.Header_top_bar li:hover > .top_dropdown_menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  display: block;
}
.Header_top_bar li a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  font-size: 15px;
}
.Header_top_bar li a:hover .top_dropdown_menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  display: block;
}
.Header_top_bar .links span {
  margin: 0 4px;
  color: #ccc;
}

.top_dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 150px;
  transform: scaleY(0.5);
  display: block !important;
  transform-origin: top;
}
.top_dropdown_menu.nested_dropdown_menu {
  left: 100%;
  top: 0;
}
.top_dropdown_menu li {
  padding: 8px 20px;
  border-bottom: #f2f2f2 1px solid;
}
.top_dropdown_menu li::after {
  display: none;
}
.top_dropdown_menu li:hover {
  background: #00bf01;
}
.top_dropdown_menu li:hover > a {
  color: #fff;
}
.top_dropdown_menu li:last-child {
  border-bottom: none;
}
.top_dropdown_menu li a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  transition: unset !important;
  display: block !important;
}

.header_main_logo {
  margin-top: -20px;
  width: 120px;
}
.header_nav_bar {
  background: transparent;
  padding: 0;
  position: relative;
}
.header_nav_bar .header_main_menu_left {
  width: 50%;
}
.header_nav_bar .header_main_menu_left ul {
  justify-content: flex-end;
}
.header_nav_bar .header_main_menu_right {
  width: 50%;
}
.header_nav_bar .header_main_menu_right ul {
  justify-content: flex-start;
}
.header_nav_bar nav {
  display: flex;
}
.header_nav_bar nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header_nav_bar nav ul li {
  padding: 15px 15px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1399.98px) {
  .header_nav_bar nav ul li {
    padding: 12px 10px;
  }
}
.header_nav_bar nav ul li:hover > .dropdown_menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  display: block;
}
.header_nav_bar nav ul li:hover a {
  color: #fff;
}
.header_nav_bar nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}
.header_nav_bar nav ul li a i {
  font-size: 24px;
}
.header_nav_bar nav ul li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear 0s;
  width: 230px;
  transform: scaleY(0.5);
  display: block;
  transform-origin: top;
}
.header_nav_bar nav ul li .dropdown_menu li {
  padding: 8px 20px;
  border-bottom: #f2f2f2 1px solid;
}
.header_nav_bar nav ul li .dropdown_menu li:hover {
  background: #00bf01;
}
.header_nav_bar nav ul li .dropdown_menu li:hover > a {
  color: #fff;
}
.header_nav_bar nav ul li .dropdown_menu li:last-child {
  border-bottom: none;
}
.header_nav_bar nav ul li .dropdown_menu li a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  transition: unset !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_nav_bar nav ul li .dropdown_menu li a i {
  font-size: 16px;
}
.header_nav_bar nav ul li .nested_dropdown_menu {
  left: 100%;
  top: 0;
}
.header_nav_bar nav ul .logo {
  width: 120px;
  padding: 0px 0px;
  transition: all 0.3s ease-in-out;
}
.header_nav_bar nav ul .logo img {
  position: absolute;
  top: -55px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

/* Preloader styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ecf0f1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.preloader-container {
  text-align: center;
  width: 300px;
}

.book {
  position: relative;
  width: 120px;
  height: 90px;
  margin: 0 auto 30px;
  perspective: 800px;
}
.book__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3498db;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform-origin: left center;
  transform-style: preserve-3d;
  animation: bookOpen 2s infinite ease-in-out;
}
.book__pages {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.book__page {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 0 5px 5px 0;
  transform-origin: left center;
}
.book__page:nth-child(1) {
  animation: pageFlip 1.2s infinite ease-in-out;
  animation-delay: 0.1s;
  z-index: 4;
}
.book__page:nth-child(2) {
  animation: pageFlip 1.4s infinite ease-in-out;
  animation-delay: 0.2s;
  z-index: 3;
}
.book__page:nth-child(3) {
  animation: pageFlip 1.6s infinite ease-in-out;
  animation-delay: 0.3s;
  z-index: 2;
}
.book__page:nth-child(4) {
  animation: pageFlip 1.8s infinite ease-in-out;
  animation-delay: 0.4s;
  z-index: 1;
}
.book__page:nth-child(5) {
  animation: pageFlip 2s infinite ease-in-out;
  animation-delay: 0.5s;
  z-index: 0;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: rgba(44, 62, 80, 0.2);
  border-radius: 4px;
  margin: 20px 0;
  overflow: hidden;
}
.progress-text {
  color: #2c3e50;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}
.progress {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #3498db, #2ecc71);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.school-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.school-icons .icon {
  width: 30px;
  height: 30px;
  opacity: 0;
  animation: iconFade 2s infinite;
}
.school-icons .icon.graduation-cap {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%232c3e50" d="M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 3.41-29.26 10.94-41.37l41.76 12.83v142.43c0 16.46 15.05 29.26 30.87 29.26h17.13c16.09 0 29.26-13.17 29.26-29.26V222.34l101.45 31.17c15.2 4.67 31.6 4.67 46.8 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53-8.76-52.84-3.92-65.59 0l-144.48 44.55V240.2l144.48-44.55c28.53-8.76 52.84-3.92 65.59 0l144.48 44.55v119.44l-144.48-44.55z"/></svg>');
  animation-delay: 0.3s;
}
.school-icons .icon.pencil {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%232c3e50" d="M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"/></svg>');
  animation-delay: 0.6s;
}
.school-icons .icon.globe {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="%232c3e50" d="M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z"/></svg>');
  animation-delay: 0.9s;
}

@keyframes bookOpen {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(-30deg);
  }
}
@keyframes pageFlip {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(-15deg);
  }
}
@keyframes iconFade {
  0%, 100% {
    opacity: 0;
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
.about_area {
  background-color: #f9fafc;
  padding-bottom: 60px !important;
}

.about_item_wrap {
  margin-top: -80px;
}

.about_item {
  background: #fff;
  box-shadow: 0px 8.02506px 22.9287px rgba(19, 19, 19, 0.1);
  border-radius: 27px 27px 0px 0px;
  display: flex;
  gap: 12px;
  padding: 20px 20px;
  border-bottom: 6px solid #00bf01;
  position: relative;
  height: 100%;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1399.98px) {
  .about_item {
    padding: 25px 15px;
  }
}

.about_item .about_icon {
  width: 45px;
  margin: auto;
}

.about_item .about_content {
  flex: 1;
}
.about_item .about_content h3, .about_item .about_content h3 span, h3 .about_item .about_content span {
  color: #0a3c31;
  font-weight: 700;
  font-size: 22px;
}
.about_item .about_content p {
  color: #000;
  font-size: 12px;
}

.message_user img {
  border-radius: 15px;
  margin-bottom: 12px;
}
.message_user h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1399.98px) {
  .message_user h5 {
    font-size: 19px;
  }
}
.message_user p {
  color: #000;
}

.message_content h2, .message_content h2 span, h2 .message_content span {
  color: #0e3e30;
  font-weight: 700;
  margin-bottom: 20px;
}
.message_content p {
  color: #000;
  margin-bottom: 10px;
  text-align: justify;
}
.message_content a {
  color: #00bf01;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.message_slider_arrow {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.message_slider_arrow button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background-color: #00bf01;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease;
}

.about_university_area {
  background-color: #f9fafc;
}

.about_university_video {
  position: relative;
  margin-bottom: 20px;
}
.about_university_video img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  max-height: 350px;
  object-fit: cover;
}
.about_university_video .about_play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_university_video .about_play_icon i {
  font-size: 60px;
  color: #fff;
  transition: all 0.3s ease;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.about_university_img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.about_university_img:hover img {
  transform: scale(1.05);
}
.about_university_img img {
  border-radius: 20px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.about_university_img .about_img_content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(10, 60, 48, 0.8);
  padding: 20px 20px;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
.about_university_img .about_img_content h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.about_university_img .about_img_content p {
  color: #fff;
}

.about_university_right {
  padding-left: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .about_university_right {
    padding-left: 0px;
  }
}
.about_university_right .top_content {
  border-bottom: 2px solid #e7e7e7;
}
.about_university_right .top_content h2, .about_university_right .top_content h2 span, h2 .about_university_right .top_content span {
  font-weight: 700;
  color: #0d3d30;
  margin-bottom: 20px;
}
.about_university_right .top_content p {
  margin-bottom: 20px;
  text-align: justify;
}
.about_university_right .top_content .read_more_btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #00bf01;
}
.about_university_right .about_university_right_info {
  display: flex;
  gap: 10px;
}
.about_university_right .about_university_right_info .icon {
  width: 70px;
}
.about_university_right .about_university_right_info .content {
  flex: 1;
}
.about_university_right .about_university_right_info .content h5 {
  color: #0d3d30;
  font-weight: 700;
  margin-bottom: 5px;
}
.about_university_right .about_university_right_info .content p {
  color: #000;
  text-align: unset;
}
.about_university_right .bottom_content {
  margin-top: 30px;
}
.about_university_right .bottom_content li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about_university_right .bottom_content .icon {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00bf01;
  color: #fff;
  font-size: 20px;
}

.counter_item {
  background: #ffffff;
  box-shadow: 0px 8.02506px 22.9287px rgba(19, 19, 19, 0.1);
  border-radius: 27px 27px 0px 0px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
  border-bottom: 9px solid #00bf01;
}
@media only screen and (max-width: 1399.98px) {
  .counter_item {
    padding: 25px 15px;
  }
}
.counter_item .counter_icon {
  width: 65px;
}
.counter_item .counter_content h2, .counter_item .counter_content h2 span, h2 .counter_item .counter_content span {
  color: #00bf01;
  font-weight: 700;
  margin-bottom: 0px;
}
.counter_item .counter_content p {
  color: #727272;
}

.notice_header {
  text-align: center;
}
.notice_header h2, .notice_header h2 span, h2 .notice_header span {
  font-weight: 700;
  color: #000;
}

.notice_tab_btn {
  margin-bottom: 30px;
}
.notice_tab_btn .nav-tabs {
  border: none;
  gap: 20px;
  justify-content: center;
}
.notice_tab_btn .nav-tabs button {
  border: none;
  background-color: #f1f1f1;
  border-radius: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.notice_tab_btn .nav-tabs button .badge {
  background-color: #fff;
  color: #000;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 400;
}
.notice_tab_btn .nav-tabs button.active {
  background-color: #00bf01;
  color: #fff;
}
.notice_tab_btn .nav-tabs button:hover {
  background-color: #00bf01;
  color: #fff;
}

.notice-table {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}
.notice-table thead {
  background-color: #0e3d30;
  color: white;
}
.notice-table thead th {
  padding: 0.8rem 1rem;
  font-weight: 500;
  border: none;
}
.notice-table tbody tr {
  transition: background-color 0.2s ease;
}
.notice-table tbody tr:nth-child(odd) {
  background-color: #f9fafc;
}
.notice-table tbody tr:hover {
  background-color: #f0f0f0;
}
.notice-table tbody tr th,
.notice-table tbody tr td {
  padding: 0.8rem 1rem;
  vertical-align: middle;
  border-bottom: none;
}
.notice-table tbody .date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #727272;
}
.notice-table tbody .date i {
  color: #008001;
}
.notice-table button {
  background-color: #00bf01;
  color: #fff;
  border: none;
  height: 33px;
  padding: 0 30px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.notice-table button:hover {
  background-color: #00bf01;
  color: #fff;
}
.notice-table .btn-view {
  padding: 0px 16px;
}

.publication_left {
  padding-right: 40px;
}

.publication_heading h2, .publication_heading h2 span, h2 .publication_heading span {
  font-weight: 700;
  color: #0d3d30;
  margin-bottom: 15px;
}
.publication_heading p {
  color: #757575;
  font-size: 18px;
}

.publication_item_wrap {
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  max-height: 650px;
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.publication_item_wrap::-webkit-scrollbar {
  width: 6px;
}
.publication_item_wrap::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 20px;
}
.publication_item_wrap::-webkit-scrollbar-thumb {
  background: #00bf01;
  border-radius: 20px;
}
.publication_item_wrap .publication_item {
  flex: 0 0 50%;
  width: 50%;
  padding: 20px 20px;
  border: 1px solid #e9e9e9;
}
.publication_item_wrap .publication_item h5 {
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.publication_item_wrap .publication_item p {
  color: #616161;
  margin-bottom: 15px;
}
.publication_item_wrap .publication_item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00bf01;
  justify-content: flex-end;
  font-weight: 600;
}

.publication_right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  position: relative;
}
.publication_right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 191, 1, 0.6);
  border-radius: 20px;
}

.publication_right_content {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 40px 40px;
}
.publication_right_content h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.publication_right_content p {
  color: #fff;
  margin-bottom: 20px;
}
.publication_right_content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  color: #0d3d30;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.publication_right_content a:hover {
  background-color: #00bf01;
  color: #fff;
}

.publication_right_img {
  position: relative;
  z-index: 9;
  text-align: center;
}
.publication_right_img:hover img {
  transform: rotate(20deg);
}
.publication_right_img img {
  margin-bottom: -20%;
  transition: all 0.3s ease;
}

.publication_right_slider {
  position: relative;
  z-index: 9;
  padding: 0px 20px;
  padding-bottom: 20px;
}

.publication_slider_item img {
  border-radius: 20px;
  width: 100%;
}

.impact_research_heading {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}
.impact_research_heading h2, .impact_research_heading h2 span, h2 .impact_research_heading span {
  font-weight: 700;
  color: #26375b;
  margin-bottom: 15px;
}
.impact_research_heading p {
  color: #aeb3c0;
}

.impact_research_item {
  position: relative;
  padding: 0px 40px;
}
.impact_research_item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 70%;
  background-color: #00bf01;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.impact_research_item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #d9d9d9;
  right: 0;
  top: 0;
}
.impact_research_item.last_item::after {
  display: none;
}
.impact_research_item.last_item::before {
  display: none;
}
.impact_research_item .title h2, .impact_research_item .title h2 span, h2 .impact_research_item .title span {
  font-weight: 700;
  color: #233459;
  margin-bottom: 15px;
}
.impact_research_item .title h2 .percent, h2 .impact_research_item .title span .percent {
  color: #00bf01;
  font-size: 26px;
  font-weight: 700;
}
.impact_research_item .content {
  margin-bottom: 35px;
}
.impact_research_item .content h5 {
  color: #4d5976;
  margin-bottom: 5px;
}
.impact_research_item .content p {
  color: #acb1be;
}
.impact_research_item .bottom_content .date {
  color: #00bf01;
}
.impact_research_item .bottom_content p {
  color: #5c6884;
}

.faculty_area {
  background-color: #f9fafc;
}

.faculty_tab_btn_wrap {
  text-align: center;
}
.faculty_tab_btn_wrap ul {
  border: none;
  display: inline-flex;
  justify-content: center;
  background-color: #f1f1f1;
  padding: 10px 10px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.faculty_tab_btn_wrap ul .indicator {
  content: "";
  width: 110px;
  height: 34px;
  background: #00bf01;
  position: absolute;
  top: 10px;
  left: 2px;
  z-index: 0;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}
.faculty_tab_btn_wrap ul .nav-link {
  border: none;
  color: #000;
  font-weight: 500;
  border-radius: 4px;
  padding: 5px 15px;
  width: 110px;
  background: transparent !important;
  position: relative;
  z-index: 9;
}
.faculty_tab_btn_wrap ul .nav-link.active {
  color: #fff;
}
.faculty_tab_btn_wrap ul .nav-link1.active ~ .indicator {
  left: 2px;
}
.faculty_tab_btn_wrap ul .nav-link2.active ~ .indicator {
  left: 142px;
}
.faculty_tab_btn_wrap ul .nav-link3.active ~ .indicator {
  left: 282px;
}

.faculty_item_wrapper {
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.faculty_top_wrap {
  margin-bottom: 30px;
}

.faculty_left {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e7e7;
}
.faculty_left h2, .faculty_left h2 span, h2 .faculty_left span {
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.faculty_left p {
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: justify;
}
.faculty_left .read_more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00bf01;
  font-weight: 600;
}
.faculty_left .read_more_btn i {
  font-size: 18px;
}

.faculty_right_item {
  text-align: center;
  padding: 25px 25px;
  background: #ffffff;
  box-shadow: 0px 9.33743px 11.6353px rgba(19, 19, 19, 0.1);
  border-radius: 30px;
}
.faculty_right_item.item_1 {
  background-color: #0d3d30;
}
.faculty_right_item.item_1 h2, .faculty_right_item.item_1 h2 span, h2 .faculty_right_item.item_1 span {
  color: #fff;
}
.faculty_right_item.item_1 .sub_title {
  color: #fff;
}
.faculty_right_item.item_1 p {
  color: #fff;
}
.faculty_right_item.item_2 {
  background-color: #00bf01;
}
.faculty_right_item.item_2 h2, .faculty_right_item.item_2 h2 span, h2 .faculty_right_item.item_2 span {
  color: #fff;
}
.faculty_right_item.item_2 .sub_title {
  color: #fff;
}
.faculty_right_item.item_2 p {
  color: #fff;
}
.faculty_right_item.item_3 {
  background-color: #00bf01;
}
.faculty_right_item.item_3 h2, .faculty_right_item.item_3 h2 span, h2 .faculty_right_item.item_3 span {
  color: #fff;
}
.faculty_right_item.item_3 .sub_title {
  color: #fff;
}
.faculty_right_item.item_3 p {
  color: #fff;
}
.faculty_right_item.item_4 {
  background-color: #0d3d30;
}
.faculty_right_item.item_4 h2, .faculty_right_item.item_4 h2 span, h2 .faculty_right_item.item_4 span {
  color: #fff;
}
.faculty_right_item.item_4 .sub_title {
  color: #fff;
}
.faculty_right_item.item_4 p {
  color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .faculty_right_item {
    padding: 20px 15px;
  }
}
.faculty_right_item h2, .faculty_right_item h2 span, h2 .faculty_right_item span {
  color: #00bf01;
  font-weight: 600;
  margin-bottom: 0px;
}
.faculty_right_item .sub_title {
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
}
.faculty_right_item p {
  color: #727272;
  font-weight: 400;
}

.faculty_department_item {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.faculty_department_item:hover img {
  transform: scale(1.05);
}
.faculty_department_item img {
  border-radius: 20px;
  width: 100%;
  transition: all 0.3s ease;
}
.faculty_department_item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(10, 60, 48, 0.8509803922);
  padding: 10px 15px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.faculty_department_item .content h5 {
  color: #00ff02;
  font-weight: 700;
  margin-bottom: 8px;
}
.faculty_department_item .content p {
  color: #fff;
}
.faculty_department_item .content .info_item .counter {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.faculty_department_item .content .info_item h6 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.faculty_department_item .content .info_item p {
  font-size: 13px;
}
@media only screen and (max-width: 1399.98px) {
  .faculty_department_item .content .info_item p {
    font-size: 12px;
  }
}

.blog_item {
  transition: all 0.3s ease;
}
.blog_item:hover {
  transform: translateY(-5px);
}
.blog_item:hover img {
  transform: scale(1.05);
}

.blog_item_img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog_item_img img {
  border-radius: 20px;
  width: 100%;
  transition: all 0.3s ease;
}

.blog_item_content {
  padding: 20px 0px;
}
.blog_item_content h5 {
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog_item_content p {
  color: #9e9ea0;
  margin-bottom: 15px;
}
.blog_item_content .date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #727272;
  margin-bottom: 10px;
}
.blog_item_content .date i {
  color: #00bf01;
  font-size: 18px;
}
.blog_item_content .read_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00bf01;
  font-weight: 600;
}
.blog_item_content .read_more i {
  font-size: 18px;
}

.farming_area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.farming_header {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.farming_header h3, .farming_header h3 span, h3 .farming_header span {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.farming_header p {
  color: #fff;
}

.farming_item_wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.farming_item {
  background-color: #fff;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  height: 100%;
  border-radius: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .farming_item {
    padding: 15px 15px;
    gap: 15px;
  }
}
.farming_item .icon {
  width: 50px;
}
.farming_item .content {
  flex: 1;
}
.farming_item .content h5 {
  color: #0d3d30;
  margin-bottom: 5px;
  font-weight: 600;
}
.farming_item .content p {
  color: #8e97a2;
}

.achievement_area {
  background-color: #f9fafc;
}

.achievement_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.achievement_header h2, .achievement_header h2 span, h2 .achievement_header span {
  font-weight: 700;
  color: #000;
}
.achievement_header a {
  color: #00bf01;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.achievement_list_wrap {
  margin-bottom: 40px;
}

.blog_list_left {
  position: relative;
}
.blog_list_left img {
  border-radius: 20px;
}
.blog_list_left .left_content {
  background-color: rgba(10, 60, 48, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
.blog_list_left .left_content p {
  color: #fff;
}

.blog_list_right {
  padding-left: 20px;
}
.blog_list_right .date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #727272;
  margin-bottom: 10px;
}
.blog_list_right .date i {
  color: #00bf01;
  font-size: 18px;
}
.blog_list_right h4 {
  color: #000;
  margin-bottom: 15px;
}
.blog_list_right p {
  color: #000;
  margin-bottom: 30px;
}
.blog_list_right .read_more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00bf01;
}

.achievement_item {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 20px 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1399.98px) {
  .achievement_item {
    padding: 15px 15px;
    gap: 15px;
  }
}
.achievement_item:hover {
  box-shadow: 0px 8.02506px 22.9287px rgba(19, 19, 19, 0.1);
  transform: translateY(-5px);
}
.achievement_item:hover img {
  transform: scale(1.05);
}

.achievement_left_img {
  border-radius: 25px;
  width: 250px;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  .achievement_left_img {
    width: 200px;
  }
}
.achievement_left_img img {
  width: 100%;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.achievement_right_content {
  flex: 1;
}
.achievement_right_content .date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #727272;
  margin-bottom: 10px;
}
.achievement_right_content .date i {
  color: #00bf01;
  font-size: 18px;
}
.achievement_right_content h5 {
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
}
.achievement_right_content p {
  color: #9e9ea0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .achievement_right_content p {
    margin-bottom: 15px;
  }
}
.achievement_right_content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00bf01;
  font-weight: 600;
}

.resource_content_item h3, .resource_content_item h3 span, h3 .resource_content_item span {
  font-weight: 700;
  color: #0d3d30;
  margin-bottom: 15px;
}
.resource_content_item p {
  color: #000;
  margin-bottom: 20px;
  text-align: justify;
}
.resource_content_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 20px;
}
.resource_content_item a span {
  font-size: 18px;
  font-weight: 600;
  color: #00bf01;
}

.resouce_item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  max-height: 360px;
}
.resouce_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 60, 48, 0) 47.6%, rgba(0, 29, 22, 0.8) 87.98%);
  border-radius: 20px;
  transition: all 0.3s ease;
}
.resouce_item:hover img {
  transform: scale(1.05);
}
.resouce_item img {
  border-radius: 20px;
  width: 100%;
  transition: all 0.3s ease;
}
.resouce_item .content {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  z-index: 9;
}
.resouce_item .content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0px 16px;
  background-color: #00bf01;
  border-radius: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.3s ease;
  min-width: 225px;
}
.resouce_item .content .btn:hover {
  background-color: #00bf01;
  color: #fff;
}

.map_useful_link {
  background-color: #0e3d30;
  border-radius: 16px;
  padding: 20px 20px;
}
@media only screen and (max-width: 1399.98px) {
  .map_useful_link {
    padding: 15px 15px;
  }
}
.map_useful_link h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.map_useful_link li {
  margin-bottom: 12px;
}
.map_useful_link li:lang-last-child {
  margin-bottom: 0px;
}
.map_useful_link li a {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 18px;
  transition: all 0.3s ease;
}
.map_useful_link li a:hover {
  background-color: #00bf01;
  color: #fff;
}

.map_main {
  height: 100%;
}
.map_main iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 0;
}

.educational_partner_header {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.educational_partner_header h2, .educational_partner_header h2 span, h2 .educational_partner_header span {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.educational_partner_header p {
  color: #616161;
}

.educational_partne_item:hover {
  transform: translateY(-5px);
}
.educational_partne_item:hover img {
  transform: scale(1.05);
}

.educational_partne_item {
  transition: all 0.3s ease;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

.educational_partne_item_inner {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.educational_partne_item img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  transition: all 0.3s ease;
}

.apa_header {
  margin-bottom: 40px;
  text-align: center;
}
.apa_header h2, .apa_header h2 span, h2 .apa_header span {
  font-weight: 700;
  color: #000;
}

.apa_item {
  background-color: #f9fafc;
  border-radius: 0px 0px 14px 14px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}
.apa_item .apa_item_header {
  background-color: #0e3d30;
  border-radius: 14px 14px 0px 0px;
  padding: 18px 18px;
  color: #fff;
}
.apa_item .apa_item_header.header_2 {
  background-color: #075f46;
}
.apa_item .app_item_content {
  display: flex;
  gap: 20px;
  padding: 20px 20px;
  align-items: flex-start;
}
@media max1399 {
  .apa_item .app_item_content {
    padding: 15px 15px;
    gap: 15px;
  }
}
.apa_item .app_item_text li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.apa_item .app_item_text li .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008001;
  color: #fff;
}

.gallery_slider_wrapper .slick-slide {
  padding: 0 10px;
}

.gallery_slider1 {
  margin-bottom: 20px;
}

.gallery_item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.4s ease;
}
.gallery_item:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.gallery_item:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.gallery_item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 15px;
}
.gallery_item img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.gallery_item:hover img {
  transform: scale(1.05);
}
.gallery_item .view_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: rgba(0, 0, 0, 0.6);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  display: none;
}
.gallery_item .view_icon i {
  font-size: 28px;
  color: #fff;
}
.gallery_item:hover .view_icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ic_events_area {
  background: #f9fafc;
}

.events_date_wrap {
  background-color: #00bf01;
  border-radius: 8px 8px 0px 0px;
  position: relative;
}
.events_date_wrap .event_next_prev_week button {
  background: #fff;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.events_date_wrap .event_next_prev_week button:first-child {
  left: -20px;
}
.events_date_wrap .event_next_prev_week button:last-child {
  right: -20px;
}
.events_date_wrap .event_next_prev_week button:hover {
  color: #000;
}
.events_date_wrap ul {
  display: flex;
}
.events_date_wrap ul li {
  flex: 1;
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.events_date_wrap ul li:last-child {
  border-right: none;
}
.events_date_wrap ul li.active, .events_date_wrap ul li:hover {
  background-color: #0e3d30;
  cursor: pointer;
}
.events_date_wrap ul li span {
  font-size: 14px;
}

.event_content_wrap {
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  padding: 40px 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.event_item_wrap {
  position: relative;
}
.event_item_wrap::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #0e3d30;
  position: absolute;
  left: 195px;
  top: 0;
}

.event_item {
  display: flex;
  margin-bottom: 30px;
  gap: 15px;
}
.event_item:last-child {
  margin-bottom: 0px;
}
.event_item:last-child .event_des::after {
  bottom: 0;
  top: unset;
}
.event_item .event_time {
  width: 180px;
  flex: 0 0 180px;
}
.event_item .event_des {
  flex: 1;
  padding-left: 60px;
  position: relative;
}
.event_item .event_des p {
  color: #000;
  transition: all 0.3s;
}
.event_item .event_des p:hover {
  color: #008001;
}
.event_item .event_des::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0e3d30;
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 9;
}
.event_item .event_des p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event_img {
  text-align: right;
}

.organization_tab ul {
  border: none;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
.organization_tab ul button {
  border: none;
  background: #f2f2f2 !important;
  color: #000;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 20px;
  border: none !important;
}
.organization_tab ul button:hover {
  background-color: #00bf01 !important;
  color: #fff !important;
}
.organization_tab ul button.active {
  color: #fff !important;
  background-color: #00bf01 !important;
}

.student_org_item {
  background-color: #f9fafc;
  border-radius: 20px;
  padding: 20px 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.student_org_item .org_img img {
  width: 100%;
}
.student_org_item .content {
  margin-top: 20px;
}

.mou_slider_wrapper .slick-slide {
  padding: 10px 10px;
}

.mou_item_wrap {
  height: 100%;
  min-height: 240px;
}

.mou_item {
  text-align: center;
  padding: 20px 20px;
  background-color: #f9fafc;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mou_item:hover {
  transform: translateY(-5px);
}
.mou_item:hover img {
  transform: scale(1.05);
}
.mou_item img {
  width: 100%;
  max-width: 150px;
  height: auto;
  transition: all 0.3s ease;
  margin: auto;
}
.mou_item h5 {
  color: #000;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.mou_next_prev_btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.mou_next_prev_btn button {
  background: #00bf01;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.mou_next_prev_btn button i {
  font-size: 24px;
  color: #fff;
}

.alumni_area {
  background: #f9fafc;
}

.alumni_item {
  text-align: center;
}
.alumni_item .image img {
  border-radius: 0px 127.5px 127.5px 127.5px;
  width: 255px;
  height: 255px;
}
.alumni_item .alumni_social_wrapper {
  text-align: center;
  margin-top: -30px;
}
.alumni_item .alumni_social {
  background-color: #fff;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0px 8px;
}
.alumni_item .alumni_social a {
  display: inline-flex;
  padding: 5px 8px;
}
.alumni_item .alumni_social a i {
  font-size: 20px;
  color: #777777;
}
.alumni_item .title {
  margin-top: 20px;
}
.alumni_item .title h4 {
  font-weight: 700;
  color: #333;
}

.alumni_heading_wrapper {
  text-align: center;
}
.alumni_heading_wrapper h2, .alumni_heading_wrapper h2 span, h2 .alumni_heading_wrapper span {
  font-weight: 700;
  margin-bottom: 20px;
}
.alumni_heading_wrapper .ic_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00bf01;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.alumni_heading_wrapper .ic_btn:hover {
  background-color: #00bf01;
  color: #fff;
}

.alumni_bottom_wrapper {
  margin-top: 40px;
}

.overview_left_tab {
  background-color: #fff;
  box-shadow: -4px -4px 4px 0 rgba(0, 0, 0, 0.05), 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 28px 20px;
}
.overview_left_tab ul li {
  margin-bottom: 20px;
}
.overview_left_tab ul li:last-child {
  margin-bottom: 0;
}
.overview_left_tab ul a {
  padding: 18px 20px;
  display: block;
  background: #f4f5f6;
  border-radius: 8px;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
  position: relative;
  z-index: 9;
}
.overview_left_tab ul a.active {
  color: #fff;
  background-color: #2f6d59;
}
.overview_left_tab ul a:hover {
  color: #fff;
}
.overview_left_tab ul a:hover::after {
  width: 100%;
  opacity: 1;
}
.overview_left_tab ul a::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  background-color: #2f6d59;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}

.overview_left_quick_link {
  margin-top: 30px;
}
.overview_left_quick_link p {
  color: #8f8d8d;
  font-weight: 600;
  margin-bottom: 15px;
}
.overview_left_quick_link a {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2f6d59;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.overview_left_quick_link a:last-child {
  margin-bottom: 0;
}
.overview_left_quick_link a.contact {
  background-color: #00bf01;
}

.overview_content_right {
  background-color: #fff;
  box-shadow: -4px -4px 4px 0 rgba(0, 0, 0, 0.05), 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 30px;
  overflow: hidden;
  height: 630px;
  overflow-y: auto;
  padding-right: 10px;
}
.overview_content_right::-webkit-scrollbar {
  width: 8px;
}
.overview_content_right::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.overview_content_right::-webkit-scrollbar-thumb {
  background: #00bf01;
  border-radius: 4px;
}
.overview_content_right::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 140, 0.7329842932);
}
.overview_content_right .dean_image {
  float: left;
  width: 280px;
  margin-bottom: 20px;
}
.overview_content_right .dean_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
.overview_content_right .dean_image .image_below_content {
  margin-top: 15px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #00bf01;
}
.overview_content_right .dean_image .image_below_content h5 {
  color: #00bf01;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.overview_content_right .dean_image .image_below_content p {
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.overview_content_right .dean_image .image_below_content p:last-child {
  margin-bottom: 0;
}
.overview_content_right .dean_image .image_below_content .contact_info {
  margin-top: 10px;
}
.overview_content_right .dean_image .image_below_content .contact_info a {
  color: #00bf01;
  text-decoration: none;
  font-weight: 500;
}
.overview_content_right .dean_image .image_below_content .contact_info a:hover {
  text-decoration: underline;
}
.overview_content_right .dean_content h3, .overview_content_right .dean_content h3 span, h3 .overview_content_right .dean_content span {
  color: #4a7c59;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.overview_content_right .dean_content p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}
.overview_content_right .dean_content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .overview_content_right .dean_image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .overview_content_right .dean_content {
    height: auto;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .overview_content_right {
    padding: 20px;
  }
  .overview_content_right .dean_content {
    max-height: 300px;
  }
}

.overview_content_right .dean_image {
  float: left;
  padding-right: 30px;
}
.overview_content_right .dean_content h3, .overview_content_right .dean_content h3 span, h3 .overview_content_right .dean_content span {
  font-weight: 700;
  color: #2f6d59;
}
.overview_content_right .dean_content p {
  margin-bottom: 15px;
}

.overview_section_heading {
  margin-bottom: 40px;
}
.overview_section_heading h4 {
  margin-bottom: 10px;
  color: #000;
}
.overview_section_heading h3, .overview_section_heading h3 span, h3 .overview_section_heading span {
  font-weight: 700;
  color: #2f6d59;
}

.activity_item_inner {
  position: relative;
}
.activity_item_inner::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 80px);
  border-color: #2f6d59;
  border-left-width: 0;
  border-style: dotted;
  border-width: 0px 2px 0px 0px;
  position: absolute;
  left: 45%;
  top: 40px;
}

.activity_item_wrapper {
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
}

.activity_item_left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  width: 45%;
  position: relative;
}
.activity_item_left span {
  width: 55px;
  height: 55px;
  background-color: #2f6d59;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.activity_item_left h4 {
  font-weight: 500;
  color: #000;
  flex: 1;
}

.activity_item_right {
  position: relative;
}
.activity_item_right::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #2f6d59;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -56px;
}
.activity_item_right p {
  color: #000;
}

.our_focus_tab_wrapper ul {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 40px;
}
.our_focus_tab_wrapper ul li {
  border: none;
  width: 25%;
}
.our_focus_tab_wrapper ul li button {
  border: none !important;
  width: 100%;
  border-radius: 4px;
  padding: 20px 0px;
  color: #787777;
  font-size: 20px;
}
.our_focus_tab_wrapper ul li button:hover {
  color: #2f6d59;
}
.our_focus_tab_wrapper ul li button.active {
  background-color: #2f6d59 !important;
  color: #fff !important;
}

.focus_tab_right_content {
  padding-left: 20px;
}
.focus_tab_right_content h2, .focus_tab_right_content h2 span, h2 .focus_tab_right_content span {
  font-weight: 700;
  color: #000;
}
.focus_tab_right_content h2 span, h2 .focus_tab_right_content span span {
  color: #2f6d59;
}
.focus_tab_right_content a {
  background-color: #00bf01;
  color: #fff;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 0px 35px;
}

.focus_tab_left_content {
  border: 1px solid #aeacac;
  padding: 16px;
}

.overview_counter_section {
  background-color: #2f6d59;
  padding: 40px 0px;
}

.overview_counter_item {
  max-width: 200px;
}
.overview_counter_item .icon_counter {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.overview_counter_item .icon_counter h3,
.overview_counter_item .icon_counter span {
  color: #fff;
  font-weight: 700;
}
.overview_counter_item p {
  color: #fff;
}

.overview_news_item {
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}
.overview_news_item .overview_news_img {
  position: relative;
}
.overview_news_item .overview_news_img .tag {
  position: absolute;
  background-color: #2f6d59;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  top: 15px;
  left: 15px;
  font-weight: 400;
}
.overview_news_item .overview_news_img img {
  width: 100%;
  height: auto;
}
.overview_news_item .overview_news_content {
  padding: 20px 20px;
}
.overview_news_item .overview_news_content h4 {
  color: #000;
  margin-bottom: 10px;
}
.overview_news_item .overview_news_content p {
  color: #787777;
  margin-bottom: 15px;
}
.overview_news_item .overview_news_content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2f6d59;
}

.academic_program_item {
  border-radius: 6px;
  background: #ebfff9;
  padding: 25px 25px;
  text-align: center;
  transition: all 0.3s ease;
}
.academic_program_item:hover {
  background-color: #2f6d59;
}
.academic_program_item:hover h4 {
  color: #fff;
}
.academic_program_item:hover p {
  color: #fff;
}
.academic_program_item:hover a {
  background-color: #ffda06;
  color: #000;
}
.academic_program_item .icon span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #00bf01;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.academic_program_item h4 {
  color: #000;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.academic_program_item p {
  color: #323232;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.academic_program_item a {
  height: 40px;
  padding: 0px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background-color: #2f6d59;
  color: #fff;
  transition: all 0.3s ease;
  text-transform: capitalize;
  min-width: 120px;
}

.overview_view_all_btn {
  text-align: right;
}
.overview_view_all_btn a {
  background-color: #2f6d59;
  color: #fff;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0px 35px;
}

.our_departments_wrapper {
  background: #fff;
  box-shadow: -4px -4px 4px 0 rgba(0, 0, 0, 0.05), 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 30px 30px;
  border-radius: 8px;
}

.our_departments_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.our_departments_item .department_item_left {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  background: #fff;
  box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.05), 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  flex: 0 0 auto;
}
.our_departments_item .department_item_right h5 {
  color: #000;
  margin-bottom: 10px;
}
.our_departments_item .department_item_right p {
  color: #787777;
}
.our_departments_item .department_item_right p a {
  color: #6880f9;
}

.foreign_student_right h4 {
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
}
.foreign_student_right h2, .foreign_student_right h2 span, h2 .foreign_student_right span {
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.foreign_student_right h2 span, h2 .foreign_student_right span span {
  color: #2f6d59;
}
.foreign_student_right .rating {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7d7a7a;
  margin-bottom: 20px;
}
.foreign_student_right .rating i {
  color: #ffc107;
  font-size: 20px;
}
.foreign_student_right .des {
  margin-bottom: 20px;
}
.foreign_student_right .des p {
  color: #7d7a7a;
  margin-bottom: 15px;
}
.foreign_student_right .des p:last-child {
  margin-bottom: 0;
}
.foreign_student_right .user_info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.foreign_student_right .user_info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.foreign_student_right .user_info h5 {
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
}
.foreign_student_right .user_info p {
  color: #7d7a7a;
}

.foreign_student_left_item:hover img {
  filter: unset;
}
.foreign_student_left_item.item_2 {
  margin-top: 60px;
}
.foreign_student_left_item img {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.foreign_student_left_item.slick-current img {
  filter: unset;
}

.foreign_student_left_slider_wrap .slick-slide {
  padding: 0 10px;
}

.overview_news_area .slick-slide {
  padding: 0 10px;
}

.overview_news_next_prev {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.overview_news_next_prev button {
  width: 40px;
  height: 40px;
  background-color: #2f6d59;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
}
.overview_news_next_prev button:hover {
  background-color: #00bf01;
}

.department_overview_history .history_content {
  margin-bottom: 40px;
}
.department_overview_history .history_content h3, .department_overview_history .history_content h3 span, h3 .department_overview_history .history_content span {
  color: #2f6d59;
  font-weight: 700;
  margin-bottom: 20px;
}
.department_overview_history .history_content p {
  margin-bottom: 20px;
}
.department_overview_history .history_content a {
  color: #2f6d59;
  text-decoration: underline;
}

.depart_overview_mission_vision {
  padding: 40px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.depart_overview_mission_vision::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #f4f5f6;
  z-index: -1;
  border-radius: 8px;
}
.depart_overview_mission_vision .left_content {
  width: 60%;
  padding-right: 40px;
}
.depart_overview_mission_vision .left_content h4 {
  color: #2f6d59;
  font-weight: 700;
  margin-bottom: 20px;
}
.depart_overview_mission_vision .left_content p {
  margin-bottom: 20px;
}
.depart_overview_mission_vision .left_content a {
  color: #2f6d59;
}
.depart_overview_mission_vision .right_img {
  flex: 1;
}

.department_people_wrapper .nav-tabs {
  border-bottom: 1px solid #b3b3b3;
  justify-content: space-between;
  margin-bottom: 40px;
}
.department_people_wrapper .nav-tabs .nav-item {
  border: none;
}
.department_people_wrapper .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 20px;
  color: #787777;
  min-width: 280px;
  height: 70px;
}
.department_people_wrapper .nav-tabs .nav-item .nav-link.active {
  background-color: #2f6d59;
  color: #fff;
}

.department_people_item {
  background-color: #effffa;
  border: 1px solid #00bf01;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.department_people_item .people_img {
  flex: 0 0 auto;
  width: 155px;
  background-color: #e2e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.department_people_item .content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.department_people_item .content .designation {
  font-size: 17px;
  margin-bottom: 10px;
}
.department_people_item .content .specialization {
  color: #807f7f;
  font-size: 15px;
}

.department_gallery_item {
  position: relative;
}
.department_gallery_item:hover .view_icon i {
  opacity: 1;
}
.department_gallery_item img {
  border-radius: 8px;
}
.department_gallery_item .view_icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.department_event_item {
  background: #effffa;
  box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.05), 2px 2px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 20px;
}
.department_event_item img {
  width: 100%;
  border-radius: 8px;
}
.department_event_item h4 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 15px 0;
}
.department_event_item .location_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.department_event_item .location_date p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #787777;
}

.department_notice_area {
  background: #effffa;
}

.department_notice_table table {
  width: 100%;
  border-collapse: collapse;
}
.department_notice_table table tr th,
.department_notice_table table tr td {
  padding: 16px 30px;
  border-bottom: 1px solid #787777;
  text-align: left;
}
.department_notice_table table thead tr {
  background-color: #d3fbd4;
}
.department_notice_table table thead tr th {
  border-top: 1px solid #787777;
  color: #000;
  font-weight: 500;
}
.department_notice_table table thead tr th:first-child {
  border-left: 1px solid #787777;
}
.department_notice_table table thead tr th:last-child {
  border-right: 1px solid #787777;
}
.department_notice_table table tbody td {
  color: #231f20;
}
.department_notice_table table tbody td p {
  color: #231f20;
}
.department_notice_table table tbody td a {
  color: #ee6161;
}
.department_notice_table table tbody td:first-child {
  border-left: 1px solid #787777;
}
.department_notice_table table tbody td:last-child {
  border-right: 1px solid #787777;
}
.department_notice_table .title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.department_select_programm {
  text-align: right;
}
.department_select_programm select {
  border-radius: 4px;
  background: #fff;
  box-shadow: -4px -4px 4px 0 rgba(47, 109, 89, 0.2), 4px 4px 4px 0 rgba(47, 109, 89, 0.2);
  padding: 15px 10px;
}

.academic_department_tab_wrapper .nav-tabs {
  border-bottom: 1px solid #b3b3b3;
  justify-content: space-between;
  margin-bottom: 40px;
}
.academic_department_tab_wrapper .nav-tabs .nav-item {
  border: none;
}
.academic_department_tab_wrapper .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 20px;
  color: #787777;
  min-width: 280px;
  height: 70px;
}
.academic_department_tab_wrapper .nav-tabs .nav-item .nav-link.active {
  background-color: #2f6d59;
  color: #fff;
}

.view_all_notice {
  text-align: center;
  margin-top: 40px;
}
.view_all_notice a {
  padding: 14px 20px;
  border-radius: 4px;
  border: 1px solid #2f6d59;
  background-color: transparent;
  display: inline-block;
  color: #2f6d59;
  transition: all 0.3s ease-in-out;
}
.view_all_notice a:hover {
  background-color: #2f6d59;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
