
* {
	font-family: 'Open Sans','Rubik', arial, sans-serif;

}
:root {
	--blue: #004672;
	--blueLight: #050607;
	--lblue: #71c2ff;
	--fadeblue: #f9fcff;
	--gray: #bfbfbf;
	--darkgray: #444b54;
	--grayfiller: #f0f0f0;
	--grayText: #969696;
	--orange: #f47514;
	--orange2: #ffae71;
	--lorange: #fff4ec;
	--transpred: 70, 110, 182;
  }
.toshav-center-header-bg{
    background-image: url(https://www.binyamin.org.il/uploads/n/1749644635.3880.jpg) !important;
}
/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.mob, .mobile{
	display: none;
}
/* mobile-only is like "sr-only" class from Bootstrap */
.mobile-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.flag {
    position: absolute;
    width: 200px;
    height: 400px;
    bottom: -266px;
    transform: rotate(81deg);
    left: -50px;
	display: none;
}.flag img {
    width: 170px;
}
@media (max-width:1299px){
    .flag {
        left:-5%;
    }
}
@media (max-width:991px){
    .mobile-only{
    position: relative;
    width: fit-content;
    height: auto;
    padding: 0;
    overflow: visible;
    clip: none;
    white-space: nowrap;
    border: 0;
}
    .desktop{
       position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    }
    .flag {
        display:none !important;
    }
}
ul.mobile-soc {
    display: flex;
    justify-content: space-evenly;
    padding: 1rem 0;
  }

  ul.mobile-soc a{
	margin-right: 0;
  }

a {
	color: #0372ac;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a:hover, a:focus {
	color: #005e8f;
}

figure {
	margin: 0;
}

button:focus, button:active{
	border-top:inherit;
}

.sideB{
	position: fixed;
	z-index: 99;
	left: -10px;
	top:31.5%;
	/* transform:translateY(-50%); */
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: rgba(255, 255, 255, 0.80);
	width: 102px;
	height: 299px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-block-start:18px;
}

.sideB .wrap{
	list-style: none;
	width: 100%;
	max-width: 75px;
	padding-right: 0;
	margin-bottom: 0;
}
.sideB li{
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-bottom:1px solid var(--blue);
	margin-bottom: 11px;
}
.sideB li:last-child{
	border-bottom:none;
}
.sideB a, .sideB span{
	line-height: 1;
	font-size: 1rem;
	text-align: center;
	text-decoration: none;
	color:#0372ac;
}
.sideB .icon{
	box-shadow: 0 3px 5px rgb(0 0 0 / 35%);
	padding:6px;
	background-color: var(--white);
	border-radius: 3px;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: fit-content;
	margin-inline:auto;
	margin-bottom: 1rem;
	transition: all 0.3s ease-in;
}
.sideB li:nth-child(2) .icon{
	background-color: transparent;
	box-shadow:none;
	margin-bottom: 0;
}

.sideB li:hover .icon{
	transform:scale(1.1);
}

.bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}


@media (min-width: 992px) {
	.hbtn.search {
		margin-left: 0.8rem;
		z-index: 9;
		background-color: rgba(255,255,255,0.8);
	}
	.hbtn.search span{
		color:var(--blue);
		
	}
	.hbtn.search em{
		border-radius: 50px;
		border: 1px solid var(--blue);
	}
	.hbtn.search img{
		max-width: 17px;
		padding: 3px;
	}
	.hbtn {
		min-width: 130px;
		padding: 5px 10px;
		height: 45px;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	  }
	  .hbtn.quick:hover,
	  .hbtn.contact:hover {
		text-decoration: none;
		background-color: var(--lblue);
	  }
	  
	  .hbtn span {
		font-size: 1rem;
		font-weight: 700;
		color: #fff;
	  }
	  .hbtn em {
		margin-left: 5px;
		display: flex;
		align-items: center;
	  }
	  .hbtn.quick {
		z-index: 9;
		background-color: rgba(255,255,255,0.8);
	  }
	  .hbtn.quick span{
		color:var(--blue);
	  }
	  .hbtn.contact {
		margin-right: 0.8rem;
		z-index: 9;
		position: relative;
		background-color: var(--blue);
	  }
	.table-responsive {
		display: table;
	}
	

}
a#herum img {
    width: 25px;
}

a#herum {
    background: red;
}

a#herum span {
    color: wheat;
}

a#herum:hover {
    background: #ffffff9e;
}

a#herum:hover span {
    color: red;
}

a#herum:hover em {
    background: red;
    border-radius: 34px;
    padding: 5px;
}

a#herum {
    margin-left: 13px;
}
@media (max-width: 991px){
	a#herum {
		margin-left: 45px;
	}

}

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

.lang{
	color:var(--darkgray);
	font-size: 1.1em;
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #f1f1f1;
}

.btn-success {
	background: #629a2a;
	border: 1px solid #629a2a;
}

/* Header */

.header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	background: rgba(255,255,255,0.65);
}


/* Logo */

.header .logo {
	position: absolute;
	top: -10px;
	right: 5rem;
	display: block;
	z-index: 3;
	background-color: var(--white);
	width: 174px;
	height: 124px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.header .logo:before {
	
}



.header .logo img {
	display: block;
	height: 90px;
}

/* Navigation */

.header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header nav a.on,
.header nav li.on > span > a {
	font-weight: bold;
}

.header nav button {
	display: none;
}

@media (min-width: 992px) {
	.header{
		border-top:10px solid var(--blue);
	}
	.header .navigation {
		display: inline-block;
	}
	
	.header nav > ul {
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	
	.header nav li:hover > ul {
		display: block;
	}

	.header nav > ul > li {
		display: inline-block;
		position: relative;
	}
	
	
	.header nav > ul > li > span > a {
		display: block;
		padding: 1.5rem 0;
		font-size: 1.25em;
	}
	
	.header nav > ul > li > span > a:before {
		/* content: '|'; */
		/* padding: 15px 5px; */
	}
	
	.header nav > ul > li:first-child > span > a:before {
		content: none;
	}
	
	.header nav > ul > li.has-subs > span > a:after {
		content: '\f107';
		font-family: 'FontAwesome';
	}
	
	
	/* .header nav > ul > li:last-child > span > a:after {
		content: '|';
		padding: 15px 5px;
	} */
	
	.header nav > ul > li > span > a:hover,
	.header nav > ul > li:hover > span > a {
		text-decoration: none;
		color: var(--blue);
	}
	
	.header nav > ul > li.on > span > a,
	.header nav > ul > li > span > a.on {
		
	}

	.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 1.5rem;
		border-radius: 2rem;
		
		backface-visibility: hidden;
		transform: translateZ(0);
		-webkit-font-smoothing: subpixel-antialiased;
	}
	
	.header nav > ul > li[data-id='3'] > ul {
		column-count: 2;
		width: 600px;
	}
	
	.header nav > ul > li > ul:before {
		position: absolute;
		bottom: 100%;
		right: 50%;
		margin-right: -18px;
		z-index: 9999;
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #ffffff transparent;
		border-style: solid;
	}

	.header nav > ul > li > ul > li > span > a {
		font-size: 1.1rem;
		color: var(--darkgray);
	}
	.header nav > ul > li > ul > li:hover a {
		color:var(--blue);
	}
	
	.header nav > ul > li > ul > li > span > a > em.arrow {
		content: '';
		font-family: 'FontAwesome';
		font-style: normal;
		color: var(--blue);
	}
	
	.header nav > ul > li > ul > li > span > a > em.arrow:before {
		content: '\f104';
	}
}



/* Header Icons */

.header-side {
	display: flex;
	position: relative;
}


@media (max-width: 1518px) {
	.header-side:before {
		background: none;
	}
}



.header a.icon-btn {
	float: right;
	height: auto;
	background: none;
	color: #004672;
	border-radius: 50%;
	margin-left: 14px;
	margin-top: 4px;
}

.header a.icon-btn:hover, .header a.icon-btn:focus {
	transform: scale(1.1);
}

.header a.icon-btn > span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.header a.icon-btn .text {
	margin-top: 2px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
}

.header a.icon-btn em {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-size: 18px;
}

.header a.icon-btn img {
	max-height: 22px;
}



/* Header Search */

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


/* Toggle Navigation Button */

a.toggle-nav {
	display: none;
}



/* Footer */
.negishoot{
    position: fixed;
    z-index: 99;
    top: 68%;
    left: 13px;
    background: rgb(0 70 114);
    border-radius: 50%;
    padding: 5px;
    border: solid white 1px;
}

.negishoot img{
     width: 28px;
    height: auto;
}

@media only screen and (max-width: 991px) {
    .negishoot {
        /*top: 1%;*/
        /*left: 51%;*/
        /*left: 282px;*/
        top: 9%;
        left: 10px;
        right: auto;
    }
}

.footer {
	padding: 40px 0 80px;
	background: var(--blue);
}

.footer .negishoot img{
	width: 1.8rem;
}

.footer p, .footer a, .footer > div {
	color:var(--white);
	margin: 0;
}
.fsoc {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	max-width: 180px;
	margin-inline:auto;
	margin-bottom: 35px;
}
.fsoc a{

	font-size: 1.65rem;
	color:var(--white);
}
/* Breadcrumbs */

.breadcrumbs {
	
}

.breadcrumbs a {
	
}

.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 {
	bottom: auto;
    top: 22px;
    left: 28px;
    width: 28px;
    height: 28px;
    background: none;
    color: #064671;
    border-radius: 50%;
	box-shadow: 0 0 0;
	
	display: none;
}

@media (max-width: 1519px) {
	.bNagish-toggle {
		top: 11px;
		left: 12px;
	}
}

.bNagish-toggle em {
	font-size: 24px;
}
.bNagish-toggle:hover .text, .bNagish-toggle:focus .text {
    padding: 3px;
	border-radius: 30px;
}


/* 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: 1100px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
}

.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%;
	z-index: 9999999;
	
	transition: .5s;
	visibility: hidden;
	
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background: #0a436fe6;
	box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    backdrop-filter: blur(6px);
	color: #fff;
}

.mobile-navigation.open {
	left: 0;
	visibility: visible;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

.mobile-navigation .content {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}

.mobile-navigation .content .head {
	width: 100%;
	text-align: right;
	margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
    padding: 8px 15px;
    background: #333;
    color: #fff;
    border: 0;
    font-size: 20px;
    margin: 1rem;
}

.mobile-navigation nav {
	margin: 1rem;
}

.mobile-navigation nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.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 li {
	
}
.mobile-navigation nav li > span {
	display: block;
	position: relative;
}
.mobile-navigation nav ul ul {
	background: rgb(0 0 0 / 5%);
    border-radius: 2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
}
.mobile-navigation nav button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.mobile-navigation nav a {
	display: block;
    padding: 15px 0 15px 15px;
    margin-right: 48px;
	font-size: 1.4rem;
}
.mobile-navigation nav ul ul a {
    padding: 5px 0 5px 5px;

}
.mobile-navigation nav ul ul a {
	font-size: 1.2rem;
}
.mobile-navigation nav .toggle-sub-menu {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	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: '\f111';
	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: 100%;
	padding: 1rem;
	background: #fff;
	border: 0;
	border-radius: 2rem;
}

.mobile-navigation-search button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: none;
	border: 0;
	padding: 0 1rem;
}

.mobile-navigation .content .head .button {
	background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Page Header */

.page-header {
	height: 500px;
	
	background-repeat: no-repeat;
	background-position: 50% 55%;
		background-position: 50% 15%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	position: relative;
	
	z-index: -1;
}
.page-header[style^="background-image:"][style*="688284471.4106.jpg)"]{
	height: 350px;
}

/* Page Content */

.page-content {
	background: #fff;
	margin-bottom: 3rem;
	
    overflow: hidden;
}







.page-content-head {
	background: #004672;
    color: #fff;
	padding: 1.5rem;
	position: relative;
}



.page-content-head h1 {
	margin: 0;
	font-weight: bold;
}


@media (min-width: 992px) {
	.header nav > ul{
		display: inline;
	}
	.header nav ul li a{
		color:var(--darkgray);
	}
	.header .navigation{
		padding-right: calc(150px + 5rem);
	}
	.header .wrap{
		margin-inline:auto;
		width: 100%;
		max-width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header nav > ul > li{
		margin-inline: 1rem;
	}
	.page-content {
		margin-top: -7.55rem;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		border-radius: 2rem;
	}
}

.page-content-head a {
	color: #fff;
}

.page-content-head button {
	display: none;
}

.page-content-body {
	padding: 1.5rem;
	min-height: 20rem;
}

.page-content-nav {
	display: none;
}



.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;
}
.page-content-share {
    margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
	.page-content-share {
  	 	 margin-top: 50px;
	}
}
/* 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;
}

.sub-pages-nav a {
	display: block;
	color: inherit;
	border-radius: .75rem;
	background: #ffffff;
	padding: .75rem 1.25rem;
	font-size: 1.3em;
	border-right: 4px solid #124e8f;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.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: #124e8f;
}

.sub-pages-nav .arrow:before {
	content: '\f104';
}


.sub-pages-nav ul>li:nth-child(5n+1) a {
	border-right: 4px solid #f37107;
}

.sub-pages-nav ul>li:nth-child(5n+2) a {
	border-right: 4px solid #49bf58;
}

.sub-pages-nav ul>li:nth-child(5n+3) a {
	border-right: 4px solid #25bce6;
}

.sub-pages-nav ul>li:nth-child(5n+4) a {
	border-right: 4px solid #fcaf0d;
}

.sub-pages-nav ul>li:nth-child(5n+5) a {
	border-right: 4px solid #945924;
}

.sub-pages-nav ul>li:nth-child(5n+1) .arrow {
	color: #f37107;
}

.sub-pages-nav ul>li:nth-child(5n+2) .arrow {
	color: #49bf58;
}

.sub-pages-nav ul>li:nth-child(5n+3) .arrow {
	color: #25bce6;
}

.sub-pages-nav ul>li:nth-child(5n+4) .arrow {
	color: #fcaf0d;
}

.sub-pages-nav ul>li:nth-child(5n+5) .arrow {
	color: #945924;
}


/*
.sub-pages-nav ul>li:nth-child(3n+1) a {
	border-right: 4px solid #7c1319;
}
.sub-pages-nav ul>li:nth-child(3n+2) a {
	border-right: 4px solid #629a2a;
}
.sub-pages-nav ul>li:nth-child(3n+3) a {
	border-right: 4px solid #064771;
}

.sub-pages-nav ul>li:nth-child(3n+1) .arrow {
	color: #7c1319;
}
.sub-pages-nav ul>li:nth-child(3n+2) .arrow {
	color: #629a2a;
}
.sub-pages-nav ul>li:nth-child(3n+3) .arrow {
	color: #064771;
}*/


/* 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;
    border-bottom: 3px solid #d8d8d8;
    background: #f1f1f1;
    padding: 1rem;
}

.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 {
	background: #E9E9E9;
    border: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.card-header {
	background: #064771;
	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 (max-width:1199px){
	.sideB{
		top:18%;
	}
	.header .logo img {
		height: 75px;
	}
	.header .logo {
		right: 2rem;
		width: 140px;
    height: 100px;
	}

	.header .navigation{
		padding-right: calc(125px + 2rem);
	}
}

@media (max-width: 1300px) {
	.header-side:before {
		background: none;
	}
	.header .navigation {
		display: none;
	}
	.hbtn {
		height:34px;
	}
	.header-side{
		margin-top:10px;
		left: 3rem;
	}
	.header .logo:before {
		background: none;
	}
	.header {
		background: rgba(255,255,255,0.9);
		height: 62px;
	}
	.header .logo {
		padding: 0;
	}
	.header .logo:before {
		top: -28px;
	}
	.header .logo{
		top:0;
	}
	a.toggle-nav {
		position: absolute;
		top: 9px;
		left: 10px;
		display: block;
		position: absolute;
    width: 40px;
    height: 40px;
    background: var(--blue);
    color: #fff;
    display: grid;
	place-content: center;
    padding: 0.6rem;
    text-align: center;
    border-radius: 50%;
	}
	
}


.page-phonebook .contact-info a {
	color: inherit;
}

/**/

.mobile-nav-social {
	text-align: center;
    font-size: 24px;
    background: rgb(255 255 255 / 90%);
    margin: 0 2rem;
    border-radius: 15px;
    padding: 10px;
}

.mobile-nav-social a {
	color: #000;
	display: inline-block;
	margin: 0 10px;
}

.header-social {
	display: inline-block;
	font-size: 1.2rem;
}

.header-social a {
	color: #fff;
	margin-left: 5px;
}


	
	
	
/* services */


/**/
.services-sidebar-holder h3{
	margin-bottom: 5px;
	color: #384C71;
text-align: right;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.services-sidebar .categories input:checked + label {
	font-weight: bold;
	border: 1px solid rgba(255,255,255,1);
	position: relative;
	background-color: var(--blue);
	color:var(--white);
}
.services-sidebar .wrapper{
	display: flex;
	justify-content: center;
	margin:auto;
	width: 100%;
}

.services-sidebar .categories {
	background: #EBEBEB;
	padding: 1rem;
	margin-right: 12px;
	border-radius: 15px;
	width: max-content;
	width: 100%;
    max-width: 595px;
	display: flex;
    justify-content: space-evenly;
}

.services-sidebar .categories input {
	position: fixed;
	top: -999px;
}

.services-sidebar .categories label {
	/* background: rgba(0,0,0,0.1); */
	border: 2px solid rgba(255,255,255,0);
	border-radius: 10px;
	padding: 12px;
	max-width: max-content;
	text-align: center;
	line-height: 1rem;
	margin: 0 5px;
	color: #294C8A;
	font-size: 22px;
}

.services-sidebar .categories label:hover {
	border: 1px solid var(--blue);
}

@media (min-width: 992px) {
	.services-toggle-btn {
		outline: 1px solid red;
		/* position: fixed;
		top: 50%;
		left: -5px;
		margin-right: -50%;
		transform: translate(0, -50%);
		background: url(images/click-button-desktop.svg);
		background-position: right;
		width: 102px;
		height: 168px;
		color: #fff;
		border: 0;
		font-size: 20px;
		line-height: 20px;
		padding: 0 15px 0 0;
		text-align: center;
		transition: .5s; */
	}


	/* .services-toggle-btn.active {
		left: 396px;
	} */
	
	.services-toggle-btn.active:before {
		/* font-family: 'FontAwesome';
		content: '\f00d';
		position: absolute;
		top: 24px;
		right: 50px;
		font-size: 30px; */
	}

	.services-sidebar {
		position: relative;
		width: 100%;
		/* background: rgb(255 255 255 / 80%);
		background: rgb(20 72 106 / 95%); */
		color: #fff;
		z-index: 3;
		overflow: auto;
		
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	.services-sidebar > div {
		position: relative;
		height: 100%;
	}
	
	.services-sidebar:before {
		/* position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 100%;
		background: rgb(17 72 107);
		display: block;
		content: ''; */
	}
	
	.services-sidebar > div:before {
		/* position: absolute;
		top: 0;
		right: 0;
		width: 3px;
		height: calc(50% - 81px);
		background: #fff;
		display: block;
		content: ''; */
	}
	
	.services-sidebar > div:after {
		/* position: absolute;
		bottom: 0;
		right: 0;
		width: 3px;
		height: calc(50% - 81px);
		background: #fff;
		display: block;
		content: ''; */
	}
	
	

	
	.services-sidebar .categories input:checked + label:after {
		/* top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #fff;
		border-width: 15px;
		margin-left: -15px; */
	}
	
	.services-sidebar .icons {
		padding: 30px 2rem;
		max-height: calc(100vh - 98px);
		overflow: auto;
	}

	/* .services-sidebar.active {
		left: 0;
	} */
	#category-icons-Array{
		display: flex;
		flex-wrap: wrap;
	}
	.icons .category-icons{
		justify-content: center;
	}
	.services-sidebar .category-icons > div {
		float: right;
		width: 100%;
    	max-width: 394px;
		margin:23px;
	}

	@media (min-width:992px) and (max-width:1440px){
		.services-sidebar-holder .service{
			padding: 24px 5px;
		}
		.services-sidebar-holder .service .icon,
		.services-sidebar-holder img
		{
			height: 60px;
		}
		.services-sidebar-holder .category-icons > div{
			max-width: 300px;
		}
		.header nav > ul > li{
			margin-inline:0.3rem;
		}
	}

	.services-sidebar a {
		border:1px solid var(--blue);
		display: block;
		background: rgba(255,255,255,1);
		border-radius: 1rem;
		padding: 50px 10px;
		text-align: center;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		color: #002841;
		font-weight: 500;
		width: inherit;
	}
	
	.services-sidebar a:hover, .services-sidebar a:focus {
		background: rgba(255,255,255,1);
		transform: scale(1.05);
	}
	
	.services-sidebar a .icon {
		height: 70px;
	}
	
	.services-sidebar a img {
		height: 50px;
	}
	
	.services-sidebar a figcaption {
		line-height: 1rem;
		height: 32px;
	}
}




.services-sidebar ::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */
.services-sidebar ::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}

/* Handle */
.services-sidebar ::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.5);
}

/* Handle on hover */
.services-sidebar ::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.8);
}

.sub-services {
	display: none;
	
	position: absolute;
    top: 0;
    left: 0;
	
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
	backdrop-filter: blur(3px);
}

.sub-services > div {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	
    background: #004672;
    color: #fff;
    width: 100%;
	max-width: 360px;
    border-radius: 1rem;
    padding: 1rem;
    border: 2px solid #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
	z-index: 999;
}

.sub-services h3 {
	font-size: 1.2rem;
	color:var(--white);
}

.sub-services .close {
	position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    opacity: 1;
}





.sub-services a {
	display: block;
	background: rgba(255,255,255,0.9);
	color: #004672;
	padding: 8px;
	border-radius: 2rem;
	margin: 0;
	margin-top: 15px;
	width: 100%;
}

.sub-services a:hover {
	transform: none;
	background: rgba(255,255,255,1);
}

.sub-services .list {
	max-height: 500px;
	overflow: auto;
}
.services-sidebar-holder {
	padding-block: 2.2rem;
	position: relative;
	width: 100%;
}

.h3wrap{
	display: flex;
	justify-content: center;
}



@media (max-width: 991px) {
	.mobile{
		display:block;
	}
	.header-side{
		height: 57px;
    	justify-content: flex-end;
	}
	.header .logo{
		height: inherit;
		background-color: transparent;
		padding:3px;
		width: fit-content;
		right: 0rem;
	}
	.search{
		position: absolute;
		left: 140px;
		top: 10px;
	}
	.hbtn.quick, .hbtn.contact, .hbtn.search {
		padding: 6px 10px;
		font-size: 0.9rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 6rem;
		color: var(--white);
		z-index: 990;
		border-radius: 50px;
		display: inline-block;
		outline: none;
		border: none;
		padding: 6px 10px;
		background-color:var(--blue) ;
	}
	#hbtnquick{
	    background-color:transparent;
	    border:1px solid var(--blue);
	}
	.header-side{
		margin-top: 0;
	}
	.hbtn.contact{
		left: 0.75rem;
		top:1.75rem;
		margin-left:auto;
	}
	.hbtn.quick{
		left:3.5rem;
	}
	.hbtn.quick img{
		display: flex;
	}
	.hbtn.contact span{
		display: none;
	}
	.hbtn.search{
	    background: transparent;
    padding: 8px;
    left: 12.1rem;
    border: 1px solid var(--blue);
    display: grid;
    place-content: center;
	}
	.hbtn.search em{
		
	}
	.hbtn.search span{
		display: none;
	}
	.hbtn.search img{
		max-width: 18px;
	}
	.services-sidebar .wrapper{
		margin-bottom: 1rem;
	}
	a.hbtn.LeftSide {
    left: 0.75rem;
    top: 1.75rem;
    padding: 6px 10px;
    font-size: 0.9rem;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 14.5rem;
    color: var(--white);
    z-index: 990;
    border-radius: 50px;
    display: inline-block;
    outline: none;
    border: none;
    padding: 6px 10px;
    background-color: #ffffff00;
}

	.services .idx-btn {
		height: 45px;
		font-size: 14px;
		line-height: 1;
		padding: 10px;
    margin-left: 5px
	}
	.idx-btn img {
		height: 20px
	}
	.sub-services .list {
		max-height: 480px;
	}
	#category-icons-Array{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.services-toggle-btn.active {
		background: #064671;
		border-top: 3px solid #fff;
		padding: 15px;
	}
	
	.services-toggle-btn.active:before {
		content: '\f00d';
		font-family: 'FontAwesome';
		position: absolute;
		top: 12px;
		right: 15px;
		font-size: 30px;
	}
	
	.services-sidebar {
		color: #fff;
	}
	
	.services-sidebar.active {
		display: block;
	}
	
	.services-sidebar .category-icons > div {
		width: 100%;
		max-width: 40%;
		margin: 0 15px;
	}
	.services-sidebar .categories {
		text-align: center; 
	}
	
	.services-sidebar .categories input {
		position: fixed;
		top: -999px;
	}
	
	.services-sidebar .categories label:hover {
		border: 1px solid rgba(255,255,255,0.6);
	}
	
	.services-sidebar .categories input:checked + label {
		font-weight: bold;
	}

	.services-sidebar-holder h3{
		font-size:1.45rem;
		margin-bottom: 1rem;
	}
	
	.services-sidebar a {
		border:1px solid var(--blue);
		display: block;
		background: rgba(255,255,255,1);
		border-radius: 1rem;
		padding: 10px;
		text-align: center;
		box-shadow: 0 0 5px rgb(0 0 0 / 10%);
		color: #000;
		font-weight: 500;
		width: inherit;
		float: right;
		margin: 5px 15px;
	}
	.services-sidebar .icons{
		padding-inline: 1rem;
	}
	
	.services-sidebar a .icon {
		height: 70px;
	}
	
	.services-sidebar a img {
		height: 50px;
	}
	
	.services-sidebar a figcaption {
		line-height: 1rem;
		height: 32px;
	}
	
	.services-sidebar:after {
		clear: both;
		display: block;
		content: '';
	}
	.services-sidebar .categories label{
		padding:5px 6px;
	}
	.sub-services h3{
		color:#fff;
		font-size: 1.4rem;
	}

	.header {
		position: fixed;
	}
	.mob{
		background: var(--blue);
		display: block;
		position: fixed;
		bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
	bottom:0;
		height: 55px;
	}
	.mob a{
		border-top:2px solid #fff;
		color:var(--white);
		flex:1;
		height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 0;
	}
	.mob a:hover{
		color:var(--white);
		text-decoration: underline;
	}
	.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;
	}
	.bNagish-toggle {
		top: auto;
		bottom: 12px;
		left: 20px;
	}
	.skip-ad .skip-ad-close {
		left: 0;
	}
	.header .logo img {
		height: 50px;
	}
	.page-header {
		display: none;
	}
	.page-content-body {
		padding: 1rem;
	}
	.page-content-nav {
		display: block;
		margin: 2rem -15px;
		background-color: #fff;
	}
	.page-content {
		margin: 0 -15px;
	}

	.page-content-head {
		padding: 1rem;
		padding-top: 78px;
	}
	.page-content-head h1 {
		font-size: 1.5rem;
	}
	.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";
	}
	.services-sidebar-side{
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.services-sidebar-side {
		display: none;
		background: rgb(12 70 112 / 90%);
		color: #fff;
		right: 5%;
		bottom: 70px;
		backdrop-filter: blur(5px);
	}
	.header-social {
		display: none;
	}
	.sideB{
		width: 80px;
		height: 260px;
		display: none;
	}
	.sideB .icon{
		padding: 2px 4px 4px;
	}
	.sideB a, .sideB span{
		font-size: 0.85rem;
	}
}

@media (max-width: 768px) {
	.sub-pages-nav ul>li {
		width: 100%;
	}
}


@media (min-width: 768px) {
	.page-phonebook .contact-info {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.page-phonebook .contact-info {
		margin-left: 5px;
	}
}


@media (max-width: 991px) {
    a.hbtn.LeftSide{
        left:15.1rem;
    }
	.mob {
		height: 55px;
	}
}
.sideB.sideL span {
    display: none;
}

.sideB.sideL .icon {
    padding: 2px;
}
/*.sideB.sideL {
    display: block;
    top: 2.5%;
    right: auto;
    left: 582px;
}*/
@media (max-width: 991px) {

	.sideB.sideL img {
		width: 40px;
	}

	.sideB.sideL span {
		font-size: 1rem;
	}
		.sideB.sideL {
		display: block;
		top: 0%;
		right: auto;
		left: 270px;
	}

	.sideB.sideL img {
		width: 34px;
	}

	.sideB.sideL span {
		display: none;
	}
}
	.alert-outline-info {
    border: 1px solid #447797;
    border-radius: 15px;
    text-align: center;
}

.alert-outline-info * {
    color: #004672;
}

.alert-outline-info a {
    text-decoration: underline;
}



.alert-success {
	color: inherit;
	background: #fff;
	border: 1px solid #447797;
    border-radius: 15px;
    text-align: center;
}
.alert-success hr {
	border-top-color: #ddd;
}

@media (max-width:375px){
    	.header .logo img {
    	  margin-top: 8px;
        height: 40px;
	}
}
/*collapse-table-*/
.collapse-table-widget h3 {
    position: relative;
    padding-right: 45px;
    cursor: pointer;
	font-size: 1.3rem;
	border-bottom: 1px solid #cdcdcda3;
    padding-bottom: 10px;
	font-weight: normal;
}
.collapse-table-widget h3.active {
    color: #275cbd;
}
.collapse-table-widget h3:hover {
    text-decoration: underline;
}
.collapse-table-widget h3::before {
    position: absolute;
    right: 10px;
 	top: 20%;
    align-items: center;
    font-size: 12px;
    transition: all 0.3s ease;
    content: "\f078";
	font: normal normal normal 12px / 1 FontAwesome;
}

.collapse-table-widget h3.active::before {
    content: "\f077";
}
.collapse-table-expended-content {
    background: #f1f1f1;
    padding: 15px;
}

.collapse-table-expended-content .table-light, .table-light>td, .table-light>th {
    background: #ff000000;
}