.cover {
	position: relative;
	min-height: 670px;
	padding-top: 320px;
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
	width:100%;
}

.cover .toggle-slick {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}

.cover .slick-track > div{
	background-position: initial;
	display: flex;
	justify-content: 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;
}

/**/

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
	z-index: -1;
}

#toggle-video {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}



/**/


.services-slick {
	padding: .5rem 1rem;
	margin: 0 1rem;
}

.service {
	text-align: center;
	display: block;
	/* background-image: url(images/circ_odd.png); */
	background-repeat: no-repeat;
	background-position: center;
	margin: 1rem;
	padding: 1rem;
	color:#fff;
	width: 163px;
	height: 163px;
	font-size: 1.34rem;
	line-height: 1.12;
	transform: scale(1);
		filter: hue-rotate(0deg);
		transition: all 0.3s ease-in-out;
}
.slick-slide:nth-child(odd) .service{
	background-image: url(images/circ_odd.png);
}
.slick-slide:nth-child(even) .service{
	background-image: url(images/circ_even.png);
}
.service .icon img {
	width: 60px;
	display: block;
	margin: 0 auto;
	transition: all 0.4s ease-in-out;
	/* margin-bottom: .75rem; */
}
.service:hover {
	transform: scale(1.1);
	filter: hue-rotate(120deg);
}

.service:hover .icon img {
	width: 64px;
}
.service figure{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 130px;
	align-items: center;
	width: 100%;
	max-width: 96%;
	margin: auto;
}
.service:hover{
	color:#fff;
}
.service figcaption{
	min-height: 54px;
	display: flex;
	align-items: flex-start;
}
/* Articles */

.articles {
	padding: 3rem 2rem;
}
.articles h2 {
	font-weight: bold;
	margin-bottom: 2rem;
}
.articles article {
	display: block;
	height: 100%;
}
.articles .row > div {
	margin-bottom: 30px;
}
.article {
	display: block;
	background: #fff;
	color: #000;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	position: relative;
	height: 100%;
}
.article img {
	display: block;
	width: 100%;
}
.article .info {
	padding: 1rem;
}
.article h3 {
	font-weight: bold;
}
.article .date {
	padding-bottom: 56.25%;
    position: relative;
    background: rgb(87, 129, 207);
    background: linear-gradient(45deg, rgb(77, 131, 246) 0%, rgb(132, 146, 183) 50%, rgb(88, 109, 215) 100%);
}
.article .date > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	
	font-size: 3rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.article .date > div > span:nth-child(2) {
	font-size: 1.5rem;
	display: block;
}
.read-more {
	background: #fff;
	display: inline-block;
	padding: .25rem .75rem;
	font-weight: bold;
	color: inherit;
	border: 1px solid #ddd;
}

/**/

.events {
	background-color: #fff;
}

.ribbon-date {
	position: absolute;
	top: 0;
	left: 15px;
	background: #fff;
	color: #000;
	padding: .5rem 1rem;
}
.ribbon-date span {
	display: block;
}
.ribbon-date span:nth-child(1) {
	font-weight: bold;
	font-size: 1.5rem;
}

.wrapper{
	position: relative;
	display: flex;
	width: 100%;
	max-width: 90%;
	justify-content: space-between;
	margin: auto;
}
.wrapper .hpBtn{
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	max-width: 250px;
	padding:0.25rem 0.5rem;
	border-radius: 50px;
	font-size: 1.5rem;
	color:#fff;
}
.wrapper .jsBtn{
	border:3px solid #fff;
	background-color: rgba(9, 114, 120,0.82);
}
.wrapper .hpBtn:not(.jsBtn){
	background-color: rgba(255, 255, 255,0.82);
	color:var(--text);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	padding: 8px 1rem;
	background-color: var(--site2);
}

.news .content {
    position: relative;
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;
}



.news h2 {
	background: var(--site3);
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    padding: .219rem .75rem;
    margin: 0;
    border-radius:0;
    z-index: 5;
}
.news .container{
	min-width: 100%;
}

.news h2 a {
	color: inherit;
}


.bn-news ul li a {
	font-size: 1.1rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: #fff;
}

.bn-news ul li a:hover {
	color: #000;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: normal;
}



.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: 25px;
	height: 25px;
	border-radius: 0;
	background: var(--site3);
	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: var(--site2);
	color: #fff;
	box-shadow: none;
}


/**/

/**/



/* Fast Nav */

.fast-navigation {
	padding: 1rem 0;
	border-radius: 0 0 2rem 2rem;
	color: #fff;
	width: fit-content;
    margin: 0 auto;
}

.fast-navigation:after {
	clear: both;
	display: block;
	content: '';
}


.fast-navigation label {
	background: var(--site1);
	border-radius: 0 2rem 2rem 0;
	padding: 5px 10px;
	border: 0;
	margin: 0;
}

.fast-navigation select {
	background: #fff;
	border: 0;
	border-radius: 0;
	padding: 5px 10px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.fast-navigation button {
	background: var(--site1);
	border: 0;
	border-radius: 2rem 0 0 2rem;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

.side-banners a {
	background-color: #fff;
	display: block;
	padding: 1rem;
	margin: 1rem 0;
}

/**************************************************************/

@media (min-width: 992px) {
	.fast-navigation .smart-nav-sub > label,
	.fast-navigation .smart-nav-sub > select,
	.fast-navigation .smart-nav-sub > button {
		float: right;
		display: block;
	}
	.services {
		position: absolute;
		bottom:5rem;
		right: 0;
		width: 100%;
		background-color: rgba(255,255,255,0.25);
	}
	.services .container{
		max-width: 100%;
		padding: 0;
	}
	.bn-news {
		padding-right: 100px;
	}
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		float: right;
		display: block;
	}
	.side-banners {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.side-banners.side-banners-right {
		right: 0;
	}
	.side-banners.side-banners-left {
		left: 0;
	}
	.cover {
		height: 100vh;
	}
	.news{
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.screener.active .wrap{
	display: block;
    transform: scale(1);
    z-index: 999;
}
.screener .wrap {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    color: #022353;
    width: 100%;
    height: 100vh;
    z-index: -1;
	z-index: 99999999999;
    padding: 2rem;
    padding-top: 4rem;
    transition: 0.5s;
    transform: scale(0);
    display: none;
}
.screener h2{
	font-size: 1.3rem;
}
.screener .inner{
	position: relative;
	border:2px solid red;
	width: 100%;
	max-width: 890px;
	margin: auto;
	inset:0;
	background-color: #fff;
	padding: 25px 70px 15px;
	border-radius: 30px;
	
}
.screener .closer{
	position: absolute;
	left:-25px;
	top:-25px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: grid;
	place-content: center;
	font-size: 1.7rem;
}
.screener .wrap .grider{
	width: 100%;

	display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 40px;
grid-row-gap: 30px; 
background-color: #fff;
border-radius: 25px;
}

.screener .div1 { grid-area: 1 / 1 / 2 / 2; }
.screener .div2 {  grid-area: 1 / 2 / 2 / 3; }
.screener .div3 {  grid-area: 2 / 1 / 3 / 2;}
.screener .div4 { grid-area: 2 / 2 / 3 / 3; }

.screener .grider > div{
	width: 100%;
	max-width: 360px;
	height: 250px;
	
}
.screener .grider > div > a{
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction:column;
	height: inherit;
	width: inherit;
	border-radius: 25px;
	overflow: hidden;

}
.screener h4{
	margin-top: auto;
	padding: 5px 1rem;
	width: 87%;
	border-radius: 30px 0 0 5px;
	color: #fff;
	font-size: 1.1rem;
	min-height: 60px;
	display: flex;
    align-items: center;
	margin-bottom: 0;
	padding-bottom: 0;
}
.screener .div1 h4{
	background-color:#097278 ;
}
.screener .div2 h4{
	background-color:var(--site5) ;
}
.screener .div3 h4{
	background-color:#1a674f;
}
.screener .div4 h4{
	background-color:#217b99;
}
.screener .btnwrap{
	margin-top: 1rem;
	display: flex;
	justify-content: flex-end;
}
.screener .btnwrap a{
	background-color: var(--site5);
	color:#fff;
	padding: 5px 1rem;
	border-radius: 10px;
}
/**************************************************************/

@media screen and (max-height:600px){
	.screener .grider > div {
		width: 100%;
		max-width: 300px;
		height: 170px;
	}
}
@media (max-width: 991px) {
	.header .top{
		display: flex;
		padding-inline:1.2rem;
		margin-top: 1.5rem;
		min-height: auto;
		padding-right: 1rem;
		flex-direction: column;
	  }
	  
	  .header.offset .top{
		display: none;
	  }
	.cover {
		padding: 15px 0;
		padding-top: 310px; /* header height + padding */
	}
	.centered {
		text-align: center;
	}
	.centered-banner img {
		max-width: 100%;
	}
	.news{
		padding-inline:0;position: absolute;bottom: 0;width: 100%;
	}
	.news h2 {
		display: none;
	}
	.news .breaking-news-ticker .bn-news{
		left:5px !important;
	}
	.bn-direction-rtl .bn-controls{
		display: none;
	}
	.cover .toggle-slick {
		display: none;
	}
	video, #toggle-video {
		display: none;
	}
	
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		display: block;
		border-radius: 2rem;
		width: 100%;
	}
	
	.fast-navigation .smart-nav-sub > label,
	.fast-navigation .smart-nav-sub > select,
	.fast-navigation .smart-nav-sub > button {
		display: block;
		border-radius: 2rem;
	}
	
	.fast-navigation .smart-nav-sub > select {
		width: 100%;
		margin: .5rem 0;
	}
	
	.smart-nav-submit {
		margin: 0 auto;
	}
	.branches .branch {
		margin: 5px;
		text-align: center;
		max-width: 120px;
		padding: 5px 0.5rem;
		font-size: 1.1rem;
	}
	.services-slick{
		display: flex;
		flex-wrap: wrap;
		padding: 0.5rem 0rem;
    margin: 1rem 0rem;
	}
	.services-slick > div{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 49%;
	}
	.services-slick > div:nth-child(odd) .service{
		background-image: url(images/circ_odd.png);
	}
	.services-slick > div:nth-child(even) .service{
		background-image: url(images/circ_even.png);
	}
	.service{
		margin: 0;
		background-size:8.25rem ;
		font-size: 1.1rem;
	}
	.service .icon img{
		width: 45px;
	}
	.service figcaption{
		padding-inline:1rem;
	}
	.service figure{
		padding-block: 1rem;
	}
	.wrapper{
		justify-content: space-around;
	}
	.wrapper .hpBtn{
		max-width: 40%;
	}
	.sideB{
		display: none;
	}
	.sideB.mobile{display:flex;left:auto;border:none;
		position: relative;height: auto;border-radius: 10px;
		top:0rem;width:90%;flex-direction: row;margin-bottom: 1rem;
	}
	.sideB.mobile .wrap{
		max-width: 100%;display: flex; justify-content: space-evenly;
	}
}
@media (max-width:767px){
	.screener .inner{
		padding: 20px 16px;
		max-height: 75vh;
		overflow: scroll;
	}
	.screener .closer{
		width: 40px;height: 40px;
		left: 5px;
		top:5px;
		font-size: 1.52rem;
	}
	.screener .wrap .grider{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.screener .grider > div{
		height: 180px;
	}
}
@media (max-width:500px){
	.cover {
		padding-top: 310px;
	}
	.header .searching [type="text"]{
		height: 40px;
	}
	.header .searching .icon-btn {
		width: 30px;
	}
	.wrapper .hpBtn{
		font-size: 1.25rem;
		max-width: 49%;
	}
	.wrapper .hpBtn img{
		max-width: 27px;
	}
	.services .container{
		padding-inline:0;
	}
	.services-slick > div{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 33%;
	}
	.service{
		font-size: 1rem;
		background-size: 7.5rem;
	}
	.service .icon img{
		width: 40px;
	}
	.service figcaption{
		padding-inline:1px;
		min-height: 30px;
	}
}