/* ##################### RESET CSS  ##################### */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a[href^="tel"],
a[href^="mailto"] {
    text-decoration: none;
    color: inherit;
}
a {
  color: #3a3a3c;
  text-decoration: none;
  pointer-events: auto !important;
}

a:hover {
  text-decoration: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h6 {
  color: #3a3a3c;
}

h4,
h5,
p,
ul,
blockquote {
  color: #3a3a3c;
}

/* ##################### Common CSS ##################### */

body {
  font-family: "Poppins", serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

body:has(.example-dialog[open]) {
  /* Poof! No more scrolling! */
  overflow: hidden;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  background-color: #fafafa8b;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #fafafa;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6); */
  background-color: #c3c3c3;
}

.thumbnail-container {
  overflow-x: auto;
  scrollbar-width: none;
}
.thumbnail-container::-webkit-scrollbar {
  display: none;
}
.rounded-4 {
  border-radius: 4px;
}
.relative {
  position: relative;
}
.z-index-2 {
  z-index: 2;
}
.block {
  display: block;
}

.fs-52 {
  font-size: 3.25rem;
}

.fs-48 {
  font-size: 3rem;
}
.fs-44 {
  font-size: 2.75rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-16 {
  font-size: 1rem;
}
.fs-15 {
  font-size: 0.938rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.mt-54 {
  margin-top: 54px;
}
.mt-60 {
  margin-top: 60px;
}

.pt-54 {
  padding-top: 54px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-16 {
  padding-top: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-54 {
  padding-bottom: 54px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-84 {
  padding-bottom: 84px;
}
.mt-30 {
  margin-top: 30px;
}
.m-auto {
  margin: auto;
}
.mt-40 {
  margin-top: 40px;
}
.pl-12 {
  padding-left: 12px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-6 {
  padding-bottom: 6px;
}
.mb-16 {
  margin-bottom: 16px;
}

.h-60 {
  height: 60px;
}

.h-80 {
  height: 80px;
}
.h-100 {
  height: 100px;
}
.h-165 {
  height: 165px;
}
.h-115 {
  height: 115px;
}
.h-124 {
  height: 124px;
}
.w-100 {
  width: 100px;
}
.text-uppercase {
  text-transform: uppercase;
}

.text-dark {
  color: #121212;
}

.text-light {
  color: #3a3a3c;
}
.text-orange {
  color: #f5a623;
}
.text-center {
  text-align: center;
}
.text-Gray-200 {
  color: #3c494f;
}
.text-Gray-300 {
  color: #4c5054 !important;
}
.text-justified {
  text-align: justify;
}

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.leading-27 {
  line-height: 27px;
}
.leading-24 {
  line-height: 24px;
}

.leading-21 {
  line-height: 21px;
}
.leading-62 {
  line-height: 62px;
}
.italic {
  font-style: italic;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 72px;
  color: #000;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
}

.intro-info-text {
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #121212;
}

.intro-info-text span {
  font-weight: 600;
  color: #0b578a;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.h-full {
  min-height: inherit;
}
.section-wrapper {
  scroll-margin-top: 80px;
  /* For smooth scroll alignment */
}

/* ######### header Section Style ############# */

.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  height: 80px;
}

.header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.logo-section {
  width: 6rem;
}

.mce-logo {
  display: block;
  width: 100%;
}

.menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

.menu-link {
  color: #3a3a3c;
  padding-top: 25px;
  position: relative;
  line-height: 22px;
  font-weight: 500;
}

.menu-link.active {
  color: #790416;
  font-weight: 700;
}

.menu-link.active:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 7px;
  border-radius: 0px 0px 10px 10px;
  background-color: #790416;
  top: -7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-btn {
  background-color: #790416;
  color: #fff;
  padding: 12px 22px;
  border-radius: 100px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.menu-login {
  color: #790416;
  font-size: 20px;
}
.menu-login:hover {
  color: #6c0100;
}
.mobile-view-login-show {
  display: none;
}
/* ############### Hero Section ###################  */
.banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 80px;
  background-position: right;
  /* min-height: 66vh; */
  border-bottom: 6px solid #f5a623;
}
.irma-banner-slider .slick-prev {
  z-index: 1;
  left: 24px;
}
.irma-banner-slider .slick-next {
  right: 24px;
  z-index: 9;
}
.irma-banner-slider .slick-next:before {
  content: "\e908";
  font-family: "icomoon";
}
.irma-banner-slider .slick-prev:before {
  content: "\e902";
  font-family: "icomoon";
}

.irma-banner-slider .slick-prev:before,
.slick-next:before {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.1);
}
.irma-banner-slider .slick-prev:hover:before,
.slick-next:hover:before {
  font-size: 40px;
  color: #fff;
}

.irma-banner-slider .slick-prev,
.slick-next {
  width: 44px;
  height: 44px;
}
.irma-banner-slider img {
  width: 100%;
}
.irma-banner-slider.slick-initialized.slick-slider.slick-dotted .slick-dots {
  bottom: 10px;
  z-index: 99;
}
.irma-banner-slider .slick-dots li button:before {
  font-size: 32px;
  width: 12px;
}
.slick-dots li {
  margin: 0;
  width: 16px;
  height: 16px;
}
.irma-banner-slider .slick-dots li.slick-active button:before {
  color: #eda122;
}
.irma-banner-slider .slick-dots li.slick-active button:before :hover {
  opacity: 1;
  color: #eda122;
}
.irma-banner-slider.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 0px;
}
.irma-banner-content {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
}
.hero-title {
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  word-break: break-word;
  line-height: 3.75rem;
}

.hero-title-sm {
  color: #fff;
  line-height: 60px;
  margin-top: 10px;
}

#institution-select {
  width: 290px;
  border-radius: 4px;
  padding: 16px 16px;
  margin-top: 32px;
  font-family: "Poppins", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 20px;
  outline: 4px solid rgba(255, 255, 255, 0.12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 0;
  background-position: right 0.5rem center;
  background-color: #fff;
  color: #3a3a3c;
}

.btn {
  background-color: #790416;
  padding-right: 20px;
  border: transparent;
  color: #fff;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-family: "Poppins", serif;
  margin-top: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px -2px 21px -3px #790416;
  box-shadow: 0px -2px 21px -3px #790416;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 10px;
  z-index: 9;
}
.lg-btn-icon {
  width: 38px;
  height: 38px;
  background: #790416;
  border-radius: 100px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
}
a.btn:hover {
  background: #560410;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px -2px 12px -3px #790416;
  box-shadow: 0px -2px 12px -3px #790416;
}
.btn-icon {
  font-size: 0.688rem;
}
.view-btn {
  margin-top: 2px;
}
/* .play-btn{
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 1rem;
	margin: auto;
	border:transparent;
	display: block;
	cursor: pointer;
	margin-top: 25px;
	position: relative;
	transform: translateY(-2px);
	transition: all 0.3s ease-out;
	

} */
.play-btn .icon-icon-play {
  position: relative;
  top: 1px;
  left: 1px;
}
.play-btn:hover {
  background: #790416;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero-section-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  min-height: inherit;
}
.institution-select-outer {
  margin-bottom: 50px;
}
/* news bar */
.news-section {
  background-color: #0d6efd1a;
  padding: 6px 0px;
}
.news-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 16px;
  overflow: hidden;
  /* max-width: 900px; */
  position: relative;
}
.news-label {
  background: white;
  color: #0b578a;
  font-weight: bold;
  padding: 8px 15px;
  position: relative;
  z-index: 2;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 5px;
  -webkit-box-shadow: 1px 1px 4px 0px #0000002e;
  box-shadow: 1px 1px 4px 0px #0000002e;
}
.news-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 100%;
  background: white;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.news-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 27px;
  z-index: 1;
  background: #0b578a;
  margin-left: 0px;
  height: 46px;
  -webkit-box-shadow: 1px 1px 4px 0px #0000002e;
  box-shadow: 1px 1px 4px 0px #0000002e;
}

.modal-overlay {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Transparent dark background */
  z-index: 99999;
}
/* Modal Content Style with slight transparency */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 939px;
  width: 90%;
  z-index: 1001;
}
#modalVideo {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 60px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 60px 10px rgba(0, 0, 0, 0.2);
}
/* Close Icon Style with margin, color and higher z-index */
.modal-close {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 1002;
  color: #121212;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: transparent;
  text-align: right;
}
.modal-close:hover {
  color: #790416;
}
.library-time-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 23px 1fr 23px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.library-time-header {
  background-image: url(../images/img-widget-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14px 22px;
  border-radius: 4px 4px 0px 0px;
}
.library-time-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  position: relative;
}
.card-background-image {
  width: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.library-time-body {
  padding: 24px;
}
.library-time-body li {
  list-style-type: disc;
  margin-left: 20px;
  padding-bottom: 10px;
}

/* ########################### empowering knowledge section #################### */
.empowering-knowledge-section {
  background-color: #eef3f8;
}
.empowering-knowledge-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr 23px 1fr;
  grid-template-columns: 1.3fr 1fr;
  gap: 23px;
}
/* ###################  widget section ########################## */
.widget-wrapper {
  /* display: grid;
	grid-template-columns: repeat(auto-fit, minmax(172px, 1fr)); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.widget-card {
  width: 172px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.widget-card:hover {
  -webkit-box-shadow: 0px 10px 20px 0px #0000001a;
  box-shadow: 0px 10px 20px 0px #0000001a;
  border-color: #f5a623;
}
.widget-card:hover p {
  color: #560410;
}
.widget-card p {
  color: #4c5054;
  letter-spacing: 0.5px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  height: 55px;
  padding: 5px 10px 0px 10px;
  font-size: 14px;
}

/* ################ digital repository ################### */

.digital-repository {
  background-image: url(../images/img-dr-irma-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.digital-repository a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.library-facilities-icon {
  width: 60px;
  height: 60px;
}
.library-facilities-item {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(14.6% - 15px);
  flex: 1 1 calc(14.6% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.library-facilities-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
/*  Training Videos section */
.main-video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.main-video-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 100%;
  padding-top: 47.25%; /* 16:9 Aspect Ratio (Height = Width * 9/16) */
  background-color: #000;
  border-radius: 10px;
}
.thumbnail-container {
  -webkit-box-flex: 0.2;
  -ms-flex: 0.2;
  flex: 0.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 553px;
  overflow-x: hidden;
}
.main-video {
  -webkit-box-shadow: 1px 1px 20px 1px #00000038;
  box-shadow: 1px 1px 20px 1px #00000038;
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumbnail {
  width: 168px;
  height: 110px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}

.thumbnail:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  border-radius: 6px;
  background: rgba(9, 5, 20, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.thumbnail:hover,
.active-thumbnail {
  border-color: #f39c12;
  border-radius: 8px;
}
.thumbnail:hover {
  border-color: #f39c12;
  border-radius: 8px;
}
.thumbnail:hover img {
  border-radius: 6px;
}
.thumbnail.active-thumbnail img {
  border-radius: 6px;
}
.thumbnail img {
  border-radius: 10px;
}

.thumbnail.active-thumbnail:after {
  background-color: transparent;
}
.thumbnail:hover:after {
  background: rgba(9, 5, 20, 0);
}
.library-services {
  background-color: #eef3f8;
}
.library-services-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.library-services-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.library-services-card-wrapper {
  -webkit-box-flex: 2.1;
  -ms-flex: 2.1;
  flex: 2.1;
}
.library-services-items {
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 10px;
  padding: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-grid;
  display: inline-grid;
  font-size: 14px;
  color: #4c5054;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.library-services-items:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-color: #f5a623;
  color: #790416;
}
.library-services-card-body-lg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.library-services-card-body-sm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
/* ##################### team section ################ */
.people-about-slide-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px 20px 20px 0px;
  margin: 0px 12px;
  min-height: 226px;
  height: 280px;
}
.people-about-slide-item .italic {
  min-height: 146px;
}
.people-about-section {
  background-image: url(../images/img-testimonial-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-img {
  width: 60px;
  height: 60px;
  border: 2px solid #f5a623;
  border-radius: 100px;
}
.intro-team-section {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial-inner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.testimonial-info span {
  color: #3c494f;
  line-height: 18px;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 2px;
  font-weight: 500;
  font-size: 14px;
}
.rating-section {
  color: #f5a623;
  font-size: 14px;
  margin-bottom: 16px;
}
.intro-team-member-slider .intro-team-member {
  margin: 0px 12px;
}
/* .intro-team-member{
	width: 214px;
} */
.team-member-img {
  border-radius: 12px;
  /* width: 214px;
	height: 238px; */
  background: #0051a31a;
}

.team-member-img img {
  display: block;
  margin: auto;
  border-radius: 4px;
  /* padding-top:15px ; */
}

.team-member-name {
  letter-spacing: 0.5px;
  color: #121212;
  line-height: 27px;
  margin-top: 16px;
}
.team-member-position span {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  text-decoration: none;
}
.people-about-slider .slick-dots {
  bottom: -50px;
}

.people-about-slider .slick-dots li.slick-active button:before {
  color: #820100;
  font-size: 32px;
}
.people-about-slider .slick-dots li:hover {
  color: #820100;
}
.people-about-slider .slick-dots {
  font-size: 10px;
}
.people-about-slider button:hover:before {
  color: #820100;
}

.intro-team-member-slider .slick-dots li.slick-active button:before {
  color: #820100;
  font-size: 32px;
}
.slick-dots li button:before{
  font-size: 28px;
}
.intro-team-member-slider .slick-dots li:hover {
  color: #820100;
}
.intro-team-member-slider .slick-dots {
  font-size: 10px;
}
.intro-team-member-slider button:hover:before {
  color: #820100;
}

.intro-team-member-slider .slick-dots {
  bottom: -55px;
}
.team-member-position {
  color: #3c494f;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

/* #####################  why choose section ##################### */
.why-choose-section {
  background-color: #0b578a;
}

.why-choose-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px
    minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.why-choose-top-section {
  background-color: #fff;
  padding: 22px 16px;
  border-radius: 12px 12px 0px 0px;
  padding-bottom: 5px;
}

.item-head {
  background-color: #fbb03bf7;
  color: #111111;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  padding: 12px 16px;
}
.item-head p {
  color: #111111;
}
.why-choose-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
.why-choose-menu-list span {
  line-height: unset;
  font-size: 18px;
}
.why-choose-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3a3a3c;
  letter-spacing: 0.5px;
  line-height: 21px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

/* .why-choose-menu-link:hover {
	color: #790416;
} */

.why-choose-menu-link span {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 6px;
}

.why-choose-icon {
  width: 74px;
  height: 74px;
  border-radius: 16px;
  background: #0051a31a;
  margin: auto;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.why-choose-icon .icon {
  font-size: 2.75rem;
  color: #0051a3;
}

.why-choose-card {
  background-color: #fff;
  border-radius: 12px;
  /* border: 1px solid #EBEBEB; */
}

.why-choose-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px #00000026;
  box-shadow: 0px 10px 20px 0px #00000026;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.why-choose-card:hover .why-choose-menu-list {
  background-color: #fff;
  border-radius: 12px;
}
.why-choose-bottom-section {
  background: #0d6efd1a;
  border-radius: 0px 0px 12px 12px;
}

.why-choose-bottom-section:hover .why-choose-menu-link {
  color: #790416;
}
/* #####################  Publishers Slider ##################### */
.clients-grid-inner {
  width: 172px;
  height: 170px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  cursor: pointer;
}
.slider-track {
  grid-column-gap: 3rem;
  opacity: 1;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr
    3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.clients-logo-dialog {
  background-color: transparent;
  border: transparent;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 8px;
  height: 100%;
}
.client-logo {
  height: 100px;
  margin-top: 5px;
}

.clients-grid-inner:hover {
  -webkit-box-shadow: 0px 10px 20px 0px #0000001a;
  box-shadow: 0px 10px 20px 0px #0000001a;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.clients-grid-inner p {
  color: #121212;
  letter-spacing: 0.5px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  height: 55px;
  padding: 5px 10px 0px 10px;
}
.clients-grid-inner:hover p {
  color: #790416;
}
.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  /* display: flex; */
  position: relative;
  overflow: hidden;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr
    3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-animate {
  -webkit-animation: slide 40s infinite linear;
  animation: slide 40s infinite linear;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-animate-alt {
  -webkit-animation: slidealt 40s infinite linear;
  animation: slidealt 40s infinite linear;
  animation-direction: reverse;
}

/* Animation for the first right to left marquee */
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(calc(0% + 50px));
    transform: translateX(calc(0% + 50px));
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(calc(0% + 50px));
    transform: translateX(calc(0% + 50px));
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.logo-animate {
  -webkit-animation: slide 40s infinite linear;
  animation: slide 40s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
}

/* Animation for the second left to right marquee */
@-webkit-keyframes slidealt {
  0% {
    -webkit-transform: translateX(calc(0% + 50px));
    transform: translateX(calc(0% + 50px));
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slidealt {
  0% {
    -webkit-transform: translateX(calc(0% + 50px));
    transform: translateX(calc(0% + 50px));
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.logo-animate-alt {
  -webkit-animation: slidealt 40s infinite linear;
  animation: slidealt 40s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
  animation-direction: reverse;
}

/* #####################   add banner section ##################### */
.add-banner-section {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0051a3),
    to(#00346a)
  );
  background: -o-linear-gradient(left, #0051a3 0%, #00346a 100%);
  background: linear-gradient(90deg, #0051a3 0%, #00346a 100%);
  padding: 45px 0px;
}
.left-element {
  width: 174px;
  position: absolute;
  left: 0;
  top: 0;
}
.right-element {
  width: 302px;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}

.add-banner-title {
  color: #fff;
  line-height: 51px;
  letter-spacing: 0.5px;
}

.add-banner-title-sub-title {
  color: #fff;
  line-height: 33px;
  letter-spacing: 0.5px;
}

.add-banner-info {
  color: #fff;
  line-height: 21px;
  letter-spacing: 0.5px;
  max-width: 616px;
  margin-top: 10px;
}

.btn-light {
  background-color: #790416;
  padding: 10px 20px;
  border: transparent;
  color: #fff;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-family: "Poppins", serif;
  margin-top: 24px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-light:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #790416;
  color: #fff;
}
/* ##################### Training Section ##################### */
.TrainingSection-items-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.TrainingSection-items {
  background-color: #fff;
}
.TrainingSection {
  background-color: #0b578a;
}
.TrainingSection-items img {
  display: block;
  margin: auto;
}
.TrainingSection-items:hover img {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.TrainingSection-items {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.TrainingSection-items:hover {
  -webkit-box-shadow: 0px 10px 20px 0px #0000001a;
  box-shadow: 0px 10px 20px 0px #0000001a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.TrainingSection-btn {
  padding: 30px 5px;
  display: block;
  position: relative;
}

.player-btn {
  position: absolute;
  opacity: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #df241e;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
  box-shadow: 0px 4px 4px 0px #00000040;

  -webkit-transition: opacity 0.3s ease-in-out;

  -o-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;
}
.player-btn span.icon-icon-play {
  -webkit-box-shadow: 0px 10px 20px 0px #0000001a;
  box-shadow: 0px 10px 20px 0px #0000001a;
  font-size: 22px;
}
.icon-play-wrapper {
  padding-left: 4px;
  width: 20px;
  height: 20px;
}
.TrainingSection-items:hover .player-btn {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* #####################  Additional Features ##################### */

.AdditionalFeatures {
  background-color: #fff;

  padding: 56px 0px;
}

.AdditionalFeatures-icon {
  width: 172px;
  height: 172px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  margin: auto auto 18px auto;
  border: 1px solid #ebebeb;
}

.AdditionalFeatures-title {
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #121212;
}

.AdditionalFeatures-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin-top: 38px;
}
.empowering-knowledge-body h1 {
  text-align: left;
}
/* #####################  footer section ##################### */

.footer {
  background-color: #820100;
  color: white;
}
.footer-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1.2fr 30px 1.5fr 30px 2fr;
  grid-template-columns: 1fr 1.2fr 1.5fr 2fr;
  gap: 30px;
}
.footer-container h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding-bottom: 18px;
  line-height: 22px;
  padding-top: 30px;
}
.contact-us-wrapper h3 {
  padding-bottom: 14px;
}
.footer-container li {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding-bottom: 16px;
  list-style-type: disc;
  color: #fff;
  margin-left: 16px;
}
.footer-container li a {
  color: #fff;
}
.footer-container li:hover {
  color: #f5a623;
}
.footer-container li a:hover {
  color: #f5a623;
}
.qr-code ul li {
  list-style-type: none;
  margin-left: 0;
}
.playstore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
}
.playstore-img {
  height: 36px;
}
.QR-code {
  width: 106px;
  margin-left: 46px;
}
.contact-us-wrapper h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.contact-us-wrapper a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.socal-media-icon:hover {
  color: #6c0100;
  background: #fff;
}
.socal-media-icon {
  width: 28px;
  height: 28px;
  background-color: #6c0100;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;
}
.socal-media-icon:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.copyright {
  background-color: #6c0100;
  color: #fff;
  text-align: center;
  padding: 16px 0px;
  line-height: 22px;
}
.socal-media-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer-contact .icon-icon-mail:hover {
  opacity: 0.7;
}
.footer-contact .icon-icon-phone:hover {
  opacity: 0.7 !important;
}
/* dialog */
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #07040d66; /* Semi-transparent black */
  z-index: 99999; /* Below the dialog */
  visibility: hidden; /* Initially hidden */
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 0px 0px 24px 0px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999999; /* Above the overlay */
}
.scroll-remove {
  overflow: hidden !important;
}
.dialog-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.dialog-info-wrapper img {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  max-width: 180px;
}
.dialog-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 24px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  margin-right: 5px;
}
.dialog-info .btn-light {
  margin-top: 0;
}
.dialog-info ul li {
  list-style: disc;
  margin-left: 14px;
  padding-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
}
.dialog-info ul li a:hover {
  color: #790416;
}
/* Full screen loader wrapper */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff; /* or #000 for black */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999; /* make sure it stays on top */
}

/* Simple spinning loader */
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #6c0100;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hide content initially */
body.loaded #loader-wrapper {
  display: none;
}
/* .info-dialog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 45px;
} */

.info-dialog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 45px;
}











.dialog-ms .info-dialog-header {
  padding: 10px 0;
}





.dialog-content {
  position: relative;
  width: 65vw;
  height: 75vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dialog-ms .dialog-content {
  width: 40vw;
  height: 28vh;
}

.dialog .close-dialog {
  background: none;
  color: #121212;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: transparent;
  text-align: right;
}
.close-dialog-wrapper {
  /* border-bottom: 1px solid #e1e1e1; */
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding: 12px 12px 10px 0px;
}
.dialog .close-dialog:hover {
  color: #790416;
}
.dialog.visible {
  opacity: 1;
  visibility: visible;
}

.dialog-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.dialog-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: center;
}
.dialog-sm-tile {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 20px;
}
/* #####################  break point ##################### */
@media (min-width: 320px) {
  .why-choose-item {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .TrainingSection-items-wrapper {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .AdditionalFeatures-wrapper {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .intro-team-section {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* .team-member-img {
		
		height: 186px;
		width: 160px;
		
	} */
  /* .intro-team-member{
		margin: auto;
		height: 290px;
	} */
}

@media (min-width: 768px) {
  .container {
    width: 736px;
  }

  .why-choose-item {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* .TrainingSection-items-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	} */

  .AdditionalFeatures-wrapper {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .intro-team-section {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .TrainingSection-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .TrainingSection-items {
    width: 364px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .menu-items {
    gap: 25px;
  }

  .intro-team-section {
    /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-team-member {
    width: 218px;
  }
  .dialog-content {
    width: 80vw;
    height: 65vh;
  }
}
@media (min-width: 1021px) {
  .dialog-content {
    width: 70vw;
    height: 70vh;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .why-choose-item {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .TrainingSection-items-wrapper {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .AdditionalFeatures-wrapper {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .menu-items {
    gap: 30px;
  }

  .intro-team-section {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .dialog-content {
    width: 40vw;
    height: 70vh;
  }
}

/*  */
/* Mobile Styles */
@media (max-width: 1200px) {
  .menu-items a {
    font-size: 13px;
  }
  .menu-items {
    gap: 16px;
  }
  .banner-section {
    min-height: unset;
  }
}
@media (max-width: 1025px) {
  .thumbnail-container {
    max-height: 462px;
  }
  .empowering-knowledge-body {
    -ms-grid-columns: 2.3fr 1fr;

    grid-template-columns: 2.3fr 1fr;
  }
}
@media (max-width: 1023px) {
  .menu-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 80px;
    width: 0px;
    padding: 14px 23px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease,
      -webkit-transform 0.3s ease;

    right: -72px;
    height: 100%;
    position: fixed;
    background: #790415;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
  }
  .banner-section{
    margin-top: 58px;
  }
  .menu-items.active {
    opacity: 1;
    gap: unset;
    width: 300px !important;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-box-shadow: -20px -4px 38px -24px rgb(0 0 0);
    box-shadow: -20px -4px 38px -24px rgb(0 0 0);
  }

  .mobile-view-login-show {
    position: absolute;
    bottom: 100px;
    display: block;
  }

  /* Menu Toggle Button */
  .menu-toggle {
    display: block;
    cursor: pointer;
    z-index: 999;
  }

  .menu-toggle .bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    background-color: #790415;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu-link {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
  }

  .menu-link.active {
    border-bottom: 2px solid transparent;
    color: #fff;
    font-weight: 800;
  }

  .menu-link.active:before {
    position: relative;
  }
  .thumbnail-container {
    -webkit-box-flex: 0.23;
    -ms-flex: 0.23;
    flex: 0.23;
  }
  .dialog-ms .dialog-content {
    width: 50vw;
    height: 45vh;
  }
  .header-fixed{
    height: 60px;
  }
  .logo-section {
    width: 4.6rem;
}
}
@media (max-width: 768px) {
  .library-time-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
  }
  .library-time-section {
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .library-time-card {
    width: 328px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .footer-info {
    margin-bottom: 16px;
  }
  .irma-banner-slider .slick-slide img {
    height: 65vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .library-time-body li {
    font-size: 14px;
  }

  .library-time-body td {
    font-size: 14px;
  }
  .library-time-header h2 {
    font-size: 20px;
  }
  .intro-info-text p {
    font-size: 16px;
    line-height: 25px;
  }
  .main-video-container {
    -webkit-box-flex: 0.88;
    -ms-flex: 0.88;
    flex: 0.88;
  }

  .thumbnail-container {
    -webkit-box-flex: 0.3;
    -ms-flex: 0.3;
    flex: 0.3;
    max-height: 349px;
  }
  .library-services-wrapper {
    gap: 0;
  }

  .library-services-img {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .empowering-knowledge-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 1fr;
    grid-template-columns: 4fr 1fr;
  }
  .footer-container {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .empowering-img {
    display: none;
  }
  .empowering-knowledge-body {
    -ms-grid-columns: 1fr 0;
    grid-template-columns: 1fr 0;
  }
  .empowering-knowledge-body {
    gap: 0;
  }
  .empowering-knowledge-body h1 {
    text-align: center;
  }
  .dialog-content {
    width: 88vw;
    height: 66vh;
  }
  .info-dialog-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info-dialog-header > div {
    width: 100%;
  }
}

@media (max-width: 426px) {
  html,
  body {
    font-size: 0.938rem;
  }

  .header-fixed {
    /* box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); */
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    height: 3.75rem;
  }

  .hero-title-sm {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 1.125rem;
  }

  .hero-title-lg {
    font-size: 2.5rem;
    line-height: 2.813rem;
    margin-top: 80px;
  }

  #institution-select {
    width: 288px;
  }

  .page-title {
    line-height: 43px;
    margin-bottom: 10px;
    font-size: 2.125rem;
  }

  .intro-info-text {
    line-height: 24px;
    font-size: 1rem;
  }
  .dialog-content {
    width: 88vw;
    height: 62vh;
  }

  .right-element {
    display: none;
  }
  .sm-break-title {
    display: block;
  }

  .library-time-section {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
  .library-time-section {
    overflow-y: hidden;
    scrollbar-width: none;
   
  }
  .library-time-card {
    width: unset;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 5%);
    box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 5%);
    border-radius: 4px;
    position: relative;
    margin: 8px 12px;
  }

  .footer-container {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }

  .library-services-card-body-lg {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }

  .library-services-items {
    padding: 23px 16px;
  }
  .main-video-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thumbnail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: auto;
  }
  .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 16px;
  }
  .menu-items {
    top: 79px;
  }
  .mobile-view-login-show {
    bottom: 85px;
  }
  .empowering-img {
    display: none;
  }
  .empowering-knowledge-body {
    -ms-grid-columns: 1fr 0;
    grid-template-columns: 1fr 0;
  }
  .empowering-knowledge-body {
    gap: 0;
  }
  .dialog-ms .dialog-content {
    width: 89vw;
    height: 39vh;
  }
  .logo-section {
    width: 4.8rem;
}
.people-about-slide-item .italic {
  min-height: 225px;
}

.people-about-slide-item{
  height: 365px;
}
}

@media (max-width: 375px) {
  .logo-section {
    max-width: 235px;
    width: 65px;
  }

  .library-services-card-body-sm {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .library-services-card-body-lg {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .library-services-items {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    height: 96px;
}
  .widget-wrapper {
    gap: 20px;
}

.h-100 {
    width: 50%;
    height: auto;
}

img.client-logo {
     width: 100%;
    height: auto;
}

.widget-card.clients-grid-inner {
    width: 130px;
    height: 120px;
}

.clients-grid-inner p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
}
}
/* uti */
.white-text {
  color: #fff;
}
