.cover {
	position: relative;
}

@media (min-width: 1200px) {
	.cover {
		padding-bottom: 40%;
	}
}

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

.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-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: 1200px) {
	.services {
		position: absolute;
		top: 100%;
		margin-top: -140px;
		right: 0;
		width: 100%;
		text-align: center;
	}
}

.services .content {
	max-width: 1020px;
	background: rgba(255,255,255,0.9);
	padding-top: 80px;
    padding-bottom: 40px;
	border-radius: 2rem;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin: 0 auto;
	position: relative;
}

.services .content h2 {
	background-image: url(images/services-title.png);
    width: 483px;
    height: 68px;
    color: #fff;
    position: absolute;
    top: -19px;
    right: 50%;
    margin-right: -240px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 16px;
    text-align: center;
}

@media (max-width: 483px) {
	.services .content h2 {
		width: 90%;
		background-size: 100% 100%;
		right: 5%;
		margin-right: 0;
		font-size: 1.2rem;
	}
}

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

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

.service {
	font-size: 1.2rem;
	color: #111;
	margin: 1rem 1.5rem;
	display: inline-block;
}

.service .icon {
	width: 106px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}


.service .icon img {
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.service:hover .icon {
	transform: rotate(23deg) scale(1.05);
}
.service:hover .icon img {
	transform: rotate(-23deg);
}

.services .services-items > div:nth-child(1) .service .icon {
	background-image: url(images/s1.png);
}
.services .services-items > div:nth-child(2) .service .icon {
	background-image: url(images/s2.png);
}
.services .services-items > div:nth-child(3) .service .icon {
	background-image: url(images/s3.png);
}
.services .services-items > div:nth-child(4) .service .icon {
	background-image: url(images/s4.png);
}
.services .services-items > div:nth-child(5) .service .icon {
	background-image: url(images/s5.png);
}
.services .services-items > div:nth-child(6) .service .icon {
	background-image: url(images/s6.png);
}


/**/

.articles-events {
	padding-top: 200px;
    padding-bottom: 50px;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 100% 26%;
}

@media (max-width: 1199px) {
	.articles-events {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.articles-events h2 {
	color: #315bb0;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.articles {
	padding: 0 1rem;
}

.article {
	display: block;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.article:hover, .article:focus {
	color: #ffd404;
}

.article .pic {
	padding-bottom: 75%;
	position: relative;
	background: #fff;
}

.article img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

.article .info {
	padding: .5rem;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	padding-top: 3rem;
}
.article h3 {
	font-size: 1.2rem;
}
.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 {
    display: inline-block;
    border-radius: 10px;
    padding: 0.25rem 0.75rem;
    font-weight: bold;
    color: inherit;
    border: 1px solid #275bab;
}


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

.news {
	margin-bottom: 30px;
}

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

.news .content {
    position: relative;
	background: rgb(22,178,235);
	background: linear-gradient(45deg, rgba(22,178,235,1) 0%, rgba(29,100,164,1) 100%);
	color: #fff;
	border-radius: 10px;
	padding: 5px;
	
}

@media (min-width: 1200px) {
	.news .content {
		max-width: 70%;
		margin: 0 auto;
		border-radius: 0 0 10px 10px;
	}
}

.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: none;
    color: #fff371;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px;
    margin: 0;
    border-radius: 2rem;
    z-index: 5;
    background-color:#2379b7;
}

.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: 1rem;
    line-height: 1rem;
    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-direction-rtl .bn-controls {
	left: 0;
	right: auto;
	top: 2px;
}

.bn-controls button {
	border: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgb(0 0 0 / 20%);
    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%);
}

/**/

.events {
	background: #315bb0;
	color: #fff;
	border-radius: 10px;
	padding: 1.5rem;
	margin: 0 1rem;
	margin-top: 54px;
}

.events h2 {
	color: #fff;
}

.events .form-group {
    margin-bottom: 17px;
}

.events .form-control {
	border: 0;
	border-radius: 10px;
	padding: 10px;
	height: auto;
}

.events .btn-primary {
	background: #35c570;
	border: 1px solid #35c570;
	border-radius: 10px;
	padding: 10px;
	font-weight: bold;
}

/**/

.search.icon-btn {
	display: none;
}

/**/



@media (min-width: 1200px) {
	.main-search {
		position: absolute;
		top: 230px;
		right: 0;
		width: 100%;
	}
}

.main-search .holder {
	width: fit-content;
	margin: 0 auto;
}

.main-search input {
	width: 700px;
	padding: 15px;
	border-radius: 0 10px 10px 0;
	border: 0;
	background: rgba(255,255,255,0.9);
	float: right;
}

.main-search button {
	padding: 15px 20px;
	border-radius: 10px 0 0 10px;
	border: 0;
	background: #339d5e;
	color: #fff;
	float: right;
}

@media (max-width: 1199px) {
	
	.main-search {
		margin-bottom: 60px;
	}
	.main-search .holder {
		width: auto;
		position: relative;
	}

	.main-search input {
		width: 100%;
	}
	
	.main-search button {
		position: absolute;
		top: 0;
		left: 0;
	}
}

.main-search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
}

.main-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
}

.main-search ::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
}