.g-hasSubMenu > a span{
	padding-right: 30px;
	position: relative;
}

.g-hasSubMenu > a span::before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 0px;
	-webkit-mask-image: url(../images/arrow-up.svg);
	mask-image: url(../images/arrow-up.svg);
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	background-color: white;
}

.g-hasSubMenu.g-open > a span::before{
	transform: rotate(90deg);
}

.g-hasSubMenu .g-submenu{
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	display: none;
}

.g-hasSubMenu.g-open .g-submenu{
	display: block;
}

.dropdown-item{
	padding-left:0;
	padding-right:0;
}

.dropdown-item:focus{
	background-color: transparent !important;
	color: #FFF !important;
}

.events-carousel-item .bottom>.a .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
}

.events-carousel-item .bottom>.a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.g-box p{
	margin-top: 8px;
	color: red;
	font-family: "Helvetica Neue LT GEO";
}

.contact-info>form div{
	font-family: "Helvetica Neue LT GEO";
}

.contact-info>div h2{
	font-family: "Helvetica Neue LT GEO CAPS";
}

.g-new-slider{
	margin-top: 93px;
	padding: 88px;
	padding-inline: calc(var(--fullhd-padding) - 16px);
}

.g-new-slider .g-left{
	margin: 0;
	padding: 0;
	width: 59%;
	height: 520px;
	float: left;
	border-radius: 40px;
	overflow: hidden;
	position: relative;

}

.g-new-slider .g-left .owl-item .item{
	padding: 48px;
}

.g-new-slider .g-left .owl-item .item .g-top{
	margin: 0;
	padding: 0;
	display: flex;
}

.g-new-slider .g-left .owl-item .item .g-top div{
	margin: 0;
	padding: 8px 16px;
	border: 0.5px solid #000;
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 8px;
	margin-bottom: 24px;
}

.g-new-slider .g-left .owl-item .item .g-top div.g-date{
	border-radius: 100px;
}

.g-new-slider .g-left .owl-item .item .g-content h2{
    color: #000;
    font-family: "Helvetica Neue LT GEO CAPS";
    text-transform: uppercase;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 36px;
}

.g-new-slider .g-left .owl-item .item .g-content p{
    color: #262626;
    font-family: "Helvetica Neue LT GEO";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    letter-spacing: 0.2px;
}

.g-new-slider .g-left .owl-item .item .g-bottom{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 48px;
	bottom: 48px;
	z-index: 1;
} 

.g-new-slider .g-left .owl-item .item .g-bottom .g-button{
	display: flex;
	align-items: center;justify-content: center;
	background: #063850;
	padding: 18px 24px ;
	gap: 8px;
	border-radius: 100px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
	transition: 350ms ease;
} 

.g-new-slider .g-left .owl-item .item .g-bottom .g-button:hover{
	background: var(--secondary-color);
}

.g-new-slider .g-left .owl-item .item .g-bottom .g-button .arr-up{
	transition: 350ms ease;
}

.g-new-slider .g-left .owl-item .item .g-bottom .g-button:hover .arr-up{
	rotate: 45deg;
} 

.g-new-slider .g-left .g-slider-buttons{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 48px;
	bottom: 48px;
	z-index: 100;
}

.g-new-slider .g-left .g-slider-buttons.hc-controls>div:hover .icon {
    background: white;
}

.g-new-slider .g-right{
	margin: 0;
	padding: 0;
	width: 41%;
	height: 520px;
	float: left;
	border-radius: 40px;
	overflow: hidden;
}

.g-new-slider .owl-item .item{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 520px;
}

.g-new-slider .owl-item:nth-child(1n) .item {
    background: linear-gradient(0deg, #E3D0B4 0%, #E3D0B4 100%),
        linear-gradient(0deg, #EDF0F2 0%, #EDF0F2 100%),
        #EDF2ED;
}

.g-new-slider .owl-item:nth-child(2n) .item {
    background: linear-gradient(0deg, #E3D0B4 0%, #E3D0B4 100%),
        linear-gradient(0deg, #EDF0F2 0%, #EDF0F2 100%),
        #EDF2ED;
}

.g-new-slider .owl-item:nth-child(3n) .item {
    background: -o-linear-gradient(bottom, #DCEAF3 0%, #DCEAF3 100%), -o-linear-gradient(bottom, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
    background: linear-gradient(0deg, #DCEAF3 0%, #DCEAF3 100%), linear-gradient(0deg, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
}

.g-new-slider .owl-item:nth-child(0n) .item {
    background: -o-linear-gradient(bottom, #E6E9EE 0%, #E6E9EE 100%), -o-linear-gradient(bottom, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
    background: linear-gradient(0deg, #E6E9EE 0%, #E6E9EE 100%), linear-gradient(0deg, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
}

.g-clear{
	clear: both;
}

#events-carousel{
	overflow: hidden;
}

.kaLang img{
	width: 18px;
	height: 18px;
	object-fit: cover;
	border-radius: 100%;
}

/* 

////////////////////Fixes on 08/13/2025
*/
.g-image{
	height: 100%;
	width: 100%;
}
.owl-carousel .owl-item img{
	height: 100%;
}

.news-details .right{
	padding: 0 !important;
	gap: 20px !important;
}

.newspage .right h1{
	font-family: "Helvetica Neue LT GEO CAPS";
}

.share-box{
	position: static !important;
}

article.g-content{
	gap: 0 !important;
	max-width: 1200px;
}

article.g-content h1{
    color: #063850;
    font-family: "Helvetica Neue LT GEO CAPS";
    text-transform: uppercase;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

article.g-content h2{
    color: #063850;
    font-family: "Helvetica Neue LT GEO CAPS";
    text-transform: uppercase;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

article.g-content strong {
    font-weight: bold;
}

article.g-content a{
	color: var(--secondary-color);
}

article.g-content a:hover{
	text-decoration: underline;
}

article.g-content ol li{
	list-style: decimal !important;
	margin-left: 20px !important;
	font-family: "Helvetica Neue LT GEO" !important;
}

.g-new-slider .g-left .owl-item .item .g-bottom .g-button{
	font-family: "Helvetica Neue LT GEO";
}

.collectives ul li p{
	font-family: "Helvetica Neue LT GEO CAPS";
}

.g-inside-submenu{
	margin: 0;
	padding: 0;
}

.g-inside-submenu ul{
	margin: 0;
	padding: 0;
	list-style-type: normal;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
}

.g-inside-submenu ul li{
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.g-inside-submenu ul li button{
	padding: 0 10px;
}

.g-inside-submenu ul li a{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	padding: 18px 24px;
	gap: 8px;
	border:solid 1px #063850;
	border-radius: 100px;
	color: #063850;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
	transition: 350ms ease;
	font-family: "Helvetica Neue LT GEO CAPS";
}

#myTabContent a{
	display: inline-block !important;
	border: none !important;
	border-radius: unset !important;
	padding: 0 !important;
}

#myTabContent a:hover{
	background-color: transparent !important;
	color: #063850 !important;
}

#myTabContent ul{
	margin-left: 15px !important;
}

#myTabContent ul li{
	position: relative;
}

#myTabContent ul li::before{
	content: "";
	width: 5px;
	height: 5px;
	background-color: black;
	border-radius: 100%;
	position: absolute;
	top: calc(50% - 2.5px);
	left: -15px;
}

.g-inside-submenu ul li a .arr-up{
	background-color: #063850;
	transition: 350ms ease;
}

.g-inside-submenu ul li a:hover{
	background-color: #063850;
	color: white;
}

.g-inside-submenu ul li a:hover .arr-up{
	background-color: #FFF;
	transform: rotate(45deg);
}

.g-gallery-more{
	padding: 20px 0;
	max-width: 100%;
}

.g-gallery-more a{
	margin: 0;
	padding: 15px;
	display: block;
	text-decoration: normal;
	border: 0.5px solid rgba(6, 56, 80, 0.40);
	transition: 350ms ease;
	border-radius: 12px;
	cursor: pointer;
}

.g-gallery-more a .box{
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 12px;
}

.g-gallery-more a img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	transition: 350ms ease;
	border-radius: 0;
}

.tab-content>.tab-pane{
	padding: 20px 0;
}

.g-gallery-more a:hover{
	background-color: var(--secondary-color);
}

.g-gallery-more a:hover img{
	transform: scale(1.1);
}

.events-carousel-item .bottom>div .arr-up{
	background-color: black;
}

.events-carousel-item .bottom>div.button span{
	padding-right: 0px !important;
}

.mainMsg{
	font-family: "Helvetica Neue LT GEO";
	padding: 10px 0;
}

.tab-content>.tab-pane{
	overflow-x: auto;
}

.tab-content>.tab-pane table {
  font-family: "Helvetica Neue LT GEO";
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  min-width: 600px; /* Prevents the table from shrinking too much */
}

.tab-content>.tab-pane th, 
.tab-content>.tab-pane td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  white-space: nowrap;
  font-family: "Helvetica Neue LT GEO"
}

.tab-content>.tab-pane th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.tab-content>.tab-pane tr:nth-child(even) {
  background-color: #f9f9f9;
}

.tab-content>.tab-pane tr:hover {
  background-color: #f1f1f1;
}

.tab-content>.tab-pane ol.moreThen100 > li{
	margin-left: 35px !important;
}

.tab-content>.tab-pane ol li ul, 
.tab-content>.tab-pane ol li ul li{
	list-style-type: none !important;
}

.tab-content>.tab-pane p{
	line-height: 36px !important;
}

.f-html{
	background-color: transparent !important;
}

[data-fancybox="gallery2"] .box{
	position: relative;
	overflow: hidden;
}

[data-fancybox="gallery2"] .box::before{
	content: "";
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 12px;
}

[data-fancybox="gallery"] .box img{
	vertical-align: -webkit-baseline-middle;
}

[data-fancybox="gallery2"] .box img{
	vertical-align: -webkit-baseline-middle;
}

[data-fancybox="gallery2"] .box::after{
	content: "";
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	z-index: 2;
	-webkit-mask-image: url(../images/yt.svg);
	mask-image: url(../images/yt.svg);
	-webkit-mask-size: 30px;
	mask-size: 50px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: white;
}

.g-uppercase{
	text-transform: uppercase;
}

/* image show contain START  */
.collectives ul li img{
	object-fit: contain !important;
}

.owl-carousel .owl-item img{
	object-fit: contain !important;
}

#g-right-slider .owl-item img{
	object-fit: cover !important;
}

.news .events-carousel-item{
	border: 0.5px solid rgba(255, 255, 255, 0.40);
	border-radius: 12px;
}

.news .events-carousel-item .bottom{
	border: none !important;
}

.events-carousel-item .bottom>div{
	gap: 10px;
}

.newspage .left img{
	object-fit: contain !important;
	height: auto !important;
}

.newslist>ul:first-child li a div:first-child img{
	object-fit: cover !important;
	object-position: center;
}

.eventslist ul:first-child li .bottom{
	border: none !important;
	border-top: 4px dashed #FFF !important;
}

.eventslist ul:first-child li a{
	border-radius: 12px;
    border: 0.5px solid rgba(6, 56, 80, 0.40);
}

.newslist a p{
	font-family: "Helvetica Neue LT GEO";
}

.news-inner > .newslist>ul:first-child li a div:first-child{
	width: 100%;
	height: auto !important;
}

.news-inner > .newslist>ul:first-child li a div:first-child img{
	width: 100%;
	height: auto !important;
}

.newscarousel-inner .events-carousel-item .bottom{
	border: none !important;
}

.newscarousel-inner .events-carousel-item{
	border-radius:12px;
    border: 0.5px solid rgba(6, 56, 80, 0.40);
}

.events-carousel-item .top img{
	width: 100% !important;
	height: auto !important;
}

.newspage .left{
	height: auto !important;
}

#events-carousel .top img{
	height: 100% !important;
}

#g-events-carousel .top img{
	height: 100% !important;
}
/* image show contain END  */

.g-copyright{
	margin: 0;
	padding: 0 var(--fullhd-padding);
	height: 50px;
	line-height: 50px;
	border-top: solid 1px #f2f2f2;
}

.g-copyright a{
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	width: 60px;
	height: 40px;
	line-height: 50px;
	float: left;
	text-indent: -9999px;
	position: relative;
	margin-top: 7px;
}

.g-copyright a::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/shindi.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.g-buy{
	margin: 0;
	max-width: max-content;
	display: inline-block;
	background-color: var(--primary-color);
    padding: 11px 24px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    color: white;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    color: white;
    font-family: "Helvetica Neue LT GEO CAPS";
    position: relative;
    padding-left: 40px !important;
}

.g-buy:hover{
	background-color: var(--secondary-color);
}

.g-buy .g-icon{
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
}

.g-buy .g-icon::before{
	content: "";
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: white;
}

.g-buy .g-icon.ticket::before{
	-webkit-mask-image: url('../images/ticket.svg');
	mask-image: url('../images/ticket.svg');
}

.g-buy .g-icon.map::before{
	-webkit-mask-image: url('../images/map.svg');
	mask-image: url('../images/map.svg');
}

.collectives ul{
	grid-template-columns: repeat(auto-fit, minmax(363px, 1fr));
}

.eventslist ul:first-child{
	grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
}

.events-carousel-item .top{
	height: 240px;
}

.collectives ul li div{
	height: 200px !important;
}

.collectives ul li div img{
	object-fit: cover !important;
}

.nav-item button.nav-link{
	display: flex;
	align-items: center;
}

.nav-item button.nav-link img{
	margin: 0 10px 0 0;
	padding: 0;
	border: none !important;
	width: 20px;
	height: 46px;
	object-fit: contain;
	object-position: center;
	display: none;
}

.nav-item button.nav-link .g-tab-icon{
	margin: 0 10px 0 0;
	padding: 0;
	border: none !important;
	width: 20px;
	height: 46px;
	display: inline-block;
	position: relative;
}

.nav-item button.nav-link .g-tab-icon::before{
	margin: 0;
	padding: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--bs-nav-link-color);
}

.nav-item button.nav-link.active .g-tab-icon::before{
    background-color: var(--bs-nav-tabs-link-active-color);
}

.nav-item button.nav-link .g-tab-custom-icon{
	margin: 0 10px 0 0;
	padding: 0;
	border: none !important;
	width: 20px;
	height: 46px;
	display: inline-block;
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--bs-nav-link-color);
}

.nav-item button.nav-link.active .g-tab-custom-icon {
    background-color: var(--bs-nav-tabs-link-active-color);
}

.nav-item button.nav-link .g-tab-icon.desc::before{
	-webkit-mask-image: url(../images/desc.svg);
    mask-image: url(../images/desc.svg);
}

.nav-item button.nav-link .g-tab-icon.photo::before{
	-webkit-mask-image: url(../images/photo.svg);
    mask-image: url(../images/photo.svg);
}

.nav-item button.nav-link .g-tab-icon.video::before{
	-webkit-mask-image: url(../images/video.svg);
    mask-image: url(../images/video.svg);
}

.nav-item button.nav-link .g-tab-icon.links::before{
	-webkit-mask-image: url(../images/links.svg);
    mask-image: url(../images/links.svg);
}

.nav-item button.nav-link .g-tab-icon.gicon1::before{
	-webkit-mask-image: url(../images/bio.svg);
    mask-image: url(../images/bio.svg);
    -webkit-mask-size: 25px;
    mask-size: 25px;
}

.nav-item button.nav-link .g-tab-icon.gicon2::before{
	-webkit-mask-image: url(../images/people.svg);
    mask-image: url(../images/people.svg);
}

.nav-item button.nav-link .g-tab-icon.gicon3::before{
	-webkit-mask-image: url(../images/theater.svg);
    mask-image: url(../images/theater.svg);
}

.nav-item button.nav-link .g-tab-icon.gicon4::before{
	-webkit-mask-image: url(../images/airplane.svg);
    mask-image: url(../images/airplane.svg);
}

.nav-item button.nav-link .g-tab-icon.gicon5::before{
	-webkit-mask-image: url(../images/photo.svg);
    mask-image: url(../images/photo.svg);
}

.nav-item button.nav-link .g-tab-icon.gicon6::before{
	-webkit-mask-image: url(../images/video.svg);
    mask-image: url(../images/video.svg);
}

@media(max-width: 960px){
	.g-gallery-more{
		--bs-gutter-x: 0rem !important;
	}

	.g-gallery-more .col-md-4{
		margin-bottom: 15px;
	}

	.collectives ul li div{
		height: 180px !important;
	}

	.g-inside-submenu ul{
		display: block;
	}

	.g-inside-submenu ul li{
		display: block;
		width: 100%;
	}

	.g-inside-submenu ul li button{
		display: block;
		width: 100%;
		border: none !important;
	}

	.g-inside-submenu ul li button.active{
		background-color: #f2f2f2 !important;
	}

	/*.eventslist .events-carousel-item{
		max-width: calc(100% - 15px);
		margin: 0 15px;
	}*/

	.owl-carousel .owl-item img{
		object-fit: cover !important;
	}

	.events-carousel-item .top{
		height: 190px !important;
	}
	
	.g-new-slider{
		margin-top: 40px;
		padding-bottom: 40px;
	}
	
	.g-new-slider .g-left{
		width: 100%;
	}

	.g-new-slider .g-right{
		width: 100%;
	}

	.g-new-slider .g-left .owl-item .item{
		padding: 20px;
	}

	.g-new-slider .g-left .owl-item .item .g-top div{
		font-size: 16px;
	}

	.g-new-slider .g-left .owl-item .item .g-content h2{
		font-size: 24px;
		line-height: 30px;
	}

	.g-new-slider .g-left .owl-item .item .g-content p{
		font-size: 18px;
		line-height: 24px;
	}

	.g-new-slider .g-left .owl-item .item .g-bottom{
		left: 20px;
		bottom: 20px;
	}

	.g-new-slider .g-left .g-slider-buttons{
		right: 20px;
		bottom: 20px;
	}

	.g-new-slider .g-left, 
	.g-new-slider .owl-item .item{
		height: 450px;
	}

	.g-new-slider .g-right{
		height: 450px;
	}

	.navigation>div{
		gap: 15px !important;
	}

	.navigation>a img{
		width: 140px !important;
	}

	.menu-item{
		font-size: 14px !important;
	}

	.dropdown-menu.nav-menu{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.collectives ul{
		grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
	}
	.collectives ul li{
		width: 100% !important;
	}

	footer {
        padding: 48px 24px 28px 24px !important;
    }

	footer .logo{
		display: none !important;
	}

	footer nav[aria-label="Footer Menu links"]{
		display: none !important;
	}

	.footer-socials{
		margin-left: 0 !important;
	}
}

@media print {
  header.navigation{
  	display: none;
  }

  [aria-label="breadcrumb"]{
  	display: none;
  }

  .share-box{
  	display: none;
  }

  .newspage .left{
  	display: none;
  }

  .news-details, 
  article{
  	margin: 0;
  	padding: 0;
  }

  .newscarousel-inner{
  	display: none;
  }

  footer{
  	display: none;
  }
}
