@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css');

/* GENERAL START */
html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	overflow-x: hidden;
}

.d-flex {
	display: flex;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-row-reverse {
	display: flex;
	flex-direction: row-reverse;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.align-center {
	align-items: center
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.flex-wrap {
	flex-wrap: wrap;
}

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

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

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

p,h1,h2,h3,h4,h5,label,input,select,img,video,textarea{
	margin: 0;
}

a {
	text-decoration: none;
	color: red;
}

.card {
	max-width: 1366px;
    display: flex;
    position: relative;
    gap: 20px;
    background: rgb(255 255 255 / 80%);
    width: 100%;
    padding: 20px 0;
}

.card_texts {
	gap: 12px;
	padding: 5% 8%;
}

.video_bg {
	position: fixed;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	min-width: 100vw;
	min-height: 100vh;
	top: 0;
	/* transform: translate(-50%, 0%); */
	object-fit: fill;
}

.title-show {
	display: block;
}

.title-hide {
	display: none;
}
/* GENERAL END */

/* HERO START */
.hero_section {
	width: 100vw;
	height: 100vh;
	position: relative;
}

.hero_section img {
	z-index: 99;
	top: 50%;
	right: 50%;
	width: 20vw;
	position: absolute;
	transform: translate(50%, -50%);
}

@media (max-width: 768px) {
	.hero_section img {
		width: 50%;
	}
}

.hero_nav_container {
	position: absolute;
	top: 0;
	left: 25px;
	border-left: solid red 2px;
	max-height: 200px;
	height: 100%;
}

.hero_nav {
	margin-left: 13px;
	border-left: solid red 2px;
	padding-left: 14px;
	padding-top: 1rem;
	max-height: 134px;
	height: 100%;
}

.hero_nav a {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(0,0,0,.5);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.hero_contact {
	position: absolute;
	margin-top: 1rem;
	top: 0; 
	right: 25px;
	max-height: 100px;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	color: #222;
}

.hero_address {
	font-size: 13px;
	font-weight: bold;
	margin-right: 20px;
	text-align: right;
}

.hero_phone {
	font-size: 0.95rem;
	font-weight: bold;
	letter-spacing: 5px;
	align-self: center;
	padding-left: 20px;
	border-left: solid 2px gray;
	height: 100%;
}

.heropanel--video {
	font-family:sans-serif;
	min-height:100vh;
}

.nav, .sticky {
	padding: 0;
	margin: 0;
}

.nav li, .sticky li {
	list-style: none;
	display: block;
}

.nav .sub-menu, .sticky .sub-menu {
	display: none;
}

.sticky-m {
	position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
	visibility: hidden;
	z-index: 100;
	background: #dc3545;
	transition: background-color .3s, opacity .5s, visibility .5s;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.sticky-m.show {
	opacity: 1;
    visibility: visible;
}

.sticky_nav {
	display: flex;
	justify-content: space-between;
}

.sticky-logo > a > img {
	padding: 10px 40px;
    width: 12%;
}

@media (max-width: 768px) {
	.sticky-logo > a > img {
		padding: 5px 20px;
		width: 40%;
	}
}

.menu {
	display: flex;
	align-items: center;
}

.menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}
.menu li {
	padding: 10px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.menu li a {
	color: #fff;
	white-space: nowrap;
}

.menu ul li ul.sub-menu {
	position: absolute;
    background: #dc3545;
    list-style: none;
    padding: 0;
    margin: 0;
}
/* HERO END */

/* TAGLINE START */
.tagline {
	position: absolute;
    bottom: 15rem;
	text-align: center;
	height: 36px;
}

a.arrow-bounce {
    display: flex;
    justify-content: space-evenly;
}

.arrow.show {
	position: absolute;
	bottom: 50px;
	z-index: 1;
	margin: -35px 0px;
}

.arrow.show::before {
	content: '';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgb(255 0 0 / 60%);
	position: relative;
	animation-name: bounce;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes bounce {
  0%   {left:0px; top:0px;}
  50%  {left:0px; top:60px;}
  100% {left:0px; top:0px;}
}

#typed, #typed1 {
	font-size: 25px;
	letter-spacing: 5px; 
}

@media (max-width: 768px) {
	#typed, #typed1 {
		font-size: 20px;
		letter-spacing: 5px;
	}
}

#typed-strings, #typed-strings1{
	display: none;
}

.typed-cursor {
	height: 30px;
	display: inline-block;
}
/* TAGLINE END */

/* OOMMITMENTS START */
.commitments {
	background: rgb(88 89 91 / 95%);
	gap: 36px;
}

.triple_columns {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 42px;
}

@media (max-width: 768px) {
	.triple_columns {
		flex-wrap: wrap;
	}
	.triple_columns > div {
		flex-basis: 100%;
	}
}

.commitments h1,
.commitments h2,
.commitments p,
.quote {
	color: #ffffff;
}

.business, .vision, .mission {
	/* width: 33.3%;*/
}
/* OOMMITMENTS END */

/* ADVISOR START */
.advisor {
    background: rgb(255 255 255 / 80%);
}

.advisor > img {
	object-fit: contain;
	width: 30%;
}

.advisor_content {
	position: relative;
}

.advisor_content_title {
	gap: 24px;
}

ul.advisor_content_list li a {
	text-decoration: none;
}

.advisor_content_title> img{
	width: 10%;
}
/* ADVISOR END */

/* NEWSROOM START */
.newsroom_carousel {
	width: 75%;
}

.newsroom_item {
	display: grid!important;
	grid-template-columns: 1fr 1.5fr;
	gap: 40px;
}

@media (max-width: 768px) {
	.newsroom_item {
		display: flex!important;
		gap: 15px;
		flex-wrap: wrap;
	}
}

.newsroom_item .newsroom_thumbnail {
	width: 185px;
	height: 185px; 
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.newsroom_item .newsroom_thumbnail {
		width: 100%;
		position: relative;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

.newsroom_item .newsroom_thumbnail .event_date {
	position: absolute;
	top: 0;
	left: 0;
	background: yellow;
	width: 56px;
	height: 56px;
	padding: 5px;
}

.newsroom_item .newsroom_thumbnail .event_date .date {
	font-size: 28px;
	line-height: 0.8;
}

.newsroom_item .newsroom_thumbnail .event_date .month {
	font-size: 10px;
}

.event-content {
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	resize: horizontal;
}

.event-content p {
	font-size: 90%;
}

/* the slides */
.slick-slide {
	margin: 0 27px;
}

/* the parent */
.slick-list {
	margin: 0 -27px;
}

.slick-prev:before, .slick-next:before {
	color:red!important;
}

.slick-prev {
	left: -120px
}

.slick-next {
	right: -120px
}

.slick-prev:before, .slick-next:before {
    font-size: 30px!important;
}

.newsroom_content_title {
	gap: 24px;
}

.newsroom_content_title> img{
	width: 10%;
}
/* NEWSROOM END */

/* SERVICE START */
.service {
	padding: 0;
}

.card-service {
    max-width: 1606px;
	padding: 40px 0px!important;
    display: flex;
    position: relative;
    gap: 36px;
    background: rgb(255 255 255 / 80%);
    width: 100%;
}

.accordion {
	width: 100%;
	/*height: 60vh;*/
	overflow: hidden;
}

.accordion ul {
	width: 100%;
	/*display: table;
	table-layout: fixed;*/
	margin: 0;
	padding: 0;
	/*height: 60vh;*/
}

.accordion ul li {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 20%;
	/*height: 60vh;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 500ms ease;
}

.accordion ul li:nth-child(1) {
	background-image: url("../admin/templates/uploads/serv_bg_1.jpg");
}

.accordion ul li:nth-child(2) {
	background-image: url("../admin/templates/uploads/serv_bg_2.jpg");
}

.accordion h2 {
	color: #fff;
	text-align: center;
	transform: rotate(180deg);
    writing-mode: vertical-rl;
	border: 1px solid #3e3e3e;
    background: #dc3545;
	font-size: larger;
}

.accordion ul li div {
	overflow: hidden;
	width: 100%;
}

.accordion ul li div span {
	display: flex;
    height: 60vh;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
    /* align-items: stretch; */
    /* justify-content: flex-start; */
    flex-wrap: wrap;
    align-content: center;
}

.accordion ul li div span * {
	opacity: 0;
	margin: 0;
	width: 100%;
	text-overflow: ellipsis;
	position: relative;
	z-index: 5;
	overflow: hidden;
	transform: translateX(0px);
	transition: all 400ms ease;
}

.accordion ul li div span h2 {
	color: #fff;
	text-align: center;
	transform: rotate(180deg);
    writing-mode: vertical-rl;
	font-family: Montserrat, sans-serif;
	text-overflow: clip;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 2px;
	top: 10px;
}

.accordion ul li div span p {
	top: 10px;
	font-size: 16px;
	margin-bottom: 15px;
}

.accordion ul:hover li {
	width: 4%;
}

.accordion ul:hover li:hover {
	width: 100%;
}

.accordion ul:hover li:hover span {
	background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover span * {
	opacity: 1;
	display: flex;
}

@media (max-width: 768px) {
	.accordion ul li {
		display: block;
		vertical-align: bottom;
		position: relative;
		width: 100%;
		/*height: 60vh;*/
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		transition: all 500ms ease;
	}

	.accordion h2 {
		color: #fff;
		text-align: center;
		transform: none;
		writing-mode: inherit;
		border: 1px solid #3e3e3e;
		background: #dc3545;
		font-size: larger;
	}

	.accordion ul li div {
		overflow: hidden;
		width: 100%;
		display: block;
	}

	.accordion ul li div span {
		display: block;
		height: fit-content;
		width: 100%;
		position: relative;
		z-index: 3;
		vertical-align: bottom;
		padding: 15px 20px;
		box-sizing: border-box;
		color: #fff;
		text-decoration: none;
		transition: all 200ms ease;
	}

	.accordion ul li div span * {
		opacity: 0;
		margin: 0;
		width: 100%;
		text-overflow: ellipsis;
		position: relative;
		z-index: 5;
		overflow: hidden;
		transform: translateX(0px);
		transition: all 400ms ease;
	}

	.accordion ul li div span h2 {
		color: #fff;
		text-align: center;
		transform: rotate(180deg);
		writing-mode: vertical-rl;
		font-family: Montserrat, sans-serif;
		text-overflow: clip;
		font-size: 24px;
		text-transform: uppercase;
		margin-bottom: 2px;
		top: 10px;
	}

	.accordion ul li div span p {
		top: 10px;
		font-size: 12px;
		margin-bottom: 15px;
	}

	.accordion ul:hover li {
		width: 100%;
	}

	.accordion ul:hover li:hover {
		width: 100%;
	}

	.accordion ul:hover li:hover span {
		background: rgba(0, 0, 0, 0.4);
	}

	.accordion ul:hover li:hover span * {
		opacity: 1;
		display: flex;
	}
}
/* SERVICE END */

/* CONTACT START */
.contact {
	background-image: url('../admin/templates/uploads/contact-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 850px;
}

.contact_row img {
	padding: 5px;
}

@media (max-width: 768px) {
	.double_columns {
		flex-wrap: wrap;
	}
}

h2.company-name {
	line-height: 1em;
}

.company-number {
	font-size: 12px;
}

.contact_info {
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	.contact_info {
		margin-bottom: 0;
		width: 90%;
	}
}

.contact_info p {
	font-size: 80%;
	line-height: 1.2;
	padding: 15px 0;
}

.contact_info p.info {
	padding: 5px;
}

.contact_row > a {
	font-size: 12px;
}

.contact > div {
	width: 100%;
	gap: 36px;
}

.contact_form {
	gap: 12px;
	width: 50%;
	margin: 0;
}

@media (max-width: 768px) {
	.contact_form {
		width: 90%;
	}
}

.contact_form .input-row {
	width: 100%;
}

.contact_form .input-row input {
	width: 45%;
	border: none;
	height: 32px;
	background: #495057;
	padding: 6px 12px;
	border-radius: 0.25rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #e9ecef;
	font-size: 12px;
}

.contact_form .input-row input:focus, .contact_form textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dc3545;
    outline: 0;
    /* box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); */
}

.contact_form textarea {
	resize: none;
	width: 100%;
	border: none;
	height: -webkit-fill-remaining;
	background: #495057;
	padding: 6px 12px;
	border-radius: 0.25rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #e9ecef;
	font-size: 12px;
}

.human {
	white-space: nowrap;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: nowrap;
}

#human_check {
	margin-bottom: revert;
}

.contact_form button {
	align-self: flex-end;
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	font-weight: 400;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.human-check-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.human-check-popup-content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
    align-items: center;
    justify-content: space-between;
}

label.human_check {
    display: flex;
    gap: 15px;
    align-items: center;
}

#human_check_popup_checkbox {
	width: 20px;
	height: 20px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-danger {
    color: #ffffff;
    background-color: #950f1c;
    border-color: #950f1c;
    font-weight: bold;
}
/* CONTACT END */

/* ADVISOR START  */
.hero_section_advisor {
	width: 100vw;
	height: 20vh;
	position: relative;
}

.advisor_title {
	text-transform: uppercase;
    letter-spacing: 6px;
    margin-left: -60px;
    padding-bottom: 15px;
    font-weight: bold;
}

.advisor_title::after {
	content: "";
    display: block;
    width: 130px;
    height: 3px;
    background: #979797;
    left: 140px;
    top: 20px;
    position: absolute;
}

.watermark-left::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../admin/templates/uploads/advisor-watermark.png);
    right: 0;
    top: -25px;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: left;
}

.watermark-right::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../admin/templates/uploads/advisor-watermark.png);
    left: 0;
    top: -25px;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: left;
}

.educate {
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.advisor_title {
		margin-left: 0rem;
	}
	
	.advisor_title::after {
		content: "";
		display: block;
		width: 100px;
		height: 3px;
		background: #979797;
		left: 175px;
		top: 20px;
		position: absolute;
	}
}
/* ADVISOR END */

/* EVENT START */
.gallery-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5% 7.5%;
}

.image-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
	.image-container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.gallery-items {
	display: flex;
    justify-content: flex-start;
}

.gallery-col {
	margin: 5px;
}

.thumbnail {
	width: 160px;
	height: 160px;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}
/* EVENT END */

/* FOOTER START */
.footer-copyright {
	padding: 5px;
}
/* FOOTER END */

/* BACK TO TOP START */

#button {
	display: inline-block;
	background-color: #dc3545;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #333;
}

#button:active {
	background-color: #555;
}

#button.show {
	opacity: 1;
	visibility: visible;
}
/* BACK TO TOP END */

.about, .commitments, .advisor, .events, .sevice, .contact {
   max-width: 1606px;
}

#about, #advisor, #events, #sevice, #contact, #advisor-1, #advisor-2, #advisor-3, #advisor-4 {
   scroll-margin: 80px;
   max-width: 1606px;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  #hide-on-mobile {
	  display: none;
  }
  
  #text-on-mobile {
	  font-size: 80%;
  }
  
  .menu li {
	  font-size: 80%;
	  padding: 0;
  }
  
  h1.title-show {
	  font-size: 1.5em;
	  text-align: center;
  }
  
  #button.show {
	opacity: 1;
	visibility: visible;
	display: none;
  }
}

/* ISO */
.iso {
	max-width: 1606px;
	background: #fff;
}

.iso-gap {
	gap: 50px;
}

.iso-logo {
	/*width: 100px;*/
	height: 100px;
}