.cover {
	position: relative;
}

@media (min-width: 1200px) {
	.cover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background: url(images/Leaves.png);
		width: 117px;
		height: 383px;
	}
}

@media (min-width: 1230px) {
	.cover {
		height: 100vh;
		min-height: 850px;
	}
}
@media (max-width: 1229px) {
	.cover {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 30px;
	}
}

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

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

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	
	max-width: 600px;
	margin-top: -60px;
}

.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1 > span {
	background: rgba(3,25,48,.9);
	color: #fff;
}

.cover-content h1 > span > span {
	color: #fffc00;
}

.cover-content p {
	margin: 0;
}

.cover-content .text {
	background: rgba(204,211,223,.8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}

/**/

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
}

/**/

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

.services {
	
}

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

.services-list > div {
	display: inline-block;
	vertical-align: top;
}

.service {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.5rem 1rem;
	width: 180px;
	height: 180px;
	position: relative;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.services-list > div:nth-child(1) .service {
	background-image: url(images/1.png);
}

.services-list > div:nth-child(2) .service {
	background-image: url(images/2.png);
}

.services-list > div:nth-child(3) .service {
	background-image: url(images/3.png);
}

.services-list > div:nth-child(4) .service {
	background-image: url(images/4.png);
}

.services-list > div:nth-child(5) .service {
	background-image: url(images/5.png);
}

.services-list > div:nth-child(6) .service {
	background-image: url(images/6.png);
}

.services-list > div:nth-child(7) .service {
	background-image: url(images/7.png);
}

.services-list > div:nth-child(8) .service {
	background-image: url(images/8.png);
}


@media (max-width: 1729px) {
	.service {
		width: 130px;
		height: 130px;
		background-size: 100% 100%;
		margin: 1.5rem .5rem;
	}
	
	.service .circle {
		padding: 18px;
	}
}




.service:hover {
	transform: translate(0, -15px);
}

.service:hover:before {
	transform: translate(0, 15px) scale(.8);
}

.services-list > div:nth-child(2) .service:after {
	background: #3ea39f;
}
.services-list > div:nth-child(3) .service:after {
	background: #f6b424;
}
.services-list > div:nth-child(4) .service:after {
	background: #757cd1;
}
.services-list > div:nth-child(5) .service:after {
	background: #5fb57d;
}

.service .circle {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 50%;
	font-weight: bold;
}


/**/

.newsletter-title {
	position: relative;
	text-align: center;
	padding: 5rem 0 1rem 0;
}

.newsletter-title:before {
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	content: '';
	display: block;
}

.newsletter-title h2 {
	font-size: 1.5rem;
}

/**/


/**/

@media (min-width: 1230px) {
	.articles {
		position: absolute;
		top: 50%;
		left: 6rem;
		transform: translate(0, -50%);
		margin-top: -50px;
	}
}

@media (max-width: 1229px) and (min-width: 1200px) {
	.articles {
		
		text-align: center;
	}
	.centered {
		float: left;
	}
	.fast-nav-and-articles {
		padding: 0 2rem;
	}
}

@media (max-width: 1199px) {
	.articles {
		text-align: center;
		margin: 2rem 0;
	}
}



.articles a {
	color: inherit;
}

.articles .article h3 {
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.articles h2 {
	display: inline-block;
	background: #6c785f;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0;
	padding: .1rem .25rem;
	
	position: absolute;
	top: 6rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.articles .box {
	width: 346px;
	height: 346px;
	border-radius: 50%;
	padding: 6rem;
	padding-top: 9rem;
	position: relative;
}

.articles .box:before {
	background-image: url(images/articles.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	z-index: -1;
}

.articles:hover .box:before {
	animation: fa-spin 6s infinite linear;
}

@media (max-width: 1599px) {
	.articles .box {
		
		border-radius: 7rem;
		margin: 0 auto;
	}
}

.articles .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
}

.articles .slick-dots li {
	display: inline;
}

.articles .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	border: 1px solid #000;
	font-size: 0;
	margin-left: 5px;
	padding: 0;
}
.articles .slick-dots .slick-active button {
	background: #000;
}


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

.news {
	padding: 1rem;
	background: #fff;
}

.news .content {
    position: relative;
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

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

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

.news h2 {
	background: #111;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: .219rem .75rem;
    margin: 0;
    border-radius: 2rem;
    z-index: 5;
}

.news h2 a {
	color: inherit;
}

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

@media (min-width: 992px) {
	.bn-news {
		padding-right: 100px;
	}
}

.bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: inherit;
}

.bn-news ul li a:hover {
	color: #000;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: bold;
}

.news .date:after {
	content: ' | ';
	margin: 0 10px;
}

.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #111;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	padding: 0;
	margin-right: 5px;
}

.bn-arrow {
    top: -1px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

.bn-controls button:hover {
    background-color: #111;
	color: #fff;
	box-shadow: 0 0 5px rgb(255 255 0 / 90%);
}


/**/

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

/**/

.circle-pirs {
	position: relative;
	margin: 0 auto;
}

.circle-pirs h2 {
	font-weight: bold;
	color: #ef960a;
	font-size: 1.5rem;
}

.circle-pirs .h5 {
	height: 120px;
}


@media (max-width: 500px) {
	.circle-pirs {
		width: auto;
	}
}


@media (min-width: 1200px) {
	.circle-pirs {
		position: absolute;
		top: 50%;
		margin-top: -150px;
		right: 100px;
	}
}


.circle-pirs .circle {
	width: 312px;
	height: 312px;
	background: rgba(255,255,255,0.85);
	border: 20px solid #ef960a;
	border-radius: 50%;
	text-align: center;
	padding: 42px;
	margin: 0 auto;
}

.circle-pirs .circle a {
	color: #000;
}


.circle-pirs .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
}

.circle-pirs .slick-dots li {
	display: inline;
}

.circle-pirs .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	border: 1px solid #000;
	font-size: 0;
	margin-left: 5px;
	padding: 0;
}
.circle-pirs .slick-dots .slick-active button {
	background: #000;
}


/**/

.help-u-btn {
	background: #ed5991;
	border-radius: 2rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: .5rem 1rem;
	margin: 3rem 0;
	display: inline-block;
}

@media (min-width: 1230px) {
	.help-u-btn {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		transform-origin: left;
		margin: 0 0;
		margin-top: -50px;
		
		
		border-radius: 0 2rem 2rem 0;
	}
}

.help-u-btn:hover {
	color: #fff;
	transform: scale(1.1) translate(0, -50%);
}

.fast-navigation-circle {
	position: fixed;
	top: 50%;
	left: -100px;
	transform: translate(0, -50%);
	transform-origin: left;
	margin-top: -50px;
	
	background: #ed5991;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	z-index: 98;
	
	-o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.fast-navigation-circle.active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3000px;
    height: 3000px;
}

.fast-navigation {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	
	opacity: 0;
	
	-o-transition: 2s;
    -ms-transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
	
	z-index: 999;
	
	color: #fff;
	text-align: center;
	
	width: 500px;
	height: 500px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 100px rgba(0,0,0,0.1);
	
	display: none;
}

@media (max-width: 991px) {
	.fast-navigation {
		width: 300px;
		height: 300px;
		position: fixed;
	}
}


.fast-navigation.active {
	opacity: 1;
}

.fast-navigation > div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.fast-navigation .select-holder {
	display: block;
	text-align: center;
}

.fast-navigation h2, .fast-navigation label {
	font-size: 1.2rem;
	font-weight: bold;
}

.fast-navigation select {
	display: block;
	padding: .5rem;
	border-radius: 2rem;
	border: 0;
	background: #fff;
	
	width: 250px;
	margin-bottom: 1rem;
}

.fast-navigation .smart-nav-submit {
	background: none;
	border: 2px solid #fff;
	padding: .5rem 1.5rem;
	font-weight: bold;
	color: #fff;
	border-radius: 2rem;
}

.fast-navigation-close-btn {
	position: absolute;
    top: 38px;
    left: 42px;
    background: #fff;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
    font-size: 30px;
}

@media (max-width: 991px) {
	.fast-navigation-close-btn {
		width: 40px;
		height: 40px;
		font-size: 22px;
		top: 9px;
		left: 36px;
	}
}

/**/

@media (max-width: 991px) {
	.join-newsletter > span {
		display: block;
		margin: .5rem 0;
	}
	
	.newsletter-title h2 {
		padding: 0 1rem;
	}
}

.join-newsletter input {
	border: 0;
	background: #fff;
	padding: .5rem;
	border-radius: 2rem;
	margin: 0 .5rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.join-newsletter button {
	border: 0;
	background: #ed5991;
	color: #fff;
	padding: .5rem 1rem;
	border-radius: 2rem;
	margin: 0 .5rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/**/

@media (min-width: 992px) {
	.social-graphic {
		width: 308px;
		height: 132px;
		background: url(images/social-graphic.png);
		position: fixed;
		top: 18px;
		left: 0;
		z-index: 9999;
		pointer-events: none;
	}
}

/**/

@media (min-width: 1200px) {
	.footer {
		padding: .5rem 0;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
	}
}




/**/

.events {
	width: 370px;
    margin: 0 auto;
    margin-top: 2rem;
}

@media (max-width: 991px) {
	.events {
		width: 300px;
	}
}
@media (min-width: 1230px) {
	.events {
		position: absolute;
		top: 50%;
		right: 3rem;
		transform: translate(0, -50%);
		margin-top: -2rem;
	}
}

.events h2 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #ddd;
	margin-bottom: .5rem;
}
.events .events-more {
	text-align: left;
	position: relative;
}
.events .events-more > a {
	display: inline-block;
	padding: 0 .5rem;
	color: #000;
	background: #ffffff;
	font-weight: bold;
	
	border-radius: 3rem;
}

.event {
	display: block;
	color: inherit;
	margin-bottom: .5rem;
	background: rgb(255 255 255 / 80%);
	border-radius: 3rem;
	margin-bottom: 1.8rem;
	font-size: 1.1rem;
}
.event:hover, .event:focus {
	text-decoration: none;
}
.event .event-content {
	display: table;
	width: 100%;
}
.event .event-content > div {
	display: table-cell;
	vertical-align: middle;
}
.event .icon-cell {
	width: 50px;
}
.event .icon {
	background: #526289;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: .25rem;
	overflow: hidden;
	text-align: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transform: scale(1.3);
	color: #fff;
}
.events-items > div:nth-child(2) .event .icon {
	background: #724d2d;
}
.events-items > div:nth-child(3) .event .icon {
	background: #52753d;
}
.event .icon > .month {
	font-size: .8rem;
	display: block;
}
.event .icon > .day {
	font-size: 1.3rem;
	line-height: 1.3rem;
	display: block;
	padding-top: 1rem;
}
.event .text {
	padding: 1rem;
	line-height: 1rem;
}
.event:hover  .text, .event:focus  .text {
	text-decoration: underline;
}

/*button*/
.modern-matnas-button {
    position: fixed;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1000;
    background-color: #f7f9fc; 
    color: #0d47a1; 
    padding: 14px 15px 14px 30px;
    border-radius: 30px 0 0 30px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600; 
    letter-spacing: 0.2px; 
    border: inset 2px #3f7cb3;
    border-right: none;
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.05),
        0 4px 12px rgba(0, 0, 0, 0.1); 
    
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
    direction: rtl;
    cursor: pointer;
}

.modern-matnas-button:hover {
    background-color: #e3f2fd;
    box-shadow: 
        0 3px 6px rgba(0, 0, 0, 0.1),
        0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(48%) scale(1.03); 
}

.modern-matnas-button .button-icon {
    font-size: 22px;
    margin-right: -5px;
    order: 2;
    color: #114f87; 
}


.modern-matnas-button .button-text {
    margin-left: 10px; 
    order: 1; 
}

@media (max-width: 991px) {
	.modern-matnas-button {
		position: static;
		width: 250px;
	}
}