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

html {
  font-size: 15px;
  color: #111;
  font-family: "Inter", 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: #3a4388;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 130%;
  font-family: "Rubik", 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: #3a4388;
  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;
  }
}
.top-header {
  background: linear-gradient(269.83deg, #ea6728 0.8%, #3a4388 69.59%);
  padding-block: 10px;
}
.top-header .d-flex {
  gap: 10px;
}
.top-header .d-flex .leftaside, .top-header .d-flex .rightaside {
  display: inline-flex;
  gap: 18px;
}
.top-header .d-flex .leftaside a, .top-header .d-flex .rightaside a {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 400;
}
.top-header .d-flex .leftaside a:hover, .top-header .d-flex .rightaside a:hover {
  color: #ed7336;
}

.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;
  max-width: inherit;
}
.main-header .main-header__wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.main-header .main-header__wrapper .logo-wrap .partner {
  padding-left: 15px;
  border-left: 1px solid #ccc;
  margin-left: 3px;
  display: inline-flex;
  flex-direction: column;
  font-size: 9px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.31);
  gap: 8px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  letter-spacing: 2px;
}
.main-header .main-header__wrapper .logo-wrap .partner img {
  width: 128px;
}
.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: 190px;
}
.main-header .main-header__wrapper .main-header__nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  z-index: 1;
  margin: 0 auto;
  padding-right: 16px;
}
.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;
  width: 250px;
  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: 12px 15px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.05);
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li > a {
  display: block;
  height: auto;
  color: #111;
  font-size: 13px;
  font-weight: 400;
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li:hover {
  background: #3a4388;
}
.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: #fff;
}
.main-header .main-header__wrapper .main-header__nav > ul > li:not(:last-child) {
  padding-right: 20px;
}
.main-header .main-header__wrapper .main-header__nav > ul > li > a {
  color: rgba(35, 29, 31, 0.8980392157);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  cursor: pointer;
  letter-spacing: -0.1px;
}
.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: #3a4388;
}
.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: #3a4388;
}
.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;
}

.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: #3a4388;
  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 > .mobile-menu-wrap {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#sidebar > .mobile-menu-wrap .mobile-menu {
  height: 100%;
  overflow-y: auto;
}
#sidebar > .mobile-menu-wrap > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  height: 100%;
}
#sidebar > .mobile-menu-wrap > div > ul > li {
  position: relative;
}
#sidebar > .mobile-menu-wrap > div > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
#sidebar > .mobile-menu-wrap > div > ul > li > ul {
  list-style: none;
  padding: 0;
  background: #f1f1f1;
  display: none;
  margin: 0;
}
#sidebar > .mobile-menu-wrap > div > 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: "Inter", sans-serif;
}
#sidebar > .mobile-menu-wrap > div > ul > li > ul > li:hover > a {
  color: #3a4388;
}
#sidebar > .mobile-menu-wrap > div > ul > li > a {
  color: #3a4388;
  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: "Inter", sans-serif;
}
#sidebar > .mobile-menu-wrap > div > ul > li span {
  position: absolute;
  right: 14px;
  top: 14px;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  color: #3a4388;
}
#sidebar > .mobile-menu-wrap > div > ul > li:hover > a {
  opacity: 0.6;
}
#sidebar .mobile-menu-wrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
#sidebar .mobile-menu {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
#sidebar .mobile-menu::-webkit-scrollbar {
  width: 6px;
}
#sidebar .mobile-menu::-webkit-scrollbar-track {
  background: transparent;
}
#sidebar .mobile-menu::-webkit-scrollbar-thumb {
  background: rgba(58, 67, 136, 0.5);
  border-radius: 3px;
}
#sidebar .mobile-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(58, 67, 136, 0.8);
}
#sidebar .mobile-button {
  width: 100%;
  padding: 15px;
  flex-shrink: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.0705882353);
}
#sidebar .mobile-button .c-btn {
  width: 100%;
}

.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;
}

.socializer {
  display: inline-flex;
  margin-top: 8px;
  gap: 8px;
}
.socializer.sr-vertical {
  position: fixed;
  top: 50%;
  display: block;
  right: 20px;
  margin-top: 0;
  z-index: 2;
}
.socializer .sr {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
}
.socializer .sr:hover {
  color: #fff;
  opacity: 0.5;
}
.socializer .sr.sr-facebook {
  background: #0866ff;
}
.socializer .sr.sr-youtube {
  background: red;
}
.socializer .sr.sr-instagram {
  background-color: #e23367;
}
.socializer .sr.sr-linkedin {
  background-color: #0274b3;
}

.footer {
  background: #f7f8fa;
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
.footer-wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 20px;
}
.footer-contact {
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer-contact img {
  width: 120px;
  margin-bottom: auto;
}
.footer-contact h3 {
  margin-bottom: 8px;
  color: #0f3c78;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-contact p {
  margin-bottom: 5px;
  color: #666;
  font-size: 15px;
  line-height: 1.54;
}
.footer-contact strong {
  color: #222;
}
.footer-contact a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-contact a:hover {
  color: #0f3c78;
}
.footer-content {
  display: grid;
  grid-template-columns: 170px 265px 1fr;
  gap: 30px;
}
.footer-column h3, .footer-map h3 {
  margin-bottom: 8px;
  color: #0f3c78;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-column li {
  margin-bottom: 6px;
}
.footer-column a {
  color: rgba(3, 2, 2, 0.7);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-column a:hover {
  color: #0f3c78;
}
.footer .map {
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
}
.footer .map iframe {
  display: block;
  border-radius: 6px;
  width: 100%;
  height: 250px;
  border: 0;
}
.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #f8f8f8;
  padding: 15px 0;
}
.footer-bottom-wrapper .ni-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-bottom-links a {
  color: #111;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-bottom-links a:hover {
  color: #3a4388;
}

.copyright {
  margin: 0;
  color: #111;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .footer-map {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 0;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
  .footer-contact h3, .footer-column h3, .footer-map h3 {
    margin-bottom: 15px;
  }
  .footer .map iframe {
    height: 220px;
  }
  .footer-bottom-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.common-gallery-section {
  position: sticky;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.common-gallery-section .common-gallery-slider {
  position: relative;
}
.common-gallery-section .slick-slide {
  padding: 0 5px;
}
.common-gallery-section .slick-slide div {
  height: 350px;
}
.common-gallery-section .slick-slide div .common-gallery-slide {
  height: 350px;
}
.common-gallery-section .slick-slide div .common-gallery-slide a img {
  border-radius: 0 !important;
}
@media (max-width: 500px) {
  .common-gallery-section .slick-slide div .common-gallery-slide {
    padding-right: 2px;
    height: 300px;
  }
}

.common-gallery-slide {
  height: 350px;
  width: 100%;
  position: relative;
}
.common-gallery-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  background: rgba(59, 66, 145, 0.63);
  padding: 11px 0;
  color: #fff;
}
.common-gallery-slide > a {
  height: 100%;
  display: block;
}
.common-gallery-slide > a img {
  height: 100%;
  object-fit: cover;
}
.common-gallery-slide i {
  right: 15px;
  position: absolute;
  top: 15px;
  color: #fff;
  font-size: 19px;
  background: rgba(17, 17, 17, 0.4588235294);
  height: 35px;
  width: 35px;
  border-radius: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.common-gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-btn {
  padding: 12px 22px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  font-family: "Rubik", 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: #ed7336;
  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: #3a4388;
}

.c-btn-border {
  color: #3a4388;
  border: 1px solid #3a4388;
}

.c-btn-border-white {
  color: #fff;
  border: #fff 2px solid;
}
.c-btn-border-white:hover {
  border: transparent 2px solid;
}

.why-us-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.why-us-col .title {
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  display: block;
  font-size: clamp(16px, 5vw, 18px);
  color: #3a4388;
}
.why-us-col p {
  font-size: clamp(14px, 5vw, 15px);
  opacity: 0.9;
  font-weight: 400;
  line-height: 154%;
}

.course-card {
  border-radius: 10px;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: solid 1px rgba(34, 96, 191, 0.18);
  text-align: center;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.course-card img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: -12%;
  left: 0;
  height: 124%;
  will-change: transform;
}
.course-card .card-body {
  padding: 0px 15px;
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.course-card:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(58, 67, 136) 1.72%, rgba(0, 0, 0, 0) 63.3%);
  opacity: 1;
  position: absolute;
  border-radius: 10px 10px;
  left: 0;
  z-index: 1;
}
.course-card:hover {
  color: #fff;
}
.course-card:hover .title {
  color: #fff;
}
.course-card small {
  margin-bottom: 0.5rem;
}
.course-card .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.3px;
}
.course-card p {
  font-size: clamp(14px, 5vw, 15px);
  opacity: 0.9;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 25px;
}
.course-card .btn-text {
  margin-top: auto;
}

.btn-text {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-text i {
  font-size: 18px;
  font-weight: 500;
}
.btn-text:hover {
  color: #fff;
  opacity: 0.7;
}

.block-header {
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.block-header.w-full {
  justify-content: center;
}
.block-header.w-full .block-title {
  text-align: center;
}
.block-header .block-title {
  max-width: 550px;
}
.block-header .block-title .title {
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
  color: #3a4388;
  line-height: 1.35;
  letter-spacing: -0.7px;
}
.block-header .block-title span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
  padding-bottom: 8px;
}
.block-header .block-description {
  font-size: 17px;
  opacity: 0.9;
  flex: 1;
  max-width: 500px;
}
.block-header.w-full .block-title {
  max-width: 100%;
}
.block-header.white * {
  color: #fff !important;
}

.achievement-box {
  flex: 1;
  min-width: 250px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.achievement-box .icon-container {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievement-box .achievement-content {
  flex: 1;
  color: #7f8c8d;
  font-size: 14px;
  line-height: 1.4;
}
.achievement-box .achievement-content .achievement-title {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}

.stat-item {
  text-align: center;
  color: #ed7336;
  font-weight: 500;
  font-size: clamp(15px, 5vw, 17px);
}
.stat-item h3 {
  font-size: clamp(2.4rem, 6vw, 3rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
  color: rgba(35, 37, 45, 0.9490196078);
  font-family: "Inter", sans-serif;
}
.stat-item p {
  font-size: clamp(15px, 5vw, 16px);
  line-height: 1.46;
  opacity: 0.8;
  font-weight: 400;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.7607843137);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-top: 45px;
  border-top: 2px dashed rgba(0, 0, 0, 0.0901960784);
  margin-top: 45px;
}

.media-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}
.media-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}
.media-card:hover .media-image > img {
  transform: scale(1.08);
}
.media-card:hover .media-content h3 {
  color: #3a4388;
}
.media-card:hover .read-more {
  transform: translateX(5px);
}
.media-card > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.media-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.media-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.media-category {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  background: #555;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
}

.media-content {
  padding: 25px;
}
.media-content h3 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media-content p {
  margin-bottom: 20px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
}

.media-meta {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.media-meta .source {
  color: #ed7336;
  font-weight: 700;
  text-transform: uppercase;
}
.media-meta .divider {
  color: #bbb;
}
.media-meta .date {
  color: #777;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  transition: 0.3s ease;
}
.read-more svg {
  width: 18px;
  height: 18px;
  transition: 0.3s ease;
}

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

.review__item-text > div {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  height: 100%;
}
.review__item-text > div .review__item-user {
  background: rgba(255, 145, 55, 0.1294117647);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  position: relative;
  text-align: center;
  width: 220px;
}
.review__item-text > div .review__item-user strong {
  display: block;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
.review__item-text > div .review__item-user .review-date {
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.26;
}
.review__item-text > div .review__item-user img {
  border-radius: 100%;
  height: 100px;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 100px;
  border: 2px solid #fff;
  padding: 3px;
  object-fit: cover;
  background: #fff;
}
.review__item-text > div .review__item-user:before {
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(255, 145, 55, 0.129);
  border-top: 20px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.review__item-text > div .review-tripadvisor__comment {
  display: flex;
  flex-direction: column;
  padding: 22px;
  width: calc(100% - 220px);
}
.review__item-text > div .review-tripadvisor__comment .review__item-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
  transition: 0.3s;
}
.review__item-text > div .review-tripadvisor__comment p {
  color: #333;
  line-height: 1.68;
  font-size: 15px;
}

.slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 2rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  font-size: 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(58, 67, 136, 0.3490196078);
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li:hover button {
  background: #94a3b8;
}
.slick-dots li.slick-active button {
  width: 32px;
  border-radius: 999px;
  background: #3a4388;
}

.btn-wrap {
  margin-top: 35px;
}

.team-member {
  display: block;
  background: rgba(58, 67, 136, 0.0392156863);
  border-radius: 8px;
}
.team-member .team-member-figure {
  height: 300px;
  display: block;
  position: relative;
}
.team-member .team-member-figure .team-member-figure-img01,
.team-member .team-member-figure img {
  border-radius: 8px 8px 0 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 0.5s ease-in-out;
  width: 100%;
}
.team-member .team-member-body {
  padding-block: 15px;
  padding-inline: 10px;
  position: relative;
}
.team-member .team-member-body .team-title {
  color: #000;
  font-size: 16px;
  font-weight: 590;
  opacity: 0.8;
}
.team-member .team-member-body p {
  color: #3a4388;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  padding: 4px 0 0;
}

.publication-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.publication-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.publication-table table .btn-view, .publication-table table .btn-download {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  color: #fff;
}
.publication-table table .btn-view:hover, .publication-table table .btn-download:hover {
  opacity: 0.7;
}
.publication-table table .btn-view {
  background-color: #3a4388;
  border: 1px solid #3a4388;
}
.publication-table table .btn-download {
  background-color: #ed7336;
  border: 1px solid #ed7336;
}
.publication-table table tbody tr:hover {
  background-color: #f9fbff;
}
.publication-table table tbody tr:nth-child(2n) {
  background-color: rgba(60, 39, 132, 0.0509803922);
}
.publication-table table tbody tr td {
  padding: 5px 16px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  color: #333;
  border-bottom: 1px solid #eaeaea;
  vertical-align: middle;
  font-weight: 400;
  border-left: 1px solid #eaeaea;
}
.publication-table table thead {
  background-color: #3a4388;
}
.publication-table table thead th {
  text-align: left;
  font-family: "Rubik", sans-serif;
  white-space: nowrap;
  padding: 9px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-bottom: 2px solid #e5e5e5;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

#content-wrapper {
  z-index: 1;
  background: #fff;
  position: relative;
}

.home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(58, 66, 136, 0.0509803922);
  height: calc(100dvh - 90px);
}
.home-hero > div {
  height: 100%;
}
.home-hero img, .home-hero video, .home-hero iframe {
  height: 100%;
  display: block;
  width: 100%;
  border-radius: 3px;
  max-height: 100dvh;
  height: 100%;
  object-fit: cover;
}
.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 .home-hero__slide,
.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 .home-hero__slides {
  will-change: transform;
}
.home-hero .block-homepage-hero__figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.home-hero .container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  display: flex;
  align-content: flex-end;
  max-width: inherit;
  margin: 0;
  padding: 0;
}
.home-hero .container .ni-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.home-hero .container .ni-container .block-homepage-hero__content-1 {
  max-width: 550px;
}
.home-hero .container .ni-container .block-homepage-hero__content-1 .block-homepage-hero__slide-title {
  margin: 0;
  display: block;
  font-size: 55px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -2px;
}
.home-hero .container .ni-container .block-homepage-hero__content-1 p {
  color: #fff;
  font-size: 19px;
  line-height: 1.55;
  padding: 15px 0 30px 0;
  font-weight: 400;
}
.home-hero .slick-dots {
  position: absolute;
  bottom: 30px;
  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;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.8;
}
.home-hero .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 6px;
  width: 6px;
  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;
  background: #ed7336;
}

.btn-wrapper {
  gap: 19px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

.intro-content {
  display: flex;
  height: 100%;
  padding-right: 50px;
}
.intro-content .intro-dtl {
  flex-grow: 1;
}
.intro-content .intro-dtl .block-title {
  text-align: left;
}
.intro-content p {
  text-align: justify;
  font-size: 18px;
  margin-bottom: 25px;
  color: rgba(28, 28, 30, 0.8);
  line-height: 1.62;
}
.intro-content .c-btn {
  margin-top: 10px;
}

.about-banner {
  position: relative;
  display: flex;
  height: 100%;
}
.about-banner img {
  border-radius: 13px;
  object-fit: cover;
  box-shadow: rgba(58, 67, 136, 0.42) 0 0 24px;
  padding: 5px;
}
.about-banner .img-2 {
  position: absolute;
  left: -40px;
  bottom: -40px;
}

.achievements-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  padding-top: 30px;
  margin-top: 30px;
}

.section-message-tab-container {
  background: rgba(229, 229, 229, 0.2784313725);
}

.tab-wrapper {
  display: flex;
  background: #fff;
  box-shadow: rgba(58, 67, 136, 0.42) 0 0 24px;
  border-radius: 15px;
}
.tab-wrapper .tab-image {
  flex: 1;
  display: none;
  border-radius: 15px 0 0 15px;
  position: relative;
  height: auto;
  overflow: hidden;
}
.tab-wrapper .tab-image .detail {
  position: absolute;
  bottom: 25px;
  color: #fff;
  font-size: 15px;
  z-index: 1;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.tab-wrapper .tab-image .detail span {
  display: block;
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.tab-wrapper .tab-image img {
  width: 100%;
  height: 124%;
  position: absolute;
  top: -12%;
  left: 0;
  border-radius: 15px 0 0 15px;
  object-fit: cover;
  will-change: transform;
}
.tab-wrapper .tab-image:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(58, 67, 136) 1.72%, rgba(0, 0, 0, 0) 63.3%);
  opacity: 1;
  position: absolute;
  border-radius: 15px 0 0 15px;
  left: 0;
  z-index: 1;
}
.tab-wrapper .tab-image.active {
  display: block;
}
.tab-wrapper .tab-item-wrap {
  flex: 2;
}
.tab-wrapper .tab-item-wrap .tab-item-title-wrap {
  display: inline-flex;
  background: rgba(13, 13, 13, 0.0705882353);
}
.tab-wrapper .tab-item-wrap .tab-item-title-wrap > div {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  padding: 20px 25px 20px;
  white-space: nowrap;
  cursor: pointer;
  color: #3a4388;
}
.tab-wrapper .tab-item-wrap .tab-item-title-wrap > div.active {
  color: #3a4388;
  background: #fff;
}
.tab-wrapper .tab-item-wrap .tab-content-wrap {
  padding: 30px 30px;
}
.tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content {
  display: none;
}
.tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content.active {
  display: block;
}
.tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content.active > div {
  font-size: 18px;
  margin-bottom: 25px;
  color: rgba(28, 28, 30, 0.8);
  flex-wrap: wrap;
  line-height: 1.65;
  flex-direction: column;
  gap: 22px;
}

.scroll-container {
  position: relative;
  height: 200vh;
  background: #f1f1f1;
}
.scroll-container .video-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-container #video-container {
  max-width: 1200px;
  border-radius: 10px;
  transform-origin: center center;
}
.scroll-container #video {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.section-why-us .whyus-visual {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: 100%;
  padding-top: 100%;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: rgba(58, 67, 136, 0.42) 0 0 24px;
}
.section-why-us .whyus-visual img {
  position: absolute;
  top: -12%;
  left: 0;
  width: 100%;
  height: 124%;
  object-fit: cover;
  border-radius: 13px;
  opacity: 1;
  will-change: transform, opacity;
}
.section-why-us .whyus-accordion {
  border-radius: 3px;
  padding-left: 25px;
}
.section-why-us .acc-item {
  border-bottom: 1px solid rgba(17, 15, 15, 0.07);
  padding: 15px 0;
}
.section-why-us .acc-item.is-active .acc-header .acc-title {
  color: #3a4388;
}
.section-why-us .acc-header {
  width: 100%;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.section-why-us .acc-header .acc-title {
  font-size: 22px;
  line-height: 130%;
  opacity: 0.9;
  letter-spacing: -0.02em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.section-why-us .acc-header .acc-title img {
  width: 55px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.section-why-us .acc-item {
  position: relative;
}
.section-why-us .acc-item .progress {
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
  opacity: 0;
  bottom: -1px;
  transition: opacity 0.3s ease;
}
.section-why-us .acc-item .progress .progress__bar {
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: #ed7336;
  transform: scaleX(0);
}
.section-why-us .acc-item .acc-body {
  margin: 18px 0 22px 0;
  font-size: 16px;
  line-height: 165%;
  opacity: 0.9;
  display: none;
  color: rgba(0, 0, 0, 0.75);
  will-change: height, opacity;
}
.section-why-us .acc-item.is-active .progress {
  opacity: 1;
}
.section-why-us .acc-item.is-active .acc-body {
  display: block;
}

.section-reviews {
  background: linear-gradient(180deg, #fff, rgba(58, 67, 136, 0.29));
  padding-top: 0;
  position: relative;
}
.section-reviews:before {
  background-image: url(../img/cube_pattern.png);
  background-repeat: repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color-burn;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-reviews .ni-container {
  position: relative;
}
.section-reviews .review-slider {
  margin: 0 -12px;
}
.section-reviews .review-slider .slick-slide {
  padding: 0 12px;
  height: inherit;
}
.section-reviews .review-slider .slick-slide > div {
  height: 100%;
}
.section-reviews .review-slider .slick-track {
  display: flex;
}
.section-reviews .review-slider .review__item-text {
  height: 100%;
}
.section-reviews .review-slider .slick-prev,
.section-reviews .review-slider .slick-next {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
}
.section-reviews .review-slider .slick-prev:before,
.section-reviews .review-slider .slick-next:before {
  color: #111;
  font-size: 20px;
}
.section-reviews .review-slider .slick-prev:hover,
.section-reviews .review-slider .slick-next:hover {
  background: #f5f5f5;
}
.section-reviews .review-slider .slick-prev {
  left: -55px;
}
.section-reviews .review-slider .slick-next {
  right: -55px;
}
.section-reviews .review-slider .slick-dots {
  position: static;
  margin-top: 50px;
  margin-bottom: 0;
}
.section-reviews .review-slider .slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
}
.section-reviews .review-slider .slick-dots li.slick-active button:before {
  color: #0d6efd;
}

.intership-companies {
  padding: 0 0 30px 0;
}
.intership-companies .intern-partner {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.intership-companies .intern-partner:not(:first-child) {
  margin-top: 10px;
}
.intership-companies .intern-partner .brand-list {
  display: flex;
  margin: 0;
  list-style-type: none;
  padding: 0;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex: 2;
}
.intership-companies .intern-partner .brand-list li {
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  padding: 5px;
  border-radius: 5px;
}
.intership-companies .intern-partner .brand-list li img {
  width: 145px;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.intership-companies .block-header {
  margin-bottom: 18px;
  width: 100%;
}
.intership-companies .block-header .block-title {
  flex: 1;
}
.intership-companies .block-header .block-title .title {
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
  width: 100%;
}
.intership-companies .block-header .block-title .title strong {
  background: #fff;
  position: relative;
  padding: 0 16px;
}
.intership-companies .block-header .block-title .title:before {
  content: "";
  background: rgba(0, 0, 0, 0.1215686275);
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 10px;
}

.page-inner {
  position: relative;
  padding: 4rem 0;
  background: linear-gradient(269.83deg, #ea6728 0.8%, #3a4388 69.59%);
}
.page-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-inner .page-subtitle {
  font-size: clamp(16px, 5vw, 18px);
  margin-bottom: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.page-inner .page-heading {
  font-size: clamp(30px, 5vw, 40px);
  letter-spacing: -0.2px;
}

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

.side-navbar {
  background-color: #f8f9fa;
  padding: 1.5rem 1.7rem;
  border-radius: 1rem;
}
.side-navbar:not(:last-child) {
  margin-bottom: 15px;
}
.side-navbar .sidebar-title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #3a4388;
  text-transform: uppercase;
}
.side-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-navbar ul li {
  padding: 0.75rem 0;
  font-size: 1rem;
  border-bottom: 1px solid #dee2e6;
  color: inherit;
}
.side-navbar ul li a {
  color: inherit;
}
.side-navbar ul li:hover {
  color: #3a4388;
}

.contentarea {
  color: rgba(28, 28, 30, 0.8);
  line-height: 1.75;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.contentarea img {
  margin-top: 2rem;
}
.contentarea h1, .contentarea h2, .contentarea h3, .contentarea h4, .contentarea h5, .contentarea h6 {
  font-family: "Rubik", sans-serif;
  color: #1c1c1e;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
  letter-spacing: -0.3px;
}
.contentarea h1 {
  font-size: clamp(28px, 5vw, 40px);
}
.contentarea h2 {
  font-size: clamp(24px, 4vw, 32px);
}
.contentarea h3 {
  font-size: clamp(20px, 3.5vw, 26px);
}
.contentarea h4 {
  font-size: clamp(18px, 3vw, 22px);
}
.contentarea h5 {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 600;
}
.contentarea h6 {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
}
.contentarea p {
  margin-bottom: 1.25rem;
  text-align: justify;
}
.contentarea p:last-child {
  margin-bottom: 0;
}
.contentarea p strong, .contentarea p .fw-semibold {
  font-weight: 600;
  color: #1c1c1e;
}
.contentarea p em, .contentarea p i {
  font-style: italic;
}
.contentarea p a {
  color: #3a4388;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.contentarea p a:hover {
  color: #2b3164;
  border-bottom-color: #3a4388;
}
.contentarea ul, .contentarea ol {
  margin-bottom: 1.25rem;
  padding-left: 2rem;
}
.contentarea ul li, .contentarea ol li {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: rgba(28, 28, 30, 0.8);
}
.contentarea ul li:last-child, .contentarea ol li:last-child {
  margin-bottom: 0;
}
.contentarea ul li ul, .contentarea ul li ol, .contentarea ol li ul, .contentarea ol li ol {
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.contentarea ul li a, .contentarea ol li a {
  color: #3a4388;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contentarea ul li a:hover, .contentarea ol li a:hover {
  color: #2b3164;
  text-decoration: underline;
}
.contentarea ul {
  list-style-type: disc;
}
.contentarea ul ul {
  list-style-type: circle;
}
.contentarea ul ul ul {
  list-style-type: square;
}
.contentarea ol {
  list-style-type: decimal;
}
.contentarea ol ol {
  list-style-type: lower-alpha;
}
.contentarea ol ol ol {
  list-style-type: lower-roman;
}
.contentarea table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 15px;
}
.contentarea table thead {
  background-color: #f8f9fa;
}
.contentarea table thead th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: #1c1c1e;
  border: 1px solid #dee2e6;
  font-family: "Rubik", sans-serif;
}
.contentarea table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
.contentarea table tbody tr:hover {
  background-color: rgba(58, 67, 136, 0.05);
}
.contentarea table tbody tr td {
  padding: 0.875rem 1rem;
  border: 1px solid #dee2e6;
  color: rgba(28, 28, 30, 0.8);
}
.contentarea table a {
  color: #3a4388;
  text-decoration: none;
}
.contentarea table a:hover {
  text-decoration: underline;
}
.contentarea blockquote {
  border-left: 4px solid #3a4388;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background-color: #f8f9fa;
  font-style: italic;
  color: rgba(28, 28, 30, 0.8);
}
.contentarea blockquote p {
  margin-bottom: 0;
  text-align: left;
}
.contentarea code {
  background-color: #f8f9fa;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 14px;
  color: #d63384;
}
.contentarea pre {
  background-color: #1c1c1e;
  color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.contentarea pre code {
  background-color: transparent;
  color: inherit;
  padding: 0;
  font-size: 14px;
}
.contentarea hr {
  border: none;
  border-top: 1px solid #dee2e6;
  margin: 2rem 0;
}
.contentarea img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
  border-radius: 8px;
}
.contentarea img.img-fluid {
  width: 100%;
}
.contentarea .mt-24 {
  margin-top: 24px;
}
.contentarea .mt-64 {
  margin-top: 64px;
}
.contentarea .mb-4 {
  margin-bottom: 1rem;
}
.contentarea .mb-40 {
  margin-bottom: 40px;
}

.other-team-members {
  background: #fff;
}

@media (max-width: 500px) {
  .section-all-gallery .common-gallery-slide {
    height: 200px;
  }
}
.section-all-gallery .common-gallery-slide > a {
  height: 100%;
  display: block;
}
.section-all-gallery .common-gallery-slide > a img {
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.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: "Inter", 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: "Inter", 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: "Inter", 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: #3a4388;
}

.sidebar-title {
  font-size: 25px;
  color: #3a4388;
  font-family: "Inter", 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: 1075px) {
  .ni-container {
    padding: 0 20px;
  }
  .main-header .main-header__wrapper .main-header__nav,
  .main-header .main-header__wrapper .header-right {
    display: none;
  }
  .main-header .main-header__wrapper .logo img {
    width: 155px;
  }
  .main-header .main-header__wrapper .hamburger {
    display: inline-block;
    margin-right: 0;
  }
  .section {
    padding-block-start: 40px;
    padding-block-end: 40px;
  }
}
@media (max-width: 959px) {
  .home-hero {
    position: relative;
    height: auto;
  }
  .home-hero > div {
    height: auto;
  }
  .home-hero > div video {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .news-section .grid {
    grid-gap: 22px;
  }
  .news-section .media-card {
    grid-column: span 6;
  }
  .tab-wrapper .tab-image {
    flex: 50%;
  }
  .tab-wrapper .tab-item-wrap {
    flex: 50%;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap {
    padding: 30px 30px;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content {
    display: none;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content.active {
    display: block;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content.active > div {
    font-size: 18px;
    margin-bottom: 25px;
    color: rgba(28, 28, 30, 0.8);
    flex-wrap: wrap;
    line-height: 1.65;
    flex-direction: column;
    gap: 22px;
  }
  .block-header {
    margin-bottom: 1.28rem;
  }
  .intro-content {
    padding: 0 20px 40px 20px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    padding-top: 35px;
    border-top: none;
    margin-top: 0;
  }
}
@media (max-width: 850px) {
  .news-section .grid {
    grid-gap: 18px;
  }
  .media-content {
    padding: 18px;
  }
  .section {
    padding-block-start: 35px;
    padding-block-end: 35px;
  }
  .tab-wrapper {
    display: block;
    border-radius: 15px 15px;
  }
  .tab-wrapper .tab-image {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .tab-wrapper .tab-image img {
    display: none;
    border-radius: 15px 15px 0 0;
  }
  .tab-wrapper .tab-image:before {
    border-radius: 15px 15px 0 0;
  }
  .tab-wrapper .tab-item-wrap {
    width: 100%;
    border-radius: 15px;
  }
  .tab-wrapper .tab-item-wrap .tab-item-title-wrap {
    flex-wrap: wrap;
    background: none;
    gap: 4px;
  }
  .tab-wrapper .tab-item-wrap .tab-item-title-wrap > div {
    padding: 14px 16px 15px;
    font-size: 16px;
    background: rgba(13, 13, 13, 0.0705882353);
  }
  .tab-wrapper .tab-item-wrap .tab-item-title-wrap > div:first-child {
    border-radius: 15px 0 0 0;
  }
  .tab-wrapper .tab-item-wrap .tab-item-title-wrap > div.active {
    border-radius: 15px 0 0 0;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap {
    padding: 25px;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content {
    display: none;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content.active {
    display: block;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content.active > div {
    font-size: 17px;
    line-height: 1.65;
    gap: 15px;
    margin-bottom: 0;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content.active > div .btn-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .section-why-us .whyus-accordion {
    padding: 0;
    width: 100%;
  }
  .section-why-us .acc-item .acc-body {
    margin: 15px 0 10px 0;
    font-size: 16px;
  }
  .review__item-text > div {
    display: block;
  }
  .review__item-text > div .review__item-user {
    background: rgba(255, 145, 55, 0.1294117647);
    padding: 10px;
    text-align: left;
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: inherit;
  }
  .review__item-text > div .review__item-user img {
    height: 65px;
    width: 65px;
    margin: 0 10px 0 0;
  }
  .review__item-text > div .review__item-user::before {
    display: none;
  }
  .review__item-text > div .review-tripadvisor__comment {
    width: 100%;
    padding: 18px 20px;
  }
}
@media (max-width: 640px) {
  .intership-companies .block-header .block-title .title {
    font-size: 16px;
  }
  .intership-companies .intern-partner .brand-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .intership-companies .intern-partner .brand-list li {
    flex: 0 0 200px;
  }
}
@media (max-width: 480px) {
  .news-section .grid {
    grid-gap: 15px;
  }
  .news-section .media-card {
    grid-column: span 12;
  }
  .media-content {
    padding: 18px;
  }
  .tab-wrapper {
    display: block;
  }
  .tab-wrapper .tab-item-wrap .tab-item-title-wrap {
    gap: 4px;
  }
  .tab-wrapper .tab-item-wrap .tab-item-title-wrap > div {
    padding: 14px 12px 10px;
    font-size: 13px;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap {
    padding: 22px;
  }
  .tab-wrapper .tab-item-wrap .tab-content-wrap .tab-item-content.active > div {
    font-size: 16px;
    line-height: 1.65;
    gap: 15px;
  }
  .section-why-us .whyus-accordion {
    padding: 0;
    width: 100%;
  }
  .section-why-us .acc-item {
    padding: 10px 0;
  }
  .section-why-us .acc-item .acc-body {
    margin: 15px 0 10px 0;
    font-size: 16px;
  }
  .section-why-us .acc-item .acc-header .acc-title {
    font-size: 18px;
  }
  .section-why-us .acc-item .acc-header .acc-title img {
    width: 40px;
  }
  .intro-content {
    padding: 0 20px 25px 20px;
  }
  .intro-content p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(28, 28, 30, 0.8);
    line-height: 1.62;
  }
  .stats-grid {
    gap: 15px;
    padding-top: 25px;
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .stats-grid .stat-item {
    font-size: 15px;
    flex: 0 0 200px;
  }
  .stats-grid .stat-item h3 {
    font-size: clamp(2.1rem, 6vw, 3rem);
  }
  .stats-grid .stat-item p {
    font-size: clamp(15px, 5vw, 15px);
    line-height: 1.4;
    margin-top: 6px;
  }
  .ni-container {
    padding: 0 15px;
  }
  .main-header .main-header__wrapper .logo-wrap {
    gap: 10px;
  }
  .main-header .main-header__wrapper .logo-wrap .partner img {
    width: 101px;
  }
  .main-header .main-header__wrapper .main-header__nav {
    display: none;
  }
  .main-header .main-header__wrapper .logo img {
    width: 135px;
  }
  .section {
    padding-block-start: 35px;
    padding-block-end: 35px;
  }
}
