/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.mobile-social {
	display: none !important;
}

.bounce {
	animation-name: bounce;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
}

/* Hover variant - element bounces when hovered */
.bounce-on-hover:hover {
	animation-name: bounce;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
}

/* Infinite variant - element bounces continuously */
.bounce-infinite {
	animation-name: bounce;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

/* Delayed variant - for staggered animations */
.bounce-delayed {
	animation-name: bounce;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
}

.nav-top a {
	color: #0372ac;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.social-icons a {
	transition: 3s;
}

a:hover,
a:focus {
	color: #005e8f;
}

figure {
	margin: 0;
}

@media (min-width: 992px) {
	.table-responsive {
		display: table;
	}
}

.table {
	border: 1px solid #0372ac;
}

.table td,
.table th {
	border-top: 1px solid #0372ac;
}

.table thead th {
	border-bottom: 2px solid #0372ac;
	background: #e6f6ff;
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #0372ac;
}

legend {
	font-size: 1rem;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.float-right {
	float: right !important;
}

.float-left {
	float: left !important;
}

@media (min-width: 1600px) {
	.container {
		min-width: 1540px;
	}
}

/* Header Search */
.bNagish,
.bNagish-toggle {

	position: absolute !important;
}

.header-search {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	width: 100%;
	background: #fff;
	height: 100px;
	border-bottom: 2px solid #1d99d9;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

	display: none;
}

.header-search .content {
	position: relative;
	height: 100%;
}

.header-search input {
	border: 0;
	background: #fff;
	width: 100%;
	font-size: 1.5em;
	padding: 30px;
	height: 100%;
	outline: none;
}

.header-search button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100px;
	background: none;
	border: 0;
	cursor: pointer;
}

.header-search button.submit {
	left: 101px;
	font-size: 30px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
	color: #754c29;
}

@media (max-width: 991px) {
	.header-search input {
		font-size: 1.2rem;
		padding: .5rem 1rem;
	}

	.header-search button {
		width: 50px;
		padding: .5rem 1rem;
	}

	.header-search button.submit {
		left: 51px;
		font-size: 18px;
	}
}


.mobile-social {
	display: flex !important;
}

/* Toggle Navigation Button */

a.toggle-nav {
	display: none;
}

@media (max-width: 1259px) {
	a.toggle-nav {
		position: absolute;
		top: -24px;
		left: 11px;
		width: 40px;
		height: 40px;
		display: block;
		padding: .6rem;
		text-align: center;
		border-radius: 50%
	}

	a.toggle-nav em {
		font-size: 18px;
		color: #000;
	}
}

/* Footer */

.footer {
	padding: 1.5rem 0;
}

.footer p {
	margin: 0;
}

/* Breadcrumbs */

.breadcrumbs {}

.breadcrumbs a {}

.nav-top a {
	color: #223c4e;
	font-weight: 500;
	font-size: large;
	text-decoration: none;

}

.nav-top a:hover {}

.nav-top > ul > li > span > a:hover {
    transform: scale(1.1);
}

.nav-top li ul {
	background-color: white !important;
	color: #0066cc;
	margin-top: 15px;
	position: relative;
	/* outline: 1px solid white; */
	border: 1px solid #56b4e1;
	border-radius: 8px;
	padding: 0.5em 0rem !important;
}

.nav-top span em {
	display: none;
}


.nav-top li ul li {
	width: 100%;
	padding: 6px;
	transition: none !important;

}

.nav-top li ul li:hover {
	transition: none !important;

	background-color: rgb(58, 156, 185);
}

.smart-nav-submit {
	transition: width 2s;
}

.smart-nav-submit:hover {

	transition: all 0.3s;
	transition: width 2s;
}


.search-panel li:hover {


	background: none !important;
}

.search-panel select:after {
	content: 'dasdasd';
	position: absolute;
	;
}

.nav-top li ul li a {
	display: block;
	max-width: 100%;
}

.nav-top li ul li:hover a,
.nav-top li ul li:hover span {
	transition: none !important;
	color: white !important;

}


.nav-top li ul::after {
	content: '';
	position: absolute;
	left: 50%;
	top: -8px;
	transform: translateX(-50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #56b4e1;
}

.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs ul>li {
	display: inline-block;
}

.breadcrumbs ul>li:after {
	font-family: 'FontAwesome';
	content: '\f104';
	padding: 0 5px;
	display: inline-block;
}

.breadcrumbs ul>li:last-child:after {
	content: '';
	padding: 0;
}

/* bNagish */

.bNagish-toggle {
	position: fixed !important;
	bottom: 1em;
	left: 1em;
	width: 40px;
	height: 40px;
	background: transparent;
	box-shadow: none !important;
	color: #fff;
	border-radius: 50%;
}

.bNagish-toggle em {
	color: #223c4e;
	font-size: 18px;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
	padding: 3px;
	border-radius: 30px;
}

@media (max-width: 991px) {
	.bNagish-toggle {
		position: absolute;

		/* top: auto;
		bottom: 12px;
		left: 20px; */
	}
}

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.skip-ad {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(4px);
}

.skip-ad .skip-ad-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
}

.skip-ad .skip-ad-content {
	position: relative;
}

.skip-ad .skip-ad-content .msg {
	background: #fff;
	padding: 30px;
}

.skip-ad img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 3rem;
}

.skip-ad .skip-ad-close {
	position: absolute;
	top: -25px;
	left: -30px;
	width: 100%;
	text-align: left;
	color: #000;
}

.skip-ad #close-skip-ad {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3rem;
	background: #fff;
	color: #000;
	border: 2px solid #000;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
	background: #000;
	color: #fff;
	border: 2px solid #fff;
}


/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #f1f1f1;
	z-index: 9999999;

	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;

	visibility: hidden;

	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-navigation.open {
	left: 0;
	visibility: visible;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
	width: 100%;

	overflow: auto;

	height: 100%;
	position: relative;
}

.mobile-navigation .content .head {
	width: 100%;
	text-align: left;
	margin-bottom: -1rem;
	background-color: #fff;
}

.mobile-navigation .content .head .button {
	padding: 0px 15px;
	background: #333;
	color: #fff;
	border: 0;
	font-size: 20px;
	margin: 1rem;
}

.mobile-navigation nav {
	margin: 1rem;
	padding: 6px;


}

.mobile-navigation nav ul:nth-of-type(1) {
	list-style: none;
	padding: 0;
	margin: 0;
}



.mobile-navigation nav ul:nth-of-type(2) {
	list-style: none;
	text-align: end;

	float: left;
	width: 140px;
	margin-top: 68px;
}

.mobile-navigation nav a {
	color: inherit;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on>span>a {
	font-weight: bold;
}

.mobile-navigation nav button {
	display: none;
}

.mobile-navigation nav ul ul {
	display: none;
}

.mobile-navigation nav ul:nth-of-type(2) li {
	border-bottom: 1px solid #a1dae0;
}

.mobile-navigation nav ul:nth-of-type(2) li a {
	padding: 15px;
	white-space: nowrap;
}

.mobile-navigation nav li>span {
	display: block;
	position: relative;
}

.mobile-navigation nav ul ul {
	background: rgba(0, 0, 0, 0.02);
}

.mobile-navigation nav button {
	display: block;
	position: absolute;
	top: 0;

	height: 100%;
}

.mobile-navigation nav a {
	display: block;
	padding: 10px;
	margin-right: 5px;
}

.mobile-navigation nav .toggle-sub-menu {
	display: block;
	position: absolute;
	top: 0;
	left: 0px !important;
	width: 48px;
	overflow: hidden;

	padding: 0 15px;
	background: none;
	border: 0;

	color: inherit;

	font-family: 'FontAwesome';
	font-style: normal;
}

.mobile-navigation nav .toggle-sub-menu:after {
	content: '\f053';
}

.mobile-navigation nav .toggle-sub-menu:after {
	content: '\f053';
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
	content: '\f078';
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
	content: '';
	font-size: 80%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
	content: '\f08e';
}

.mobile-navigation-search {
	position: relative;
	margin: 1rem;
}

.mobile-navigation-search input {
	display: block;
	width: 98%;
	padding: 5px;
	background: #fff;
	border-radius: 25px;
	border: 0;
	margin-top: 22px;
}

.mobile-navigation-search button {
	display: block;
	position: absolute;
	top: 11px;
	left: 7px;
	height: 100%;
	background: none;
	border: 0;
	padding: 0 1rem;
}

.mobile-navigation {
	background: #eae8d4;
	border-right: 2px solid #fff;
	box-shadow: 0 0 50px rgb(0 0 0 / 50%);
	backdrop-filter: blur(6px);
}

.mobile-navigation .content .head .button {
	background: #fff;
	color: rgb(43 43 43 / 100%);
}


.hide-but-read,
.offset {
	position: fixed;
	top: -99999px;
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Page Header */

.page-header {
	height: 500px;

	background-repeat: no-repeat;
	background-position: center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	position: relative;

	z-index: -1;
}

@media (max-width: 991px) {
	.page-header {
		display: none;
	}

	body {
		/* padding-top: 105px; */
		/* header height */
	}
}

/* Page Content */

.page-content {
	background: #fff;
	margin-bottom: 3rem;
}

@media (min-width: 992px) {
	.page-content {
		margin-top: -7.55rem;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	}
}

@media (max-width: 991px) {
	.page-content {
		margin: 0 -15px;
	}
}

.page-content-head {
	background: #2D57A1;
	color: #fff !important;
	padding: 1.5rem;
	position: relative;
}

.page-content-head * {

	color: #fff !important;

}

@media (max-width: 991px) {
	.page-content-head {
		padding: 1rem;
	}
}

.page-content-head h1 {
	margin: 0;
	font-weight: bold;
}

.page-content-head a {
	color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
	display: none;
}

@media (max-width: 991px) {
	.page-content-head button {
		display: block;
		background: none;
		border: 0;
		padding: 0;
		position: absolute;
		left: 15px;
		bottom: 1rem;
		color: #fff;
		font-size: 2rem;
	}

	.page-content-head button em:before {
		content: "\f13a";
	}

	.page-content-head button.opened em:before {
		content: "\f139";
	}
}

.container-fluid {

	padding: 0;
}


.page-content-body {
	padding: 1.5rem;
	min-height: 20rem;
	/*width: 90%;*/
	margin: 0 auto;
}

.page-content-body ul {
	margin: 40px;
	margin-top: 0;
}

.page-content-body * {}

@media (max-width: 991px) {
	.page-content-body {
		padding: 1rem;
	}
}

.page-content-nav {
	display: none;
}

@media (max-width: 991px) {
	.page-content-nav {
		display: block;
		margin: 2rem -15px;
		background-color: #fff;
	}
}

.page-content-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-content-nav ul>li {
	border-bottom: 1px solid #ddd;
}

.page-content-nav ul>li a {
	display: block;
}

/* Social Sharing Buttons */

.social-share {
	font-size: 16px;
	text-align: center;
}

.social-share .h6 {
	font-size: 1.3rem;
}

.social-share a {
	min-width: 40px;
	text-align: center;
	display: inline-block;
}

/* InPage Navigation */

.sub-pages-nav.outside {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.sub-pages-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 -1rem;
}

.sub-pages-nav ul ul {
	display: none;
}

.sub-pages-nav ul>li {
	width: 50%;
	float: right;
	position: relative;
	padding: 1rem;
}

@media (max-width: 768px) {
	.sub-pages-nav ul>li {
		width: 100%;
	}
}

.sub-pages-nav.with-icons ul>li {
	width: 25%;
}

@media (max-width: 768px) {
	.sub-pages-nav.with-icons ul>li {
		width: 50%;
	}
}

.sub-pages-nav a {
	display: block;
	color: inherit;
	border-right: 3px solid #0372ac;
	background: #f1f1f1;
	padding: 1rem;
	font-size: 1.3rem;
}

.sub-pages-nav.with-icons a {
	display: block;
	color: inherit;
	background: #fff;
	border: 1px solid #0372ac;
	color: #0056b3;
	padding: 1rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.1rem;
	height: 160px;
	position: relative;
	box-shadow: 0 0 26px rgb(0 0 0 / 13%);
}

.sub-pages-nav.with-icons a:hover {
	transform: scale(1.1);
}

.sub-pages-nav.outside a {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #657177;
}

.sub-pages-nav .arrow:before {
	content: '\f104';
}

.sub-pages-nav.with-icons a .icon {
	height: 90px;
	margin-bottom: .5rem;
	display: block;
	position: relative;
}

.sub-pages-nav.with-icons a .icon img {
	max-width: 100%;
	max-height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

/* Mode Table Of Contents */

.toc-container {
	border: 1px solid #ddd;
	background: #f1f1f1;
	display: inline-block;
	padding: .5rem;
}

.toc-toggle a span {
	display: none;
}

.toc-toggle a:before {
	content: 'הצג';
}

.toc-container.active .toc-toggle a:before {
	content: 'הסתר';
}

.toc-expendable {
	display: none;
}

.toc-expendable ol {
	margin: 0;
	margin-top: 1rem;
}

/* InPage Style - Rich Content */

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
	margin-bottom: 1rem;
	font-weight: bold;
}

.rich-content h2 {
	color: #333;
}

.rich-content h3 {
	color: #333;
}

.rich-content h4 {
	color: #333;
}

.rich-content h5 {
	color: #333;
}

.rich-content h6 {
	color: #333;
}


.rich-content .contact-man {
	display: block;
    color: inherit;
    background: #f1f8fc;
    padding: 1rem;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid white;
}

.rich-content .contact-man .contact-name {
	font-size: 1.5rem;
	font-weight: bold;
}


/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Media Print */

@media print {
	.page-content {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.header,
	.blocks-skip,
	#bNagish,
	.mobile-navigation-container,
	.page-header,
	.social-share,
	.footer,
	.skip {
		display: none;
	}
}

/* Card * */

.card {}

.card-header {
	background: #1d99d9;
	color: #fff;
}

.card-header h2 {
	color: inherit;
	margin: 0;
	font-size: 1.3rem;
}

.card-body {
	background: #f1f1f1;
}


/**/


/**/

.form-category-group {
	background: #f1f1f1;
	border-right: 3px solid #2d55aa;
	padding: .75rem;
	margin-bottom: 1.5rem;
}

.form-category-group .form-category-group {
	background: #fff;
}

.form-category-group a {
	color: inherit;
}

.form-category-group .tofes-link {
	display: inline-block;
	padding: .1rem .6rem;
	border-radius: 2rem;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: .5rem;
	margin-bottom: .8rem;
}


/**/

.page-event-promo {
	display: block;
	padding: 1rem;
	color: #000;
	margin: 15px 0;
	background: #f1f1f1;
	border-bottom: 3px solid #d8d8d8;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.page-event-promo:hover,
.page-event-promo:focus {
	text-decoration: none;
	color: #fff;
	transform: scale(1.1);
	background: #0c97ff;
	border-bottom: 3px solid #2d55aa;
}

.page-event-promo h3 {
	height: 4.5rem;
	font-size: 1.2rem;
	color: #2d55aa;
	overflow: hidden;
}

.page-event-promo:hover h3,
.page-event-promo:focus h3 {
	color: #fff;
}

.page-event-promo .date {
	background: #199cff;
	color: #fff;
	padding: 0 5px;
	border-radius: 2rem;
}

.page-event-promo:hover .date,
.page-event-promo:focus .date {
	color: #199cff;
	background: #fff;
}

.page-events .more {
	text-align: left;
}

/**/

/**/

.page-phonebook-category {
	margin: 15px 0;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

	border: 1px solid #E2E6EF;
	border-radius: 20px;
}

.page-phonebook-category-title h3 {
	color: #0372ac;
	background: #fff;
	margin: 0;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.page-phonebook-category-title h3:before {
	content: '\f196';
	font-family: 'FontAwesome';
	padding-left: .5rem;
}

.page-phonebook-category.opened .page-phonebook-category-title h3:before {
	content: '\f147';
	font-family: 'FontAwesome';
	padding-left: .5rem;
}

.page-phonebook-category-title h3:hover,
.page-phonebook-category.opened .page-phonebook-category-title h3 {
	background-color: #0372ac;
	color: #fff;
}

.page-phonebook-category-body {
	display: none;
	background-color: #fff;
	border: 1px solid #0372ac;
}

.page-phonebook-category.opened .page-phonebook-category-body {
	display: block;
	padding: 1rem;
}




.page-phonebook .phonebook h2 {
	border-bottom: 1px solid #ddd;
	color: #0372ac;
	padding: 10px 0;
	font-size: 1.2em;
	margin: 0;
}

.page-phonebook .phonebook.active>h2 {
	padding: 10px;
}

.page-phonebook .phonebook h2 a {
	color: inherit;
}

.page-phonebook .phonebook.active {
	margin-bottom: 15px;
	border: 1px solid #0372ac;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.page-phonebook .phonebook.active>h2 {
	background: #0372ac;
	color: #fff;
}

.page-phonebook .phonebook>h2>a>em:before {
	content: '\f137';
}

.page-phonebook .phonebook.active>h2>a>em:before {
	content: '\f13a';
}

.page-phonebook .phonebook .info {
	background: #f1f1f1;
	padding: 15px;
}


.page-phonebook .phonebook .info:focus {
	outline: 0;
}

.page-phonebook .phonebook .info p {
	margin: 0 0 20px 0;
}

.page-phonebook .member {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.page-phonebook .pic {
	float: right;
	margin-left: 10px;
}

.page-phonebook .pic img {
	display: block;
	max-width: 100px;
}


.page-phonebook .fa-stack {
	font-size: 100%;
}

.page-phonebook .phone .fa-stack {
	color: #72b916;
}

.page-phonebook .mobile .fa-stack {
	color: #4479b0;
}

.page-phonebook .email .fa-stack {
	color: #d82727;
}

.page-phonebook .fax .fa-stack {
	color: #804ab2;
}

.page-phonebook .fa-mobile {
	font-size: 130%;
}

.page-phonebook .fa-envelope {
	font-size: 90%;
}

.page-phonebook .fa-fax {
	font-size: 90%;
}

.page-phonebook .contact-info {
	float: right;
}

@media (min-width: 768px) {
	.page-phonebook .contact-info {
		width: 50%;
	}
}

@media(max-width:768px) {

	.feedback {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-phonebook .contact-info {
		margin-left: 5px;
	}
}

.page-phonebook .contact-info a {
	color: inherit;
}

/**/





* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Rubik, sans-serif;

}

body {
	direction: rtl;
	overflow-x: hidden;
	color: #223c4e;
	background-color: #F9F9F4;
	margin: 0 auto;
}

main {

	max-width: 92vw;
	margin: 0 auto;
	/*margin-top: 70px;*/

}

.header {
	display: flex;
	position: relative;
	align-items: center;
	padding: 10px 20px;
	transition: all 0.6s ease;
	background-color: #F9F9F4;
	max-width: 92vw;
	margin: 0 auto;

}


.header-scrolled {
	display: flex;
	top: 0;
	position: sticky;
	box-shadow: 0 0 20px #acacac;
	/* position: relative; */
	background: #F9F9F4;
	align-items: center;
	padding: 10px 20px;

	max-width: 100vw;
	margin: 0 auto;
	z-index: 5000;

}

.logo-container {
	flex-shrink: 0;
	margin-left: 20px;
}

.logo {
	max-height: 120px;
}

.nav-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.nav-top,
.nav-bottom {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	align-items: center;
}

.nav-top {
	margin-bottom: 10px;
	border-bottom: 3px solid #3aacc0;
}

.nav-menu {
	display: flex;
	list-style: none;
}

.nav-menu li {
	margin: 0 12px;
	position: relative;
	/* For dot positioning */
	display: flex;
	align-items: center;
}


.nav-menu li a {
	text-decoration: none;
	font-weight: 500;
	font-size: large;
	display: flex;
	align-items: center;
}

/* Add dot separator after each li except the last one */
.nav-menu li:not(:first-child)::after {
	content: "•";
	display: inline-block;
	position: absolute;
	right: -12px;
	color: #3aacc0;
	/* Same color as the border */
}


.nav-menu li a:hover {
	color: #0066cc;
}

.nav-item-icon {
	margin-left: 8px;
	width: 35px;
	height: auto;
}

ul.social-icons {
	list-style: none;
	padding: 0;
	margin: 0 12px;
	display: flex;
	gap: 8px;
}

ul.social-icons li {
	display: inline-block;
}

ul.social-icons li img {
	width: 32px;
	height: 32px;
}

.article-section {
	padding: 10px;

	display: flex;
	margin: 40px 0;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: #F9F9F4;
}

.featured-article {
	flex: 66%;
	padding: 30px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
}

.featured-article::after {
	content: '';
	position: absolute;
	top: 5%;
	left: 0;
	height: 90%;
	width: 1px;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.1) 20%,
			rgba(0, 0, 0, 0.1) 80%,
			rgba(0, 0, 0, 0));
}

.featured-image {
	width: 50%;
	min-width: 400px;
	height: auto;
	object-fit: cover;
	border-radius: 5px;
}

.featured-content {
	flex: 1;
}

.article-date {
	font-size: 14px;
	margin-bottom: 10px;
	color: gray;
}

.featured-title {
	font-size: 28px;
	margin-bottom: 15px;
	color: #222;
	line-height: 1.3;

}

.featured-title::after {
	content: '';
	border-bottom: 2px solid #223c4e;
	display: block;
	width: 33%;
	height: 25px;
	color: #1189df;
}


.featured-excerpt {
	color: #555;
	margin-bottom: 20px;
}

.read-more {
	display: inline-block;
	color: #0088cc;
	text-decoration: none;
	margin-top: 10px;
	white-space: nowrap;
}

.read-more:hover {
	text-decoration: underline;
}

.sidebar {
	flex: 33%;
	padding: 30px;

}

.sidebar-article {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}

.sidebar-article:last-child {
	margin-bottom: 0;
}

.sidebar-content {
	flex: 1;
}

.sidebar-image {
	width: 120px;
	height: 90px;
	object-fit: cover;
	border-radius: 5px;
	margin-left: 15px;
}

.sidebar-title {
	font-size: 16px;
	margin-bottom: 8px;
}

.sidebar-content p {
	font-weight: 500;
}

.services-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 95%;
	margin: 150px auto;
	gap: 5px;
	/* Increase this value to add more space */
}

.circle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 25px;
	padding: 10px 20px;
	width: 100%;
	background-color: #2a56a7;
	border: 3px solid #2a56a7;
	color: white;
	gap: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	z-index: 1000;
	margin: 0 auto;
	white-space: nowrap;
}

.circle:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.circle img {
	width: 25px;
	height: 25px;
	margin-right: 8px;
}

.circle span {
	color: white;
	font-size: 1.2rem;
	z-index: 2;
	position: relative;
}

.circle.active {
	background-color: #1a3a7a;
	transform: scale(0.95);
}

.circle.inactive {
	background-color: #888;
	transform: scale(1.00);
}

.toggle-indicator {
	display: none;
	/* Hidden by default, will be shown in mobile view */
	position: absolute;
	left: 15px;
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
}

.item-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 250px;
	/* position: relative; */
	margin-bottom: 40px;
}

.content-section {
	width: 95%;
	max-width: 1200px;
	margin: 20px auto;
	border: 3px solid #2a56a7;
	border-radius: 25px;
	padding: 0 20px;
	box-sizing: border-box;
	max-height: 0;
	transition: max-height 0.5s ease-out, padding 0.5s ease-out;
	background-color: white;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-top: 25px;
	position: absolute;
	left: 50%;
	/* Center horizontally */
	transform: translateX(-50%);
	/* Center horizontally */
	overflow: visible;
	z-index: 200;
	/* Ensure it's above other elements */
}

.content-container {
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	padding: 20px;
	text-align: right;
}

.content-container.active {
	opacity: 1;
	transform: translateY(0);
}

.collapse-button {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1001;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	border: 1px solid #2a56a7;
	opacity: 1;
}

.collapse-button.hidden {
	opacity: 0;
	pointer-events: none;
}

.collapse-button:hover {
	background-color: #1a3a7a;
	transform: translateX(-50%) scale(1.1);
}

.collapse-button svg {
	fill: #2956a5;
}

.content-spacer {
	height: 0;
	transition: height 0.5s ease-out;
	/* Match content-section transition */
}

@media (max-width: 992px) {
	.services-container {
		flex-direction: column;
		align-items: center;
		/* Explicitly center items horizontally */
		width: 95%;
		/* Keep container centered */
		margin: 20px auto;
		/* Ensure container stays centered */
	}

	.circle {
		width: 100%;
		max-width: unset;
		margin: 0 auto;
		border: none;
		box-sizing: border-box;
		padding: 10px 20px;
		position: relative;
		justify-content: space-around;
		white-space: nowrap;
	}

	/* Show the toggle indicator in mobile view */
	.toggle-indicator {
		display: block;
	}

	.content-section {
		width: 100%;
		max-width: 1200px;
		margin: 20px auto;
		border: 3px solid #2a56a7;
		border-radius: 25px;
		padding: 0 20px;
		box-sizing: border-box;
		max-height: 0;
		transition: max-height 0.5s ease-out, padding 0.5s ease-out;
		background-color: white;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		margin-top: -28px;
		position: relative;
		overflow: visible;
		z-index: 200;
	}

	.item-wrapper {
		width: 90%;
		/* This is fine, but ensure it's centered */
		position: relative;
		/* Keep this if needed */
	}

	.content-spacer {
		display: none;
	}
}

.ads-slider-container {
	height: 300px;
	position: relative;
	margin-top: 120px;
	z-index: 500;
	;

}

.bg-container {
	position: absolute;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	width: 100%;
	height: 325px;
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: self-end;
	border-radius: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	outline: 3px solid white;
	outline-offset: -14px;
}

.bg-container.active {
	opacity: 1;
	z-index: 1;
}


.bgcontainer-inner-content {
	text-align: right;
	min-width: 35%;

}

.bg-container h1 {
	font-size: 36px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	color: white;
}

.bg-container p {
	font-size: 18px;
	margin-bottom: 30px;
	max-width: 600px;
	;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: white;

}

.bg-container .btn {
	padding: 12px 24px;
	background-color: #9dd9e1;
	color: #2a56a7;
	border: none;
	border-radius: 25px;
	font-size: 18px;
	cursor: pointer;
	font-weight: 500;
	transition: background-color 0.3s;
}

.bg-container .btn:hover {
	background-color: #45a049;
}


.icons-container {
	display: flex;
	width: 90%;

	margin: 150px auto;

	flex-wrap: wrap-reverse;
	justify-content: space-around;
	position: relative;
	z-index: 500;
	gap: 120px;

	/* Adds space between items */
}

.big-icon {
	width: 90%;
	height: auto;

}

.icons-wrapper {
	display: flex;
	text-decoration: none !important;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 9%;
	white-space: nowrap;
	transition: 0.4s;
}


.icons-wrapper:hover {
	transform: scale(1.1);
}

.icons-wrapper span {
	color: #223c4e;
	font-size: large;
}


@media (max-width: 613px) {
	.big-icon {
		width: 50% !important;
		height: auto;

	}

	.icons-container {
		display: flex;
		width: 90%;
		margin: 0 auto;
		margin-top: 100px;
		flex-wrap: wrap-reverse;
		justify-content: start !important;
		margin-bottom: 100px;
		gap: 70px;
		/* Adds space between items */
	}

	.icons-wrapper {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-bottom: 50px;
		/* Adds space before the separator */

		width: 45%;
		white-space: nowrap;
		position: relative;
	}


	.icons-wrapper::after {
		content: "";
		position: absolute;
		/* Position it absolutely */
		left: 0;
		/* Start from the left edge */
		bottom: 0;
		/* Position at the bottom */
		width: 100%;
		/* Take full width of parent */
		height: 1px;
		/* Height of the separator line */
		background-color: #2d5fb9
			/* Color of your separator */
	}

	.icons-wrapper span {
		font-size: 28px;
	}

}


@media (max-width: 1200px) {


	.icons-container {
		display: flex;
		width: 90%;
		margin: 0 auto;
		margin-top: 100px;
		flex-wrap: wrap-reverse;
		justify-content: space-around;
		margin-bottom: 100px;
		gap: 70px;
		/* Adds space between items */
	}





	.featured-article {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.featured-image {
		width: 100%;
		min-width: auto;
	}

	.featured-article::after {
		display: none;
	}
}

@media(max-width: 1259px) {
	.header {
		margin-bottom: 57px;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 27px;
		border-bottom: 1px solid #3aacc0;
	}
}

@media (max-width: 1259px) {


	.big-icon {
		width: 100%;
		height: auto;

	}

	.logo-container {
		top: -10px;
		position: absolute;
		margin-bottom: 15px;
		margin-left: 0;
		z-index: 99999;
	}

	.nav-wrapper {
		width: 100%;
	}

	.nav-top,
	.nav-bottom {
		flex-direction: column;
	}

	.nav-menu {
		flex-direction: column;
		width: 100%;
	}

	.nav-menu li {
		margin: 10px 0;
	}

	.article-section {
		flex-direction: column;
	}

	.sidebar {
		padding: 20px;
	}

	.sidebar-article {
		/*flex-direction: column;
		text-align: start;
		display: block;*/
		align-items: normal;
        gap: 15px;
	}

	.sidebar-image {
		margin-left: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.featured-title {
		font-size: 35px;
		font-weight: 600;
		text-align: start;
	}

	.featured-excerpt {
		font-size: 16px;
		text-align: start;
	}

	.sidebar-title {
		font-size: 14px;
	}

	.read-more {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.logo {
		max-height: 80px;
	}

	.nav-item-icon {
		width: 25px;
	}

	ul.social-icons li img {
		width: 24px;
		height: 24px;
	}

	.featured-title {
		font-size: 30px;
		font-weight: 600;
		text-align: start;
	}

	.featured-excerpt {
		font-size: 16px;
		text-align: start;
	}

	.sidebar-content p {

		font-size: 18px;
	}

	.sidebar-title {
		font-size: 16px;
	}

	.read-more {
		font-size: 12px;
	}
}

.bounce-7 {
	animation-name: bounce-7;
	animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes bounce-7 {
	0% {
		transform: scale(1, 1) translateY(0);
	}

	10% {
		transform: scale(1.1, .9) translateY(0);
	}

	30% {
		transform: scale(.9, 1.1) translateY(-100px);
	}

	50% {
		transform: scale(1.05, .95) translateY(0);
	}

	57% {
		transform: scale(1, 1) translateY(-7px);
	}

	64% {
		transform: scale(1, 1) translateY(0);
	}

	100% {
		transform: scale(1, 1) translateY(0);
	}
}

.news-header-icon {
	width: 40px;
	height: 40px;
	background-color: #2a56a7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	background-image: url('../assets/design/icon-mivzakim.svg');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}


.title-container {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	max-width: 1800px;
	margin: 20px auto;
}

.events-icon {
	width: 40px;
	height: 40px;
	background-color: #2a56a7;
	/* Circle background */
	border-radius: 50%;
	/* Makes it round */
	display: flex;
	align-items: center;
	justify-content: center;

	/* Add icon inside */
	background-image: url('../assets/design/icon-events.svg');
	background-size: 60%;
	/* Adjust size */
	background-repeat: no-repeat;
	background-position: center;
}

.title-container .title {
	flex-grow: 0;
	white-space: nowrap;
	margin-right: 5px;
	font-size: 45px;
	font-weight: 600;
	color: #2a56a7;
}

.separator {
	flex-grow: 1;
	height: 2px;
	background-color: #3aacc0;
}



/* Custom Styles */
.video-section {
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	background-color: #e9f4f6;

	/* Matches the image height */
	border-radius: 5px;
	/*width: 100vw;*/
	z-index: 500;
	position: relative;
	/*position: relative;
	left: 50%;
	right: 50%;
	*/
	
	margin-left: -8vw;
	margin-right: -8vw;

	padding: 20px;
}

.video-section-container {
	display: flex;
	align-items: center;
	width: 90%;
}

.video-sidebar {
	width: 25%;
	padding-left: 30px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video-header {
	display: flex;
	align-items: center;
}

.video-header-icon {
	width: 40px;
	height: 40px;
	background-color: #2a56a7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	background-image: url('../assets/design/icon-video.svg');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}

.video-header-text {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.ghost-button {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #a5dde9;
	color: black;
	text-decoration: none;
	transition: all 0.3s ease;
	margin-top: 10px;
	border-radius: 25px;
	background-color: #F9F9F4;
}



.all-events-btn {
	display: block;
	width: 170px;
	padding: 10px 25px;
	border: 1px solid #a5dde9;
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: large;
	border-radius: 25px;
	background-color: #0056b3;
	margin: 50px auto;
	outline-offset: -6px;
	margin-top: 20px;
	outline: 1px solid #fff;
}

.all-events-btn:hover {
	text-decoration: none;
	color: #fff;
}

.ghost-button:hover {
	background-color: #2a56a7;
	color: white !important;
	text-decoration: none;
}


.slider-container {
	width: 80%;
	display: flex;
	justify-content: center;
	height: 300px;
}

.video-slider {
	width: 100%;
	align-self: center;
}

.slick-slide {
	height: 300px;
	margin: 0 10px;
}

.slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.two-images-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 50px;
	max-width: 1600px;
	width: 100%;
	z-index: 500;
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;

}

.image-wrapper {
	position: relative;
	flex: 1;
	min-width: 280px;
	max-width: 600px;
	height: auto;
	aspect-ratio: 600 / 420;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;

}

.image-wrapper:hover {
	transform: scale(1.02);
}

.image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease;
}

.image-wrapper:hover::before {
	background: rgba(0, 0, 0, 0.4);
}

.text-container {
	position: absolute;
	bottom: 20px;
	left: 20px;

	text-align: right;
	opacity: 0.9;
}

.big-title {
	color: white;
	font-size: 2.5rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 5px;
}

.small-text {
	color: white;

	display: block;
	font-size: 1.2rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
	.two-images-container {
		flex-direction: column;
		align-items: center;
	}

	.image-wrapper {
		width: 100%;
		max-width: 500px;
	}

	.big-title {
		font-size: 2rem;
	}

	.small-text {
		font-size: 1rem;
	}


	.video-section-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 18px;
		width: 90%;
	}

	.video-sidebar {

		width: unset;
		padding-left: 30px;
		text-align: right;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.video-header {
		display: flex;
		align-items: center;
	}

	.video-header-icon {
		width: 40px;
		height: 40px;
		background-color: #2a56a7;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 10px;
		background-image: url('../assets/design/icon-video.svg');
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (max-width: 480px) {
	.big-title {
		font-size: 1.5rem;
	}

	.small-text {
		font-size: 0.9rem;
	}
}



.footer {
	background-color: #2D57A1;
	padding: 50px 0 20px;
	width: 101%;
	color: white;
	position: relative;
	margin-top: 100px;
}

.footer-logo {
	position: absolute;
	background: #F9F9F4;
	padding: 10px;
	width: 120px;
	border-radius: 0 0 20px 20px;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 0;
	top: -50px;
}

.footer-logo img {
	max-width: 100%;
	height: auto;
}

.footer-container {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 70px;
}

.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.footer-links {
	/*display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	flex: 2;
	min-width: 250px;*/
}

.footer-top > div:nth-child(1) {
	flex: 1;
}

.footer-top > div:nth-child(2) {
	white-space: nowrap;
}

.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links a {
	text-decoration: none;
	transition: color 0.3s ease;
	color: white;
	text-align: right;
}

.footer-container a,
.footer-container span,
.footer-container h3,
.footer-container p {
	color: #fff;
}

.footer-links a:hover {
	color: #ddd;
}

@media (min-width: 992px) {
	.footer-sections-grid {
		gap: 50px;
		display: flex;
	}
}

.footer-contact-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
	/*flex: 1;*/
	min-width: 250px;
}

.footer-contact-info {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-end;
	width: 100%;
}

.footer-contact,
.contact-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px
}

.contact-details {
	gap: 10px;
}

.contact-details .label {
	font-weight: 500;
	color: #a5dde9;
}

.social {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.social img {
	width: 30px;
	height: 30px;
}

.footer-separator {
	width: 100%;
	height: 1px;
	background-color: #a5dde9;
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	font-size: 0.9em;
	gap: 10px;
}

.footer-bottom a {
	text-decoration: none;
	transition: color 0.3s ease;
	color: white;
}

.footer-bottom a:hover {
	color: #999;
}

@media screen and (max-width: 768px) {
	.footer-top {
		flex-direction: column;
		align-items: center;
	}

	.footer-links {
		grid-template-columns: repeat(3, 1fr);
		justify-content: center;
		text-align: center;
	}

	.footer-contact-wrapper {
		align-items: center;
	}

	.footer-contact-info {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.social {
		justify-content: center;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}

	.footer-contact,
	.contact-details {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px
	}
}



/* block skip */

.skip {
	position: fixed;
	top: -999px;
	z-index: 9999;

	padding: 10px;

	background: #000;
	color: #fff;
}

.skip:focus,
.skip:hover {
	position: absolute;
	top: auto;

	background: #000;
	color: #fff;
}

.mark-block {
	outline: 1px solid #000;
}

/* blocks skip */

.blocks-skip a {
	position: fixed;
	top: -999px;
	padding: 10px;
	z-index: 9999;
}

[dir="rtl"] .blocks-skip a {
	right: 0;
}

[dir="ltr"] .blocks-skip a {
	left: 0;
}

.blocks-skip a:hover {
	background: #000;
	color: #fff;
}

.blocks-skip a:focus {
	top: 0;
	background: #000;
	color: #fff;
}

.nav-menu .nav-menu {
	display: none;
}

.nav-menu>li:hover .nav-menu {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	width: 500px;
	background: #fff;
}

html {
	scroll-behavior: smooth;
}


#backToTopBtn {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 500;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 1);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 50%;
	font-size: 18px;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.more-gallery-btn {
	background-color: unset;
}

#backToTopBtn:hover {
	/* background-color: rgba(0, 0, 0, 0.8); */
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

#backToTopBtn svg {
	color: #223c4e;
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 768px) {
	#backToTopBtn {
		bottom: 20px;
		right: 20px;
		padding: 12px;
		width: 45px;
		height: 45px;
	}
}

/* Navigation */

.header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}



.header nav button {
	display: none;
}

@media (min-width: 992px) {
	.header .navigation {}

	.header nav>ul {
		text-align: center;
		position: relative;
	}

	.header nav ul:first-of-type li:hover>ul {
		display: block;
	}

	.header nav>ul>li {
		display: inline-flex;
		position: relative;
		align-items: center;
	}

	.header nav>ul>li>span>a {
		display: block;
		padding: 15px 0;
		font-size: 1.2em;
	}

	.header nav>ul:not(.social-icons)>li:after {
		content: '•';
		padding: 15px 5px;
		color: #17a2b8;
	}

	.header nav>ul:not(.social-icons)>li:last-child:after {
		content: none;
	}


	.header nav>ul>li:last-child>span>a:after {
		content: none;
	}

	.header nav>ul>li>span>a:hover,
	.header nav>ul>li:hover>span>a {}

	.header nav>ul>li.on>span>a,
	.header nav>ul>li>span>a.on {

		cursor: pointer;
	}

	.header nav>ul>li>ul {
		display: none;

		text-align: right;
		position: absolute;
		top: 100%;
		right: 50%;
		z-index: 9999;
		width: 300px;
		margin-right: -150px;
		background: #fff;
		color: #000;
		padding: 1rem;

		backface-visibility: hidden;
		transform: translateZ(0);
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.header nav>ul>li>ul>li>span>a {
		font-size: 1.1rem;
	}

	.header nav>ul>li>ul>li>span>a>em.arrow {
		content: '';
		font-family: 'FontAwesome';
		font-style: normal;
	}

	.header nav>ul>li>ul>li>span>a>em.arrow:before {
		content: '\f104';
	}
}

@media (max-width: 1259px) {
	.header nav {
		display: none;
	}
}

.fast-nav a
{
	color:#223c4e !important;
}

.under-dev {
position: fixed;
bottom: 0;
  right: 0;
  z-index: 999999;
  width: 300px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  transform-origin: bottom left;
transform: scale(1.5);
}

.under-dev > div {
width: 100%;
height: 100%;
  position: relative;
}

.under-dev > div > div {
position: absolute;
bottom: 50px;
  left: 5px;
  z-index: 999;
background: #3facbf;
color: #fff;
  transform: rotate(312deg);
  padding: 0.2rem 5rem;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
.under-dev {
transform: scale(0.75);
  bottom: 0;
  right: -140px;
}
}


@media (max-width: 991px) {
	.bNagish-toggle {
		bottom: auto;
        top: 4px;
        left: 70px;
	}
}

.mobile-fast-navigation-container {
	position: relative;
	height: 1px;
}
.mobile-fast-navigation {
	position: absolute;
    top: 110px;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 15px;
    width: 90%;
    margin: 0 auto;
    margin-right: 5%;
    z-index: 9;
    backdrop-filter: blur(5px);
	display: none;
}
.mobile-fast-navigation label {
	display: block;
}
.mobile-fast-navigation select {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
}
.mobile-fast-navigation button {
	background: #2b4c9c;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    border: 0;
}