/* .search {
	display: none;
} */


.cover {
	visibility: hidden;
	position: relative;
	min-height: 785px;
}

@media (min-width: 1200px) {
	.cover {
		height: 100vh;
		position: relative;
	}


	.cover-slick {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.cover-slick .slick-list,
	.cover-slick .slick-track,
	.cover-slick .slick-slide {
		height: 100%;
	}
}


@media (max-width: 1199px) {
	.cover {
		padding-top: 130px;
	}
}


.cover-slick .slick-slide {
	background-size: cover;
	background-position: center;
}

@media (min-width: 992px) {
	.cover-slide-content {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.cover-slide-centered {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}

	.cover-slide-container {
		width: 1000px;
	}
}

@media (max-width: 991px) {
	.cover-slide-content {
		padding: 80px 20px;
	}
}

.cover-slide-container h2 {
	text-align: center;
	margin-bottom: 2rem;
	color: #fff;
}

@media (max-width: 991px) {
	.cover-slide-container h2 {
		font-size: 1.3rem;
	}
}

.news-cover {
	background: url(images/news.jpg);
}

.events-cover {
	background: url(images/events.jpg);
}

/**/



/**/

.fast-navigation {
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
}

@media (max-width: 991px) {
	.fast-navigation {
		margin: 2rem auto;
		background: none;
		text-align: center;
	}
}

.fast-navigation label {
	border-radius: 100px;
    padding: 0.3rem 1rem;
    background: #ffff;
    color: #111;
}

.fast-navigation select {
	background: rgba(255, 255, 255, 1);
	border: 0;
	border-radius: 100px;
	padding: .5rem 1rem;
	margin: 0 .5rem;
	min-width: 200px;
	max-width: 150px;
}


.fast-navigation button {
	background: none;
	border: 0;
	border-radius: 100px;
	padding: 0.3rem 1rem;
	background: #ffff;
	color: #111;
	position: relative;
	padding-right: 2.5rem;
}

.fast-navigation button em {
	font-size: 2rem;
	color: #2e853b;
	position: absolute;
	top: 3px;
	right: .5rem;
}

.scroll-down {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	margin-top: 50px;
}

@media (max-width: 991px) {
	.scroll-down {
		display: none;
	}
}

@media (max-width: 1199px) {
	.fast-navigation {
		max-width: 90%;
		border-radius: 0;
		border-radius: 30px;
	}

	.fast-navigation>span {
		display: block;
	}

	.fast-navigation select {
		width: 100%;
		margin: 0;
		margin-bottom: .75rem;
	}

	.fast-navigation button {
		margin: 0 auto;
		display: block;
	}
}

.centered-content .srv{
		    display:flex;
		    justify-content:center;
		}
			.centered-content .srv img{
			    width:100%;
			    max-width:405px;
			}
/**/
.centered-content {
	text-align: center;
}

@media (min-width: 1200px) {
	.centered-content {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		max-width: 90%;
		margin-top: -30px;
	}
		
}

@media (max-width: 1199px) {
	.centered-content {
		/*max-width: 250px;*/
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.smart-search {
	margin: 0 auto;
	margin-bottom: 2rem;
	position: relative;
}

.smart-search input {
	width: 100%;
	background: #fff;
	border: 0;
	border-radius: 3rem;
	padding: 1rem;
	font-size: 1.2rem;
}

.smart-search button {
	width: 40px;
	height: 40px;
	background: #58ba47;
	border: 0;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 12px;
}

/**/


@media (min-width: 1200px) {
	.services {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
	}
}

.service {
	text-align: center;
	display: block;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.service .icon {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
	padding: 1rem;
	height: 130px;
	position: relative;
}

.service .icon img {
	display: block;
	margin: 0 auto;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);

	max-height: 70px;
}

.service figcaption {
	background: rgba(63, 63, 63, 0.7);
	border-top: 2px solid rgb(79, 179, 98);
	padding: .75rem;
	color: #fff;

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

@media (max-width: 767px) {
	.service figcaption {
		height: 140px;
	}
}

.service:hover {
	text-decoration: none;
	color: #000;
}

.service:hover figcaption {
	background: rgb(79, 179, 98);
	color: #000;
}

/**/


/*
.footer {
	display: none;
}*/

/**/

/**/

/*
.news .news-marquee-holder {
	height: 325px;
	overflow: hidden;
}

.news-marquee-holder .mask {
	position: relative;
	left: 0;
	top: 0;
	width:100%;
	height:325px;
	overflow: hidden;
}

.news {
	color: #fff;
	margin: 1rem;
	
}
.news a {
	color: inherit;
}
.news ul {
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
}

.news .title {
	position: relative;
}

.news .title .side {
	position: absolute;
	top: 0;
	left: 0;
	padding: .8rem;
}

.news .content a {
	display: block;
	padding: .5rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.news time {
	color: #fffe90;
}
*/


/**/

@media (min-width: 992px) {
	.articles>div {
		float: right;
		width: 50%;
	}
}

.articles article {
	border-radius: 2rem;
	margin: 1rem;
}

.articles article a {
	color: inherit;
}

.articles article a:hover {
	text-decoration: none;
}

.articles article .pic {
	background: #fff;
	border-top-right-radius: 2rem;
	border-top-left-radius: 2rem;
	overflow: hidden;
}

.articles article .pic img {
	width: 100%;
}

.articles article .body {
	background: #fff;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	padding: .75rem;
	height: 6rem;
	overflow: hidden;
}

.articles article .body p {
	height: 4rem;
	overflow: hidden;
	display: none;
}

.articles article .body h3 {
	font-size: 1.2rem;
	font-weight: bold;
}

@media (max-width: 991px) {
	.articles article .body h3 {
		font-size: 1rem;
		font-weight: normal;
	}
}

.read-more {
	text-align: center;
	margin-top: 2rem;
}

.read-more a {
	display: inline-block;
	background: #fff;
	padding: .1rem 1rem;
	border-radius: 2rem;
	color: inherit;
	margin: 0 .5rem;
}

/**/

.news-cover {
	background-color: #00a5ed;
}

.events-cover {
	background-color: #925491;
}

/**/

.nav-btn {
	width: 180px;
	padding: .5rem 1.5rem;
	color: #fff;

	position: fixed;
	z-index: 999;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);

	border-radius: 2rem 0 0 2rem;
}

.nav-btn.active {
	font-weight: bold;
}

.nav-btn:nth-child(1) {
	margin-top: -60px;
}

.nav-btn:nth-child(2) {
	margin-top: 0;
}

.nav-btn:nth-child(3) {
	margin-top: 60px;
}

.nav-btn:nth-child(4) {
	margin-top: 120px;
}

.nav-btn:hover,
.nav-btn:focus {
	text-decoration: none;
	color: #fff;
}

.nav-btn:after {
	content: '\f104';
	font-family: 'FontAwesome';
	margin-right: .2rem;
}

.nav-btn-news {
	background: #00aeef;
}

.nav-btn-events {
	background: #a964a8;
}

.nav-btn-services {
	background: #58ba47;
}

.nav-btn-moked {
	background: #111;
}

@media (max-width: 767px) {
	.nav-btn {
		top: auto;
		bottom: -21px;
		right: 0;
		width: 33.33%;
		margin: 0 !important;
		border-radius: 0 !important;
		text-align: center;
	}

	.nav-btn:nth-child(2) {
		right: 33.33%;
	}

	.nav-btn:nth-child(3) {
		right: 66.66%;
	}

	.footer {
		padding-bottom: 100px !important;
	}
}

/**/

.events .event {
	display: block;
	padding: 15px 0;
	color: #fff;
}

.events .event:hover {
	text-decoration: none;
}

.events .event .event-content {
	display: table;
	width: 100%;
	min-height: 5rem;
	border: 1px solid #fff;
	border-radius: 10rem;
}

.events .event:hover .event-content {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.events .event .icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: .5rem;
	width: 6rem;
}

.events .event .icon .circle {
	background: #fffe90;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	padding: 1.5rem;
	color: #a964a8;
}

.events .event .icon .day {
	font-size: 2rem;
	display: block;
}

.events .event .icon .month {
	font-size: 1.5rem;
	display: block;
}

.events .event .text {
	display: table-cell;
	padding: .75rem;
}

.events .event .text .name {
	height: 3rem;
	overflow: hidden;
	font-weight: bold;
}

.events .event .text .location {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}

/**/
.pirs {
	margin-bottom: 2rem;
}

.pirs>div img {
	max-width: 100%;
	border-radius: 2rem;
}

@media (min-width: 992px) {
	.pirs>div {
		display: block;
		width: 30%;
		float: right;
	}
}



@media (max-width: 1199px) {
	.pirs>div {
		display: block;
		width: 50%;
		float: right;
	}
}
.pirs>div a {
	display: block;
	border-radius: 1rem;
	overflow: hidden;
	color: inherit;
	margin: .5rem;
	height: 100%;
}

.pirs>div a .msg {
	background: rgb(253, 184, 19);
	padding: .75rem;
	font-size: 1.5rem;
	text-align: center;
	display: block;
	height: 100%;
}

@media (max-width: 767px) {
	.social {
		bottom: 15px;
	}

	.bNagish-toggle {
		bottom: 15px;
	}
}

.cover-slick .slick-prev,
.cover-slick .slick-next {
	position: fixed;
}



/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news-row {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border-radius: 2rem;
	margin-bottom: 2rem;
}

@media (min-width: 1200px) {
	.news>.content {
		padding: .8rem 1rem;
		font-size: 1.1rem;
	}
}

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

.news .buttons {
	position: absolute;
	top: 12px;
	left: 15px;
}

.news a {
	color: #fff;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news time {
	color: rgba(255, 255, 255, 0.8);
}

.news-slick {
	margin-right: 100px;
	margin-left: 65px;
}

.news-slick button {
	position: absolute;
	top: 0;
	font-size: 0;
	font-family: 'FontAwesome';
	background: none;
	border: 0;
	cursor: pointer;
}

.news-slick button:before {
	font-size: 26px;
	color: #fff;
}

.news-slick .slick-next {
	top: 13px;
	left: 0;
}

.news-slick .slick-prev {
	top: 13px;
	left: 30px;
}

.news-slick .slick-prev:before {
	content: '\f0a9';
}

.news-slick .slick-next:before {
	content: '\f0a8';
}

.news .toggle-slick {
	position: absolute;
	top: 1.2rem;
	left: 3.5rem;
	font-size: 26px;
	background: none;
	border: 0;
	cursor: pointer;
	color: #fff;
	padding: 0;
}

.news button {
	background: none;
	border: 0;
	padding: 0;
	font-size: 26px;
	color: #fff;
	margin-right: .3rem;
	line-height: 0;
}

.news .all-news {
	font-size: 26px;
	color: #fff;
}

.news-row h2 {
	display: none;
}


@media (max-width: 1199px) {
	.news-row h2 {
		position: absolute;
		top: 15px;
		right: 15px;
		margin: 0;
		color: #fff;
		display: block;
		font-size: 1.3rem;
	}

	.news-row {
		position: relative;
		background: rgba(0, 0, 0, 0.5);
	}

	.news .content {
		padding: 15px;
		padding-top: 50px;
	}

	.news .buttons {
		position: absolute;
		top: 15px;
		left: 15px;
	}

}



.service[href='./%D7%9E%D7%95%D7%A7%D7%93-%D7%A2%D7%99%D7%A8%D7%95%D7%A0%D7%99-108/'] {
	font-weight: bold;
}





/**/

.side-links {
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

.side-links a {
	display: block;
	font-size: 1.1rem;


}

.side-links a:hover {
	color: #fff;
	text-decoration: none;
}

.hidden-side a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.1);
}

.side-link {
	position: absolute;
	top: 35%;
	left: 0;
	z-index: 9;

	background: #111;
	color: #fff;
	width: 250px;
	border-radius: 0 2rem 2rem 0;
	padding: .5rem 1rem;
}

.side-link-custom {
	position: absolute;
	top: 35%;
	left: 0;
	z-index: 9;
	background: #111;
	color: #fff;
	width: 250px;
	border-radius: 0 2rem 2rem 0;
	padding: .5rem 1rem;
}

.side-links a.side-link-0 {
	background: #2e853b;

}

.side-link-0.active {
	transform: translateX(300px);
}

.side-link-2 {
	margin-top: 60px;
	background: #2e853b;
}

.side-link-2.active {
	transform: translateX(300px);
}

.side-link-3 {
	margin-top: 120px;
	background: #2e853b;
}

.side-link-3.active {
	transform: translateX(300px);
}

.side-link-4 {
	margin-top: 180px;
	background: #2e853b;
}

.side-link-4.active {
	transform: translateX(300px);
}


.side-link-5 {
	margin-top: 240px;
	background: #2e853b;
}

.side-link-5.active {
	transform: translateX(300px);
}

.side-link-4-custom {
	margin-top: 180px;
	background: #2e853b;
}



.hidden-side {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	z-index: 999999999999999999;

	overflow: auto;

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

	background: #2e853b;
	color: #fff;
}


.hidden-side.active {
	left: 0;
}

.hidden-side button {
	background: none;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	cursor: pointer;
}

.hidden-side button .x {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 20px;
}

.hidden-side button>div {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: #fff transparent transparent transparent;
}

.hidden-side a {
	color: inherit;
}




/* Cover Pictures */

.cover-pics .toggle-slick {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}

@media (max-width: 991px) {
	.cover-pics .toggle-slick {
		right: 15px;
		top: 150px;
		bottom: auto;
	}
}

@media (max-width: 768px) {
	.cover-pics .toggle-slick {
		top: 240px;
	}
}

.cover-pics .toggle-slick:hover,
.cover-pics .toggle-slick:focus {
	background: rgba(0, 0, 0, 0.8);
}

.cover-pics-slick {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cover-pics-slick div {
	height: 100%;

	background-repeat: no-repeat;
	background-position: center center;

	background-size: cover;

	background-attachment: fixed;
}




/**/

.new {
	display: block;
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.new p {
	margin: 0;
}

.new .name {
	font-size: 1.2rem;
}


/**/

.view-all {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	display: block;
	padding: 1rem;
}

/**/

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

.links-list a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	display: block;
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/**/

@media (min-width: 1200px) {
	.new-side-links {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		margin-top: -25px;
	}

}



.new-side-links>div {
	margin: .5rem 0;
}

.new-side-links>div>a {
	display: block;
	background: #2c8538;
	font-size: 1.1rem;
	color: #fff;
	width: 250px;
	border-radius: 0 2rem 2rem 0;
	padding: .5rem 1rem;
}
@media (max-width: 1550px) {
    .new-side-links>div>a{
        width: 170px;
    }
}
.new-side-links>div>a.active {
	transform: translateX(300px);
}

@media (max-width: 1199px) {
	.new-side-links>div>a {
		border-radius: 2rem;
	}
}

/* */

.web-test {
	position: absolute;
	top: 70%;
	left: -24px;
	transform: rotate(90deg);
	color: white;
	font-weight: 600;
	background-color: #1d67c3;
	padding: 0 0.8rem;
	border-radius: 15px 15px 0px 0px;
	height: 50px;
}

.web-test small {
	/* Border is the new background */
	background: none;

	/* Rotate from top left corner (not default) */
	transform-origin: 0 0;
	transform: rotate(90deg);
	line-height: 50px;
}

@media (max-width: 533px) {
	.web-test {
		top: 49%;
		left: -24px;
	}
}


@media (min-width: 533px) and (max-width: 767px) {
	.web-test {
		top: 49%;
		left: -24px;
	}
}


@media (min-width: 768px) {
	.web-test {
		top: 53%;
		left: -24px;
	}
}


@media (min-width: 992px) {
	.web-test {
		top: 70%;
		left: -24px;
	}
}

/**/

/**/

@media (min-width: 1200px) {
	.under_dev {
		display: block;
		position: fixed;
		top: 30px;
		right: -30px;
		z-index: 999;
		top: -30px\0/;
		left: -32px\0/;
		width: 150px;
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
		text-align: center;
		background: #000;
		color: #fff;
		font-size: 1.2rem;
	}
}

@media (max-width: 1199px) {
	.under_dev {
		display: block;
		position: fixed;
		bottom: 76px;
		right: -30px;
		bottom: -30px\0/;
		right: -32px\0/;
		width: 150px;
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		/* -webkit-transform: rotate(-45deg); */
		/* transform: rotate(-45deg); */
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
		text-align: center;
		background: #000;
		color: #fff;
		font-size: 0.9rem;
	}
}


@media (max-width: 1199px) {
	.new-side-links {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 60px;display:flex;flex-wrap:wrap;justify-content:center;
	}
	.new-side-links>div{
	    margin-inline:5px;
	}
    .new-side-links>div>a{
        text-align:center;
    width:100%;
    }
}


@media (min-width: 992px) {
	.services-container {
		padding-left: 200px;
	}
}

@media (min-width: 992px) {
	.services-container {
		padding: 0 1rem;
		max-width: 80%;
		margin: 0 auto;
	}
}

	.service {
		border: 0;
		margin: 1rem .5rem;
		border-radius: 2rem;
		overflow: hidden;
	}
	
	.service .icon {
		background: -moz-linear-gradient(top, rgba(63, 63, 63, .2) 0%, rgba(63, 63, 63, .7) 100%);
		background: -webkit-linear-gradient(top, rgba(63, 63, 63, .2) 0%, rgba(63, 63, 63, .7) 100%);
		background: linear-gradient(to bottom, rgba(63, 63, 63, .2) 0%, rgba(63, 63, 63, .7) 100%);
	}
	
	.service figcaption {
		background: rgba(63, 63, 63, 0.9);
	}
	
	
	
	@media (max-width:500px){
	    .cover-slide-content{
	        padding-top:35px;
	    }
	    .new-side-links{
	        flex-direction:column;
	    }
	    .pirs>div{
	        width:100%;
	    }
	}
