/* ##################### 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 {
	color: #3A3A3C;
	text-decoration: none;
}

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

.white-text {
	color: #fff;
}

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

  .scroll-container::-webkit-scrollbar-track
  {
	  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	  border-radius: 10px;
	  background-color: #f1f1f1;
  }
  
  .scroll-container::-webkit-scrollbar
  {
	  width: 6px;
	  background-color: #fafafa;
  }
  
  .scroll-container::-webkit-scrollbar-thumb
  {
	  border-radius: 10px;
	  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
	  background-color: #b7b7b7d4;
  }

.relative{
	position: relative;
}
.z-index-2{
	z-index: 2;
}
.block {
	display: block;
}

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

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

.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-14 {
	font-size: 0.875rem;
}

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

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

.pt-54 {
	padding-top: 54px;
}

.pb-54 {
	padding-bottom: 54px;
}

.mt-30 {
	margin-top: 30px;
}
.m-auto{
	margin: auto;
}
.mt-40 {
	margin-top: 40px;
}

.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;
}
.w-100{
	width: 100px;
}
.text-uppercase {
	text-transform: uppercase;
}

.text-dark {
	color: #121212;
}

.text-light {
	color: #3A3A3C;
}

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

.text-justified {
	text-align: justify;
}

.leading-27 {
	line-height: 27px;
}
.leading-24 {
	line-height: 24px;
}

.leading-21 {
	line-height: 21px;
}

.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: #0051A3;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.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;
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

.header-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-section {
	margin: 8px 0px;
	max-width: 415px;
}

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

.menu-items {
	display: flex;
	gap: 38px;
}

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

.menu-link.active {
	color: #CF2E2E;
	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: #CF2E2E;
	top: -7px;
	transition: all 0.3s ease-in-out;
}

/* ############### Hero Section ###################  */
.banner-section {
	background: url(../images/img-banner-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 80px;
	background-position: right;
	min-height: 33rem;
	display: flex;
	align-items: center;
}

.hero-title {
	text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
	word-break: break-word;

}

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

#institution-select {
	width: 400px;
	border-radius: 4px;
	padding: 14px 14px;
	margin-top: 50px;
	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-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
	background-position: right 0.5rem center;
}

.btn {
	background-color: #cf2e2e;
	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: 20px;
	cursor: pointer;
	box-shadow: 0px -2px 21px -3px #cf2e2e;
	display: inline-block;
	align-items: center;
	transition: all 0.3s ease-out;
}
a.btn:hover {
    background: #e52222;
	transform: translateY(-2px);
    transition: all 0.3s ease-out;
}
.btn-icon{
	font-size:0.688rem;
	margin-left: 3px;
}

/* ##################### team section ################ */

.intro-team-section {
	display: grid;
	flex-wrap: wrap;
	gap: 50px 20px;
	justify-content: center;
}

/* .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;
	/* padding-top:15px ; */
}

.team-member-name {
	letter-spacing: 0.5px;
	color: #121212;
	line-height: 27px;
	margin-top: 16px;
	padding-bottom: 4px;
}

.team-member-position {
	color: #3A3A3C;
	line-height: 21px;
	letter-spacing: 0.5px;
}

/* #####################  why choose section ##################### */
.why-choose-section {
	background-color: #EEF7FC;

}

.why-choose-item {
	display: grid;
	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;
}

.item-head {
	background-color: #0051A3;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-align: center;
	padding: 12px 16px;
}

.why-choose-menu-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.why-choose-menu-list span{
	line-height: unset;
	font-size: 18px;
}
.why-choose-menu-link {
	display: flex;
	color: #3A3A3C;
	letter-spacing: 0.5px;
	line-height: 21px;
}

.why-choose-menu-link:hover {
	color: #CF2E2E;
}

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

.why-choose-icon {
	width: 74px;
	height: 74px;
	border-radius: 16px;
	background: #0051A31A;
	margin: auto;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.why-choose-icon .icon{
	font-size: 2.75rem;
	color: #0051A3;
}

.why-choose-card {
	background-color: #0051A31A;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
}

.why-choose-card:hover {
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px #0000001A;
	transition: all 0.5s ease-in-out;

}

.why-choose-bottom-section {
	padding: 22px;
}

/* #####################  Publishers Slider ##################### */
.clients-grid-inner {
	width: 172px;
	height: 170px;
	border: 1px solid #EBEBEB;
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	flex: none;
	cursor: pointer;

}
.slider-track {
	grid-column-gap: 3rem;
    opacity: 1;
    flex: none;
    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: flex;
    transition: 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 {
	box-shadow: 0px 10px 20px 0px #0000001A;
	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: #CF2E2E;
}
.home-logo-wrapper {
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
	display: flex;
	position: relative;
	overflow: hidden;
}


.clients-grid.logo-animate {
	grid-column-gap: 3rem;
	opacity: 1;
	flex: none;
	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: flex;
}

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

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

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

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

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

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

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

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

.logo-animate-alt {
	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: 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: #fff;
	padding: 10px 20px;
	border: transparent;
	color: #0051A3;
	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: inline-flex;
	align-items: center;
	gap: 4px;
}
.btn-light:hover{
	transform: translateY(-2px);
	transition: all 0.3s ease-out;
    background-color: #ffffffeb;
}
/* ##################### Training Section ##################### */
.TrainingSection-items-wrapper {
	display: grid;
	gap: 15px;

}

.TrainingSection-items img {
	display: block;
	margin: auto;
}
.TrainingSection-items:hover img{
	opacity: 0.4;
	transition: opacity 0.3s ease-in-out;
}

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

.TrainingSection-items:hover {
	box-shadow: 0px 10px 20px 0px #0000001A;
	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: flex;
	align-items: center;
    justify-content: center;
	box-shadow: 0px 10px 20px 0px #0000001A;
	transition: opacity 0.3s ease-in-out;
}
.player-btn span.icon-icon-play {
    box-shadow: 0px 10px 20px 0px #0000001A;
}
.icon-play-wrapper{
	padding-left: 4px;
	width: 20px;
	height: 20px;
}
.TrainingSection-items:hover .player-btn {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

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

.AdditionalFeatures {
	background-color: #EEF7FC;
	margin-top: 60px;
	padding: 56px 0px;
}

.AdditionalFeatures-icon {
	width: 172px;
	height: 172px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin: auto auto 18px auto
}

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

.AdditionalFeatures-wrapper {
	display: grid;
	gap: 30px;
	margin-top: 38px;
}

/* #####################  footer section ##################### */

.footer {
	background-color: #0051A3;
	padding: 24px 0px;

}

.footer-title {
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.footer-title {
	line-height: 24px;
	letter-spacing: 0.5px;
}

.footer-inner-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-contact {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}
.footer-contact:hover{
	color: #fffc;
}
.footer-contact:hover span{
	color: #fffc;
}
.copyright-section {
	background-color: #004082;
	padding: 20px 0px;
}

.copyright-title {
	color: #FFFFFFCC;
	text-align: center;
	font-size: 0.75rem;
	letter-spacing: 0.5px;
	line-height: 18px;
}

/* 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;
	transition: opacity 0.3s ease;
  }
  
  .dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding:0px 0px 24px 0px;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 999999; /* Above the overlay */
	
  }
.scroll-remove{
	overflow: hidden !important;
}
  .dialog-info-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%; 
	overflow: hidden; 
  }
  .dialog-info-wrapper img{
	border: 1px solid #EBEBEB;
	border-radius: 10px;
  }
  .dialog-info {
	flex-grow: 1;
	padding:15px 24px;
	overflow-y: auto; 
	box-sizing: border-box;
	max-height: 100%; 
	margin-right: 5px;
  }
  
  .dialog-content {
	position: relative;
	width: 65vw;
    height: 75vh;
	overflow: hidden; 
	display: flex;
	flex-direction: column;
  }
  
  .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: flex;
    justify-content: right;
    padding: 12px 12px 10px 0px;
  }
  .dialog .close-dialog:hover{
	color:#CF2E2E;
  }
  .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;
margin-top: 24px;
margin-bottom: 38px;
}
	.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 {
		grid-template-columns: repeat(1, minmax(0, 1fr));

	}

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

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

	.intro-team-section {
		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 {
		grid-template-columns: repeat(2, minmax(0, 1fr));

	}

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

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

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

}

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

	.menu-items {
		gap: 25px;
	}

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

	.intro-team-member {
		width: 218px;
	}
	.dialog-content {
		width: 80vw;
        height: 65vh;
	}

}

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

	.why-choose-item {
		grid-template-columns: repeat(4, minmax(0, 1fr));

	}

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

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

	.menu-items {
		gap: 40px;
	}

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

}

@media (min-width: 1021px){
	.dialog-content {
		width: 55vw;
		height: 70vh;
	}
		
}

/*  */
/* Mobile Styles */

@media (max-width: 768px) {
	.menu-items {
		flex-direction: column;
		position: fixed;
		top: 101px;
		width: 0px;
		padding: 14px 23px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		opacity: 0;
		transform: translateY(-20px);
		transition: opacity 0.3s ease, transform 0.3s ease;


		right: -72px;
		height: 100%;
		position: fixed;
		background: #0051a3;
		transition: 0.5s;
		opacity: 1;
	}

	.menu-items.active {
		opacity: 1;
		gap: unset;
		width: 300px !important;
		transition: .9s;
		box-shadow: -20px -4px 38px -24px rgb(0 0 0);
	}

	/* 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: #0051a3;
		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;
	}

	.banner-section {
		margin-top: 60px;
	}

	.footer-info {
		margin-bottom: 16px;
	}

}




@media (max-width: 425px) {

	html,
	body {
		font-size: 0.938rem;

	}

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

	.logo-section {
		max-width: 296px;
	}

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

	.hero-title-lg {
		font-size: 2.5rem;
	}

	#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;
	}
	
	.menu-items{
		top:82px
	}
	.right-element{
		display: none;
	}
	.sm-break-title{
		display: block;
	}
}

@media (max-width: 375px){
	.logo-section {
        max-width: 235px;
    }
	.menu-items {
        top: 73px;
    }
}