.header{
	background: rgba(255, 255, 255, 0.65);
}
main{
	display: flex;
	flex-direction: column;
	height: 100vh;
	padding-top: 36vh;
}
@media (max-height:760px){
	main{
		padding-top: 250px;
		padding-top: 210px;
	}
}
.cover {
	position: absolute;
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	right:0;
	min-height: 670px;
	z-index: -1;
}
.header-side .search{
	display: none;
}
@media (min-width: 992px) {
	.cover {
		height: inherit;
	}
}

@media (max-height:750px){
	
}


.searching {
	position: absolute;
	position: relative;
	width:100%;
	/* max-width: 840px; */
	top: 5.2rem;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(7,77,15,0.75);
	background-color: var(--dgreenRGB);
  inset: 5.4rem 0 auto;
  inset: 0;
	margin:auto;
	margin-bottom: 1.8rem;
	border-radius: 50px;
	padding-inline-start: 1.5rem;
  }
  .searching h2{
	display: inline-flex;
   font-size: 1.3rem;
	color:#fff;
  margin-bottom: 0;
  font-weight: 400;
  }
  .searching form{
	width: 100%;
	max-width: 450px;
  }
  .searching input {
	width: 100%;
	font-size: 0.95rem;
	padding: 0.5rem 0.8rem;
	padding: 0.6rem 0.8rem;
	border-radius: 50px;
	border: 1px solid var(--main);
	font-weight: 500;
	background-color: var(--white);
	color: var(--blue);
  }
  .searching .icon-btn {
	border-radius: 50px;
	background-color: var(--second);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 7px;
	top:7px;
  }
.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;
}

.cover .toggle-slick {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}

@media (max-width: 991px) {
	.cover .toggle-slick {
		display: none;
	}
}

.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;
}

@media (max-width: 991px) {
	video, #toggle-video {
		display: none;
	}
}

/* bntns */
.btns{
	position: relative;
	width: 100%;
	max-width: 840px;
	margin: auto;
  }
  .btns .wrapper{
	margin:auto;
	inset: 0;
	width: inherit;
	max-width: 890px;
	display: flex;
	margin-top: auto;
	justify-content: space-between;
	gap:30px;
  }
  
.srv{
	background-color: rgba(255,255,255,0.99);
	padding:5px 1rem;
	border-radius: 50px;
	width: 100%;
	max-width: 300px;
	display: grid;
	place-content: center;
	padding-block: 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	color:var(--main);
	border:1px solid;
	margin-bottom: 1rem;
}
.srv:hover{
	background-color: var(--main);
	color:#fff;
}
/**/

@media (min-width: 992px) {
	.services {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		background-color: rgba(255,255,255,0.7);
	}
}

.services-slick {
	padding: .5rem 1rem;
	margin: 0 1rem;
}

.service {
	text-align: center;
	display: block;
	background: rgba(255,255,255,0.82);
	margin: 1rem;
	padding: 1rem;
	border-radius: 50%;
	width: 122px;
	height: 122px;
}

.service:hover{
	background: #fff;
}

.service .icon img {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	height: 55px;
}
.service figcaption{
	color:var(--main);
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1;
}

/* 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(206 189 111);
    background: linear-gradient(45deg, rgb(246 183 77) 0%, rgb(160 183 132) 50%, rgb(121 204 200) 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;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	padding: 0.4rem;
	background: rgba(var(--mainRGB), 0.7);
}

.news .content {
    position: relative;
	display: flex;
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #fff;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.news .container{
	max-width: 1670px;
}
.news h2 {
	background: transparent;
    color: #fff;
    font-size: 1.42rem;
    font-weight: 400;
    position: relative;
    top: 0;
    right:0;
    padding: 0 0 0 1rem;
    margin: 0;
    border-radius: 2rem;
    z-index: 5;
}

.news h2 a {
	color: inherit;
}



@media (min-width: 992px) {
	
	.bn-news {
		padding-right: 0;
	}
}

.bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: #fff;
}
@media (max-width: 991px) {
	.news h2 {
		display: none;
	}
	.bn-news ul li a{
		font-size: 1rem;
	}
}
.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: transparent;
	color: #fff;
	padding: 0;
	margin-right: 5px;
	border:none;
	outline: none;
}
.bn-direction-rtl .bn-controls button{
	border:none !important;
}
.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(--main);
	color: #fff;
}


/**/

@media (min-width: 992px) {
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
}
.ads-slick, .centered-banner.slick-slide{
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.centered-banner .img-fluid{
	max-height: 160px;
	object-fit: contain;
	border-radius: 22px;
}
@media (max-height:760px){
	.centered-banner .img-fluid{
		max-height: 100px;
	}
	.srv{
		padding-block: 0.5rem;
		font-size: 1.3rem;
	}
	.service{
		width: 110px;
		height: 110px;
	}
	.services-slick{
		padding:0 1rem;
	}
	.service figcaption{
		font-size: 0.9rem;
	}
}
@media (max-width: 991px) {
	.centered {
		text-align: center;
	}
	.centered-banner img {
		max-width: 100%;
	}
}

/**/



/* 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: '';
}

@media (min-width: 992px) {
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		float: right;
		display: block;
	}
}


.fast-navigation label {
	background: #0372ac;
	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: #0372ac;
	border: 0;
	border-radius: 2rem 0 0 2rem;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

@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;
	}
}

@media (max-width: 991px) {
	main{
		padding-top: 0;
	}
	.header{
		background: rgba(255, 255, 255, 0.95);
	}
.cover-slick div {

	background-position: center 100px;
}
	.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;
	}
}

/**/

@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 a {
	background-color: #fff;
	display: block;
	padding: 1rem;
	margin: 1rem 0;
}
.footer{
	background-color: rgba(0,0,0,0.4);
	padding: 0.25rem;
}
.footer p, .footer a{
	color: #fff;
}
footer.footer{
	display: none;
}
@media (max-width:1500px){
	.searching {
		max-width: inherit;
	  }
	  .searching h2{
		font-size: 1.4rem;
	  }
}
@media (max-width: 991px) {
	body{
		padding-bottom: 0;
	}
	main{
		height: calc(100vh - 105px);
	}
	.srv{
		font-size: 1.2rem;
		padding-block: 0.5rem;
		text-align: center;
		line-height: 1;
	}
	.cover {
		height: 100%;
		padding: 15px;
		padding-top: 125px; /* header height + padding */
	}
	.bn-direction-rtl .bn-controls{
		display: none;
	}
	.bn-news{
		left:2px !important;
	}
	.searching{
		display: none;
	}
	.btns{
		margin-top: 5rem;
	}
	.btns .wrapper{
		align-items: center;
		padding-inline-start:0;
		margin-inline:auto;
	}
	.footer{
		/* margin-top: auto; */
		bottom:0;
		position: relative;
		width: 100%;
	}
	.cover{
		position: fixed;
		height: 100%;
	}
	.btns{
		margin: 5rem auto 2rem;
	}
	.news{
		position: absolute;
		width: 100%;
	}
	.srv{
		margin-bottom: 0;
		max-width: 220px;
	}
	.btns .wrapper{
		flex-direction: column;
	}
	.services{
		margin-top: auto;
		margin-bottom: 5rem;
	}
	.services-slick{
		padding: 0.5rem 0rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.services-slick > div{
		display: flex;
		justify-content: center;
		flex-basis: 30%;
	}
	.centered-banner .img-fluid{
		max-width: 67%;
		margin:auto;
	}
}


@media (max-width:480px){
	
	.service {
		width: 108px;
		height: 108px;
	}
	.service .icon img{
		height: 36px;
	}
	.service figcaption{
		font-size: 1rem;
	}
	.srv{
		max-width: 170px;
	}
}