@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --white: #fff;
  --black: #000;
  --green: #003726;
  --secondgreen: #005335;
  --lightgreen: #00b140;
  --extralightgreen: #39b54a;
  --thingreen: #b9e9ca;
  --gray: #757575;
  --bgwhite: #fffdf9;
  --darkpink: #6f263d;
  --lightpink: #e31c79;
  --extralightkpink: #fcd9dc;
  --orange: #d45d00;
  --lightorange: #fedfc7;
  --purple: #1e1e2f;
  --lightyellow: #ffe6a3;
  --lightblue: #ccebf4;
  --lightrose: #f5d6d8;
  --blue: #007dba;
  --green-translucent: #ccefd9;
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--bgwhite);
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 162%;
}

figure {
  margin: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

a,
input,
button,
textarea {
  outline: none !important;
}

button {
  border: none;
}

strong {
  font-weight: 700;
}

em,
strong,
a {
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  text-decoration: none;
  color: var(--green);
}

ul li,
ol li {
  font-size: 24px;
  line-height: 162%;
  color: var(--green);
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  text-decoration: none;
  color: var(--green);
}

h1 {
  font-size: 64px;
  line-height: normal;
  font-weight: 600;
}

h2 {
  font-size: 60px;
  line-height: normal;
  font-weight: 500;
}

h3 {
  font-size: 48px;
  line-height: normal;
  font-weight: 600;
}

h4 {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
}

h5 {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}

h6 {
  font-size: 21px;
  line-height: normal;
  font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

button {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

/* common style */
.section-title {
  color: var(--green);
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
}

.section-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  letter-spacing: 1px;
}

.section-block-title {
  color: var(--purple);
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
}

.section-block-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

.block-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.block-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  letter-spacing: 1px;
}

.small-title {
  color: var(--green);
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.small-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  letter-spacing: 1px;
}

/* common style */

/* buttons */
.common-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.green-btn {
  padding: 22px 38px;
  background: var(--secondgreen);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.green-btn:hover {
  background: var(--lightgreen);
}

.lightgreen-btn {
  padding: 22px 50px;
  background: var(--lightgreen);
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.lightgreen-btn:hover {
  background: var(--secondgreen);
}

/* buttons */

/* svg animation */
#logo {
  width: 325px;
}

/* #logo path {
	stroke: rgba(17, 168, 79, 1);
	fill: none;
	stroke-width: 1;
} */

#logo-container {
  background: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 1;
  transform: scale(1);
}

#logo-container.fade-out {
  opacity: 0;
  transform: scale(1.1);
  pointer-events: none;
}

/* #main-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  display: none;
}

#main-content.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
} */

#logo-container.shine {
  position: relative;
  overflow: hidden;
}

#logo-container.shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 255, 0, 0.6);
  border-radius: 50%;
  transform: scale(0);
  animation: shineZoomEffect 1s forwards;
}

@keyframes shineZoomEffect {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(3);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#logo path {
  fill: transparent;
  animation: fillLogo 1s ease forwards;
  animation-delay: 2s;
}

@keyframes fillLogo {
  to {
    fill: #11a84f;
  }
}

/* svg animation */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
  padding: 35px 0 60px;
}

.header-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  display: inline-flex;
  width: 100%;
  max-width: 248px;
}

.header-top-right-logo {
  padding: 0;
  margin: 0;
  display: inline-flex;
  width: 100%;
  max-width: 434px;
}

.navbar-collapse {
  align-items: center;
}

.navbar .navbar-nav .nav-item {
  color: var(--green);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  text-align: center;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  position: relative;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link {
  /* font-weight: 700 !important; */
  /* text-shadow: 1px 1px 2px var(--green); */
  text-shadow: 0.4px 0 0 var(--green), -0.3px 0 0 var(--green) !important;
}

.navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 50px;
}

.home-icon {
  margin: -4px 54px 0 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
}

.home-icon figure {
  display: flex;
}

.inner-header .home-icon img {
  transition: filter ease-in-out 300ms;
  -webkit-transition: filter ease-in-out 300ms;
  -moz-transition: filter ease-in-out 300ms;
  -ms-transition: filter ease-in-out 300ms;
  -o-transition: filter ease-in-out 300ms;
}

.inner-header .home-icon:hover img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(89%) saturate(1000%)
    hue-rotate(105deg) brightness(98%) contrast(102%);
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(89%)
    saturate(1000%) hue-rotate(105deg) brightness(98%) contrast(102%);
}

.header-top {
  margin-bottom: 25px;
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desktop-burger {
  cursor: pointer;
}

.desktop-burger span {
  display: block;
  background: var(--green);
  width: 33px;
  height: 4px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.desktop-burger span:not(:last-child) {
  margin-bottom: 8px;
}

.desktop-burger span {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.desktop-burger-block.is-active .desktop-burger span:nth-child(2) {
  opacity: 0;
}

.desktop-burger-block.is-active .desktop-burger span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
  -moz-transform: translateY(11px) rotate(45deg);
}

.desktop-burger-block.is-active .desktop-burger span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
  -moz-transform: translateY(-13px) rotate(-45deg);
}

.desktop-burger-block {
  position: relative;
}

.menu-box {
  user-select: none;
  padding: 18px 22px 30px;
  width: 191px;
  display: none;
  position: absolute;
  z-index: 99;
  top: 105%;
  right: 0;
  background: var(--bgwhite);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  animation: rotateMenu 400ms ease-in-out forwards;
  -webkit-animation: rotateMenu 400ms ease-in-out forwards;
  transform-origin: top center;
}

@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }

  70% {
    transform: rotateX(20deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

.desktop-burger-block.is-active .menu-box {
  display: block;
}

.menu-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-box ul li {
  color: var(--gray);
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
}

.menu-box ul li a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.menu-box ul li:not(:last-child) {
  margin-bottom: 27px;
}

.menu-box ul li a.active,
.menu-box ul li a:hover {
  /* font-weight: 700; */
  text-shadow: 0.4px 0 0 var(--secondgreen), -0.3px 0 0 var(--secondgreen) !important;
  color: var(--secondgreen);
}

/* dropdown style */
.navbar-nav .nav-item:last-child .dropdown-menu {
  right: 0;
}

.dropdown-menu {
  padding: 35px 0 35px;
  width: 248px;
  background: var(--bgwhite);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: none;
  /* min-height: 504px;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin; */
}

.dropdown-item {
  padding: 8px 20px;
  position: relative;
  white-space: normal;
  color: var(--gray);
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
  text-align: left;
}

.dropdown-item:hover,
.dropdown-item.active {
  /* font-weight: 700; */
  color: var(--secondgreen);
  background-color: transparent;
  text-shadow: 0.4px 0 0 var(--green), -0.3px 0 0 var(--green) !important;
}

.dropdown-menu li:not(:last-child) {
  margin-bottom: 11px;
}

.dropstart .dropdown-toggle::before {
  margin-right: 0;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-toggle::before {
  display: none !important;
}

.dropdown-submenu {
  text-align: left !important;
  margin-right: 0 !important;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
  margin-right: 0px;
}

.navbar
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  .nav-item.active
  .dropdown-item,
.navbar .navbar-nav .nav-item.dropdown.active .dropdown-toggle {
  text-shadow: 0.4px 0 0 var(--green), -0.3px 0 0 var(--green) !important;
  color: var(--green);
}

.menu-box .nav-item.active .nav-link {
  text-shadow: 0.4px 0 0 var(--green), -0.3px 0 0 var(--green) !important;
  color: var(--green);
}

/* dropdown style */
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/* banner */
.banner-section {
  position: relative;
}

.banner-image {
  width: 100%;
  height: 630px;
}
.gallery-detail-banner .banner-image {
  width: 100%;
  height: 315px;
}

.resources-banner-section .banner-image {
  position: relative;
}

.resources-banner-section .banner-image::after {
  position: absolute;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 55, 38, 0.03) 45.4%,
    rgba(0, 177, 64, 0.63) 76.05%
  );
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-wrp {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.form-part {
  padding: 48px 48px 53px;
  margin: -400px 0 0;
  position: absolute;
  z-index: 9;
  background: var(--secondgreen);
  width: 100%;
  max-width: 595px;
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}

.form-part-logo {
  display: flex;
  justify-content: flex-end;
}

.register-login-block .form-part-logo {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}

.form-part-logo img {
  height: 100%;
  width: 100%;
}

.epistem-teachers-logo img {
  height: 100%;
  width: 100%;
}

.login-title {
  text-align: right;
  padding-right: 10px;
  padding-top: 24px;
}

.login-title * {
  color: var(--white);
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
  letter-spacing: 1px;
}

.common-form {
  margin: 26px 0 0;
}

.common-form .form-group {
  margin-bottom: 48px;
}

.common-form .form-group .form-control {
  background: none;
  background-color: transparent;
  border-radius: 9px;
  border: 1px solid var(--lightgreen);
  padding: 17px 42px 17px 33px;
  color: var(--white);
  font-size: 20px;
}

.common-form .form-group .form-control:focus {
  box-shadow: none;
}

.common-form .form-group .form-control::placeholder {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.forgot-password {
  margin: -44px 0 25px 33px;
}

.forgot-password a {
  color: var(--white);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 400;
  line-height: 166%;
  text-decoration-line: underline;
}

.forgot-password a:hover {
  color: var(--lightgreen);
}

.form-btn-group {
  display: flex;
  justify-content: space-between;
}

.form-btn-group > * {
  min-width: 202px;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 9px;
  background: var(--white);
  padding: 17px 28px;
  color: var(--green);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.form-btn-group > *:hover {
  background: var(--darkpink);
  color: var(--white);
}

.epistem-teachers-logo-block {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.epistem-teachers-logo {
  display: flex;
  justify-content: flex-end;
}

.banner-logo-block {
  display: flex;
  justify-content: center;
  padding: 90px 20px;
}

.banner-logo-block figure {
  display: flex;
  justify-content: center;
}

/* banner */

/* Highlighted Projects  */
.highlighted-project {
  padding: 233px 0 62px;
}

.highlighted-project-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlighted-project-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

/* when only li put */
/* .highlighted-project-list ul li {
	text-align: right;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--green);
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	padding: 17px 12px 17px 20px;
	border-bottom: 1px solid var(--green);
}

.highlighted-project-list ul li span {
	text-align: left;
}

.highlighted-project-list ul li::after {
	position: absolute;
	content: "";
	background: rgba(0, 177, 64, 0.20);
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.highlighted-project-list ul li:hover::after {
	top: 0;
}

.highlighted-project-list ul li:hover {
	color: var(--secondgreen);
} */

/* when only li put */

/* when anchor tag put */
.highlighted-project-list ul li a {
  text-align: right;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--green);
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  padding: 17px 12px 17px 20px;
  border-bottom: 1px solid var(--green);
}

.highlighted-project-list ul li a span {
  text-align: left;
  padding-right: 50px;
}

.highlighted-project-list ul li a::after {
  position: absolute;
  content: "";
  background: rgba(0, 177, 64, 0.2);
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.highlighted-project-list ul li a:hover::after {
  top: 0;
}

.highlighted-project-list ul li a:hover {
  color: var(--secondgreen);
}

/* when anchor tag put
/* Highlighted Projects  */

/* STEM Research & Events */
.stem-research-events-section {
  padding: 62px 0 115px;
}

.stem-research-events-left-part {
  width: 100%;
  max-width: 700px;
}

.stem-research-events-left-part .section-title span {
  position: relative;
  display: inline;
  padding-right: 5px;
  background: var(--extralightkpink);
  box-decoration-break: clone;
  line-height: 1.4;
}

.stem-research-events-left-part .common-detail {
  margin: 50px 0 0;
}

.stem-research-events-right-part {
  width: 100%;
  max-width: 616px;
  margin-left: auto;
}

.stem-research-events-link-block {
  min-height: 181px;
  display: flex;
  padding: 30px 35px 35px 42px;
  border-radius: 16px;
  background: var(--secondgreen);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.stem-research-events-link-block figure {
  width: 100%;
  max-width: 40px;
  flex: 0 0 auto;
  margin-right: 22px;
}

.stem-research-events-info {
  width: 100%;
  max-width: 455px;
}

.stem-research-events-info * {
  color: var(--white);
  line-height: 125%;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.stem-research-events-info span {
  display: block;
  color: var(--white);
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}

.stem-research-events-link-block:hover {
  background: var(--extralightkpink);
}

.stem-research-events-link-block:hover .stem-research-events-info * {
  color: var(--green);
}

.stem-research-events-right-part > *:not(:last-child) {
  margin-bottom: 40px;
}

/* STEM Research & Events */

/* resources section */
.resources-section {
  padding: 130px 0 135px;
  background: rgba(0, 177, 64, 0.2);
}

.resources-logged-in-section {
  padding: 40px 0 160px;
}

.resources-logged-in-section .resources-block {
  margin: 35px 0 0;
}

.resources-content {
  width: 100%;
  max-width: 1285px;
  margin: 0 auto;
}

.resources-block .section-title {
  text-align: center;
}

.resources-wrp {
  margin: 60px 0 0;
}

.resources-wrp .row {
  margin: 0 -16px;
}

.resources-wrp .row > * {
  padding: 0 16px;
}

.resources-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 70px 24px 35px;
  border-radius: 20px;
  background: var(--secondgreen);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.resources-detail:hover {
  background: var(--extralightkpink);
}

.resources-wrp .row > *:nth-child(2) .resources-detail {
  min-height: 342px;
}

.resources-wrp .row > *:nth-child(3) .resources-detail {
  min-height: 420px;
}

.resources-detail .common-detail {
  margin: 100px 0 0;
}

.resources-detail .common-detail * {
  line-height: 116%;
  color: var(--white);
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  font-size: 24px;
}

.resources-detail:hover .common-detail * {
  color: var(--green);
}

.resources-video-block {
  margin: 120px 0 0;
}

.resources-video-block .section-title {
  text-align: center;
}

.resources-video {
  margin: 50px 0 0;
  height: 613px;
}

.resources-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* resources section */

/* principles section */
.principles-section {
  padding: 108px 0 177px;
}

.principle-info {
  margin-top: 50px;
}

.principle-title-block .section-title span {
  background: var(--extralightkpink);
  padding: 0 10px;
}

.principle-detail-block {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: 40px;
}

.principles-block {
  margin: 95px 0 0;
}

.principles-block .row {
  margin: 0 -58px;
  row-gap: 50px;
}

.principles-block .row > * {
  padding: 0 58px;
}

.principle-child-detail {
  height: 100%;
  padding: 35px 50px 55px 38px;
  border-radius: 16px;
  border: 1px solid var(--black);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.principle-icon-with-title {
  display: flex;
  align-items: center;
}

.principle-icon-with-title figure {
  flex: 0 0 auto;
  margin-right: 22px;
}

.principle-block-title * {
  color: var(--green);
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.highlighted-project-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlighted-project-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.principle-list {
  width: 100%;
  max-width: 545px;
  margin-left: auto;
  margin-top: 15px;
}

.principle-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.principle-list ul li:not(:last-child) {
  margin-bottom: 5px;
}

/* when only li put */
/* .principle-list ul li {
	text-align: right;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--green);
	font-size: 24px;
	font-weight: 400;
	line-height: 125%;
	padding: 15px 12px 15px 10px;
	border-bottom: 1px solid var(--green);
}

.principle-list ul li span {
	text-align: left;
}

.principle-list ul li::after {
	position: absolute;
	content: "";
	background: var(--extralightkpink);
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	z-index: -1;
}

.principal-orange-child-detail .principle-list ul li::after {
	background: var(--lightorange);
}

.principle-list ul li:hover::after {
	top: 0;
}

.principle-list ul li:hover {
	color: #E31C79;
	border-color: #E31C79;
}

.principal-orange-child-detail .principle-list ul li:hover {
	color: var(--orange);
	border-color: var(--orange);
} */

/* when only li put */

/* when anchor tag put */
.principle-list ul li a {
  text-align: right;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  padding: 15px 12px 15px 10px;
  border-bottom: 1px solid var(--green);
}

.principle-list ul li a span {
  text-align: left;
}

.principle-list ul li a::after {
  position: absolute;
  content: "";
  background: var(--extralightkpink);
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  z-index: -1;
}

.principal-orange-child-detail .principle-list ul li a::after {
  background: var(--lightorange);
}

.principle-list ul li a:hover::after {
  top: 0;
}

.principle-list ul li a:hover {
  color: #e31c79;
  border-color: #e31c79;
}

.principal-orange-child-detail .principle-list ul li a:hover {
  color: var(--orange);
  border-color: var(--orange);
}

/* when anchor tag put
/* principles section */

/* ticker section */
.ticker-text * {
  color: var(--green);
  font-size: 96px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.ticker-slider .slick-slide {
  padding: 0 16px;
}

.ticker-slider {
  opacity: 0;
}

.ticker-slider.slick-initialized {
  opacity: 1;
}

.ticker-section {
  position: relative;
}

.ticker-section::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* ticker section */

/* about section */
.about-section {
  padding: 107px 0 65px;
}

.about-title-block {
  width: 100%;
  max-width: 665px;
}

.about-title-block .section-title {
  color: var(--purple);
}

.about-detail-block {
  width: 100%;
  max-width: 585px;
  margin: 0 35px 0 auto;
}

.about-detail-block .common-detail {
  color: var(--purple);
}

.about-block {
  margin: 65px 0 0;
}

.about-step-child-block {
  display: flex;
}

.about-step-child-block figure {
  position: relative;
  z-index: 99;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 163, 224, 0.31);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.about-step-info {
  position: relative;
  padding-left: 24px;
}

.about-step-child-block .about-step-info::after {
  position: absolute;
  content: "";
  background-image: url("../images/vertical-border.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top;
  width: 2px;
  left: -29px;
  top: 67px;
  bottom: -30px;
  z-index: -9;
  opacity: 0.6;
}

.about-step-title * {
  color: var(--purple);
  -webkit-text-stroke: 0.6px var(--purple);
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.about-step-info .common-detail {
  margin: 10px 0 0;
  padding-right: 15px;
}

.about-step-info .common-detail * {
  color: rgba(30, 30, 47, 0.8);
  line-height: normal;
}

.about-step-block > *:not(:last-child) {
  margin-bottom: 40px;
}

.about-step-block > *:last-child .about-step-info::after {
  display: none;
}

.about-image {
  width: 100%;
  max-width: 947px;
  height: 470px;
  margin-left: auto;
}

.about-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image img {
  border-radius: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
}

.about-step-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about-image-part {
  position: relative;
}

.about-counter-info {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -46px;
  right: 80px;
  background: #003726;

  padding: 36px 28px;
}

.about-counter-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.about-counter-info ul li {
  position: relative;
  padding: 0 30px;
  display: flex;
  align-items: center;
  color: var(--lightgreen);
  -webkit-text-stroke: 0.6px var(--lightgreen);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}

.about-counter-info ul li::after {
  position: absolute;
  content: "";
  background: var(--lightgreen);
  width: 1px;
  right: 0;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.about-counter-info ul li span {
  -webkit-text-stroke: 0.8px var(--lightgreen);
  font-size: 52px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 10px;
}

.about-counter-info ul li:first-child {
  padding-left: 0;
}

.about-counter-info ul li:last-child {
  padding-right: 0;
}

.about-counter-info ul li:last-child:after {
  display: none;
}

/* about section */

/* mission section  */
.mission-section {
  padding: 65px 0 110px;
}

.mission-title-block .section-title {
  font-size: 70px;
}

.mission-detail-block {
  width: 100%;
  max-width: 915px;
  margin: 15px 30px 0 auto;
}

.mission-detail-block .common-detail {
  color: var(--purple);
}

.mission-detail-block .common-detail > *:not(:last-child) {
  margin-bottom: 25px;
}

/* mission section  */

/* vision section */
.vision-section {
  padding-bottom: 124px;
}

.vision-part {
  position: relative;
  padding: 130px 120px 110px;
  background: var(--thingreen);
}

.vision-block-title {
  width: 100%;
  max-width: 1330px;
}

.vision-title-block .section-title {
  font-size: 70px;
}

.vision-detail-block .common-detail {
  font-weight: 500;
}

.vision-block {
  padding: 195px 0 205px;
  background: var(--green);
}

.vision-block-title .section-title {
  color: var(--white);
  font-size: clamp(26px, 17.2px + 2.75vw, 70px);
  line-height: normal;
}

.vision-block-title .section-title span {
  color: var(--lightgreen);
}

.vision-block {
  margin: -110px 0 0;
}

.vision-list-block {
  margin: -65px 0 0;
  position: relative;
}

.vision-list-wrp .row {
  margin: 0 -18px;
}

.vision-list-wrp .row > * {
  padding: 0 18px;
}

.vision-list-detail {
  height: calc(100% - 36px);
  margin-bottom: 36px;
  background: var(--thingreen);
  padding: 36px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.vision-list-detail-title {
  color: var(--green);
  font-size: 40px;
  font-weight: 300;
  line-height: 130%;
}

/* vision section */

/* events section */
.events-section {
  padding: 75px 0 80px;
}

.events-btn-group {
  display: flex;
}

.events-btn-group > *:not(:last-child) {
  margin-right: 45px;
}

.events-btn-group .green-btn {
  background: var(--green);
}

.events-btn-group .green-btn:hover {
  background: var(--lightgreen);
}

.events-btn-group > *:last-child {
  border: 1px solid var(--lightgreen);
  padding: 22px 40px;
  color: var(--lightgreen);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.events-btn-group > *:last-child:hover {
  background: var(--lightgreen);
  color: var(--white);
}

.events-block {
  margin: 100px 0 0;
}

.events-info {
  position: relative;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.events-info::after {
  position: absolute;
  content: "";
  background: rgba(0, 177, 64, 0.2);
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.events-info:hover::after {
  top: 0;
}

.events-info:hover .events-detail * {
  color: var(--lightgreen);
}

.events-detail {
  position: relative;
  z-index: 9;
  padding: 20px 22px 20px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--green);
}

.events-detail * {
  color: var(--green);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
}

.events-detail span {
  margin: 10px -100px 0 0;
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}

.news-events-section .events-detail span {
  margin: 10px 0 0;
  font-size: 24px;
}

.events-detail > *:first-child {
  width: 100%;
  max-width: 1030px;
}

.news-events-section .events-detail > *:first-child {
  max-width: 1210px;
}

.events-detail > *:first-child {
  padding-right: 25px;
}

.events-block > *:not(:last-child) {
  margin-bottom: 24px;
}

.events-detail svg {
  width: 96px;
  height: 83px;
}

.events-info img {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

/* .events-info:hover img {
  content: url("../images/light-green-right-arrow.svg") !important;
} */

.events-info:hover .news-right-arw {
  content: url("../images/light-green-right-arrow.svg") !important;
}

.events-discover-more-btn {
  margin: 80px 0 0;
  display: flex;
  justify-content: center;
}

.events-detail figure {
  flex: 0 0 auto;
}

/* events section */

/* tabbing section  */
.tabbing-section {
  padding: 95px 0;
}

.tabbing-name-block {
  width: 100%;
  max-width: 397px;
}

.tabbing-main-name {
  margin-bottom: 20px;
  padding-left: 7px;
}

.tabbing-main-name * {
  color: var(--green);
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.tabbing-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabbing-list ul li {
  cursor: pointer;
  position: relative;
  text-align: left;
  padding: 10px 10px 10px 7px;
  background: none;
  background-color: transparent;
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  border-bottom: 1px solid var(--green);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.tabbing-list ul > *:not(:last-child) {
  margin-bottom: 10px;
}

.tabbing-name-block > *:not(:last-child) {
  margin-bottom: 80px;
}

/* .tabbing-list ul li.active,
.tabbing-list ul li:hover {
	color: var(--lightgreen);
} */

.tabbing-list ul li::after {
  position: absolute;
  content: "";
  background: #ddf3e2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  z-index: -1;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

/* .tabbing-list ul li.active,
.tabbing-list ul li:hover {
	color: var(--lightgreen);
	border-color: var(--lightgreen);
} */

/*tabbing color*/
.tabbing-list ul li.green-translucent-color.active,
.tabbing-list ul li.green-translucent-color:hover {
  color: var(--green);
  border-color: var(--green);
}

.tabbing-list ul li.green-translucent-color::after {
  background: var(--green-translucent);
}

.tabbing-list ul li.pink-pastel-color.active,
.tabbing-list ul li.pink-pastel-color:hover {
  color: var(--lightpink);
  border-color: var(--lightpink);
}

.tabbing-list ul li.pink-pastel-color::after {
  background-color: var(--extralightkpink);
}

.tabbing-list ul li.yellow-faint-color.active,
.tabbing-list ul li.yellow-faint-color:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.tabbing-list ul li.yellow-faint-color::after {
  background-color: var(--lightyellow);
}

.tabbing-list ul li.blue-soft-color.active,
.tabbing-list ul li.blue-soft-color:hover {
  color: var(--blue);
  border-color: var(--blue);
}

.tabbing-list ul li.blue-soft-color::after {
  background-color: var(--lightblue);
}

.tabbing-list ul li.rose-light-color.active,
.tabbing-list ul li.rose-light-color:hover {
  color: var(--darkpink);
  border-color: var(--darkpink);
}

.tabbing-list ul li.rose-light-color::after {
  background-color: var(--lightrose);
}

/*green-translucent-color*/
.tabbing-name-info-block.green-translucent-color .tabbing-name-info:after {
  background: var(--green-translucent);
  border-color: var(--lightgreen);
}

.tabbing-name-info-block.green-translucent-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  a,
.tabbing-name-info-block.green-translucent-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  *,
.tabbing-name-info-block.green-translucent-color
  .tabbing-name-info
  .tabbing-name-detail
  a:hover,
.tabbing-name-info-block.green-translucent-color .tabbing-name-info:hover {
  color: var(--green);
}

.tabbing-name-info-block.green-translucent-color .tabbing-name-info:hover {
  border-color: var(--green);
}

/*green-translucent-color*/

/*rose-light-color*/
.tabbing-name-info-block.rose-light-color .tabbing-name-info:after {
  background: var(--lightrose);
  border-color: var(--darkpink);
}

.tabbing-name-info-block.rose-light-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  a,
.tabbing-name-info-block.rose-light-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  *,
.tabbing-name-info-block.rose-light-color
  .tabbing-name-info
  .tabbing-name-detail
  a:hover,
.tabbing-name-info-block.rose-light-color .tabbing-name-info:hover {
  color: var(--darkpink);
}

.tabbing-name-info-block.rose-light-color .tabbing-name-info:hover {
  border-color: var(--darkpink);
}

/*rose-light-color*/

/*pink pastel color*/
.tabbing-name-info-block.pink-pastel-color .tabbing-name-info:after {
  background-color: var(--extralightkpink);
  border-color: var(--lightpink);
}

.tabbing-name-info-block.pink-pastel-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  a,
.tabbing-name-info-block.pink-pastel-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  *,
.tabbing-name-info-block.pink-pastel-color
  .tabbing-name-info
  .tabbing-name-detail
  a:hover,
.tabbing-name-info-block.pink-pastel-color .tabbing-name-info:hover {
  color: var(--lightpink);
}

.tabbing-name-info-block.pink-pastel-color .tabbing-name-info:hover {
  border-color: var(--lightpink);
}

/*pink pastel color*/

/*yellow-faint-color*/
.tabbing-name-info-block.yellow-faint-color .tabbing-name-info:after {
  background-color: var(--lightyellow);
  border-color: var(--orange);
}

.tabbing-name-info-block.yellow-faint-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  a,
.tabbing-name-info-block.yellow-faint-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  *,
.tabbing-name-info-block.yellow-faint-color
  .tabbing-name-info
  .tabbing-name-detail
  a:hover,
.tabbing-name-info-block.yellow-faint-color .tabbing-name-info:hover {
  color: var(--orange);
}

.tabbing-name-info-block.yellow-faint-color .tabbing-name-info:hover {
  border-color: var(--orange);
}

/*yellow-faint-color*/

/*blue-soft-color*/
.tabbing-name-info-block.blue-soft-color .tabbing-name-info:after {
  background-color: var(--lightblue);
  border-color: var(--blue);
}

.tabbing-name-info-block.blue-soft-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  a,
.tabbing-name-info-block.blue-soft-color
  .tabbing-name-info:hover
  .tabbing-name-detail
  *,
.tabbing-name-info-block.blue-soft-color
  .tabbing-name-info
  .tabbing-name-detail
  a:hover,
.tabbing-name-info-block.blue-soft-color .tabbing-name-info:hover {
  color: var(--blue);
}

.tabbing-name-info-block.blue-soft-color .tabbing-name-info:hover {
  border-color: var(--blue);
}

/*blue-soft-color*/

/*tabbing color*/

.tabbing-pink-wrp ul li::after {
  background: var(--extralightkpink);
}

.tabbing-pink-wrp .tabbing-list ul li.active,
.tabbing-pink-wrp .tabbing-list ul li:hover {
  color: var(--lightpink);
  border-color: var(--lightpink);
}

.tabbing-list ul li.active::after,
.tabbing-list ul li:hover::after {
  top: 0;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: transparent;
  width: 100%;
  padding: 16px 20px 16px 7px;
  border-bottom: 1px solid var(--black);
}

.search-box .form-control {
  background: none;
  border: none;
  color: var(--green);
  font-size: 32px;
  line-height: normal;
  padding: 0 10px 0 0;
  border-radius: 0px;
}

.search-box .form-control::placeholder {
  color: #979797;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}

.search-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.search-icon figure {
  display: flex;
}

.form-control:focus {
  box-shadow: none;
}

.tabbing-info {
  margin: -25px 0 0;
}

.tabbing-found-info {
  margin: 31px 0 0;
  padding-left: 7px;
  display: block;
  color: #505759;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.tabbing-name-info {
  position: relative;
  display: flex;
  padding: 35px 20px 22px;
  border-bottom: 1px solid var(--black);
}

.tabbing-research-section .tabbing-name-info {
  padding: 23px 33px 35px;
  border-bottom: 1px solid var(--green);
}

.tabbing-research-section
  .tabbing-name-faculty-publications-info-block
  .tabbing-name-info {
  padding: 13px 82px 15px 33px;
}

.tabbing-research-section .tabbing-name-info:hover {
  border-color: var(--lightgreen);
}

.tabbing-name-faculty-publications-info-block .tabbing-name-info::after {
  display: none;
}

.tabbing-name-faculty-publications-info-block .tabbing-name-info:hover {
  color: var(--green);
}

.tabbing-name-faculty-publications-info-block
  .tabbing-name-info:hover
  .tabbing-name-detail
  * {
  color: var(--green);
}

.tabbing-research-section
  .tabbing-name-faculty-publications-info-block
  .tabbing-name-info:hover {
  border-color: #007dba;
}

.tabbing-name-info::after {
  position: absolute;
  content: "";
  background: #ddf3e2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  z-index: -1;
}

.tabbing-name-faculty-publications-info-block .tabbing-name-info::after {
  background: #ccebf4;
}

.tabbing-name-info:hover::after {
  top: 0;
}

.tabbing-name-info:hover .tabbing-name-detail * {
  color: var(--green);
}

/* .tabbing-name-faculty-publications-info-block
  .tabbing-name-info:hover
  .tabbing-name-detail
  * {
  color: #007dba !important;
} */

.tabbing-name-image {
  display: flex;
  flex: 0 0 auto;
  margin-right: 36px;
  width: 100%;
  max-width: 159px;
  height: 190px;
  border-radius: 11px;
  overflow: hidden;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}

.tabbing-research-section .tabbing-name-image {
  height: 227px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.tabbing-name-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabbing-name-image img {
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.tabbing-research-section .tabbing-name-image img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.tabbing-name-image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.tabbing-name-info-block {
  margin: 10px 0 0 -20px;
}

.tabbing-name-faculty-publications-info-block {
  margin: 35px 0 0;
}

.tabbing-name-info-block > *:not(:last-child) {
  margin-bottom: 22px;
}

.tabbing-name-faculty-publications-info-block > *:not(:last-child) {
  margin-bottom: 13px;
}

.tabbing-name-detail {
  width: 100%;
  max-width: 721px;
}

.tabbing-research-section .tabbing-name-detail {
  max-width: 890px;
}

.tabbing-research-section
  .tabbing-name-faculty-publications-info-block
  .tabbing-name-detail {
  max-width: 870px;
}

.tabbing-name-detail * {
  color: var(--green);
  font-size: 32px;
  line-height: 121%;
}

.tabbing-name-faculty-publications-info-block .tabbing-name-detail * {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.tabbing-name-faculty-publications-info-block .tabbing-name-detail a {
  display: block;
}

/* .tabbing-name-detail a:hover {
  color: var(--green) !important;
} */

/* .tabbing-research-section .tabbing-name-detail a:hover {
  color: var(--lightgreen) !important;
} */

.tabbing-name-detail span {
  display: block;
  margin: 5px 0 0;
  font-size: 24px;
  line-height: 162%;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.tabbing-research-section .tabbing-name-detail span {
  color: var(--green);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.tabbing-name-profile-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tabbing-name-contact-info {
  margin: 30px 0 0;
}

.tabbing-name-contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tabbing-name-contact-info ul li {
  display: flex;
  align-items: center;
}

.tabbing-name-contact-info ul li figure {
  flex: 0 0 auto;
  margin-right: 12px;
  display: inline-flex;
}

.tabbing-name-contact-info ul li a {
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.tabbing-name-contact-info ul li a:hover {
  color: var(--green) !important;
}

.tabbing-name-contact-info ul li:not(:last-child) {
  margin-right: 35px;
}

.tabbing-name-info:hover .tabbing-name-contact-info ul li a {
  color: var(--green);
}

.tabbing-name-info .tabbing-name-contact-info ul li img {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.tabbing-name-info:hover .tabbing-name-contact-info ul li img {
  filter: brightness(0.4) contrast(1.5) hue-rotate(60deg) saturate(0.7);
}

.tabbing-discover-more-btn {
  margin: 75px 0 0;
}

/* tabbing section  */

/* profile section */
.profile-section {
  padding: 70px 0 90px;
}

.back-to-search {
  padding-left: 22px;
}

.resources-logged-in-section .back-to-search {
  padding-left: 0;
}

.back-to-search a {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.back-to-search a figure {
  display: flex;
  padding-right: 11px;
  flex: 0 0 auto;
}

.back-to-search a:hover {
  font-weight: 700;
}

.profile-block {
  margin: 35px 0 0;
}

.profile-info-block {
  width: 100%;
  max-width: 456px;
  position: relative;
  padding: 0 22px 45px;
}

.profile-info-block::after {
  position: absolute;
  content: "";
  background: rgba(185, 233, 202, 0.48);
  top: 165px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  z-index: -1;
}

.profile-image {
  position: relative;
  width: 100%;
  height: 493px;
}

.profile-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-image img {
  border-radius: 11px;
}

.profile-info {
  padding: 42px 18px 0;
}

.profile-info .block-title {
  padding-bottom: 23px;
  color: var(--green);
  border-bottom: 1px solid var(--lightgreen);
}

.profile-info-list {
  width: 100%;
  max-width: 325px;
  margin: 30px 0 0;
}

.profile-info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-info-list ul li {
  color: var(--secondgreen);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.profile-info-list ul li:not(:last-child) {
  margin-bottom: 40px;
}

.profile-info-list ul li a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  border-bottom: 1px solid var(--secondgreen);
}

.profile-info-list ul li a:hover {
  color: var(--lightgreen);
}

.profile-info-list ul li strong {
  display: block;
  color: var(--green);
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}

.profile-detail-block {
  margin: -10px 0 0 -20px;
}

.profile-detail-block .small-title {
  padding: 0 11px 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--black);
}

.profile-detail-block .common-detail {
  padding-left: 11px;
  line-height: 125%;
  letter-spacing: 0.3px;
  padding-right: 5px;
  margin-bottom: 50px;
}

.profile-detail-block .common-detail a:hover {
  color: var(--darkpink);
}

.profile-detail-block .common-detail > *:not(:last-child) {
  margin-bottom: 25px;
}

.profile-detail-block ul {
  padding-left: 3rem;
}

.profile-detail-block ul li {
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.profile-detail-block .common-detail ul li:not(:last-child) {
  margin-bottom: 25px;
}

/* profile section */

/* gallery section */
.gallery-section {
  padding: 75px 0 85px;
}

.gallery-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.news-events-section .gallery-list ul {
  flex-wrap: wrap;
  row-gap: 39px;
}

.gallery-list ul li button,
.gallery-list ul li a,
.gallery-list ul li .common-filter-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 21px 28px;
  background: none;
  border: 1px solid var(--green);
  color: var(--green);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}

.gallery-list ul li:not(:last-child) {
  margin-right: 33px;
}

/* .news-events-section .gallery-list ul li:not(:last-child){
	margin-right: 74px;
} */

.gallery-list ul li button.active,
.gallery-list ul li a.active,
.gallery-list ul li button:hover,
.gallery-list ul li a:hover,
.gallery-list ul li .common-filter-btn.active,
.gallery-list ul li .common-filter-btn.active,
.gallery-list ul li .common-filter-btn:hover,
.gallery-list ul li .common-filter-btn:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.gallery-list ul li button.active,
.gallery-list ul li a.active,
.gallery-list ul li button:hover,
.gallery-list ul li a:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.gallery-block {
  margin: 70px 0 0;
}

.gallery-block .row {
  margin: 0 -28px;
}

.gallery-block .row > * {
  padding: 0 28px;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 233px;
  margin-bottom: 11px;
}

.gallery-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-image img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.gallery-info {
  position: relative;
  height: calc(100% - 244px);
  display: block;
  padding: 10px 5px 20px 10px;
  border-bottom: 1px solid var(--green);
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.gallery-info:hover {
  border-color: var(--lightgreen);
}

.gallery-info::after {
  position: absolute;
  content: "";
  background: var(--thingreen);
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  z-index: -1;
}

.gallery-info:hover::after {
  top: 0;
}

.gallery-title {
  margin-bottom: 10px;
}

.gallery-title * {
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.gallery-info-detail * {
  color: var(--green);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  word-break: break-word;
}

.gallery-wrp {
  height: calc(100% - 94px);
  margin-bottom: 94px;
}

.gallery-info:hover .gallery-title * {
  color: var(--lightgreen);
}

.gallery-info:hover .gallery-info-detail * {
  color: var(--lightgreen);
}

.gallery-discover-more-btn {
  display: flex;
  justify-content: center;
}

.gallery-dropdown-toggle {
  display: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gallery-dropdown-toggle svg {
  display: none;
}

.gallery-dropdown-toggle figure {
  transition: 0.4s;
}

.tabbing-name-block:has(.tabbing-wrp.show) .gallery-dropdown-toggle figure {
  display: none;
}

.tabbing-name-block:has(.tabbing-wrp.show) .gallery-dropdown-toggle svg {
  display: block;
}

.gallery-list:has(.event-terms-details.show) .gallery-dropdown-toggle figure {
  display: none;
}

.gallery-list:has(.event-terms-details.show) .gallery-dropdown-toggle svg {
  display: block;
}

.events-content:has(.cpd-resources-details-main.show)
  .gallery-dropdown-toggle
  figure,
.gallery-content:has(.gallery-terms-details.show)
  .gallery-dropdown-toggle
  figure {
  display: none;
}

.events-content:has(.cpd-resources-details-main.show)
  .gallery-dropdown-toggle
  svg,
.gallery-content:has(.gallery-terms-details.show) .gallery-dropdown-toggle svg {
  display: block;
}

.gallery-dropdown-toggle svg {
  height: 30px;
  width: 30px;
  margin-right: 20px;
}

/* gallery section */

/* development section */
.development-section {
  padding: 75px 0 150px;
}

.development-title-block {
  width: 100%;
  /* max-width: 1391px; */
}

.development-title-block .section-title {
  color: var(--purple);
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.development-sub-title {
  width: 100%;
  max-width: 1200px;
}

.development-sub-title * {
  margin: 0;
  color: var(--green);
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
}

.development-sub-title span {
  background: var(--extralightkpink);
  padding: 0 15px;
  line-height: 1.4;
}

.development-block-left {
  width: 100%;
  max-width: 330px;
}

.development-block-left p {
  line-height: normal;
}

.development-title-block {
  padding-bottom: 47px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--black);
}

.development-block-left .small-title {
  color: var(--darkpink);
  line-height: normal;
  font-weight: 700;
  margin-bottom: 46px;
}

.development-block-left a {
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.development-block-left a:hover {
  color: var(--lightgreen);
}

.development-block-right {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--black);
}

.development-block-right figcaption {
  font-size: 16px;
  line-height: 24px;
}

.development-block-right .gallery {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  margin: 0 auto;
}

.tabbing-name-faculty-publications-info-block .tabbing-name-detail {
  max-width: 100%;
}

.tabbing-name-detail sup {
  font-size: 21px;
}

.development-block-right h3 {
  color: var(--secondgreen);
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}

.development-block-right p {
  margin-bottom: 15px;
  line-height: 125%;
}

.development-block-right p span {
  font-size: 17px;
  line-height: 20px;
}

.development-block-right strong {
  font-weight: 700;
}

.development-information-title {
  width: 100%;
  max-width: 555px;
  margin-bottom: 30px;
}

.development-information-title * {
  margin: 0;
  color: var(--green);
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
}

.development-information-title span {
  background: var(--extralightkpink);
  line-height: 1;
  padding: 0 5px;
}

.development-information-block {
  margin: 105px 0 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.development-information-block > *:not(:last-child) {
  margin-right: 130px;
}

.development-information-block > * {
  width: 100%;
  max-width: 606px;
}

.development-info-detail {
  height: calc(100% - 148px);
  display: flex;
  padding: 40px 55px;
  background: var(--thingreen);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.development-info-detail:hover {
  background: var(--extralightkpink);
}

.development-info-detail figure {
  flex: 0 0 auto;
  margin-right: 35px;
  margin-top: -5px;
}

.development-info-child-detail * {
  color: var(--green);
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.development-info-child-detail span {
  display: block;
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.development-info-child-detail a {
  display: flex;
  width: fit-content;
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.development-info-child-detail a:hover {
  color: var(--lightgreen);
}

.international-conferences-section .development-block-right {
  border-bottom: 0px;
}

.bonus-territory .development-block-right a img {
  height: 560px;
}

.bonus-territory .development-block-right a * {
  font-size: 34px;
  color: var(--green);
}

.bonus-territory .development-block-right a:hover {
  color: var(--lightgreen);
}

/* development section */

/* map section */
.map-block {
  width: 100%;
  height: 630px;
}

.map-block iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* map section */

/* pdf block section */
.pdf-block-section {
  margin: -35px 0 0;
}

.pdf-block-content {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 1277px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.pdf-block-content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  min-width: 301px;
  background: var(--green);
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pdf-block-content a figure {
  margin-right: 15px;
}

.pdf-block-content a:hover {
  background: var(--extralightkpink);
  color: var(--lightpink);
}

.pdf-block-content a:hover figure {
  filter: brightness(0) saturate(550%) invert(34%) sepia(294%) saturate(1500%)
    hue-rotate(314deg) brightness(100%) contrast(98%);
  -webkit-filter: brightness(0) saturate(550%) invert(34%) sepia(294%)
    saturate(1500%) hue-rotate(314deg) brightness(100%) contrast(98%);
}

.pdf-block-content a figure {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

/* pdf block section */

/* contact section */
.contact-section {
  padding: 60px 0 100px;
}

.contact-title-block .section-title span {
  background: var(--extralightkpink);
  padding: 0 5px;
  line-height: 1;
}

.contact-main-block {
  margin: 42px 0 0;
}

.contact-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list ul li {
  display: flex;
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.contact-list ul li a {
  display: flex;
}

.contact-list ul li a:hover {
  color: var(--darkpink);
  font-weight: 700;
}

.contact-submit-btn .lightgreen-btn {
  background: var(--darkpink);
  border: 0px;
}

.contact-submit-btn .lightgreen-btn:hover {
  background: var(--green);
}

.contact-list ul li img {
  transition: filter ease-in-out 300ms;
  -webkit-transition: filter ease-in-out 300ms;
  -ms-transition: filter ease-in-out 300ms;
  -o-transition: filter ease-in-out 300ms;
  -moz-transition: filter ease-in-out 300ms;
}

.contact-list ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(89%) saturate(1000%)
    hue-rotate(105deg) brightness(98%) contrast(102%);
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(89%)
    saturate(1000%) hue-rotate(105deg) brightness(98%) contrast(102%);
}

.contact-list ul li * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.contact-list ul li span {
  display: block;
}

.contact-list ul li strong {
  font-weight: 700;
}

.contact-list ul li figure {
  flex: 0 0 auto;
  margin-right: 18px;
  width: 100%;
  max-width: 30px;
}

.contact-list ul li:not(:last-child) {
  margin-bottom: 25px;
}

.contact-form .form-group {
  margin-bottom: 65px;
}

.contact-form .form-group label {
  width: 100%;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 11px 0;
  padding: 0;
  border: 0px;
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
}

.contact-form .wpcf7 form.valid,
.contact-form .wpcf7 form.sent {
  color: #008000;
}

.contact-form .form-group .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  padding: 0 10px 10px 0;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.contact-form .form-group .form-control:focus {
  box-shadow: none;
}

.contact-form .form-group .form-control::placeholder {
  color: #707372;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.contact-form .row {
  margin: 0 -35px;
}

.contact-form .row > * {
  padding: 0 35px;
}

.contact-form-part {
  margin: 0 0 0 -15px;
}

textarea {
  height: 30px;
}

.contact-submit-btn button {
  border: none;
}

.contact-social-medial-list {
  margin: 50px 0 0;
}

.contact-social-medial-list ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-social-medial-list ul li a {
  font-size: 30px;
}

.contact-social-medial-list ul li a:hover {
  color: var(--darkpink);
}

.contact-social-medial-list ul li:not(:last-child) {
  margin-right: 40px;
}

/* contact section */

/* register section */
.register-section {
  padding: 110px 0 125px;
}

.register-left-part {
  width: 100%;
  max-width: 635px;
}

.register-left-part .section-title {
  margin-bottom: 7px;
}

.register-left-part .sub-title {
  padding-left: 6px;
}

.register-left-part .sub-title * {
  color: var(--green);
  font-size: 36px;
  font-weight: 400;
  line-height: 108%;
}

.register-form-part {
  margin: 40px 0 0;
}

.register-form .form-group {
  margin-bottom: 40px;
}

.register-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid var(--lightgreen);
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  padding: 20px 54px 20px 42px;
  background: none;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.register-form .form-group .form-control:focus {
  box-shadow: none;
}

.register-form .form-group .form-control::placeholder {
  color: #707372;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.register-form .password-info {
  margin: -40px 0 40px;
  display: block;
  color: #707372;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.register-form .form-check {
  display: flex;
  margin-top: -10px;
  margin-bottom: 0;
}

.register-section .sign-up {
  display: none;
}

.register-form .form-check::after {
  display: none;
}

.register-form .form-check-label {
  user-select: none;
  margin-left: 27px;
  margin-bottom: 0;
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.register-form .form-check-input {
  flex: 0 0 auto;
  box-shadow: none;
  width: 35px;
  height: 35px;
  border: 1px solid var(--lightgreen);
  background-color: transparent;
  margin-top: -1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.register-form .form-check-input:checked {
  background-color: var(--lightgreen) !important;
  border-color: var(--lightgreen) !important;
  box-shadow: none !important;
}

.register-form .form-check {
  margin-bottom: 50px;
}

.register-form .register-submit-btn .common-btn {
  min-width: 232px;
  background: var(--green);
}

.register-form .register-submit-btn .common-btn:hover {
  background: var(--darkpink);
}

.register-login-block .form-part {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 117px 100px 75px;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}

.register-logo-title * {
  margin: 0;
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.register-login-block .login-title {
  padding-top: 15px;
  text-align: left;
}

.register-login-block .login-title * {
  font-size: 36px;
}

.register-login-block .common-form {
  margin: 45px 0 0;
}

.register-login-block .common-form .form-group {
  margin-bottom: 55px;
}

.register-login-block {
  margin: 0 0 0 -15px;
}

/* register section */

/* welcome section */
.welcome-content {
  position: relative;
  padding: 100px 168px 140px;
  background: #ccefd9;
}

.welcome-content .section-title {
  text-align: center;
}

.welcome-content .common-detail {
  width: 100%;
  max-width: 1050px;
  margin: 52px auto 0;
}

.welcome-content .common-detail * {
  line-height: 125%;
}

.welcome-content .common-detail > *:not(:last-child) {
  margin-bottom: 25px;
}

.welcome-content .common-detail strong {
  font-weight: 700;
}

.welcome-content .common-detail a {
  text-decoration: underline;
}

.welcome-content .common-detail a:hover {
  color: var(--lightgreen);
}

/* welcome section */

/* STEM Teaching Resources */
.stem-teaching-resources {
  background: var(--secondgreen);
  padding: 636px 0 160px;
  margin: -550px 0 0;
}

.stem-teaching-resources-content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.stem-teaching-resources-image {
  display: block;
  width: 100%;
  height: 321px;
  margin-bottom: 18px;
}

.stem-teaching-resources-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stem-teaching-resources-content .row {
  margin: 0 -47px;
}

.stem-teaching-resources-content .row > * {
  padding: 0 47px;
}

.stem-teaching-resources-block {
  height: 100%;
}

.stem-teaching-resources-detail {
  position: relative;
  padding: 7px 29px 47px 9px;
  display: block;
  height: calc(100% - 339px);
  border-bottom: 1px solid var(--white);
}

.stem-teaching-resources-detail::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.51);
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.stem-teaching-resources-detail:hover::after {
  top: 0;
}

.stem-teaching-resources-title {
  width: 100%;
  max-width: 440px;
}

.stem-teaching-resources-title * {
  margin: 0;
  color: var(--white);
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.stem-teaching-resources-detail:hover .stem-teaching-resources-title * {
  color: var(--white);
}

/* STEM Teaching Resources */

/* resources team */
.resources-team {
  padding: 95px 0 130px;
}

.resources-team-content {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.resources-team-content .section-title {
  width: 100%;
  max-width: 600px;
}

.resources-team-content .section-title span {
  line-height: 1;
  background: var(--extralightkpink);
  padding: 0 5px;
}

.resources-team-list {
  margin: 100px 0 0;
}

.resources-team-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -68px;
}

.resources-team-list ul li {
  padding: 0 68px;
  width: 50%;
}

.resources-team-list ul li:not(:last-child) {
  margin-bottom: 5px;
}

.resources-team-list ul li a {
  display: flex;
  width: 100%;
  position: relative;
  padding: 21px 34px 17px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.resources-team-list ul li a::after {
  position: absolute;
  content: "";
  background: var(--extralightkpink);
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  z-index: -1;
}

.resources-team-list ul li a:hover::after {
  top: 0;
}

.resources-team-list ul li a:hover {
  color: var(--lightpink);
  border-color: var(--lightpink);
}

/* resources team */

/* resources education */
.resources-education {
  padding: 40px 0;
}

.resources-education .back-to-search {
  padding-left: 0;
}

.resources-education-block {
  margin: 35px 0 0;
}

.resources-education-info-title * {
  margin: 0;
  color: var(--green);
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
}

.resources-education-info-title span {
  background: var(--extralightkpink);
  line-height: 1;
}

.resources-education-info {
  margin: 25px 0 0;
}

.resources-education-info * {
  margin: 0;
  color: var(--green);
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.resources-education-detail {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
}

/* resources education */

/* folder structure */
.folder-structure {
  padding: 40px 0 70px;
}

/* folder structure */

/* appoinments section */
.appoinments-section {
  padding: 85px 0 42px;
}

.appoinments-block {
  margin: 35px 0 0;
}

.appoinments-left-title {
  width: 100%;
  max-width: 795px;
  margin: 70px 0 0;
}

.appoinments-left-title * {
  color: var(--purple);
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.appoinments-left-title span {
  background: var(--extralightkpink);
  line-height: 1;
  padding: 0 5px;
}

.appoinments-left .common-detail {
  width: 100%;
  max-width: 690px;
  margin: 0;
  color: var(--purple);
}

.appoinments-right .common-detail {
  width: 100%;
  max-width: 690px;
  /* margin: 0 0 0 auto; */
  color: var(--purple);
}

.appoinments-content .section-title {
  color: var(--purple);
  font-weight: 500;
}

/* appoinments section */

/* application process  */
.application-process {
  padding: 45px 0 130px;
}

.apllication-process-title {
  width: 100%;
  max-width: 560px;
}

.apllication-process-title * {
  margin: 0;
  color: var(--purple);
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
}

.apllication-process-title span {
  background: var(--extralightkpink);
  line-height: 1;
  padding: 0 5px;
}

.application-process-block {
  margin: 48px 0 0;
}

.application-process-image-block {
  position: relative;
  width: 100%;
  max-width: 699px;
}

.application-process-image {
  width: 100%;
  height: 994px;
  min-height: 100%;
}

.application-process-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-process-image img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.application-form-btn {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  margin: -40px 0 0;
}

.application-form-btn .common-btn {
  min-width: 667px;
  font-size: 32px;
  font-weight: 400;
  line-height: 121%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background: var(--green);
}

.application-form-btn .common-btn:hover {
  background: var(--darkpink);
}

.application-form-btn .common-btn figure {
  margin-right: 20px;
}

.apllication-process-step-block {
  /* height: 100dvh;
  position: relative;
  scroll-behavior: smooth;
  overflow: auto; */

  position: relative;
  width: 100%;
  max-width: 766px;
  margin-left: auto;
  /* margin-top: -33px; */
}

.application-process-step {
  position: relative;
  padding: 33px 33px 45px;
}

.application-process-step-title * {
  margin: 0;
  color: rgba(30, 30, 47, 0.5);
  font-size: 36px;
  font-weight: 500;
  line-height: 108%;
}

.application-process-step .common-detail {
  margin: 15px 0 0;
  color: rgba(30, 30, 47, 0.5);
}

.application-process-step .common-detail ul li {
  color: rgba(30, 30, 47, 0.5);
}

.application-process-step .common-detail a {
  text-decoration: underline;
}

.application-process-step.active {
  background: var(--extralightkpink);
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
}

.application-process-step.active .application-process-step-title * {
  color: var(--darkpink);
}

.application-process-step.active .common-detail {
  color: var(--darkpink);
}

.application-process-step.active .common-detail ul li {
  color: var(--lightpink);
}

.application-process-step::after {
  position: absolute;
  content: "";
  width: 3px;
  background: rgba(0, 55, 38, 0.2);
  top: 0;
  bottom: 0;
  left: -22px;
}

/* .application-process-step::before {
	position: absolute;
	content: "";
	width: 3px;
	background: var(--lightgreen);
	top: 0;
	left: -22px;
} */

.apllication-process-step-block > *:nth-child(2)::before,
.apllication-process-step-block > *:first-child::before {
  bottom: 0;
}

.apllication-process-step-block > *:first-child::before,
.apllication-process-step-block > *:first-child::after {
  top: 30px;
}

.apllication-process-step-block
  > *:last-child::before
  .apllication-process-step-block
  > *:last-child::after {
  bottom: 20px;
}

.apllication-process-step-block::after {
  position: absolute;
  content: "";
  left: -22px;
  top: 0;
  width: 3px;
  height: var(--after-height, 0);
  background: var(--lightgreen);
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

/* application process  */

/* facilities section */
.facilities-content {
  padding: 80px 80px 30px;
  border-radius: 35px;
  background: rgba(185, 233, 202, 0.52);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.facelities-block {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.facelities-block .section-block-title {
  width: 100%;
  max-width: 550px;
}

.facelities-part {
  margin: 70px 0 0;
}

.facelities-part .row {
  margin: 0 -48px;
}

.facelities-part .row > * {
  padding: 0 48px;
}

.facelities-wrp {
  width: 100%;
  max-width: 393px;
  height: calc(100% - 75px);
  margin-bottom: 75px;
}

.facelities-wrp .small-title {
  color: var(--darkpink);
  font-weight: 500;
  line-height: 121%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--darkpink);
  margin-bottom: 10px;
}

.facelities-wrp .common-detail {
  color: var(--purple);
}

/* facilities section */

/* terms and conditions */
.terms-and-conditions-section {
  padding: 100px 0 135px;
}

.terms-and-conditions-list {
  margin: 42px 0 0;
}

/* .terms-and-conditions-list ul {
	margin: 0;
	padding: 0 0 0 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

.terms-and-conditions-list ul li {
	position: relative;
	padding: 0 54px;
	width: 48%;
	color: var(--purple);
	font-size: 24px;
	font-weight: 400;
	line-height: 162%;
	padding-left: 20px;
	margin-bottom: 40px;
}

.terms-and-conditions-list ul li::before{
	position: absolute;
	content: "";
	background: var(--purple);
	width: 7px;
	height: 7px;
	left: 0;
	top: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
} */

.terms-and-conditions-list ul {
  margin: 0;
  padding: 0 0 0 2rem;
  column-count: 2;
  gap: 0 30px;
}

.terms-and-conditions-list ul li {
  position: relative;
  padding: 0 90px 0 0;
  width: 100%;
  color: var(--purple);
  font-size: 24px;
  font-weight: 400;
  line-height: 162%;
  margin-bottom: 40px;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

/* terms and conditions */

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
  position: relative;
  background: var(--green);
  padding: 157px 0 0;
}

.footer::after {
  position: absolute;
  content: "";
  background: var(--lightgreen);
  height: 36px;
  left: 0;
  right: 0;
  top: 0;
}

.footer-content {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-logo {
  width: 100%;
  max-width: 328px;
  display: inline-block;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-menu ul li {
  color: var(--white);
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
}

.footer-menu ul li:not(:last-child) {
  margin-right: 50px;
}

.footer-menu ul li a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.footer-menu ul li a.active,
.footer-menu ul li a:hover {
  color: var(--lightgreen);
}

.footer-contact-main-block {
  height: 100%;
  padding: 65px 0 30px;
}

.footer-contact-block {
  display: flex;
  justify-content: center;
}

.footer-contact-icon {
  margin: 0 15px 0 0;
  flex: 0 0 auto;
  background: #194b3c;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.footer-contact-icon figure {
  display: inline-flex;
}

.footer-contact-title {
  display: block;
  margin-bottom: 5px;
  color: var(--extralightgreen);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.footer-contact-info a,
.footer-contact-info p {
  color: var(--white);
  font-size: 22px;
  font-weight: 300;
  line-height: 100%;
}

.footer-contact-info p {
  line-height: 118%;
  width: 100%;
  max-width: 310px;
}

.footer-contact-info p span {
  font-weight: 600;
  display: block;
}

.footer-contact-info a:hover {
  color: var(--extralightgreen);
}

.footer-center .row > * {
  position: relative;
}

.footer-center .row > *:not(:last-child)::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
}

.footer-center .row > *:nth-child(2):after {
  right: 45px !important;
}

.footer-center .row > *:nth-child(2) > * {
  position: relative;
  right: 30px;
}

.footer-bottom {
  position: relative;
  padding: 30px 0 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.15);
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
}

.footer-copyright * {
  color: var(--white);
  font-family: "PoppinsLight";
  font-size: 18px;
  line-height: 100%;
}

.social-media-list {
  display: flex;
  align-items: center;
}

.social-media-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.social-media-list ul li {
  position: relative;
  padding: 0 15px;
}

/* .social-media-list ul li:not(:last-child)::after {
	position: absolute;
	content: "";
	background-image: url('../images/dashed-border.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 20px;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
} */

.social-media-list ul li a {
  color: var(--extralightgreen);
  font-size: 20px;
}

.social-media-list ul li a:hover {
  color: var(--white);
}

.social-media-list ul li:first-child {
  padding-left: 0;
}

.social-media-list ul li:last-child {
  padding-right: 0;
}

.footer-center .row > *:first-child .footer-contact-block {
  justify-content: flex-start;
}

.footer-bootom-link-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.footer-bootom-link-list ul li {
  position: relative;
  padding: 0 13px;
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.footer-bootom-link-list ul > *:first-child {
  padding-right: 40px;
}

.footer-bootom-link-list ul > *:first-child::after {
  display: none;
}

.footer-bootom-link-list ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  background-image: url("../images/line.svg");
  background-size: contain;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 4px;
  height: 16px;
}

.footer-bootom-link-list ul li a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.footer-bootom-link-list ul li:first-child {
  padding-left: 0;
}

.footer-bootom-link-list ul li:last-child {
  padding-right: 0;
}

.footer-bootom-link-list ul li a:hover {
  color: var(--extralightgreen);
}

.social-media-title {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 112%;
  margin-right: 34px;
}

.social-media-title a {
  color: inherit;
}

.social-media-title a:hover {
  color: var(--lightgreen);
}

.footer-menu li.current-menu-item a {
  color: var(--lightgreen);
}

.forgot-password-wrapper .error-msg {
  font-size: 19px;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/* logo animation */
.loader {
  width: 100vw;
  height: 100dvh;
  background-color: #000;
  /* position: fixed; */
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.fill {
  opacity: 0;
  animation: fillShade 2s ease-in-out 2s forwards;
  will-change: opacity;
}

@keyframes fillShade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fill * {
  width: 100%;
  height: auto;
}

.stroke {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.stroke * {
  width: 100%;
  height: auto;
}

.strokeFill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  animation: wideShade 2s ease-in-out forwards;
  width: fit-content;
  height: fit-content;
}

@keyframes wideShade {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.strokeFill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  animation: tallShade 2s ease-in-out forwards;
  width: 100%;
  height: 0;
}

@keyframes tallShade {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.strokeFill * {
  width: auto;
  height: auto;
}

/* logo animation */

/* accordion */
.accordion {
  background: none !important;
  background-color: transparent !important;
}

.accordion-button::after {
  display: none;
}

.accordion-button.collapsed {
  background: none !important;
  background-color: transparent !important;
  border-color: var(--secondgreen) !important;
}

.accordion-button .accordion-arrow {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion-item {
  background: none !important;
  background-color: transparent !important;
  border: none;
  margin-bottom: 13px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.accordion-button {
  position: relative;
  box-shadow: none !important;
  background: none !important;
  background-color: transparent !important;
  padding: 32px 20px 17px 24px;
  color: var(--secondgreen);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  border-bottom: 1px solid var(--secondgreen);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.accordion-button span.icon {
  margin-right: 23px;
  padding-left: 45px;
}

.file-item {
  padding: 32px 20px 17px 137px;
  border-bottom: 1px solid var(--darkpink);
  color: var(--darkpink);
}

.file-item a {
  position: relative;
  display: flex;
}

.file-item a:hover {
  color: var(--darkpink);
}

.file-item a img {
  transition: all ease-in-out 300ms !important;
  -webkit-transition: all ease-in-out 300ms !important;
  -ms-transition: all ease-in-out 300ms !important;
  -o-transition: all ease-in-out 300ms !important;
  -moz-transition: all ease-in-out 300ms !important;
}

.file-item a:hover img {
  filter: brightness(0) saturate(550%) invert(14%) sepia(654%) saturate(1420%)
    hue-rotate(314deg) brightness(100%) contrast(98%);
  -webkit-filter: brightness(0) saturate(550%) invert(14%) sepia(654%)
    saturate(1420%) hue-rotate(314deg) brightness(100%) contrast(98%);
}

.accordion-body .file-item::before {
  position: absolute;
  content: "";
  background: var(--extralightkpink);
  top: 100%;
  /* left: 0; */
  right: 0;
  bottom: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  z-index: -1;
  left: 60px;
}
.accordion-body .file-item {
  position: relative;
  margin: 10px 0 0 0;
}
.accordion-body .file-item:hover {
  border-color: var(--darkpink);
}
.accordion-body .file-item:hover::before {
  top: 0;
}

.file-item .icon {
  margin-right: 23px;
  padding-left: 35px;
}

.accordion-sub .accordion-button {
  color: var(--darkpink);
}

.accordion-header {
  font-size: 0;
  line-height: 0;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.accordion-button:focus {
  border-color: var(--lightpink);
}

.accordion-arrow {
  position: absolute;
}

.accordion-button::before {
  position: absolute;
  content: "";
  background: var(--extralightkpink);
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  z-index: -1;
}

.accordion-button:hover::before {
  top: 0;
}

/* .accordion-button:hover .icon img {
  filter: invert(22%) sepia(39%) saturate(4133%) hue-rotate(-314deg) brightness(60%) contrast(75%);

} */
.accordion-button img {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.accordion-button:not(.collapsed) img,
.accordion-button:hover img {
  filter: brightness(0) saturate(550%) invert(14%) sepia(654%) saturate(1420%)
    hue-rotate(314deg) brightness(100%) contrast(98%);
  -webkit-filter: brightness(0) saturate(550%) invert(14%) sepia(654%)
    saturate(1420%) hue-rotate(314deg) brightness(100%) contrast(98%);
}

.accordion-button:not(.collapsed)::before {
  top: 0;
}

.accordion-sub .accordion-button::before {
  left: 25px;
}

.accordion-button:not(.collapsed),
.accordion-button:hover {
  color: var(--darkpink);
  border-color: var(--darkpink) !important;
}

.accordion-sub img {
  filter: brightness(0) saturate(550%) invert(14%) sepia(654%) saturate(1420%)
    hue-rotate(314deg) brightness(100%) contrast(98%);
  -webkit-filter: brightness(0) saturate(550%) invert(14%) sepia(654%)
    saturate(1420%) hue-rotate(314deg) brightness(100%) contrast(98%);
}

.accordion-sub .accordion-button {
  padding: 32px 20px 17px 77px;
  border-color: var(--darkpink);
}

.accordion-pdf-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion-sub > *:first-child {
  margin-top: 13px;
}

.folder-structure-content .load-more-btn {
  margin: 72px 0 0;
  display: flex;
  justify-content: center;
}

.folder-structure-content .load-more-btn .common-btn {
  min-width: 232px;
  background: var(--green);
}

.folder-structure-content .load-more-btn .common-btn:hover {
  background: var(--darkpink);
}

/* accordion */

/* link section */
.link-section {
  margin: -50px 0 0;
  position: relative;
}

.link-content {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
}

.link-list-block {
  padding: 36px 115px;
  background: var(--green);
}

.link-list-block .link-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.link-list-block .link-list ul li {
  position: relative;
  padding: 0 95px;
  color: var(--lightgreen);
  text-align: center;
  font-size: 52px;
  font-weight: 400;
  line-height: 100%;
}

.link-list-block .link-list ul li::after {
  position: absolute;
  content: "";
  background: var(--lightgreen);
  width: 1px;
  top: 5px;
  bottom: 5px;
  right: 0;
}

.link-list-block .link-list ul li:last-child:after {
  display: none;
}

.link-list-block .link-list ul li a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  -webkit-text-stroke: 0.8px var(--lightgreen);
  text-transform: uppercase;
}

.link-list-block .link-list ul li:first-child {
  padding-left: 0;
}

.link-list-block .link-list ul li:last-child {
  padding-right: 0;
}

.link-list-block .link-list ul li a:hover {
  color: var(--extralightkpink);
  -webkit-text-stroke: 0.8px var(--extralightkpink);
}

.link-part {
  margin: 80px 0 0;
  position: relative;
  padding-bottom: 75px;
}

.link-part::after {
  position: absolute;
  content: "";
  background: #dbf3e1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 220px;
  z-index: -1;
}

.link-imnage-wrp {
  width: 100%;
  max-width: 960px;
  height: 558px;
  margin: 0 auto;
}

.link-imnage-wrp * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-imnage-wrp img {
  border-radius: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
}

.link-image-block .common-detail {
  width: 100%;
  max-width: 1060px;
  margin: 43px auto 0;
  line-height: 125%;
}

.link-image-block .common-detail > *:not(:last-child) {
  margin-bottom: 25px;
}

/* link section */

/* global section */
.global-section {
  padding: 53px 0;
}

.global-main-title-block .section-title {
  text-align: center;
  font-weight: 500;
  color: var(--purple);
  text-transform: uppercase;
}

.global-main-block {
  margin: 35px 0 0;
}

.global-block .development-information-title {
  width: 100%;
  max-width: 713px;
  margin-bottom: 53px;
}

.global-block .development-information-title * {
  color: var(--purple);
}

.global-block .development-info-detail {
  width: 100%;
  max-width: 616px;
  height: auto;
  padding: 28px 33px 28px 40px;
  background: var(--secondgreen);
}

.global-block .development-info-detail:hover {
  background: var(--extralightkpink);
}

.global-block .development-info-detail:hover img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(69%) saturate(713%)
    hue-rotate(135deg) brightness(14%) contrast(85%);
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(69%)
    saturate(713%) hue-rotate(135deg) brightness(14%) contrast(85%);
}

.common-wrp-link-list ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(69%) saturate(713%)
    hue-rotate(135deg) brightness(14%) contrast(85%);
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(69%)
    saturate(713%) hue-rotate(135deg) brightness(14%) contrast(85%);
}

.global-block .development-info-detail img {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.global-block .development-info-detail figure {
  margin-right: 25px;
  margin-top: 0px;
}

.global-block .development-info-child-detail * {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.global-block .development-info-detail:hover .development-info-child-detail * {
  color: var(--green);
}

.global-block .development-info-child-detail * strong {
  font-weight: 600;
}

.global-block .development-info-child-detail > *:not(:last-child) {
  margin-bottom: 16px;
}

.global-info-child-detail * {
  font-size: 20px !important;
}

.global-info-child-detail strong {
  font-weight: 600;
  display: block;
}

.global-right-info {
  width: 100%;
  max-width: 732px;
  position: relative;
  left: -20px;
}

.global-main-block > *:not(:last-child) {
  margin-bottom: 120px;
}

.global-block .development-information-child-block > *:not(:last-child) {
  margin-bottom: 42px;
}

.global-block .development-information-child-block img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.global-block .development-info-child-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.common-wrp-link-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.common-wrp-link-list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 115px;
  background: var(--secondgreen);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.common-wrp-link-list ul li:not(:last-child) {
  margin-right: 30px;
}

.common-wrp-link-list ul li a:hover {
  background: var(--extralightkpink);
}

/* global section */

/* national-highlighted-project */
.national-highlighted-project {
  padding: 44px 0 130px;
}

.highlighted-project-title-block .section-title {
  font-weight: 500;
  color: var(--purple);
  text-align: center;
  margin-bottom: 50px;
}

/* national-highlighted-project */

/* local-stem-teaching-resources */
.local-stem-teaching-resources {
  background: var(--bgwhite);
  padding: 75px 0 135px;
  margin: 0;
}

.local-stem-teaching-resources .stem-teaching-resources-title * {
  color: var(--green);
}

.stem-teaching-resources-title-block .section-title {
  font-weight: 500;
  color: var(--purple);
  margin-bottom: 14px;
  text-align: center;
}

.stem-teaching-resources-title-block .section-block-title {
  text-align: center;
}

.local-stem-teaching-resources .stem-teaching-resources-content {
  margin: 75px auto 0;
}

.local-stem-teaching-resources .stem-teaching-resources-detail {
  border-color: var(--secondgreen);
}

.local-stem-teaching-resources .stem-teaching-resources-detail::after {
  background: rgba(0, 177, 64, 0.2);
}

.local-stem-teaching-resources
  .stem-teaching-resources-detail:hover
  .stem-teaching-resources-title
  * {
  color: var(--green);
}

/* local-stem-teaching-resources */

/* interface section */
.interface-section {
  padding: 50px 0 105px;
}

.interface-block {
  width: 100%;
  max-width: 100%;
  margin: 63px 0 0;
}

.interface-step-block {
  margin: 30px 0 0;
}

.select-block {
  margin-bottom: 50px;
}

.select-title {
  margin-bottom: 15px;
  padding-left: 25px;
}

.select-title * {
  margin: 0;
  color: var(--secondgreen);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

/* .select-block .form-select {
	background: none;
	background-color: transparent;
	padding: 18px 25px;
	border-radius: 9px;
	border: 1px solid var(--lightgreen);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
}

.select-block .form-select:focus{
	box-shadow: none;
} */

.custom-dropdown {
  position: relative;
  width: 100%;
  border: 1px solid var(--lightgreen);
  border-radius: 9px;
  background-color: transparent;
  cursor: default;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  color: #707372;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.dropdown-selected {
  padding: 22px 50px 22px 25px;
}

.dropdown-options {
  padding: 0 90px 0 14px;
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  background-color: transparent;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 10;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.dropdown-options li {
  cursor: pointer;
  padding: 14px 12px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #707372;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid var(--lightgreen);
}

.dropdown-options li:last-child {
  border-bottom: none;
}

.dropdown-options li:not(:last-child) {
  margin-bottom: 6px;
}

.dropdown-options li:hover {
  color: var(--lightgreen);
}

.custom-dropdown::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 25px;
  width: 20px;
  height: 33px;
  background-image: url("../images/select-dropdoen-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.custom-dropdown.rotate::after {
  transform: translateY(0px) rotate(180deg);
  -webkit-transform: translateY(0px) rotate(180deg);
  -moz-transform: translateY(0px) rotate(180deg);
  -ms-transform: translateY(0px) rotate(180deg);
  -o-transform: translateY(0px) rotate(180deg);
}

.interface-content .back-to-search {
  padding-left: 0;
}

.interface-step-block .form-group .form-control {
  padding: 22px 25px;
  position: relative;
  width: 100%;
  border: 1px solid var(--lightgreen);
  border-radius: 9px;
  background-color: transparent;
  cursor: default;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  color: #707372;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.interface-step-block .form-group .form-control::placeholder {
  color: #707372;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.add-resoureces-btn {
  margin: -8px 0 0;
  min-width: 354px;
}

.interface-submit-btn {
  margin: 90px 0 0;
  min-width: 232px;
  border: none;
}

.custom-file {
  padding: 17px 25px;
  position: relative;
  width: 100%;
  border: 1px solid var(--lightgreen);
  border-radius: 9px;
  background-color: transparent;
  cursor: default;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  color: #707372;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.custom-file::file-selector-button {
  border: none;
  padding: 5px 10px;
  background-color: var(--lightgreen);
  color: var(--white);
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

input[type="file"]::file-selector-button:hover {
  background-color: var(--green) !important;
  color: var(--white);
}

.minus-icon {
  display: none !important;
  cursor: pointer;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  border: 1px solid var(--lightgreen);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.minus-icon:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.minus-icon figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.minus-icon img {
  max-height: 100%;
}

.minus-icon.show-minus-common-btn {
  display: flex !important;
}

.alert.alert-success,
.alert.alert-dismissible {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 35px;
}

.input-error {
  color: red;
  font-size: 16px;
}

.login-message-info {
  text-align: center;
  margin-bottom: 35px;
}

.login-message-info a:hover {
  color: var(--lightgreen);
}

/* interface section */

.feature-network-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: none;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.5s ease;
  z-index: 1060;
}

.feature-network-modal.show {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.sliding-in,
.sliding-out {
  display: block !important;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.5s ease !important;
}

.modal-backdrop {
  transition: opacity 0.5s ease;
}

/*forgot password page*/
.forgot-password-inner .form-group .form-control {
  background-color: transparent;
  border: 1px solid var(--lightgreen);
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  padding: 20px 54px 20px 42px;
  background: none;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.forgot-password-inner .form-group .form-control::placeholder {
  color: var(--green);
}

.forgot-password-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
}

.forgot-password-inner .form-btn-group {
  display: flex;
  justify-content: center;
}

.forgot-password-inner .form-btn-group > *:hover {
  background: var(--secondgreen);
  color: var(--bgwhite);
}

.forgot-password-inner .common-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.forgot-password-inner .form-group {
  margin: 0 10px 0 0;
}

/*forgot password page*/

/*form */

.register-form-part .toggle-password {
  position: absolute;
  right: 17px;
  top: 21px;
}

.register-form-part .form-group {
  position: relative;
}

.register-form .form-check {
  margin-bottom: 50px;
}

.register-form-part label.error {
  color: #b11e1e;
  font-size: 20px;
  line-height: 22px;
}

.form-check #consent_contact-error.error,
.form-check #agree_policy-error.error {
  position: absolute;
  top: 100%;
  margin: 0 0 0 27px;
}

/*form */

/*gallery detail page*/
.gallery-detail-content {
  max-width: 1099px;
  margin: 71px 0 42px 0;
}

.gallery-detail-content .section-title {
  margin: 0 0 35px 0;
  color: #1e1e2f;
  font-weight: 500;
}

.gallery-detail-content .small-title {
  font-size: 24px;
  line-height: 30px;
}

.gallery-detail-content .small-title * {
  margin-bottom: 24px;
}

.gallery-detail-content ul,
.gallery-detail-content ol {
  margin-bottom: 13px;
}

.gallery-detail-content ul li,
.gallery-detail-content ol li {
  margin-bottom: 10px;
}

.gallery-detail-content ul li ol {
  margin: 10px 0;
}

.gallery-detail-content a {
  color: var(--green);
  margin: 10px 0;
}

.gallery-detail-content a:hover {
  color: var(--extralightgreen);
}

.gallery-detail-content p {
  margin-bottom: 10px;
}

.gallery-detail-block {
  height: Calc(100% - 80px);
  margin-bottom: 80px;
}

.gallery-detail-section {
  padding-bottom: 117px;
}

.gallery-detail-block .gallery-detail-img {
  height: 443px;
  width: 100%;
}

.gallery-detail-block .gallery-detail-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-detail-block-wrp .row {
  margin-left: -45px;
  margin-right: -45px;
}

.gallery-detail-block-wrp .row > * {
  padding-left: 45px;
  padding-right: 45px;
}

.discover-btn {
  display: flex;
  justify-content: center;
}

/*gallery detail page*/

/*resources project maths page*/

.project-maths-wrp {
  padding: 71px 0 101px 0;
}

.project-maths-wrp .section-title,
.cpd-resources-section .section-title {
  font-weight: 500;
  color: var(--purple);
}

.project-maths-wrp .section-title span,
.cpd-resources-section .section-title span {
  background: var(--extralightkpink);
}

.project-maths-wrp .events-block {
  margin: 33px 0 0;
}

/*resources project maths page*/

/*cpd resources*/
.cpd-resources-section .events-block {
  margin: 44px 0 0;
}

.cpd-resources-section .event-terms-details {
  margin: 50px 0 0 0;
}

.event-terms-details.button-group .button.is-checked {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.cpd-resources-section .gallery-list .button {
  text-transform: capitalize !important;
}

/* .container {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  width: 100%;
} */

.load-container {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.hidden {
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 0px !important;
  visibility: hidden;
}

/* ---- button ---- */
/* .button {
  cursor: pointer;
  background: #eee;
  border: none;
  border-radius: 7px;
  color: #222;
  display: inline-block;
  font-family: sans-serif;
  font-size: 16px;
  padding: 0.5em 1em;
  text-shadow: 0 1px white;
  text-transform: capitalize;
} */
/* .button:hover {
  background-color: #8cf;
  color: #222;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.button:active, .button.is-checkd {
  background-color: #333;
} */
/* .button.is-checked {
  color: #333;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
} */
/* .button:active {
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8);
} */

/* ---- button-group ---- */
/* .button-group:after {
  content: "";
  clear: both;
  display: block;
}
.button-group .button {
  border-radius: 0;
  float: left;
  margin-left: 0;
  margin-right: 1px;
}
.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}
.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
} */

/* ---- isotope ---- */
/* clear fix */
.isotope {
  position: relative;
}

.isotope:after {
  clear: both;
  content: "";
  display: block;
}

.hidden {
  display: none !important;
}

.cards {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.gallery-list .button.is-checked,
.gallery-list .button:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.cpd-resources-section .gallery-list {
  padding: 54px 0 44px;
}

.cpd-resources-section .events-info {
  width: 100%;
  margin: 0 0 28px 0;
}

/*cpd resources*/

/*typography*/
.typography-wrp {
  padding: 100px 0 150px 0;
}

.error-page .section-title {
  font-weight: 700;
  padding: 0 0 10px 0;
}

.error-page .common-detail {
  margin: 29px 0 35px;
}

.aligncenter {
  float: none;
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 20px 40px 20px 0;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.typography-content p {
  margin-bottom: 10px;
}

.typography-title {
  margin-bottom: 30px;
}

.typography-content p a {
  font-weight: 700;
}

.typography-content p a:hover {
  color: var(--darkpink);
}

/*typography*/

.development-research-work .development-information-child-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.development-research-work .development-information-title {
  max-width: 720px;
  color: #1e1e2f;
}

.development-research-work .development-information-block > * {
  max-width: 100%;
}

.development-research-work .development-info-detail {
  max-width: 720px;
  margin: 0 0 0 auto;
}

.development-research-work .development-information-block {
  margin: 0 0 102px 0;
  display: flex;
}

.development-research-work .development-info-detail figure {
  margin-top: 0;
}

/*news-events*/
.development-block-right .headline a {
  color: var(--green);
}

.development-block-right .headline a:hover {
  color: var(--darkpink);
}

.development-block-right h1,
.development-block-right h1 * {
  font-size: 49px;
  line-height: normal;
}

.development-block-right h2,
.development-block-right h2 * {
  font-size: 40px;
  line-height: normal;
}

.development-block-right h4,
.development-block-right h4 * {
  font-size: 29px;
  line-height: normal;
}

.development-block-right h5,
.development-block-right h5 * {
  font-size: 25px;
  line-height: normal;
}

.development-block-right h6,
.development-block-right h6 * {
  font-size: 22px;
  line-height: normal;
}

.development-block-right p a {
  font-weight: 700;
}

.development-block-right p a:hover {
  color: var(--darkpink);
}

.development-block-right h1 a,
.development-block-right h2 a,
.development-block-right h3 a,
.development-block-right h4 a,
.development-block-right h5 a,
.development-block-right h6 a {
  color: var(--darkpink);
}

.development-block-right h1 a:hover,
.development-block-right h2 a:hover,
.development-block-right h3 a:hover,
.development-block-right h4 a:hover,
.development-block-right h5 a:hover,
.development-block-right h6 a:hover {
  color: var(--lightgreen);
}

/*news-events*/

#logo-container svg path {
  position: relative;
  opacity: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

#logo-container svg path.loader-bg {
  animation: fadeIn 0.3s forwards;
  animation-delay: 0.3s;
}

#logo-container svg path.loader-shape1 {
  animation: fadeIn 0.3s forwards;
  animation-delay: 0.6s;
}

#logo-container svg path.loader-shape2 {
  animation: fadeIn 0.3s forwards;
  animation-delay: 0.9s;
}

#logo-container svg path.loader-text {
  animation: fadeIn 0.3s forwards;
  animation-delay: 1.2s;
}

/* .text-logo-animation svg path {
	opacity: 1 !important;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke: #005336;
	animation:
		draw 3s ease forwards,
		strokeColor 3s ease forwards;
}

@keyframes draw {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes strokeColor {
	from {
		stroke: #005336;
	}
	to {
		stroke: #FCD9DC;
	}
} */

.text-logo-animation svg path {
  opacity: 1 !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke: #005336;
  /* Initial stroke */
  fill: transparent;
  /* Start with no fill */
  animation: draw 3s ease forwards, strokeColor 3s ease forwards,
    fillColor 3s ease forwards 1s;
  /* Delayed fill */
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes strokeColor {
  from {
    stroke: #005336;
  }

  to {
    stroke: #fff;
  }
}

@keyframes fillColor {
  from {
    fill: transparent;
  }

  to {
    fill: #fff;
    /* Or your desired fill color */
  }
}

/*numeracy meets page*/
.numeracy-meets-main .stem-teaching-resources-title-block .section-title {
  text-align: left;
  color: var(--purple);
}

.numeracy-meets-main .stem-teaching-resources-title-block .section-title span {
  background: var(--extralightkpink);
}

.numeracy-meets-main .stem-teaching-resources-content {
  max-width: 100%;
}

.numeracy-meets-main .stem-teaching-resources-content .row > * {
  padding: 0 58px;
}

.numeracy-meets-main .stem-teaching-resources-content .row {
  margin: 0 -58px;
}

.numeracy-meets-main .stem-teaching-resources-image {
  height: 388px;
}

.numeracy-meets-main .stem-teaching-resources-detail {
  height: calc(100% - 406px);
}

.numeracy-meets-main .stem-teaching-resources-block {
  height: calc(100% - 98px);
  margin-bottom: 98px;
}

.numeracy-meets-main .stem-teaching-resources-title * {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
}

.numeracy-meets-main .stem-teaching-resources-title {
  max-width: 100%;
}

.numeracy-meets-main .events-discover-more-btn {
  margin: 0;
}

/*numeracy meets page*/

/*Useful Links*/
.usefullinks-main .section-title {
  font-weight: 500;
  margin-bottom: 41px;
  color: var(--purple);
}

.usefullinks-main .section-title span {
  background: var(--extralightkpink);
}

.usefullinks-main {
  padding: 71px 0 85px 0;
}

.usefullinks-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--green);
}

.usefullinks-block p {
  margin-bottom: 20px;
}

.usefullinks-block p a {
  font-weight: 700;
}

.usefullinks-block p a:hover {
  color: var(--darkpink);
}

.usefullinks-block .small-title {
  margin-bottom: 20px;
}

.usefullinks-block .small-title * {
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
}

.usefullinks-block .development-info-detail {
  color: var(--green);
  margin-top: 23px;
  align-items: center;
  padding: 22px 34px;
}

.usefullinks-block .development-info-detail .development-info-child-detail * {
  font-size: 24px;
  line-height: 23px;
  color: var(--green);
  margin-bottom: 0;
}

.usefullinks-block .development-info-detail figure {
  margin-top: 0;
  margin-right: 14px;
}

.usefullinks-block .development-info-detail img {
  filter: brightness(0.4) contrast(1.5) hue-rotate(60deg) saturate(0.7);
  -webkit-filter: brightness(0.4) contrast(1.5) hue-rotate(60deg) saturate(0.7);
}

.usefullinks-block p {
  line-height: normal;
}

.cern-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 51px;

  margin-top: 48px;
}

.cern-wrap .cern-flx {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: 80px;
  width: fit-content;
  justify-content: flex-end;
}

.cern-flx p {
  line-height: normal;
  max-width: 550px;
  margin-bottom: 0;
}

/*useful links*/

/*irish main*/

.irish-main {
  padding: 71px 0 0 0;
}

.irish-wrap {
  max-width: 1494px;
  margin: 0 auto;
}

.irish-main .section-title span {
  background: var(--extralightkpink);
}

.irish-main .section-title {
  font-weight: 500;
  margin-bottom: 75px;
  color: var(--purple);
}

.irish-main {
  padding: 71px 0 34px 0;
}

.irish-right {
  max-width: 1099px;
  margin: 0 0 0 auto;
}

.irish-right p {
  margin-bottom: 20px;
  line-height: normal;
}

.irish-left .small-title {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
}

.irish-right .development-info-detail {
  color: var(--green);
  margin-top: 23px;
  align-items: center;
  padding: 22px 56px 22px 43px;
  min-height: 88px;
}

.irish-right .development-info-detail * {
  margin-bottom: 0;
}

.irish-right .development-info-detail .development-info-child-detail * {
  font-size: 24px;
  line-height: 23px;
  color: var(--green);
  margin-bottom: 0;
}

.irish-right .development-info-detail img {
  filter: brightness(0.4) contrast(1.5) hue-rotate(60deg) saturate(0.7);
  -webkit-filter: brightness(0.4) contrast(1.5) hue-rotate(60deg) saturate(0.7);
  filter: brightness(0.4) contrast(1.5) hue-rotate(60deg) saturate(0.7);
}

.irish-right .cern-flx p {
  margin-bottom: 0;
}

.irish-right .cern-flx .development-info-detail figure {
  margin-right: 16px;
  margin-top: 0;
}

.irish-right .cern-wrap .cern-flx {
  margin-right: 161px;
}

.irish-right .cern-wrap > *:last-child {
  margin-right: 0;
}

.irish-right .cern-wrap {
  margin-bottom: 33px;
}

.irish-independent-img * {
  width: 100%;
  height: 100%;
}

.irish-block .irish-inner {
  margin-bottom: 45px;
  padding-bottom: 59px;
  border-bottom: 1px solid var(--green);
}

.irish-block > *:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/*irish main*/

/*news letter section*/
.news-letter-main .section-title {
  color: var(--purple);
  font-weight: 500;
}

.news-letter-main .section-title span {
  background: var(--extralightkpink);
}

/*news letter section*/

/*visitors*/
.visitors-section .profile-info-list ul li {
  margin-bottom: 24px;
}

.visitors-section .profile-info {
  padding: 42px 13px 0;
}

.visitors-section .profile-block {
  margin-bottom: 70px;
  padding-bottom: 66px;
  border-bottom: 1px solid var(--black);
}

.visitors-loadmore {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

/*visitors*/

/*vacancies main*/
.vacancies-main .section-title {
  font-weight: 500;
  color: var(--purple);
}

.vacancies-main .events-detail span {
  font-size: 24px;
  line-height: normal;
}

.vacancies-main .events-detail > *:first-child {
  width: 100%;
  max-width: 1150px;
}

/*vacancies main*/

/*stint*/
.stint-section .development-sub-title {
  width: 100%;
  max-width: 100%;
}

.stint-section .development-block-right .development-information-block h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}

.stint-section .development-block-right .development-info-detail {
  min-height: 136px;
}

.stint-section .development-block-right .development-information-title h3,
.stint-section .development-block-right .development-information-title * {
  font-size: 48px;
  line-height: normal;
}

.stint-section .development-block-right {
  border-bottom: 0px;
  padding-bottom: 0;
}

.development-section.stint-section {
  padding: 75px 0 121px 0;
}

.stint-section .development-information-block {
  margin: 68px 0 0;
}

.stint-section .stint-img {
  margin: 46px 0 0 0;
}

/*stint*/

/*vacancy detail*/

.vacancy-detail-main {
  padding: 88px 0 42px 0;
}

.vacancy-detail-title {
  margin-bottom: 46px;
  padding-bottom: 37px;
  border-bottom: 1px solid var(--black);
}

.vacancy-detail-title .block-title {
  max-width: 1326px;
}

.vacancy-detail-title .block-title * {
  font-weight: 500;
  line-height: normal;
}

.vacancy-detail-content .vacancy-detail-flx {
  display: flex;
  margin-bottom: 46px;
}

.vacancy-detail-content .vacancy-detail-flx .small-title {
  max-width: 376px;
  width: 100%;
}

.vacancy-detail-content .vacancy-detail-flx .small-title * {
  font-weight: 700;
  color: var(--darkpink);
}

.vacancy-further-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1116px;
  width: 100%;
}

.vacancy-further-info figure {
  margin-top: 0;
}

.vacancy-further-info .development-info-detail {
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 18px 33px;
  margin-top: 20px;
  max-width: 606px;
}

.vacancy-further-info .development-info-child-detail * {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.share-vacancy-wrap {
  max-width: 1145px;
  margin: 0 0 0 auto;
  padding: 49px 0;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.share-vacancy-wrap .common-btn {
  margin-right: 77px;
}

.share-vacancy-wrap > *:last-child {
  margin-right: 0;
}

.share-vacancy-wrap .green-btn svg {
  margin-right: 15px;
}

.vacancy-uploaded-date {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 23px 0 0 0;
}

.vacancy-uploaded-img figure {
  display: inline-flex;
}

.vacancy-uploaded-img {
  display: flex;
}

.vacancy-uploaded-date p {
  font-size: 20px;
  line-height: normal;
}

.vacancy-uploaded-date img {
  margin-right: 17px;
}

/*vacancy detail*/

/*eco-village-project*/
.pdf-details .development-info-child-detail * {
  font-size: clamp(16px, 14.4px + 0.5vw, 24px);
  line-height: normal;
  margin-bottom: 0;
}

.pdf-details .development-info-detail {
  align-items: center;
  height: auto !important;
  min-height: auto !important;
}

.eco-village-project-section #video-6172-1_html5 {
  height: auto !important;
  max-height: 360px;
  width: 640px !important;
  object-fit: contain;
}

.eco-village-project-section .mejs-container {
  max-height: 500px !important;
  width: 640px !important;
  overflow: hidden;
}

.eco-village-project-section .mejs-mediaelement video {
  height: auto !important;
  max-height: 550px !important;
  width: 100% !important;
  object-fit: contain;
}

/*eco-village-project*/

.resources-banner-section .epistem-teachers-logo * {
  max-width: 500px;
  width: 100%;
}

/*career-pathways*/
.career-pathways-banner .banner-image::after {
  background: linear-gradient(
    90deg,
    rgba(0, 55, 38, 0.05) 33.23%,
    rgba(255, 255, 255, 0.85) 60.1%
  );
}

.career-mathways-resource .resources-detail {
  background: transparent;
  padding: 0;
  height: 100%;
  justify-content: space-between;
}

.career-pathway-block {
  height: Calc(100% - 80px);
  margin: 0 0 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.career-pathway-block .resources-detail:hover .resources-icon img {
  filter: sepia(100%) saturate(1000%) hue-rotate(300deg) brightness(0.9);
  -webkit-filter: sepia(100%) saturate(1000%) hue-rotate(300deg) brightness(0.9);
}
.career-mathways-resource .resources-content {
  max-width: 100%;
}
.career-mathways-resource .common-detail::after {
  position: absolute;
  content: "";
  /* background: rgba(0, 177, 64, 0.2); */
  background: var(--extralightkpink);
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.career-mathways-resource .resources-detail .common-detail {
  text-align: right;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 10px 5px;
  border-bottom: 1px solid var(--green);
  margin-top: 0px !important;
}
.career-mathways-resource .resources-detail .common-detail * {
  color: var(--secondgreen);
  margin: 0;
  z-index: 1;
}
.career-mathways-resource .resources-detail:hover .common-detail {
  border-bottom-color: var(--darkpink);
}
.career-mathways-resource .resources-detail:hover .common-detail * {
  color: var(--darkpink) !important;
}
.career-mathways-resource .resources-detail:hover .common-detail::after {
  top: 0;
}

.career-mathways-resource .resources-detail {
  height: 100%;
  min-height: unset;
}

.career-mathways-resource
  .resources-wrp
  .row
  > *:nth-child(3)
  .resources-detail {
  min-height: unset;
}
.career-mathways-resource
  .resources-wrp
  .row
  > *:nth-child(2)
  .resources-detail {
  min-height: unset;
}

.career-mathways-resource .resources-icon {
  max-width: 182px;
  margin: 0 auto 15px auto;
  display: inline-flex;
  justify-content: center;
  height: 100%;
}

.career-mathways-resource .resources-wrp .row > * {
  padding: 0 5px;
}
.career-mathways-resource .resources-wrp .row {
  margin: 0 -5px;
}
.career-mathways-resource .resources-icon * {
  height: 100%;
  width: 100%;
}
/*career-pathways*/


/*resend verification page / forgot password page */
.resend-flex {
  margin: 20px 0 0 0;
  display:flex;
  flex-direction: column;

  text-align: center;
}

.forgot-password-inner p {
  text-align: center;
}

.resend-flex button,
.forgot-password-v2 button {
  margin: 40px auto 0 auto;
}

.resend-flex .form-control {
  background-color: transparent;
  border: 1px solid var(--lightgreen);
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  padding: 20px 54px 20px 42px;
  background: none;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.resend-flex button:hover {
  background: var(--darkpink);
}

.verification-failed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.verification-failed .forgot-password-inner {
  max-width: 920px;
}

.verification-failed ul {
  margin: 30px 0;
  padding: 0;
}

.verification-failed ul li {
  font-size: 18px;
  line-height: 25px;
  list-style-type: none;
  text-align: center;
}

.verification-failed .green-btn {
  margin: 20px 0 0 0;
}

.verification-failed p {
  text-align: center;
  font-size: 22px;
  line-height: 31px;
}

.verification-failed .forgot-password-inner {
  align-items: center;
}

.verification-failed .green-btn:hover {
  background: var(--darkpink);
  color: var(--white);
}

.verification-failed .section-title {
  margin-bottom: 20px;
}

.forgot-password-wrapper .section-title {
  margin-bottom: 15px;
}

.verification-success {
  margin-top: 20px;
}

.verification-success h5 {
  text-align: center;
}

.verification-success p {
  margin-bottom: 15px;
}

.forgot-password-v2 button {
  margin-top: 0px !important;
  background: var(--green);
  color: var(--white);
}

.forgot-password-v2 button:hover {
  background: var(--darkpink);
}
/*resend verification page / forgot password page */
