body {
  padding-top: 225px;
}

html {
  scroll-behavior: smooth;
}

/**/

.articles {
  position: relative;
  margin-bottom: 2rem;
}

.articles .read-more {
  position: absolute;
  bottom: 15px;
  left: 0;
}

.articles .read-more a {
  display: block;
  background: #f58220;
  color: #000;
  padding: 0.25rem 0.75rem;
  border-radius: 0 2rem 2rem 0;
}

.articles article {
  position: relative;
}

.articles article .pic {
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  height: 414px;
  /*padding-bottom: 38.33%;*/
}

@media (max-width: 991px) {
  .articles article .pic {
    height: 214px;
  }
}

.articles article .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);

  height: 100%;
}

/*
@media (max-width: 1839px) {
	.articles article .pic {
		padding: 0 !important;
		padding-bottom: 52.9%;
	}
}

@media (max-width: 1539px) {
	.articles article .pic {
		padding: 0 !important;
		padding-bottom: 56.25%;
	}
}
*/

/*
.articles .slick-slider {
	max-height: 414px !important;
	height: 414px !important;
}

.articles .slick-slider>div {
	max-height: 414px !important;
	height: 414px !important;
}
*/

.articles article .pic:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";

  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 20%,
    rgba(255, 255, 255, 0) 100%
  );

  width: 100%;
  height: 30%;
}

/*
.articles article img {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}*/

.articles article h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  width: 80%;
  margin: 0;
}

.articles-slick .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  padding: 1rem;
}

.articles-slick .slick-dots > li {
  float: right;
}

.articles-slick .slick-dots > li > button {
  font-size: 0;
  background: #4ea44b;
  color: #fff;
  border: 0;
}

.articles-slick .slick-dots > li.slick-active > button {
  background: #f58220;
}

.articles-slick .slick-dots > li > button:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
}

.articles-slick .slick-dots > li.slick-active > button:before {
  content: "\f111";
}

/**/

.card.services {
  background: #fef7ea;
  color: #fff;
  border: 0;
  /* border-radius: 0; */
  margin-bottom: 2rem;
  /* min-width: 296px !important; */
}

.card.services .box-card-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  text-align: center;
  background: #f9a40f;
  color: white;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.card.services .card-header {
  border: 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 0;
  padding: 0.48rem;
  background: none;
  background: #f9a40f;
  text-align: center;
}

.card.services .card-body {
  padding: 2px 17px;
  border-radius: 0;
  padding-top: 43px;
}

.service {
  color: #333;
  margin: 2px -13px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.service:hover {
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  transform: scale(1.15);
  position: relative;
  z-index: 2;
}

.service .icon {
  height: 80px;
  padding: 15px;
}

@media (min-width: 1200px) and (max-width: 1539px) {
  .service .icon {
    height: 53px;
  }
}

.service .icon img {
  height: 100%;
}

.service figcaption {
  padding: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

/**/

.right-banners a {
  /* padding-bottom: 30px; */
}

.right-banners a img {
  width: 100%;
  height: 191px;
}

.right-banners > .row > .padding-bottom:nth-child(1) > div {
  padding-bottom: 2rem;
}

/**/

/* .news-marquee {
	overflow: hidden;
}

.news {
	background: #4ea44b;
	color: #fff;
	padding: .5rem;
}

.news a {
	color: inherit;
}

.news .content {
	position: relative;
}

.news h2 {
	position: absolute;
	top: 0;
	right: 0;
	background: #4ea44b;
	z-index: 5;
	padding: .3rem 0;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.5rem;
}


.breaking-news-ticker {
	font-size: 1.2rem;
}

.bn-news ul li a {
	padding: 2px 10px;
}

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

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

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

.news .date:after {
	content: ' | ';
	margin: 0 10px;
	color: rbga(255, 255, 255, 0.5);
}

.bn-controls {
	left: 0;
	right: auto;
	height: 40px;
	width: 110px;
}

.bn-controls button {
	border-left: solid 1px rgb(0 0 0 / .1);
	background-color: rgb(255 255 255 / .2);
}

.bn-direction-rtl .bn-controls button {
	border-right: solid 1px rgb(0 0 0 / .1);
}

.bn-arrow::after {
	border-color: #fff;
}

.bn-pause::after {
	background-color: #fff;
}

.bn-pause::before {
	background-color: #fff;
} */

/*news*/

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news-ticker .date {
  color: #ffdb85;
  margin-left: 2rem;
}

@media (min-width: 1200px) {
  .news > .content {
    padding: 0.8rem 40px;
    font-size: 1.1rem;
  }
}

.news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news .buttons {
  position: absolute;
  top: 12px;
  left: 40px;
}

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

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

.news time {
  color: rgba(255, 255, 255, 0.8);
}

.news-slick {
  margin-right: 100px;
  margin-left: 65px;
}

.news-slick button {
  position: absolute;
  top: 0;
  font-size: 0;
  font-family: "FontAwesome";
  background: none;
  border: 0;
  cursor: pointer;
}

.news-slick button:before {
  font-size: 26px;
  color: #fff;
}

.news-slick .slick-next {
  top: 13px;
  left: 0;
}

.news-slick .slick-prev {
  top: 13px;
  left: 30px;
}

.news-slick .slick-prev:before {
  content: "\f0a9";
}

.news-slick .slick-next:before {
  content: "\f0a8";
}

.news .toggle-slick {
  position: absolute;
  top: 1.2rem;
  left: 3.5rem;
  font-size: 26px;
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 0;
}

.news button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 26px;
  margin-right: 0.3rem;
  line-height: 0;
}

.news .all-news {
  font-size: 26px;
  color: #fff;
}

.news-row h2 {
  display: none;
}

@media (min-width: 1200px) {
  .news-row {
    height: 50px;
    background: #145068;
  }
}

@media (max-width: 1199px) {
  .news-row h2 {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    color: #fff;
    display: block;
    font-size: 1.3rem;
  }

  .news-row {
    position: relative;
    background: #145068;
  }

  .news .content {
    padding: 15px;
    padding-top: 50px;
  }

  .news .buttons {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}

.prev em,
.next em,
.stop em,
.start em,
.more em {
  color: white;
}

/* Events * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.events {
  margin: 2rem 0;
  background: #f0feff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.events h2 {
  padding-left: 2.5rem;
  color: #2196bd;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  /* border-left: 2px solid #2196bd; */
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.events h2 span {
  color: #2196bd;
}

@media (min-width: 1280px) {
  /* .events .days {
		display: table;
		width: 100%;
	}

	.events .days>div {
		display: inline-grid;
		padding: 1rem;
		width: 330px;
		min-height: 32px;
		padding-top: 2.5rem;
	} */
}

@media (max-width: 1279px) {
  .events .days-container {
    overflow-x: auto;
  }

  .events .days {
    width: 1500px;
  }

  .events .days > div {
    float: right;
    width: 300px;
    padding: 0 1rem;
  }
}

.events .days h3 {
  margin-bottom: 1rem;
}

.events .days h3 > div:first-child {
  font-weight: normal;
  font-size: 1rem;
}

.events-list .time {
  float: right;
  width: 60px;
  color: #000 !important;
}

.events-list .name {
  /* padding-right: 47px; */
}

.events-list .name a {
  color: inherit;
}

.events-list {
  margin-bottom: 3rem;
}

.events-list > div {
  margin-bottom: 0.5rem;
}

.events .days > div:nth-child(1) h3,
.events .days > div:nth-child(1) .events-list .time {
  color: #1d8e9f;
}

.events .days > div:nth-child(1) h3 {
  border-bottom: 1px solid #1d8e9f;
}

.events .days > div:nth-child(2) h3,
.events .days > div:nth-child(2) .events-list .time {
  color: #188a46;
}

.events .days > div:nth-child(2) h3 {
  border-bottom: 1px solid #188a46;
}

.events .days > div:nth-child(3) h3,
.events .days > div:nth-child(3) .events-list .time {
  color: #fc7f1e;
}

.events .days > div:nth-child(3) h3 {
  border-bottom: 1px solid #fc7f1e;
}

.events .days > div:nth-child(4) h3,
.events .days > div:nth-child(4) .events-list .time {
  color: #3bb792;
}

.events .days > div:nth-child(4) h3 {
  border-bottom: 1px solid #3bb792;
}

.events .days > div:nth-child(5) h3,
.events .days > div:nth-child(5) .events-list .time {
  color: #c43030;
}

.events .days > div:nth-child(5) h3 {
  border-bottom: 1px solid #c43030;
}

/*follow*/

.follow a {
  text-decoration: none;
  color: #000;
}

.follow a img.facebook {
  background: #3b5999;
}

.follow a img.instagram {
  background: #cd40de;
}

.follow a img.telegram {
  background: #1bafc1;
}

.follow a img.youtube {
  background: #a9191e;
}

.bg-3 {
  background: #eaeced;
  min-height: 190px;
  padding-top: 3rem;
  border-left: 1px solid #000;
}

.bg-3:nth-child(4) {
  padding-top: 0px;
  background: unset;
  border-left: unset;
}

.follow .lines {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 7px;
}

.follow .lines .line {
  width: 16.66%;
  float: left;
}

.follow .lines .line-1 {
  width: 16.66%;
  float: left;
}

.follow .lines .line-1 {
  width: 16.66%;
  float: left;
}

body {
  padding-top: 200px;
}

@media (max-width: 991px) {
  body {
    padding-top: 105px;
  }
}

/**/

.articles {
  position: relative;
  margin-bottom: 2rem;
}

.articles .read-more {
  position: absolute;
  bottom: 15px;
  left: 0;
}

.articles .read-more a {
  display: block;
  background: #f58220;
  color: #000;
  padding: 0.25rem 0.75rem;
  border-radius: 0 2rem 2rem 0;
}

.articles article {
  position: relative;
}

/*
.articles article .pic {
	padding: 0 !important;
	position: relative;
	overflow: hidden;
	max-height: 414px !important;
	height: 414px !important;
}*/

/*
.articles article .pic img {
	height: 414px !important;
	max-height: 414px !important;
}

@media (max-width: 1839px) {
	.articles article .pic {
		padding: 0 !important;
		padding-bottom: 52.9%;
	}
}

@media (max-width: 1539px) {
	.articles article .pic {
		padding: 0 !important;
		padding-bottom: 56.25%;
	}
}

.articles .slick-slider {
	max-height: 414px !important;
	height: 414px !important;
}

.articles .slick-slider>div {
	max-height: 414px !important;
	height: 414px !important;
}
*/

.articles article .pic:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 20%,
    rgba(255, 255, 255, 0) 97%
  );
  width: 100%;
  height: 50%;
}

/*
.articles article img {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}*/

.articles article h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  width: 80%;
  margin: 0;
}

@media (max-width: 768px) {
  .articles article h3 {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
  }

  .articles .read-more a {
    transform: translateY(-38px);
  }
}

.articles-slick .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  padding: 1rem;
}

.articles-slick .slick-dots > li {
  float: right;
}

.articles-slick .slick-dots > li > button {
  font-size: 0;
  background: #3f3f3f;
  color: #fff;
  border: 0;
}

.articles-slick .slick-dots > li.slick-active > button {
  background: #f58220;
}

.articles-slick .slick-dots > li > button:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
}

.articles-slick .slick-dots > li.slick-active > button:before {
  content: "\f111";
}

@media (max-width: 991px) {
  .articles {
    margin-top: 1rem;
    z-index: 25;
  }

  .articles article .pic {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
  }
  /*
	.articles article .pic img {
		height: 250px !important;
		max-height: 250px !important;
	}

	@media (max-width: 1839px) {
		.articles article .pic {
			padding: 0 !important;
			padding-bottom: 52.9%;
		}
	}

	@media (max-width: 1539px) {
		.articles article .pic {
			padding: 0 !important;
			padding-bottom: 56.25%;
		}
	}

	.articles .slick-slider {
		max-height: 250px !important;
		height: 250px !important;
	}

	.articles .slick-slider>div {
		max-height: 250px !important;
		height: 250px !important;
	}*/
}

/**/

.card.services {
  background: #fef7ea;
  color: #fff;
  border: 0;
  /* border-radius: 0; */
  margin-bottom: 2rem;
  /* min-width: 296px !important; */
}

.card.services .box-card-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  text-align: center;
  background: #f9a40f;
  color: #000f15;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.card.services .card-header {
  border: 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 0;
  padding: 0.48rem;
  background: none;
  background: #f9a40f;
  text-align: center;
}

.card.services .card-body {
  padding: 2px 17px;
  border-radius: 0;
  padding-top: 43px;
}

.service {
  color: #111;
  margin: 2px -13px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.service:hover {
  text-decoration: none;
}

.service .icon {
  height: 80px;
  padding: 15px;
}

@media (min-width: 1200px) and (max-width: 1539px) {
  .service .icon {
    height: 53px;
  }
}

.service .icon img {
  height: 100%;
}

.service figcaption {
  padding: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

/**/

.right-banners a {
  /* padding-bottom: 30px; */
}

.right-banners a img {
  width: 100%;
  height: 191px;
}

.right-banners > .row > .padding-bottom:nth-child(1) > div {
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .right-banners > .row > .padding-bottom:nth-child(2) > div {
    padding-bottom: 2rem;
  }

  .right-banners > .row > .padding-bottom:nth-child(1) > div {
    padding-bottom: 1rem;
  }
}

/**/

/* .news-marquee {
	overflow: hidden;
}

.news {
	background: #4ea44b;
	color: #fff;
	padding: .5rem;
}

.news a {
	color: inherit;
}

.news .content {
	position: relative;
}

.news h2 {
	position: absolute;
	top: 0;
	right: 0;
	background: #4ea44b;
	z-index: 5;
	padding: .3rem 0;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.5rem;
}


.breaking-news-ticker {
	font-size: 1.2rem;
}

.bn-news ul li a {
	padding: 2px 10px;
}

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

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

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

.news .date:after {
	content: ' | ';
	margin: 0 10px;
	color: rbga(255, 255, 255, 0.5);
}

.bn-controls {
	left: 0;
	right: auto;
	height: 40px;
	width: 110px;
}

.bn-controls button {
	border-left: solid 1px rgb(0 0 0 / .1);
	background-color: rgb(255 255 255 / .2);
}

.bn-direction-rtl .bn-controls button {
	border-right: solid 1px rgb(0 0 0 / .1);
}

.bn-arrow::after {
	border-color: #fff;
}

.bn-pause::after {
	background-color: #fff;
}

.bn-pause::before {
	background-color: #fff;
} */

/*news*/

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news-ticker .date {
  color: #ffdb85;
  margin-left: 2rem;
}

@media (min-width: 1200px) {
  .news > .content {
    padding: 0.8rem 40px;
    font-size: 1.1rem;
  }
}

.news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news .buttons {
  position: absolute;
  top: 12px;
  left: 40px;
}

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

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

.news a:hover,
.news a:focus {
  color: yellow;
  text-decoration: underline;
}

.news time {
  color: rgba(255, 255, 255, 0.8);
}

.news-slick {
  margin-right: 100px;
  margin-left: 65px;
}

.news-slick button {
  position: absolute;
  top: 0;
  font-size: 0;
  font-family: "FontAwesome";
  background: none;
  border: 0;
  cursor: pointer;
}

.news-slick button:before {
  font-size: 26px;
  color: #fff;
}

.news-slick .slick-next {
  top: 13px;
  left: 0;
}

.news-slick .slick-prev {
  top: 13px;
  left: 30px;
}

.news-slick .slick-prev:before {
  content: "\f0a9";
}

.news-slick .slick-next:before {
  content: "\f0a8";
}

.news .toggle-slick {
  position: absolute;
  top: 1.2rem;
  left: 3.5rem;
  font-size: 26px;
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 0;
}

.news button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 26px;
  margin-right: 0.3rem;
  line-height: 0;
}

.news .all-news {
  font-size: 26px;
  color: #fff;
}

.news-row h2 {
  display: none;
}

@media (min-width: 1200px) {
  .news-row {
    height: 50px;
    background: #145068;
  }
}

@media (max-width: 1199px) {
  .news-row h2 {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    color: #fff;
    display: block;
    font-size: 1.3rem;
  }

  .news-row {
    position: relative;
    background: #145068;
  }

  .news .content {
    padding: 15px;
    padding-top: 50px;
  }

  .news .buttons {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}

.prev em,
.next em,
.stop em,
.start em,
.more em {
  color: white;
}

/* Events * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.p-50 {
  padding-right: 47px;
}

.events {
  margin: 2rem 0;
  background: #f0feff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

.events .continue {
  position: absolute;
  bottom: 33px;
  right: 25px;
  font-size: 1.75rem;
  color: #888888;
  z-index: 999;
}

@media (max-width: 1199px) {
  .events {
    margin: 2rem 0;
    background: #f0feff;
    height: 100%;
    padding-bottom: 2rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
}

.events h2 {
  padding-left: 2.5rem;
  color: #036f4e;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin-top: -2rem;
}

.events h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  height: 3px;
  width: 70px;
  background: #24ac83;
}

.events h2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  height: 3px;
  width: 70px;
  background: #24ac83;
}

@media (max-width: 991px) {
  .events h2 {
    padding-left: unset;
    color: #2196bd;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    border-left: unset;
    border-bottom: 2px solid #2196bd;
    position: relative;
    top: unset;
    left: unset;
    margin-right: unset;
    transform: unset;
    width: 91%;
    text-align: center;
    margin: unset;
    padding: unset;
  }
}

.events h2 span {
  color: #2196bd;
}

@media (min-width: 1280px) {
  /* .events .days {
		display: table;
		width: 100%;
	}

	.events .days>div {
		display: inline-grid;
		padding: 1rem;
		width: 330px;
		min-height: 32px;
		padding-top: 2.5rem;
	} */
}

@media (max-width: 1279px) {
  .events .days-container {
    overflow-x: unset;
  }

  .events .days {
    width: 100%;
    padding-top: 8rem;
  }

  .events .days > div {
    float: right;
    width: 300px;
    padding: 0 1rem;
  }
}

.events .days h3 {
  margin-bottom: 1rem;
}

.events .days h3 > div:first-child {
  font-weight: normal;
  font-size: 1rem;
}

.events-list .time {
  float: right;
  width: 60px;
  color: #000 !important;
}

.events-list .name {
  /* padding-right: 47px; */
}

.events-list .name a {
  color: inherit;
}

.events-list {
  margin-bottom: 3rem;
}

.events-list > div {
  margin-bottom: 0.5rem;
}

.events .days > div:nth-child(1) h3,
.events .days > div:nth-child(1) .events-list .time {
  color: #0e6977;
}

.events .days > div:nth-child(1) h3 {
  border-bottom: 1px solid #1d8e9f;
}

.events .days > div:nth-child(2) h3,
.events .days > div:nth-child(2) .events-list .time {
  color: #007b32;
}

.events .days > div:nth-child(2) h3 {
  border-bottom: 1px solid #007b32;
}

.events .days > div:nth-child(3) h3,
.events .days > div:nth-child(3) .events-list .time {
  color: #af5006;
}

.events .days > div:nth-child(3) h3 {
  border-bottom: 1px solid #fc7f1e;
}

.events .days > div:nth-child(4) h3,
.events .days > div:nth-child(4) .events-list .time {
  color: #007b56;
}

.events .days > div:nth-child(4) h3 {
  border-bottom: 1px solid #3bb792;
}

.events .days > div:nth-child(5) h3,
.events .days > div:nth-child(5) .events-list .time {
  color: #c43030;
}

.events .days > div:nth-child(5) h3 {
  border-bottom: 1px solid #c43030;
}

.events a.read-more {
  color: #ffffff;
  font-weight: bold;
  background: #145068;
  padding: 0.5rem 1rem;
  display: inline-block;
}

/*follow*/

.follow a {
  text-decoration: none;
  color: #000;
  display: block;
}

.follow a:hover {
  transform: scale(1.2);
}

.follow a img.facebook {
  background: #3b5999;
}

.follow a img.instagram {
  background: #cd40de;
}

.follow a img.telegram {
  background: #1bafc1;
}

.follow a img.youtube {
  background: #a9191e;
}

.bg-3 {
  background: #eaeced;
  min-height: 190px;
  padding-top: 3rem;
  border-left: 1px solid #000;
}

.bg-3:nth-child(4) {
  padding-top: 0px;
  background: unset;
  border-left: unset;
}

@media (max-width: 991px) {
  .bg-3 {
    border-left: unset;
    border-right: 3px solid #000;
    margin-bottom: 1rem;
  }

  .bg-3:nth-child(4) {
    margin-bottom: 0px;
  }

  .mb-small {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.follow {
  position: relative;
}

.follow .lines {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
  height: 7px;
}

.follow .lines .line {
  width: 16.66%;
  float: left;
  height: 7px;
}

.follow .lines .line-1,
.follow .lines .line-4 {
  background: #5fad5d;
}

.follow .lines .line-2,
.follow .lines .line-5 {
  background: #f16426;
}

.follow .lines .line-3,
.follow .lines .line-6 {
  background: #2b6dab;
}

/**/

.title-ads {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(0 0 0) -1%, rgba(255, 255, 255, 0) 81%);
  position: absolute;
  bottom: -1rem;
  left: 15px;
  right: 15px;
  padding-top: 1rem;
  height: 56px;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
}

/* .title-ads {
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 4%, rgba(255, 255, 255, 0) 88%);
	position: absolute;
	bottom: -1rem;
	left: 15px;
	right: 15px;
	padding-top: 1rem;
	height: 58px;
	font-size: 1.5rem;
	color: #000;
	text-align: center;
	font-weight: bold;
} */

@media (max-width: 991px) {
  .title-ads {
    bottom: 1rem;
  }
}

/**/

[dir="rtl"] .slick-next:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -29.5px;
  z-index: 0;
  color: white;
  width: 80px;
  height: 80px;
  background: #0000006e;
  clip-path: circle(50% at -1% 50%);
  z-index: 0;
}

/* [dir='rtl'] .slick-next:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -17px;
	z-index: 0;
	color: white;
	width: 50px;
	height: 50px;
	background: #0000002e;
	clip-path: circle(50% at 4% 50%);
} */

[dir="rtl"] .slick-prev:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -29.5px;
  z-index: 0;
  color: white;
  width: 80px;
  height: 80px;
  background: #0000006e;
  clip-path: circle(50% at 100% 50%);
  z-index: 0;
}

/* [dir='rtl'] .slick-prev:after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: -17px;
	z-index: 0;
	color: white;
	width: 50px;
	height: 50px;
	background: #0000002e;
	clip-path: circle(50% at 96% 50%);
} */

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

  .news-mobile {
    display: block;
    margin-top: -0.4rem;
  }
}

@media (min-width: 769px) {
  .news-desktop {
    display: block;
  }

  .news-mobile {
    display: none;
  }
}

.slick-next:before {
  font-size: 20px;
  opacity: 1;
  color: white;
  position: absolute;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  top: -8px;
  left: 5px;
  z-index: 9;
}

.slick-prev:before {
  font-size: 20px;
  opacity: 1;
  color: white;
  position: absolute;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  top: -8px;
  right: 5px;
  z-index: 9;
}

.date-desktop span {
  display: block;
}

@media (max-width: 768px) {
  .date-desktop span {
    display: none;
  }

  .news-ticker .date {
    margin-left: 0.25rem;
  }

  .card.services {
    transform: translateY(-15px);
  }

  .events {
    margin: 0;
    transform: translateY(-25px);
  }
}

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

  .events h2:after {
    display: none;
  }
}

@media (min-width: 1585px) {
  .banner-mayor a {
    background: rgb(22, 56, 71);
    background: linear-gradient(
      201deg,
      rgba(22, 56, 71, 1) 0%,
      rgba(29, 65, 82, 1) 33%,
      rgba(40, 81, 101, 1) 70%,
      rgba(50, 94, 116, 1) 100%
    );
    border-right: 5px solid #ec801d;
  }

  .banner-mayor a img {
    width: max-content;
    margin: 0;
    display: block;
  }

  .banner-mayor .title-ads {
    position: absolute;
    top: 36%;
    left: 32%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: none;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }

  .banner-mayor .title-ads span {
    font-size: 1.25rem;
    color: #ec801d;
    display: block;
  }
}

@media (max-width: 1584px) {
  .banner-mayor a {
    background: rgb(22, 56, 71);
    background: linear-gradient(
      201deg,
      rgba(22, 56, 71, 1) 0%,
      rgba(29, 65, 82, 1) 33%,
      rgba(40, 81, 101, 1) 70%,
      rgba(50, 94, 116, 1) 100%
    );
    border-right: 5px solid #ec801d;
  }

  .banner-mayor a img {
    width: max-content;
    margin: 0 auto;
    display: block;
  }

  .banner-mayor .title-ads {
    position: absolute;
    top: unset;
    left: 15px;
    margin-right: unset;
    transform: unset;
    bottom: 17px;
    background: none;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    padding: 0;
    height: 28px;
  }

  .banner-mayor .title-ads span {
    font-size: 1.25rem;
    color: #ec801d;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .banner-mayor .title-ads {
    bottom: 0;
  }
}

/**/

.articles .toggle-slick {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #fff;
  padding: 0.5rem 0.75rem;
  border: 0;
  z-index: 10;
}

.articles .toggle-slick:hover,
.articles .toggle-slick:focus {
  background: #f37d21;
  color: #fff;
}

.articles .slick-next:hover:after,
.articles .slick-prev:hover:after,
.articles .slick-next:focus:after,
.articles .slick-prev:focus:after {
  background: #f37d21;
}

.articles .slick-slide a:focus .pic {
  border: 5px solid #f37d21;
}

.right-banners a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  outline: 1px solid #fff;
}
.banners a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  outline: 1px solid #fff;
}
