/* Global Styles */
body {
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

html {
  font-size: 15px;
  color: #111;
  font-family: "Poppins", sans-serif;
}

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

.text--right {
  text-align: right;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
  font-size: 100%;
  scrollbar-width: thin;
}

a:hover,
a,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #0b57b6;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 130%;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.ni-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}

.ni-grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(12, 1fr);
}

.col1 {
  grid-column: span 1;
}

.row1 {
  grid-row: span 1;
}

.col2 {
  grid-column: span 2;
}

.row2 {
  grid-row: span 2;
}

.col3 {
  grid-column: span 3;
}

.row3 {
  grid-row: span 3;
}

.col4 {
  grid-column: span 4;
}

.row4 {
  grid-row: span 4;
}

.col5 {
  grid-column: span 5;
}

.row5 {
  grid-row: span 5;
}

.col6 {
  grid-column: span 6;
}

.row6 {
  grid-row: span 6;
}

.col7 {
  grid-column: span 7;
}

.row7 {
  grid-row: span 7;
}

.col8 {
  grid-column: span 8;
}

.row8 {
  grid-row: span 8;
}

.col9 {
  grid-column: span 9;
}

.row9 {
  grid-row: span 9;
}

.col10 {
  grid-column: span 10;
}

.row10 {
  grid-row: span 10;
}

.col11 {
  grid-column: span 11;
}

.row11 {
  grid-row: span 11;
}

.col12 {
  grid-column: span 12;
}

.row12 {
  grid-row: span 12;
}

/* Navigation */
/* Navigation */
/* Search Modal */
.backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  z-index: 17;
  display: block;
}

.search-menu--active .search-menu {
  pointer-events: auto;
  transform: translateY(0);
  top: 0;
}
.search-menu--active .backdrop {
  opacity: 1;
  pointer-events: auto;
}

/* Search Modal */
/* sidebar menu */
.show__side--menu .responsive--nav {
  left: 0;
  transition: all 0.4s ease;
}

/* sidebar menu */
/* Column News */
/* Column News */
/* User dashboard sidbar */
.trigger-close {
  position: absolute;
  top: 20px;
  right: 15px;
  background: #0b57b6;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 15px;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-weight: 700;
  z-index: 1;
  line-height: 28px;
  text-align: center;
}

body.show-user-sidebar .user-dashboard {
  right: 0;
}
body.show-user-sidebar .backdrop {
  opacity: 1;
  pointer-events: auto;
}

/* User dashboard sidbar */
/* Fixed Tab */
/* Fixed Tab */
/* Advertisement BLock */
.desktop-mode {
  display: none;
}

.mobile-mode {
  display: block;
}

/* Advertisement BLock */
/* special Gradient Block */
/* special Gradient Block */
/* Special Block V1 */
/* Special Block V1 */
/* exclusive-col */
/* exclusive-col */
/* special Block v2 */
/* special Block v2 */
/* special Block v2 */
.exclusive-news-holder .dn-container-small .heading:hover {
  color: #fbec88;
}
.exclusive-news-holder .dn-container-small .heading:hover a {
  color: #fbec88;
}

/* special Block v2 */
/* Overlay News */
/* thumbnail news */
.white .thumbnail-news a .news-title {
  color: #fff;
}
.white .thumbnail-news a:hover {
  color: #fff;
  opacity: 0.87;
}

@keyframes red_blink {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #bf1e2e;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
.main-header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.0705882353);
}
.main-header .main-header__wrapper {
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  z-index: 1;
}
.main-header .main-header__wrapper .ni-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.main-header .main-header__wrapper .logo {
  padding: 15px 0;
  margin: auto 0;
  display: inline-block;
  margin-bottom: auto;
}
.main-header .main-header__wrapper .logo img {
  width: 98px;
}
.main-header .main-header__wrapper .main-header__nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  z-index: 1;
  margin-left: auto;
  padding-right: 25px;
}
.main-header .main-header__wrapper .main-header__nav > ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-self: stretch;
}
.main-header .main-header__wrapper .main-header__nav > ul > li {
  display: flex;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.main-header .main-header__wrapper .main-header__nav > ul > li span {
  font-size: 13px;
  font-weight: 500;
  margin-left: 7px;
  transition: 0.2s linear;
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul {
  position: absolute;
  top: 140%;
  z-index: 252;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1019607843);
  width: 230px;
  border-radius: 0 0 8px 8px;
  list-style-type: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.1019607843);
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li > a {
  display: block;
  font-size: 13.8px;
  height: auto;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9098039216);
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li:hover > a,
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li:hover span {
  color: #0b57b6;
}
.main-header .main-header__wrapper .main-header__nav > ul > li:not(:last-child) {
  padding-right: 25px;
}
.main-header .main-header__wrapper .main-header__nav > ul > li > a {
  display: flex;
  color: #000;
  align-items: center;
  opacity: 0.9;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}
.main-header .main-header__wrapper .main-header__nav > ul > li.active > a,
.main-header .main-header__wrapper .main-header__nav > ul > li.active span {
  color: #0b57b6;
}
.main-header .main-header__wrapper .main-header__nav > ul > li:hover > a,
.main-header .main-header__wrapper .main-header__nav > ul > li:hover span {
  color: #0b57b6;
}
.main-header .main-header__wrapper .main-header__nav > ul > li:hover span {
  display: inline-block;
  transform: rotate(180deg);
}
.main-header .main-header__wrapper .main-header__nav > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-header .main-header__wrapper .header-right {
  margin-top: 8px;
}

.hamburger {
  display: none;
  width: 28px;
  cursor: pointer;
  margin-right: 12px;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 20px;
  margin-left: auto;
}
.hamburger > span {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.7019607843);
  margin-bottom: 8px;
}
.hamburger > span:nth-child(2n) {
  width: 60%;
}
.hamburger > span:last-child {
  margin-bottom: 0;
}
.hamburger:hover > span {
  background: #0b57b6;
  width: 100%;
}

#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -340px;
  height: 100vh;
  z-index: 11111;
  background: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
#sidebar > ul > li {
  position: relative;
}
#sidebar > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
#sidebar > ul > li > ul {
  list-style: none;
  padding: 0;
  background: #f1f1f1;
  display: none;
  margin: 0;
}
#sidebar > ul > li > ul > li > a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  font-size: 15px;
  padding: 8px 8px 8px 17px;
  display: block;
  font-family: "Poppins", sans-serif;
}
#sidebar > ul > li > ul > li:hover > a {
  color: #0b57b6;
}
#sidebar > ul > li > a {
  color: #0b57b6;
  padding: 10px 15px;
  font-size: 15px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  font-weight: 700;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
#sidebar > ul > li span {
  position: absolute;
  right: 14px;
  top: 14px;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  color: #0b57b6;
}
#sidebar > ul > li:hover > a {
  opacity: 0.6;
}

.show__side--menu #sidebar {
  left: 0;
  transition: all 0.4s ease;
}

.overlay {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}

#floating-social {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 3;
}
#floating-social .floating-link {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
#floating-social .floating-link span {
  right: 30px;
  position: absolute;
  text-align: right;
  background: #fff;
  color: #000;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s linear;
  visibility: hidden;
  border-radius: 8px;
}
#floating-social .floating-link span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#floating-social .floating-link:hover span {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  opacity: 1;
  right: 50px;
  color: #F5246C;
  opacity: 1;
  visibility: visible;
}
#floating-social i.fa.fa-phone-alt {
  font-size: 18px;
  color: white;
  background: green;
  padding: 8px 10px;
  border-radius: 5px;
}
#floating-social i.fab.fa-whatsapp {
  color: white;
  padding: 6px 9px;
  border-radius: 5px;
  font-size: 22px;
  background: limegreen;
}
#floating-social i.far.fa-envelope {
  color: white;
  padding: 6px 8px;
  border-radius: 5px;
  font-size: 22px;
  background: #D54B3E;
}

.site-footer {
  position: relative;
  padding: 40px 0 0 0;
  background-image: linear-gradient(269.83deg, #6c60fa 0.8%, #0b57b6 69.59%);
}

.footer-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 15px;
  display: inline-block;
}

ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.footer-links li {
  padding-bottom: 8px;
}
ul.footer-links li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  display: inline-block;
  opacity: 0.8;
}
ul.footer-links li:hover > a {
  color: #fff;
  opacity: 1;
}

.socials {
  margin: 0;
  padding: 0;
}
.socials a {
  font-weight: 300;
  font-size: 15px;
  margin-right: 5px;
  background: rgba(17, 17, 17, 0.1411764706);
  height: 35px;
  width: 35px;
  border-radius: 48px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-bottom: 11px;
}
.socials a:hover {
  background: #F5246C;
  color: #fff;
}

.contact-col .tagline {
  margin: 0px 0 20px 0;
  font-size: 13.4px;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.7215686275);
  font-weight: 400;
}
.contact-col img {
  max-width: 100px;
  margin-bottom: 3px;
  border-radius: 100%;
  padding: 2px;
  border: 1px solid #fff;
}
.contact-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 9px;
}
.contact-col a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}
.contact-col a i {
  margin-right: 10px;
  font-size: 16px;
}
.contact-col a:hover {
  color: #fff;
}

.footer-last {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.footer-last .ni-container p {
  margin-bottom: 0;
  font-size: 13px;
}
.footer-last .ni-container .footer-links {
  display: flex;
  flex-wrap: wrap;
}
.footer-last .ni-container .footer-links li:last-child {
  margin-right: 0;
}

.c-btn {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}
.c-btn span {
  position: relative;
  z-index: 1;
}
.c-btn:after {
  background: #F5246C;
  border-radius: 50%;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transform: scale(1) translateY(67px);
  transition: transform 0.4s cubic-bezier(0.66, 0, 0.34, 1);
  width: 100%;
  left: 0;
}
.c-btn:hover {
  color: #fff;
}
.c-btn:hover:after {
  transform: scale(1.47) translateY(0);
}

.c-btn-curve {
  border-radius: 4px;
}

.c-btn-fill {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #0b57b6;
}

.c-btn-border {
  color: #0b57b6;
  border: 1px solid #0b57b6;
}

.activity-cat {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  color: #111;
  background: #eee;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.activity-cat.is-complete {
  background: #05aa05;
  color: #fff;
}

.academy-feature {
  background: #f2f5f7;
}

.activity-card {
  z-index: 2;
  position: relative;
  text-align: left;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1294117647);
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
.activity-card > a {
  height: 300px;
  border-radius: 10px 10px 0 0;
  display: block;
}
.activity-card > a img {
  border-radius: 10px 10px 0 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.activity-card .activity-description {
  padding: 20px 26px;
  font-size: 15px;
  line-height: 1.75;
  color: #000;
  border-radius: 0 0 4px 4px;
}
.activity-card .activity-description .activity-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.activity-card .activity-description .activity-title a {
  color: #000;
  display: block;
}
.activity-card .activity-description .activity-title:hover a {
  color: #0b57b6;
}
.activity-card .activity-description p {
  color: #445;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
}

.btn-text {
  color: #000;
  display: inline-flex;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
}
.btn-text i {
  background: #0b57b6;
  color: #fff;
  display: inline-block;
  height: 28px;
  border-radius: 100%;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  transform: rotate(-45deg);
  transition: 0.2s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn-text:hover {
  color: #0b57b6;
}
.btn-text:hover i {
  background: #F5246C;
  transform: rotate(0);
  color: #fff;
}

.activity-tab {
  list-style: none;
  padding: 0;
  margin: 0;
}
.activity-tab li {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  position: relative;
  cursor: pointer;
  border-radius: 40px;
  display: inline-block;
}
.activity-tab li:before {
  width: 0;
  height: 1px;
  content: "";
  transition: 0.3s linear;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #0b57b6;
}
.activity-tab li.active, .activity-tab li:hover {
  color: #0b57b6;
}
.activity-tab li.active::before, .activity-tab li:hover::before {
  width: 100%;
}

.facility-card {
  padding: 20px;
  z-index: 2;
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0 10px 50px rgba(166, 209, 237, 0.52);
  text-align: center;
  transition: all 0.3s ease-out;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.facility-card:before, .facility-card:after {
  position: absolute;
  content: "";
}
.facility-card:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  transition: all 0.5s ease-out;
  border-radius: 15px;
}
.facility-card:after {
  top: auto;
  left: 1px;
  width: 90%;
  bottom: 1px;
  height: 90%;
  content: "";
  z-index: -3;
  position: absolute;
  background: #F5246C;
  transition: all 0.5s ease-out;
  border-radius: 15px;
}
.facility-card:hover:after {
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}
.facility-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.facility-card .title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 15px 0 0px 0;
  color: #000;
  font-weight: 600;
}
.facility-card .title a {
  color: inherit;
}
.facility-card .faculty-subject {
  font-size: 13px;
  color: #0b57b6;
  font-weight: 600;
  padding: 3px 0 7px 0;
}
.facility-card p {
  color: #4e4e5e;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
}

.home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 150px);
}
.home-hero .slick-slider {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.home-hero .slick-slider .slick-list,
.home-hero .slick-slider .slick-track {
  height: 100%;
}
.home-hero .slick-slider .slick-slide {
  height: 100%;
}
.home-hero .slick-slider .slick-slide > div {
  height: 100%;
}
.home-hero .slick-slider .block-homepage-hero__slide {
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.home-hero .block-homepage-hero__figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.home-hero .block-homepage-hero__figure:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 1.72%, rgba(0, 0, 0, 0.35) 63.3%);
  opacity: 1;
  position: absolute;
  left: 0;
  z-index: 1;
}
.home-hero .block-homepage-hero__figure img {
  display: block;
  width: 100%;
  max-height: 100vh;
  height: 100%;
  object-fit: cover;
  -webkit-animation: 20s infinite zoom;
  animation: 20s infinite zoom;
  object-position: center;
}
.home-hero .container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  display: flex;
  align-content: center;
  max-width: inherit;
}
.home-hero .container .ni-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-hero .container .ni-container .block-homepage-hero__content-1 {
  padding-bottom: 70px;
  max-width: 800px;
}
.home-hero .container .ni-container .block-homepage-hero__content-1 .block-homepage-hero__slide-title {
  margin: 0;
  display: block;
  font-size: 60px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.15;
}
.home-hero .container .ni-container .block-homepage-hero__content-1 p {
  color: #fff;
  font-size: 18px;
  padding: 18px 0 35px 0;
  font-weight: 500;
}
.home-hero .slick-dots {
  position: absolute;
  bottom: 80px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.home-hero .slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.4;
}
.home-hero .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 100%;
}
.home-hero .slick-dots li.slick-active {
  opacity: 1;
}

.section {
  padding-block-start: 50px;
  padding-block-end: 50px;
}

.section-about {
  background-color: #f2f5f7;
  position: relative;
}
.section-about:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: -140px;
  background-image: url(../img/map-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-about .heading-wrap .heading-lg {
  padding: 0 0 15px 0 !important;
}
.section-about .heading-wrap p {
  font-size: 16px;
  margin: 0px 25px 25px 0;
}

.features-wrapper {
  margin-top: -50px;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 29px 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 30px 0px;
}
.features-wrapper .feature-box {
  display: flex;
  gap: 18px;
  font-size: 15px;
  align-items: center;
}
.features-wrapper .feature-box svg {
  width: 60px;
  height: 60px;
}
.features-wrapper .feature-box h4 {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}
.features-wrapper .feature-box a {
  font-weight: 600;
  font-size: 13px;
  color: #000;
  opacity: 0.7;
}
.features-wrapper .feature-box a:hover {
  opacity: 1;
  color: #0b57b6;
}

.heading-small {
  position: relative;
  font-size: 15px;
  margin-bottom: 8px;
}

.heading-lg {
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: -1px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin: 0px 0 0 0;
  color: #0b57b6;
}
.heading-lg.small {
  font-size: 25px;
  letter-spacing: -1px;
}

.heading-wrap p {
  font-size: 17px;
  margin: 10px auto 35px auto;
  line-height: 1.8;
  max-width: 950px;
  opacity: 0.8;
}

.about-imgcontainer {
  padding-right: 25px;
}
.about-imgcontainer img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 18px;
}

.about-section-wrap {
  margin-top: 45px;
}

.about-card .ccrd-title-wrap {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 16px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  z-index: 1;
}
.about-card .ccrd-title-wrap h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.about-card .ccrd-title-wrap i {
  background: rgba(51, 51, 51, 0.4392156863);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}
.about-card .ccrd-title-wrap p {
  font-size: 15px;
}
.about-card a {
  position: relative;
  display: block;
  height: 240px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}
.about-card a > img {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.about-card a img.icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  height: auto;
  width: 40px;
  opacity: 1;
}
.about-card a:hover img {
  transform: scale(1.1);
}
.about-card a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 1.72%, rgba(0, 0, 0, 0.35) 63.3%);
  z-index: 1;
}
.about-card a .card-title-wrap {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 16px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  z-index: 1;
}
.about-card a .card-title-wrap h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.about-card a .card-title-wrap i {
  background: rgba(51, 51, 51, 0.4392156863);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}

.load-more {
  margin-top: 15px;
  text-align: center;
}

.title-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.title-wrp.mb-5 {
  margin-bottom: 2rem !important;
}

.section__team p {
  font-size: 15px;
  margin: 0px 30px 0px 0;
  line-height: 1.65;
}
.section__team .team-bod {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.team-col {
  position: relative;
  overflow: hidden;
}
.team-col .image {
  height: 300px;
  overflow: hidden;
  display: block;
  position: relative;
  transition: all 0.3s linear;
}
.team-col .image:before {
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 30%, #000 100%);
  left: 0;
  bottom: -1px;
  position: absolute;
  content: "";
  border-radius: 3px;
  height: 100%;
  z-index: 1;
}
.team-col .image img {
  transition: all 0.3s linear;
  object-fit: cover;
  border-radius: 4px;
  height: 100%;
  width: 100%;
}
.team-col .image:hover img {
  transform: scale(1.05);
}
.team-col .team-caption {
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: 30px;
}
.team-col .team-caption .team-name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.5;
}
.team-col .team-caption .team-name a {
  color: inherit;
}
.team-col .team-caption .team-job {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 0;
}
.team-col.team-col-small .image {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  margin: 0 auto 10px auto;
  padding: 5px;
  box-shadow: 0 5px 12px #005aaa;
}
.team-col.team-col-small .image img {
  border-radius: 100%;
  margin-bottom: 10px;
}

.partners-col {
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 18px 40px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 15px;
}
.partners-col h3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.section__team {
  position: relative;
}
.section__team .ni-container {
  position: relative;
  z-index: 2;
}
.section__team:before {
  position: absolute;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  background-image: url(../img/wood.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes zoom {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.section__media {
  background: rgba(0, 90, 170, 0.12);
}
.section__media .activity-card {
  background: none;
  box-shadow: none;
  border: none;
}
.section__media .activity-card > a {
  height: 200px;
}
.section__media .activity-card > a img {
  border-radius: 10px;
}
.section__media .activity-card .activity-description {
  padding: 12px 0 0 0;
}
.section__media .activity-card .activity-description .activity-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 8px 0;
}
.section__media .activity-card .activity-description .post-date {
  font-size: 12px;
  margin: 0 0 7px 0;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.section__media .activity-card .activity-description .post-date i {
  margin-right: 5px;
  font-size: 13px;
  opacity: 0.76;
}

.stats-section {
  padding: 30px 0 0 0;
  text-align: center;
}

.stat-number {
  font-size: 40px;
  color: #0b57b6;
  margin: 0;
  text-align: center;
  font-weight: 700;
}

.stat-label {
  font-size: 16px;
  color: #4a4a4a;
  margin-top: 4px;
}

.location-wrap {
  padding-right: 30px;
  margin-right: 10px;
  border-right: rgba(0, 0, 0, 0.1019607843) solid 2px;
}
.location-wrap iframe {
  width: 100%;
  padding: 15px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.37);
  height: 440px;
  border-radius: 11px;
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-card {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  align-items: center;
  background: transparent;
  padding-bottom: 19px;
}
.event-card .event-date {
  background-color: #F5246C;
  box-shadow: 5px 5px 0 rgb(69, 92, 223);
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: auto;
  margin-right: 25px;
  min-width: 75px;
  line-height: 1.1;
  color: #fff;
}
.event-card .event-date .day {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
}
.event-card .event-date .month {
  display: block;
  font-size: 1em;
  font-weight: 500;
  opacity: 0.9;
}
.event-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.event-card .event-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.event-card .event-info p {
  color: #445;
  margin: 5px 0 15px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
}
.event-card .event-info a {
  margin-top: 5px;
}

.page-header {
  position: relative;
  overflow: hidden;
  display: block;
  background-image: linear-gradient(269.83deg, #6c60fa 0.8%, #0b57b6 69.59%);
}
.page-header .page-header__bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: 20s infinite zoom;
  animation: 20s infinite zoom;
}
.page-header .page-header__bg:before {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  background-color: #000;
  content: "";
}
.page-header .ni-container {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .ni-container h2 {
  margin: 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
.page-header .ni-container .c-breadcrumb {
  color: #fff;
}
.page-header .ni-container .c-breadcrumb li {
  color: #fff;
}
.page-header .ni-container .c-breadcrumb li a {
  color: inherit;
  opacity: 0.75;
}
.page-header .ni-container .c-breadcrumb li:hover a {
  color: #fff;
  opacity: 1;
}
.page-header .ni-container .c-breadcrumb li.active a {
  color: #fff;
  opacity: 1;
}

.section-about-main {
  background: rgba(0, 90, 170, 0.1607843137);
  border-bottom: 1px solid #005aaa;
}

.about-intro h1 {
  padding-bottom: 20px;
}
.about-intro p {
  margin: 0px 0 15px 0;
}
.about-intro p img {
  padding-right: 25px;
  height: auto !important;
  width: auto;
}

.section-link {
  margin-bottom: 40px;
}

.block-hero-contact__content-col {
  padding-right: 40px;
}

.block-hero-contact__form-col form {
  background: #f1f1f1;
  border: rgba(0, 0, 0, 0.05) 1px solid;
  border-radius: 4px;
  padding: 22px;
  padding-bottom: 22px;
  padding-bottom: 15px;
  margin-top: 20px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.block-hero-contact__form-col form div {
  flex: 1;
}
.block-hero-contact__form-col form div input,
.block-hero-contact__form-col form div select,
.block-hero-contact__form-col form div textarea {
  display: block;
  width: 100%;
  padding: 0 0 0 16px;
  height: 46px;
  margin-top: 10px;
  color: #0f1419;
  font-weight: 600;
  border: 1px solid rgba(17, 17, 17, 0.1490196078);
  border-radius: 0.25rem;
  background-color: #fff;
  outline: none;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
  transition: all 0.35s ease-in-out;
}
.block-hero-contact__form-col form div input:focus,
.block-hero-contact__form-col form div select:focus,
.block-hero-contact__form-col form div textarea:focus {
  border: 1px solid #0b57b6;
}
.block-hero-contact__form-col form div textarea {
  height: 150px;
  padding: 13px 20px;
}
.block-hero-contact__form-col form div .btn {
  width: 120px;
  display: inline-block;
}
.block-hero-contact__form-col form div:first-child + div + div {
  grid-column: span 2;
}

.block-hero-contact__content-col .section-heading span,
.block-hero-contact__form-col .section-heading span {
  margin-top: 7px;
  display: block;
  font-size: 17px;
}

.contact-detail {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.contact-detail li {
  position: relative;
  padding-left: 49px;
  margin-bottom: 30px;
  font-size: 17px;
}
.contact-detail li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  opacity: 0.6;
}
.contact-detail li h4,
.contact-detail li .h4 {
  color: #0f1419;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.contact-detail li p {
  font-weight: 500;
  color: #111;
  font-size: 16px;
}
.contact-detail li p a {
  font-weight: 500;
  color: #111;
}
.contact-detail .social-media {
  margin-top: 12px;
}
.contact-detail .social-media a {
  width: 38px;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #f1f1f1;
  color: #111;
}
.contact-detail .social-media a:hover {
  background: #0b57b6;
  color: #fff;
}

.map-frame {
  margin-top: 35px;
}
.map-frame iframe {
  width: 100%;
  height: 450px;
}

.section__gallery .about-card .card-title-wrap {
  padding: 10px 18px 10px 18px;
}
.section__gallery .about-card .card-title-wrap h3 {
  font-size: 16px;
}
.section__gallery .about-card a {
  height: 230px;
}

.other-team-wrap {
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}

.section-chairman .image {
  height: 540px;
  width: 100%;
}
.section-chairman .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}

.section-chairman .heading-wrap {
  padding-left: 10px;
  display: grid;
  align-content: center;
  height: 100%;
}
.section-chairman .heading-wrap .heading-lg {
  font-size: 30px;
}
.section-chairman .heading-wrap p {
  font-size: 16px;
  margin: 0px 0 15px 0;
  line-height: 1.85;
  text-align: justify;
}

.c-breadcrumb {
  display: flex;
  padding: 0;
  border-radius: 4px 4px 0 0;
  margin: 0;
  flex-wrap: nowrap;
  gap: 5px;
  overflow-x: auto;
  white-space: nowrap;
  color: #fff;
}
.c-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}
.c-breadcrumb li a {
  color: inherit;
}
.c-breadcrumb li:not(:first-child)::before {
  margin-left: 9px;
  margin-right: 9px;
  display: inline-block;
  opacity: 0.5;
  content: "/";
}
.c-breadcrumb li:hover a {
  color: #0b57b6;
}
.c-breadcrumb li.active a {
  color: #0b57b6;
}

.section-search form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.section-md {
  padding: 40px 0;
}

.section_project-detail .content-container .post-info-date {
  padding: 15px 0;
  font-size: 13px;
  margin-top: 15px;
  border-top: 1px dashed rgba(17, 17, 17, 0.2509803922);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.section_project-detail .content-container .post-info-date i {
  margin-right: 5px;
  font-size: 13px;
  opacity: 0.76;
}
.section_project-detail .heading {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  padding-top: 15px;
  color: #000;
  font-weight: 500;
}
.section_project-detail .featured-banner {
  margin-bottom: 20px;
}
.section_project-detail .featured-banner img {
  border-radius: 4px;
  width: 100%;
}
.section_project-detail .about-card a {
  height: 200px;
}
.section_project-detail .about-card a:before {
  background: none;
}

.content-area {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.76;
}
.content-area p:not(:last-child) {
  margin-bottom: 12px;
}
.content-area img,
.content-area iframe {
  margin-bottom: 15px;
  border-radius: 4px;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.content-area iframe {
  width: 100%;
}

.sticky {
  position: sticky;
  top: 100px;
}

.news-col-wrap .news-col {
  display: flex;
  margin-top: 25px;
  gap: 20px;
}
.news-col-wrap .news-col :not(:last-child) {
  margin-bottom: 20px;
}
.news-col-wrap .news-col > a {
  display: block;
  height: 80px;
  margin-bottom: 0;
  width: 80px;
  flex: auto;
}
.news-col-wrap .news-col > a img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-col-wrap .news-col .news-col-wrap {
  flex: 11;
}
.news-col-wrap .news-col .news-col-wrap .post-info-date {
  padding: 4px 0 0 0;
  font-size: 12px;
  margin-top: 0;
  border-top: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-col-wrap .news-col .news-col-wrap .post-info-date i {
  opacity: 0.87;
  font-size: 11px;
}
.news-col-wrap .news-col .news-col-wrap h3 {
  color: #000;
  padding-bottom: 8px;
  line-height: 1.35;
  font-weight: 400;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.news-col-wrap .news-col .news-col-wrap h3 a {
  color: inherit;
}
.news-col-wrap .news-col .news-col-wrap h3:hover {
  color: #0b57b6;
}

.sidebar-title {
  font-size: 25px;
  color: #0b57b6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.col-md-9 .content-container {
  padding-right: 25px;
  margin-right: 5px;
  border-right: 1px solid rgba(17, 17, 17, 0.1411764706);
}

@media (max-width: 959px) {
  .ni-container {
    padding: 0 20px;
  }
  .main-header .main-header__wrapper .main-header__nav {
    display: none;
  }
  .main-header .main-header__wrapper .hamburger {
    display: inline-block;
  }
  .home-hero .container .ni-container .block-homepage-hero__content-1 .block-homepage-hero__slide-title {
    font-size: 42px;
  }
  .heading-lg {
    font-size: 30px;
  }
  .section {
    padding-block-start: 40px;
    padding-block-end: 40px;
  }
  .section-about {
    padding-bottom: 20px !important;
  }
  .section-about .heading-wrap {
    margin-bottom: 25px;
  }
  .section-about .heading-wrap .heading-lg {
    padding-bottom: 12px !important;
  }
  .section-about .heading-wrap p {
    margin: 0px 0 15px 0;
  }
  .title-wrp,
  .partners-section .ni-container .mb-5 {
    margin-bottom: 25px !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .location-wrap {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-right: none;
    border-bottom: rgba(0, 0, 0, 0.1019607843) solid 2px;
  }
  .about-imgcontainer img {
    margin-bottom: 20px;
  }
  .features-wrapper .feature-box {
    margin-bottom: 17px;
  }
  .site-footer .site-info .f-logo {
    margin-bottom: 20px;
  }
  .site-footer .site-info .f-contacts div {
    margin-bottom: 10px;
  }
  .site-footer .site-info .f-contacts div h4, .site-footer .site-info .f-contacts div strong {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
  }
  .site-footer .site-info .f-contacts div h4 a, .site-footer .site-info .f-contacts div strong a {
    font-size: 15px;
  }
  .site-footer .copyright {
    margin-top: 0px;
    padding-top: 10px;
    font-size: 13px;
  }
  .about-section-wrap .about-card {
    margin-bottom: 18px;
  }
  .section {
    padding-block-start: 35px;
    padding-block-end: 35px;
  }
  .heading-lg {
    font-size: 25px;
    padding-top: 10px;
  }
  .section__team .mb-5 {
    margin-bottom: 25px !important;
  }
  .section__team .heading-wrap,
  .section__team .col-sm-5 {
    width: 100%;
    flex: 100%;
  }
  .section__team .heading-wrap p,
  .section__team .col-sm-5 p {
    margin-right: 0;
  }
  .section__team .heading-wrap {
    margin-bottom: 15px;
  }
  .team-bod,
  .other-team-wrap {
    gap: 15px;
  }
  .team-bod .team-col,
  .other-team-wrap .team-col {
    flex: 31%;
  }
  .other-team-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .team-col.team-col-small .image {
    height: 85px;
    width: 85px;
  }
  .about-section-wrap {
    margin-top: 30px;
  }
  .section-md {
    padding: 30px 0;
  }
  .col-md-9 .content-container {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .section_project-detail .heading {
    font-size: 28px;
    padding-top: 15px;
  }
  .section_project-detail .sidebar {
    background: rgba(0, 90, 170, 0.0588235294);
    padding: 15px 15px;
    margin-top: 15px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1294117647);
  }
  .section_project-detail .sidebar .news-col-wrap .news-col {
    margin-top: 10px;
    gap: 15px;
  }
}
@media (max-width: 500px) {
  .other-team-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-chairman .image {
    height: 350px;
  }
  .section-chairman .heading-wrap {
    padding-left: 0;
  }
  .section-chairman .heading-wrap .heading-lg {
    font-size: 20px;
    margin-top: 13px;
  }
  .page-header .c-breadcrumb {
    bottom: -11px;
    padding: 7px 10px;
  }
  .c-breadcrumb li {
    font-size: 12px;
    line-height: 20px;
  }
  .content-area {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
  }
  .main-header .main-header__wrapper .logo {
    padding: 10px 0;
  }
  .main-header .main-header__wrapper .logo img {
    width: 55px;
  }
  .home-hero .slick-dots {
    bottom: 15px;
  }
  .home-hero {
    height: 380px;
  }
  .home-hero .container .ni-container .block-homepage-hero__content-1 .block-homepage-hero__slide-title {
    font-size: 28px;
  }
  .home-hero .container .ni-container .block-homepage-hero__content-1 p {
    font-size: 16px;
    padding: 15px 0 0 0;
  }
  .c-btn {
    padding: 11px 19px 13px 19px;
    font-size: 12px;
  }
  .heading-wrap p {
    font-size: 14px;
    margin: 0px 0 18px 0;
  }
  .load-more {
    margin-top: 25px;
  }
  .team-col .image {
    height: 205px;
    margin-bottom: 11px;
  }
  .team-bod .team-col,
  .other-team-wrap .team-col {
    flex: 40%;
  }
  .section {
    padding-block-start: 20px;
    padding-block-end: 20px;
  }
  .section__activities .load-more {
    margin-top: 10px;
  }
  .page-header .ni-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-header .ni-container h2 {
    font-size: 22px;
  }
  .about-section-wrap {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .features-wrapper {
    padding: 20px 22px;
  }
}
