.cover {
	position: relative;
}
.mobBtn{
    display:none;
}
@media (min-width: 992px) {
	.cover {
		height: 100vh;
		min-height: 630px;
	}
}

@media (max-width: 991px) {
	.cover {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.mobBtn{
    display:flex;
    width:100%;
    max-width:180px;
    background-color:#245d73;
    align-items:center;
    justify-content:center;
    font-size:1.2rem;
    position:fixed;
    left: 50%;
    transform: translateX(-50%);
    top:100px;
    border-radius:50px;
    padding:0.5rem;
    z-index:99;
}
.mobBtn a{
    color:#fff;
}
}

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

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

/**/


@media (min-width: 992px) {
	.primary-icons {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		z-index: 99;
		display: none;
	}
}

.primary-icons>div {
	display: inline-block;
}

.primary-icons a {
	display: block;
	position: relative;
	width: 266px;
	height: 266px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 1rem 2rem;
}

.primary-icons a:hover {
	transform: scale(1.1);
}

.primary-icons a span {
	position: absolute;
	bottom: 5rem;
	right: 0;
	width: 100%;
}

.primary-icons div:nth-child(6) {
	display: none;
}

@media (max-width: 1900px) {
	.primary-icons a {
		width: 195px;
		height: 195px;
		background-size: cover;
		margin: 1rem 1rem;
	}

	.primary-icons a span {
		bottom: 3rem;
		padding: 0 3rem;
		line-height: 1rem;
	}


}

@media(max-width: 1199px) {
	.primary-icons {
		text-align: center;
	}

	.primary-icons a {
		width: 180px;
		height: 180px;
		background-size: cover;
		margin: 0px auto;
	}

	.primary-icons a span {
		bottom: 3rem;
		font-size: 0.85rem;
	}
}

/**/

.services:before {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 100%;
	height: 50px;
	background-image: url(images/shape-bottom.png);
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
	content: '';
	display: block;
}

.services {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgb(255 255 255);
}

.box-services {
	padding: 0 130px;
	padding-right: 99px;
}

@media(max-width:1199px) {
	.box-services {
		padding: 0px;
	}
}

.service {
	text-align: center;
	display: block;
	padding: 1.5rem 0;
	padding-right: 0;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

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

.service .icon {
	position: relative;
	height: 75px;
}

.slick-slide:nth-child(1) .service .icon:after {
	content: "";
	position: absolute;
	right: 1px;
	top: 32px;
	bottom: 0px;
	width: 1px;
	background: #afc3d0;
}
.service .icon:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 32px;
	bottom: 0px;
	width: 1px;
	background: #afc3d0;
}

.service:nth-child(9) .icon:before {

	display: none;
}

.service .icon img {
	display: block;
	margin: 0 auto;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%) 
}

.service:hover .icon img {
	transform: translateY(-10px) translate(-50%, -50%);
}


@media(max-width:991px) {
	.services {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.85);
		height: 126px;
	}
}

/**/


/**/
/* 
.whats-new {
	position: relative;
	background: #f1f1f1;
	padding: 3rem 0;
} */


@media (max-width: 767px) {
	.whats-new .content>.row {
		margin: 0;
	}

	.whats-new .side {
		display: none;
	}

	.whats-new .content {
		margin-right: 0;
		padding: 0;
	}
}

.whats-new section h2 {
	color: rgb(50, 31, 40);
	font-size: 1.6rem;
	margin-bottom: 2rem;
	text-align: revert;
	font-weight: 500;
	padding-top: 24px;
}



.whats-new section h2+a {
	display: inline-block;
	padding-top: .1rem;
	text-decoration: none;
	color: inherit;
	line-height: .5rem;
}


.whats-new section h2+a span {
	border-bottom: 1px dotted #666;
}

.whats-new section h2+a em {
	color: #007e3d;
}

/**/




.item-card {
	height: 168px;
	min-height: 150px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 15px;
	border-radius: 25px;
}



.item-card .pic {
	width: 226px;
	border-radius: 25px;
}


.item-card a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 25px;
	background-repeat: no-repeat;

}

.item-card a .name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	color: #000;
	border-radius: 0 0 23px 23px;
	line-height: 23px;
	min-height: 50px;
	align-items: center;
	display: flex;
	text-align: center;
	justify-content: center;
}




/**/

.news {
	position: relative;
}

.news .news-toggle {
	position: absolute;
	top: 25px;
	left: 1rem;
	background: none;
	border: 0;
}

.news .news-marquee {
	height: 339px;
	overflow: hidden;
	margin-bottom: 1rem;
	padding: 1rem;
	padding-right: 0;
}

.news .item {
	background: #fff;
	border-right: 3px solid #601d54;
	padding: 1.5rem;
	border-radius: 25px;
	margin-bottom: 1.5rem;
	display: block;
	color: inherit;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.color:nth-child(1n) .item {
	border-right: 3px solid #b88b30;
}

.color:nth-child(2n) .item {
	border-right: 3px solid #a05344;
}

.color:nth-child(3n) .item {
	border-right: 3px solid #321f28;
}

.news .item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.news .item time {
	color: #734046;
}

.news .item h3 {
	font-size: 1.2rem;
	font-weight: 400;
}

.news .item p {
	margin: 0;
}

.read-more {
	text-align: left;
	padding-left: 20px;
	padding-top: 25px;
	font-weight: bold;
}



@media (max-width: 767px) {
	.read-more {
		padding: .75rem;
		background: #f1f1f1;
		text-align: left;
	}
}

.read-more a {
	color: #734046;
	text-decoration: none;
}

.read-more a span {
	/* border-bottom: 1px dotted #734046; */

}



/* colors */




/*fast-navigation*/


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

	.fast-navigation {
		
		color: white;
		font-size: 1.1rem;
		text-align: center;
		max-width: 300px;
		margin: 0 auto;
	}

	.fast-navigation>div {
		padding: 50px;
	}

	.fast-navigation label {
		background: rgb(11 148 68 / .7);
		border: 0;
		border-radius: 100px;
		padding: .5rem 1rem;
		display: inline-block;
	}

	.fast-navigation select {
		background: #fff;
		border: 0;
		border-radius: 100px;
		padding: .5rem 1rem;
		width: 90%;
		margin: .75rem 0;
	}

	.fast-navigation button {
		background: none;
		border: 0;
		border-radius: 100px;
		padding: .5rem 1.5rem;
		border: 1px solid #fff;
		color: #ffffff;
		font-weight: bold;
	}

}


a.piar1 p {
	position: absolute;
	top: 33%;
	right: 13px;
	background: rgb(255 255 255 / 0.85);
	padding: 1.5rem 1rem;
	font-size: 2rem;
	font-weight: 500;
	color: #000;
	border-radius: 25px 0px 0px 25px;
	padding-left: 3rem;
	padding-right: 5rem;
}

.piar1 .banner {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	display: block;
	border-radius: 20px;
	margin-top: 1rem;
}


.articles-slick>div {
	height: 100%;
}

.articles-slick .pic img {
	border-radius: 25px;
	width: 100%;
}

.articles-slick article {
	height: 350px;
}


.articles-slick .info {position: relative;background: #fdfbf7;border-radius: 0 0 15px 15px;padding: 1rem;min-height: 80px;display: flex;align-items: center;justify-content: center;}


.articles-slick a {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	border-radius: 15px;
}
.articles-slick article a::before {
    content: "";
    flex-grow: 1; 
    min-height: 200px;
}

.event {
	display: flex;
	border: 2px solid #dcdcdc;
	height: 125px;
	border-radius: 27px;
}

.event span.day {
	font-size: 3rem;
}

.event span.month {
	margin-top: -20px;
}

.event .date {
	float: right;
	background: #734046;
	padding: 2rem;
	font-size: 1.25rem;
	font-weight: 300;
	text-align: center;
	color: #fff;
	height: 100%;
	display: grid;
	border-radius: 0px 25px 25px 0px;
	padding-top: .75rem;
}

.event .name {
	float: right;
	background: #fff;
	padding: 2rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	height: 100%;
	display: grid;
	border-radius: 25px 0px 0px 25px;
	align-items: center;
}

.primary-icons {
	display: none;
}

@media(max-width:678px) {
	.event {
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1623px !important;
	}
}

@media(max-width:678px) {

	.col-news,
	.col-piars {
		background: #d8d8d894;
		padding: 1rem 0rem;
		border-top: 1px solid #932733;
		border-bottom: 2px solid #d2d2d2;
		margin-bottom: 2rem;
	}

	.col-piars {
		padding: 1rem;
	}


	.row-events {
		padding-top: 0 !important;
	}

	.read-more {
		padding: .75rem;
		background: unset;
		text-align: right;

	}

	.item-card {
		margin-bottom: unset;
		margin-left: unset;
		margin-bottom: 1rem;
	}

	.item-card a {
		border-radius: 0px;
	}

	.piar1 {
		margin-bottom: 1rem;
	}

	.articles-slick a {
		border-radius: 0;
	}

	.articles-slick .info {
		border-radius: 0px;
	}

	.col-banner {
		padding: 0;
		border-radius: 0px;
	}

	.piar1 .banner {
		border-radius: 0;
	}

	a.piar1 p {
		background: #fff;
		padding: 1.5rem 1rem;
		font-size: 1rem;
		font-weight: bold;
		color: #000;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		border-radius: 0;
		right: unset;
	}
	.articles-slick article {
	    height: 300px;
	}
	.event .date,
	.event .name,
	.event {

		border-radius: 0;
	}
}




.fast-navigation {
	background: rgb(0, 0, 0, .7);
	padding: 1rem;
	border-radius: 3rem;
	color: #fff;
	font-weight: bold;
	position: relative;
}

@media (min-width: 992px) {
	.fast-navigation {
		position: absolute;
		top: 26%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		
	}
}



.fast-navigation label {
	border: 0;
	border-radius: 100px;
	padding: .5rem 1rem;
	margin: 0 .5rem;
	font-size: 18px;
	font-weight: 500;
}


.fast-navigation .smart-nav-sub label {
	background: none;
}

@media (min-width: 992px) {
	.fast-navigation .smart-nav-sub label {
		position: fixed;
		top: -999px;
	}
}
@media (min-width: 992px) {
	.fast-navigation select {
		border: 0;
		border-radius: 100px;
		padding: .25rem 1rem;
		margin: 0 .5rem;
		min-width: 218px;
	}
}

.fast-navigation button {
	background: #c29c4e;
	border: 0;
	border-radius: 100px;
	padding: .5rem 1rem;
	margin: 0 .5rem;
	color: #fff;
	/* position: fixed;
	top: -999px */
}



/**/

@media (min-width: 992px) {
	.side-banners {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.side-banners.side-banners-right {
		right: 0;
	}
	.side-banners.side-banners-left {
		left: 0;
	}
	.side-banners.side-banners-left a {
		border-radius: 0 30px 30px 0;
	}
	.side-banners.side-banners-left a{
	    background-color:#3db159;
	    position:relative;
	    padding-right:3.4rem;
	    color:#fff;
	    font-weight:bold;
	    font-size:1.1rem;
	}
	.side-banners.side-banners-left img{
	    right:5px;
	    top:50%;
	    transform:translateY(-50%);
		position:absolute;
	   width:45px;
	   border:1px solid #fff;
	   border-radius: 100vw;
	}
}
@media (max-width: 991px) {
    .side-banners.side-banners-left{
        display:none;
    }
	.side-banners {
		padding: 30px;
	}
}
.side-banners a {
	background-color: #fff;
	color: inherit;
	display: block;
	padding: 1rem;
	margin: 1rem 0;
	border-radius: 30px;
}

