@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.cover {
  position: relative;
  overflow: hidden;
}
.cover button.slick-next.slick-arrow {
  display: none !important;
}
.cover {
  height: 80vh;
}

.cover-slick {
  width: 100%;
  height: 100%;
}
.cover-slick ::marker {
  content: none;
}
@media (max-width: 991px) {
  ul.slick-dots {
    display: none !important;
  }
  .cover {
    height: 100vh;
    background-position: center;
    background-size: cover;
  }
}

button.slick-next.slick-arrow {
  display: none;
}
.cover-slick div {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
/* former 600px*/
@media (min-width: 991px) {
  .cover-content {
    position: absolute;
    bottom: 188px;
    right: 0;
    width: 100%;
  }
}

.cover-slick-mobile {
  display: none;
}

@media (max-width: 992px) {
  .cover-slick-desktop {
    display: none;
  }
  .cover-slick-mobile {
    display: block;
  }
}
.arrow-down {
  position: absolute;
  left: 47%;
  bottom: 0;
  color: #00afef;
  font-size: 2.5rem;
  background: white;
  padding: 0.1rem;
  line-height: 0px;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-delay: 6s;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.arrow-down i {
  float: right;
}

.arrow-down span {
  font-size: 1rem;
  display: inline-block;
  padding-top: 21px;
  padding-right: 10px;
}

@keyframes example {
  0% {
    bottom: 5px;
    color: #0081b1;
  }

  50% {
    bottom: 0;
    color: #00afef;
  }

  100% {
    bottom: 5px;
    color: #0081b1;
  }
}

/* Video */

/**/

#bgvid {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #111;
  background-size: cover;
  transition: 1s opacity;
}

@media (max-width: 1199px) {
  #bgvid {
    display: none;
  }
}

#toggle-video {
  position: absolute;
  top: 180px;
  left: 210px;
  margin-right: -10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  border: 0;
  padding: 12px 17px;
  cursor: pointer;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

#toggle-video:hover,
#toggle-video:focus {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  #toggle-video {
    display: none;
  }
}

#toggle-video-2 {
  position: absolute;
  bottom: 25px;
  left: 25px;
  margin-right: -10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 9px;
  color: #fff;
  border: 0;
  padding: 12px 17px;
  cursor: pointer;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

#toggle-video-2:hover,
#toggle-video-2:focus {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  #toggle-video-2 {
    display: none;
  }
}

/**/

@media (min-width: 992px) {
  .live-in-tamar {
    display: block;
    position: absolute;
    top: 180px;
    left: 20px;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    background: none;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }

  .live-in-tamar:hover {
    background: none;
    color: #fff;
    text-decoration: none;
    transform: scale(1.1);
  }
}

@media (max-width: 991px) {
  .live-in-tamar {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    background: none;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin: 0 15px;
  }

  .live-in-tamar:hover {
    background: none;
    color: #fff;
    text-decoration: none;
    transform: scale(1.1);
  }
}

/* Weather * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.weather {
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  background: #080808c7;
  padding: 13px;
  border-radius: 15px;
  position: absolute;
  top: 200px;
  right: 39px;
}

.weather .wi {
  position: absolute;
  top: 0;
  right: 20px;
}
.weather > div {
  display: table;
  /* margin-bottom: 1rem; */
}

.weather > div > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 1rem;
}
.weather > div > div:first-child {
  width: 100px;
  font-size: 2rem;
  line-height: 2rem;
  text-align: left;
  border-left: 3px solid #e3693f;
  padding: 0 0 0 1rem;
}
.weather > div:first-child > div:first-child {
  font-size: 2.5rem;
  line-height: 4rem;
}
.weather > div > div strong {
  font-size: 1.3rem;
}
.weather #weather > div {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50%;
}

@media (max-width: 1400px) {
  .news .news-marquee {
    height: 220px !important;
  }
  .weather {
    transform: scale(0.7);
  }
}
@media (max-width: 1200px) {
  .weather {
    transform: scale(0.55);
  }
}
@media (max-width: 991px) {
  .weather {
    top: 186px;
    top: 465px;
  }
}
@media only screen and (max-width: 600px) {
  .weather {
    width: 80%;
    right: 10%;
  }
}

/**/

.fast-navigation {
  color: #000;
  font-size: 1rem;
}

.fast-navigation {
  position: absolute;
  top: 324px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  margin-top: -80px;
  background: #ffffffe2;
  padding: 10px 31px;
  border-radius: 50px;
}

.fast-navigation select {
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  min-width: 200px;
  border: 2px solid #7bb95a;
}

.fast-navigation button {
  background: rgb(65, 113, 0);
  border: 0;
  border-radius: 100px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  position: relative;
  padding-right: 2.5rem;
}

@media (max-width: 991px) {
  .fast-navigation {
    position: absolute;
    margin-right: unset;
    /* left:unset;
    transform: none; */
    margin: 2rem auto;
    background: #fff;
    text-align: center;

    max-width: 300px;
    border-radius: 0;
    padding: 1rem;
    border-radius: 30px;
    top: 280px;
  }
}
.scroll-down {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  margin-top: 50px;
}
@media (max-width: 1340px) and (min-width: 992px) {
  .fast-navigation {
    margin-top: -145px;
  }
}
@media (max-width: 991px) {
  .scroll-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .fast-navigation > span {
    display: block;
  }

  .fast-navigation select {
    width: 100%;
    margin: 0;
    margin-bottom: 0.75rem;
  }

  .fast-navigation button {
    margin: 0 auto;
    display: block;
  }
}

/**/

.cover-content .cover-content-container {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .cover-content .cover-content-container {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1490px) {
  .cover-content .cover-content-container {
    max-width: 800px;
  }
}

.bounce-in-top-1 {
  -webkit-animation: bounce-in-top 2s both;
  animation: bounce-in-top 2s both;

  animation-delay: 0.5s;
}

.bounce-in-top-2 {
  -webkit-animation: bounce-in-top 2s both;
  animation: bounce-in-top 2s both;

  animation-delay: 1s;
}

.bounce-in-top-3 {
  -webkit-animation: bounce-in-top 2s both;
  animation: bounce-in-top 2s both;

  animation-delay: 1.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-2-24 8:44:37
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.swing-in-bottom-fwd-1 {
  -webkit-animation: swing-in-bottom-fwd 3s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-bottom-fwd 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;

  animation-delay: 2.5s;
}

.swing-in-bottom-fwd-2 {
  -webkit-animation: swing-in-bottom-fwd 3s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-bottom-fwd 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;

  animation-delay: 3s;
}

.swing-in-bottom-fwd-3 {
  -webkit-animation: swing-in-bottom-fwd 3s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-bottom-fwd 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;

  animation-delay: 3.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-2-24 8:52:15
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-bottom-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1;
  }
}

@keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1;
  }
}

.circle {
  position: relative;
  background: rgb(7 53 71 / 80%);
  border-radius: 50%;
  margin: 0rem;
  margin-bottom: -37%;
  color: #fff;
}
.scircles > div:nth-child(2) .circle {
  background: rgba(42, 72, 0, 0.8);
}
.scircles > div:nth-child(3) .circle {
  background: rgba(26, 15, 0, 0.8);
}
@media (max-width: 1400px) {
  .circle {
    margin-bottom: -67%;
  }
}
@media (max-width: 991px) {
  .circle {
    text-align: center;
  }
  .cover-content-container .col-lg-4 {
    width: 33%;
  }
}

.circle:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.circle > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 9px solid #ffffff5e;
  border-radius: 50%;
  transition: 0.5s;
}

.circle > .botcirc {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: -5%;
  width: 110%;
  height: 80%;
  background: rgba(6, 103, 148, 0.7);
  border-radius: 50%;
  text-align: center;
}
.circle > div:hover {
  border: 11px solid #ffffff5e;
}
@media (max-width: 991px) {
  .circle > .botcirc {
    display: none;
  }
}

.circle > .botcirc a {
  color: #fff;
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.circle > .botcirc a:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding-right: 5px;
}

.circle h2 {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}
@media (min-width: 1499px) {
  section.circle.bounce-in-top-1 div:after,
  section.circle.bounce-in-top-3 div:after {
    top: 50%;
  }
}
section.circle.bounce-in-top-1 div:after,
section.circle.bounce-in-top-3 div:after,
section.circle.bounce-in-top-2 div:after {
  content: "";
  position: absolute;
  width: 36%;
  height: 25px;
  z-index: 9999;
  right: 31%;
  background-image: url(images/circle-p.png);
  background-repeat: no-repeat;
}
/* section.circle.bounce-in-top-2 div:after {
    content: "";
    position: absolute;
    width: 36%;
    height: 25px;
    top: 22%;
    z-index: 9999999999;
    right: 31%;
    background-image: url(images/circle-p.png);
    background-repeat: no-repeat;
	
} */
@media (max-width: 1499px) {
  .circle h2 {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }
  section.circle.bounce-in-top-1 div:after,
  section.circle.bounce-in-top-2 div:after,
  section.circle.bounce-in-top-3 div:after {
    width: 68%;
    right: 4%;
    top: 50%;
  }

  section.circle div:before {
    background-size: 100%;
    width: 100%;
    right: 20%;
    top: 50%;
  }
}

@media (max-width: 460px) {
  section.circle.bounce-in-top-1 div:after,
  section.circle.bounce-in-top-2 div:after,
  section.circle.bounce-in-top-3 div:after {
    width: 67%;
    right: 9%;
    top: 50%;
  }
}
@media (max-width: 400px) {
  section.circle.bounce-in-top-1 div:after,
  section.circle.bounce-in-top-2 div:after,
  section.circle.bounce-in-top-3 div:after {
    width: 67%;
    right: 18%;
    top: 50%;
  }
}
.circle h2 a {
  color: inherit;
}

.cover-content div:nth-child(2) > section {
  background: rgb(134 187 62 / 80%);
}

.cover-content div:nth-child(2) > .circle > .botcirc {
  background: rgba(85, 125, 29, 0.7);
}

.cover-content div:nth-child(3) > .circle {
  background: rgb(83 63 37 / 80%);
}

.cover-content div:nth-child(3) > .circle > .botcirc {
  background: rgba(60, 46, 28, 0.7);
}

.cover-content div:nth-child(3) > .circle h2 {
  position: relative;
}

.circle ul {
  max-width: 80%;
  margin: 1rem auto;
  list-style: none;
  padding: 0;

  font-size: 1.2rem;

  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
}

.circle ul > li {
  margin-bottom: 0.5rem;
}

.circle ul li a {
  color: inherit;
}

.circle ul li a:before {
  content: "\f104";
  font-family: "FontAwesome";
  color: yellow;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.bounce-in-top-1 > div:hover::before,
.bounce-in-top-1 > div:hover::after {
  background: linear-gradient(
    var(--angle),
    #00b2ef,
    #00b2ef,
    #77d5f6,
    #00b2ef,
    #00b2ef
  );
}
.bounce-in-top-2 > div:hover::before,
.bounce-in-top-2 > div:hover::after {
  background: linear-gradient(
    var(--angle),
    #82aa46,
    #82aa46,
    #abcb7a,
    #82aa46,
    #7aa23c
  );
}
.bounce-in-top-3 > div:hover::before,
.bounce-in-top-3 > div:hover::after {
  background: linear-gradient(
    var(--angle),
    #66513c,
    #66513c,
    #917963,
    #66513c,
    #67513c
  );
}
.circle > div:hover::before {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;

  animation: rotate 10s linear infinite;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    --angle: 0deg;
  }
  100% {
    --angle: 360deg;
  }
}

/**/

.services {
  width: 100%;
  background: #fefcfb;
}

.slick-slide:nth-child(2n) {
  background: #f9f5f1;
}

.service {
  text-align: center;
  display: block;
  color: #333;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;

  position: relative;

  font-size: 1.2rem;

  height: 200px;
}

.service:hover {
  text-decoration: none;

  background: #00bbf0;
}

.service figure {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.slick-slide:nth-child(3n + 1) .service svg path {
  fill: #00bbf0;
}

.slick-slide:nth-child(3n + 2) .service svg path {
  fill: #81b33c;
}

.slick-slide:nth-child(3n + 3) .service svg path {
  fill: var(--main);
}

.slick-slide:nth-child(3n + 1) .service:hover {
  background: #00bbf0;
}

.slick-slide:nth-child(3n + 2) .service:hover {
  background: #81b33c;
}

.slick-slide:nth-child(3n + 3) .service:hover {
  background: #6f5534;
}

.service svg path {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service svg {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;

  max-height: 85px;
}

.service:hover svg {
  transform: scale(1.2);
}

.service:hover svg path {
  fill: #fff !important;
}

.service:hover {
  color: #fff;
}

/*service*/

.services-sidebar-holder {
  position: relative;
}

.services-sidebar {
  position: fixed;
  top: 0;
  padding-block-start: 0.82rem;
  width: 321px;
  height: 645px;
  background-image: url(images/click-circle-opened.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 10px 10px 0;
  color: #fff;
  z-index: 999;
  overflow: auto;
  transition: 0.5s;
  /* background-size: 100%; */
  /* background-position: 25%; */
  background-size: contain;
}
.services-sidebar label {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  text-align: center;
  line-height: 1rem;
  padding: 5px;
  max-width: 50%;
  margin: 0 10px;
  padding: 12px;
}
@media (min-width: 990px) {
  .services-sidebar {
    transform: translate(0, -50%);
    top: 46%;
    left: -473px;
  }
}
@media (max-width: 990px) {
  .services-sidebar {
    width: 100vw;
    height: calc(100dvh - 60px);
    display: flex;
    align-items: center;
    border-radius: 0px;
    bottom: calc(-100vh - 60px);
    top: auto;
  }
}
.services-sidebar.active {
  left: 0;
  z-index: 9999999;
}
@media (max-width: 990px) {
  .services-sidebar.active {
    bottom: 60px;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    z-index: 99999;
  }
}
.services-sidebar .services-category-headers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}
.services-sidebar .services-category-headers .services-category-btn {
  margin: 10px;
  padding: 5px 10px;
  border-radius: 8px;
  width: 100%;
  max-width: 39%;
  text-align: center;
  margin-right: 102px;
  margin-top: 28px;
}

.services-sidebar .services-category-headers .services-category-btn a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.services-sidebar .services-category-item {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  padding-inline-start: 1rem;
  margin-inline: 0.8rem;
  margin-right: 70px;
  margin-top: -22px;
}
.services-sidebar .service-item {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0.8rem;
  margin-inline: 0.5rem;
  padding-inline: 0.5rem;
}
.services-sidebar .service-item figcaption {
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 0.3rem;
  font-size: 0.8rem;
}

.services-sidebar .service-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-sidebar .service-item .icon img {
  max-height: 50px;
}
.services-sidebar .services-category-item.services-category-item-1 {
  display: none;
}
.services-sidebar .service-item {
  background: #2a93ae !important;
}
.services-sidebar .service-item:nth-child(11n + 2) {
  background: #4d6173;
}
.services-sidebar .service-item:nth-child(11n + 3) {
  background: #91955a;
}
.services-sidebar .service-item:nth-child(11n + 4) {
  background: #b59d72;
}
.services-sidebar .service-item:nth-child(11n + 5) {
  background: #566b96;
}
.services-sidebar .service-item:nth-child(11n + 6) {
  background: #577f8d;
}
.services-sidebar .service-item:nth-child(11n + 7) {
  background: #a18aa0;
}
.services-sidebar .service-item:nth-child(11n + 8) {
  background: #679370;
}
.services-sidebar .service-item:nth-child(11n + 9) {
  background: #7c95aa;
}
.services-sidebar .service-item:nth-child(11n + 10) {
  background: #5c9886;
}
.services-sidebar .service-item:nth-child(11n + 11) {
  background: #6376b0;
}

@media (min-width: 992px) {
  .services-sidebar .services-toggle-btn {
    position: fixed;
    top: 50%;
    left: -5px;
    margin-right: -50%;
    transform: translate(0, -50%);
    background-position: right;
    width: 102px;
    height: 168px;
    color: #fff;
    border: 0;
    font-size: 20px;
    line-height: 20px;
    padding: 0 15px 0 0;
    text-align: center;
    transition: 0.5s;
  }
  .services-toggle-btn:hover {
    cursor: pointer;
  }
  .services-toggle-btn:focus,
  .services-toggle-btn:focus-within,
  .services-toggle-btn:focus-visible {
    outline: 5px solid rgb(0, 229, 255);
  }
  .services-sidebar .services-toggle-btn.active {
    left: 396px;
  }
  .services-sidebar .services-toggle-btn.active:before {
    font-family: "FontAwesome";
    content: "\f00d";
    position: absolute;
    top: 24px;
    right: 50px;
    font-size: 30px;
  }
  .services-sidebar .services-sidebar {
    position: fixed;
    top: 0;
    left: -403px;
    width: 400px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    background: rgba(20, 72, 106, 0.95);
    color: #fff;
    z-index: 999;
    overflow: auto;
    transition: 0.5s;
  }
  .services-sidebar .services-sidebar > div {
    position: relative;
    height: 100%;
  }
  .services-sidebar .services-sidebar:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    background: rgb(17, 72, 107);
    display: block;
    content: "";
  }
  .services-sidebar .services-sidebar > div:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: calc(50% - 81px);
    background: #fff;
    display: block;
    content: "";
  }
  .services-sidebar .services-sidebar > div:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3px;
    height: calc(50% - 81px);
    background: #fff;
    display: block;
    content: "";
  }
  .services-sidebar .services-sidebar .categories {
    background: rgba(97, 154, 33, 0.9);
    padding: 20px;
    margin-right: 12px;
    border-radius: 0 0 2rem 2rem;
  }
  .services-sidebar .services-sidebar .categories input {
    position: fixed;
    top: -999px;
  }
  .services-sidebar .services-sidebar .categories label {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 10px;
    padding: 12px;
    max-width: 92px;
    text-align: center;
    line-height: 1rem;
    margin: 0 5px;
  }
  .services-sidebar .services-sidebar .categories label:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
  .services-sidebar .services-sidebar .categories input:checked + label {
    font-weight: bold;
    border: 1px solid rgb(255, 255, 255);
    position: relative;
  }
  .services-sidebar .services-sidebar .categories input:checked + label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
  }
  .services-sidebar .services-sidebar .icons {
    padding: 30px;
    max-height: calc(100vh - 98px);
    overflow: auto;
  }
  .services-sidebar .services-sidebar.active {
    left: 0;
  }
  .services-sidebar .services-sidebar .category-icons > div {
    float: right;
    width: 50%;
  }
  .services-sidebar .services-sidebar a {
    display: block;
    background: rgb(255, 255, 255);
    border-radius: 1rem;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #002841;
    font-weight: 500px;
    margin: 15px;
  }
  .services-sidebar .services-sidebar a:hover,
  .services-sidebar .services-sidebar a:focus {
    background: rgb(255, 255, 255);
    transform: scale(1.05);
  }
  .services-sidebar .services-sidebar a .icon {
    height: 70px;
  }
  .services-sidebar .services-sidebar a img {
    height: 70px;
  }
  .services-sidebar .services-sidebar a figcaption {
    line-height: 1rem;
    height: 32px;
  }
}
.services-sidebar .closeBtn {
  height: 70px;
  aspect-ratio: 1/1;
  background-image: url(images/close.svg);
  background-size: 100%;
}
@media (min-width: 990px) {
  .services-sidebar .closeBtn {
    display: none;
  }
}
.services-sidebar > .icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
}
@media (max-width: 990px) {
  .services-sidebar > .icons {
    padding: 5px;
  }
}
.services-sidebar > .icons > div {
  flex-basis: 30%;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 990px) {
  .services-sidebar > .icons > div {
    flex-basis: 28%;
  }
}
.services-sidebar > .icons > div:nth-child(1n + 1) {
  background: #69889f;
}
.services-sidebar > .icons > div:nth-child(1n + 1):hover {
  background: #536e82;
}
.services-sidebar > .icons > div:nth-child(1n + 4) {
  background: #6d6f7d;
}
.services-sidebar > .icons > div:nth-child(1n + 4):hover {
  background: #555762;
}
.services-sidebar > .icons > div:nth-child(1n + 7) {
  background: #637f75;
}
.services-sidebar > .icons > div:nth-child(1n + 7):hover {
  background: #4d625b;
}
.services-sidebar > .icons > div > .service {
  border-radius: 10px;
  color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  padding: 0 5px;
}
.services-sidebar > .icons > div > .service img {
  filter: brightness(100);
}
.services-sidebar > .icons > div > .service figcaption {
  text-align: center;
  line-height: 1;
}

.services-toggle-btn {
  position: fixed;
  top: 50%;
  left: -110px;
  display: block;
  height: 210px;
  background: #ffffff00;
  border-radius: 50%;
  border: 0;
  padding: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  width: 220px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: all 0.5s ease-out;
  border: #d8c1ba6b solid 4px;
}
@media (min-width: 993px) {
  .services-toggle-btn img {
    height: 53px;
    margin-left: 80px;
    filter: invert(1);
  }
  .services-toggle-btn em {
    font-style: normal;
    padding-bottom: 0.95rem;
    transition: all 0.2s ease-in;
    color: black;
    font-size: 1.1rem;
    margin-left: 80px;
    text-align: center;
  }
}

@media (min-width: 990px) {
  .services-toggle-btn {
    transform: translate(0, -50%);
  }
}
@media (max-width: 990px) {
  .services-toggle-btn {
    top: auto;
    bottom: 0px;
    width: 100vw;
    height: 60px;
    flex-direction: row;
    justify-content: center;
  }
}

.services-toggle-btn > div:first-child {
  transition: all 1s ease-in-out;
}

.services-toggle-btn.active em {
  color: #fff;
  margin-top: 0;
}

@media (min-width: 990px) {
  .services-toggle-btn.active > div:first-child {
    transform: rotateY(0deg);
  }
}
@media (max-width: 990px) {
  .services-toggle-btn.active > div:first-child {
    transform: rotate(-90deg);
  }
}
@media (min-width: 990px) {
  .services-toggle-btn.active {
    left: 219px;
    background-image: url(images/close2.png);
    width: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 35px;
    z-index: 99999999;
    border: none;
    background-color: #ffffff00;
  }
  .services-toggle-btn.active img,
  .services-toggle-btn.active em {
    display: none;
  }
}

@media (min-width: 993px) {
  .services-sidebar {
    position: fixed;
    top: 0;
    padding-block-start: 0.82rem;
    width: 570px;
    height: 570px;
    background-image: url(images/click-circle-opened.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
    color: #fff;
    z-index: 999;
    overflow: auto;
    transition: 0.5s;
    /* background-size: 100%; */
    /* background-position: 25%; */
    background-size: 49%;
  }
  .services-sidebar {
    transform: translate(0, -50%);
    top: 50%;
    left: -570px;
    /* display: none; */
  }
  .service-items {
    width: 270px;
    left: 0;
    position: absolute;
    height: 525px;
  }
  .services-sidebar .services-category-headers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0;
  }
  .services-sidebar .services-category-headers .services-category-btn {
    margin: 10px;
    padding: 5px 10px;
    border-radius: 8px;
    width: 100%;
    max-width: 50%;
    text-align: center;
    margin-right: 81px;
    margin-top: 28px;
  }
  .services-sidebar .services-category-headers .services-category-btn a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
  }
  .services-sidebar .services-category-item {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    padding-inline-start: 5rem;
    margin-inline: 0rem;
    margin-right: 0;
    margin-top: 0px;
  }
  .services-sidebar .service-item {
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0.8rem;
    margin-inline: 0.5rem;
    padding-inline: 0.5rem;
  }
  .services-sidebar .service-item {
    background: #26768a !important;
  }
  .service {
    text-align: center;
    display: block;
    color: #333;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font-size: 1.2rem;
    height: 200px;
  }
  .service figure {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .services-sidebar .service-item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .services-sidebar .service-item .icon img {
    max-height: 38px;
  }
  .services-sidebar .service-item figcaption {
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 0.3rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 992px) {
  .services-toggle-btn {
    position: fixed;
    top: 50%;
    right: 0px;
    /* left: 19px; */
    display: block;
    transform: rotate(40deg);
    height: 350px;
    background: #ffffff00;
    border-radius: 50%;
    border: 0;
    padding: 0;
    z-index: 9999999999999999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    width: 199px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background: #ffffffc4;
    border: 2px solid #c3c0c0c4;
  }
  .services-toggle-btn img {
    height: 34px;
    margin-right: 54px;
    filter: invert(1);
    /* transform: rotate(-78deg); */
    margin-top: 14px;
  }
  .services-toggle-btn em {
    font-style: normal;
    padding-bottom: 0.95rem;
    transition: all 0.2s ease-in;
    color: black;
    font-size: 1rem;
    margin-right: -18px;
    text-align: center;
    transform: rotate(-43deg);
    margin-top: 0px;
  }
  .services-toggle-btn {
    top: auto;
    bottom: -30px;
    width: 100px;
    height: 194px;
    /* flex-direction: row; */
    justify-content: center;
    margin: -24px;
    /* margin-top: 159px; */
  }
  .services-toggle-btn.active em {
    color: #000;
    margin-top: 0;
  }
  .services-sidebar {
    background: white;
  }
  .services-sidebar.active {
    bottom: 0;
    height: 100vh;
    background: #ffffffe6;
    border: 2px solid #c3c0c0c4;
  }
  .services-sidebar .service-item {
    background: #2a93ae !important;
    border-radius: 0;
    border: solid 2px #ffbe72;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.6rem;
    margin-inline: 0.7em;
    padding-inline: 3.5rem;
  }
  .services-category-btn.active img {
    display: none;
  }
  .services-sidebar .services-category-item {
    margin-right: 10px;
    justify-content: center;
    align-items: center;
  }
  .services-sidebar .services-category-headers .services-category-btn {
    padding: 5px 10px;
    border-radius: 8px;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
    margin: 29px auto;
    justify-content: center;
    align-items: center;
    width: 90%;
  }
  .services-sidebar .services-category-headers .services-category-btn a {
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    border-radius: 33px;
    padding: 0.5rem 1rem;
    background: #2a93ae;
  }
  .services-toggle-btn.active {
    top: 0;
    right: auto;
    left: 0;
    bottom: auto;
    width: 83px;
    height: 86px;
    transform: none;
    background-image: url(images/close2.png);
    /* width: 40px; */
    background-size: 34%;
    background-repeat: no-repeat;
    /* height: 40px; */
    background-position-y: 70%;
    background-position-x: 70%;
    /* z-index: 99999; */
    border: none;
    background-color: #2a93ae;
    border-radius: 15px;
  }

  .services-toggle-btn.active img {
    display: none;
  }

  .services-toggle-btn.active em {
    display: none;
  }
}

/* Events */

.events {
  background: #ebe6e2;
  position: relative;
  padding: 6rem 4rem;
  overflow: hidden;
}

@media (max-width: 991px) {
  .events {
    padding: 1.5rem;
  }
}

.events h2 {
  margin-bottom: 2rem;
}

.events .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.7;
}

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

.events .bg-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 50%;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebe6e2+0,ebe6e2+100&0+0,1+100 */
  background: -moz-linear-gradient(
    left,
    rgba(235, 230, 226, 0) 0%,
    rgba(235, 230, 226, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(235, 230, 226, 0) 0%,
    rgba(235, 230, 226, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(235, 230, 226, 0) 0%,
    rgba(235, 230, 226, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebe6e2', endColorstr='#ebe6e2', GradientType=1);
  /* IE6-9 */
}

.events .bg-video video {
  height: 100%;
}

@media (min-width: 1500px) {
  .events .items {
    width: 70%;
  }
}

.event {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  font-size: 1.2rem;
  color: inherit;
  padding-right: 6.5rem;
  height: 140px;
  margin: 1rem 0;
  margin-right: 1rem;
  margin-left: 3rem;
}

@media (max-width: 1499px) {
  .event {
    padding: 1rem;
    padding-right: 6.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .event {
    margin-left: 0;
  }
}

.event .icon {
  position: absolute;
  top: 20px;
  right: -15px;
  width: 100px;
  height: 100px;
  background: #111;
  color: #fff;
  text-align: center;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

div:nth-child(1) > .event .icon {
  background: #00bbf0;
}

div:nth-child(2) > .event .icon {
  background: #81b33c;
}

div:nth-child(3) > .event .icon {
  background: #6f5534;
}

.event .day {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.events .read-more {
  margin-top: 2rem;
}

.event:hover {
  transform: scale(1.2);
  text-decoration: none;
  color: inherit;
}

.event:hover .icon {
  transform: scale(0.9);
  right: -5px;
}

/* Articles */

.articles {
  padding: 0 1rem;
}

@media (max-width: 991px) {
  .articles {
    padding: 1rem;
  }
}

.articles article {
  background: #ebe6e2;
  margin: 3rem 0.5rem;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
  overflow: hidden;
}
.articles article a:focus-within,
.articles article a:focus {
  display: block;
  padding: 10px;
  border: 1px solid black;
}
figure .pic {
  max-height: 260px;
}
figcaption.info {
  background: rgb(0 0 0 / 90%);
}

@media (max-width: 991px) {
  .articles article {
    margin: 1rem;
  }
}

.articles article:hover {
  transform: scale(1.1);
}

.articles article a {
  color: inherit;
}

.articles article img {
  width: 100%;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.articles article:hover img {
  transform: scale(1.2);
}

.articles article .info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 1rem 3rem;
  height: 5rem;
  text-align: right;
}
figcaption.info .h4,
h4 {
  font-size: 1.15rem;
  color: white;
  border-right: 2px solid #a0e2f6;
  padding: 0 2rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  section.articles .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (max-width: 991px) {
  .articles article {
    margin: 1rem 0;
  }
}
/* Business */

.business {
  background: #ebe6e2;
  position: relative;
  padding: 6rem 4rem;
  overflow: hidden;
}

@media (max-width: 991px) {
  .business {
    padding: 1.5rem;
  }
}

.business .category:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.business h2 {
  margin-bottom: 2rem;
}

.business .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.7;
  pointer-events: none;
  max-width: 50%;
}

@media (max-width: 991px) {
  .business .bg-video {
    display: none;
  }
}

.business .bg-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 50%;

  background: -moz-linear-gradient(
    left,
    rgba(235, 230, 226, 0) 0%,
    rgba(235, 230, 226, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(235, 230, 226, 0) 0%,
    rgba(235, 230, 226, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(235, 230, 226, 0) 0%,
    rgba(235, 230, 226, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebe6e2', endColorstr='#ebe6e2', GradientType=1);
  /* IE6-9 */
}

.business .bg-video video {
  height: 100%;
}

@media (min-width: 992px) {
  .business .items {
    width: 80%;
  }
}

.business .category {
  height: 80px;
  background: #f1f1f1;
  margin-bottom: 30px;
  display: block;
  color: inherit;

  display: table;
  width: 100%;
}

.business .category > div {
  display: table-cell;
  vertical-align: top;
}

.business .category h3 {
  overflow: hidden;
  font-size: 1.2em;
}

.business .category .icon {
  background: #111;
  width: 80px;
  height: 100%;
  padding: 10px;
  margin-left: 10px;
}

.business div:nth-child(4n + 1) > .category .icon {
  background: #00bbf0;
}

.business div:nth-child(4n + 2) > .category .icon {
  background: #81b33c;
}

.business div:nth-child(4n + 3) > .category .icon {
  background: #6f5534;
}

.business div:nth-child(4n + 4) > .category .icon {
  background: #d7782e;
}

.business .icon img {
  max-width: 90%;
  max-height: 90%;
  display: block;
}

.business .push {
  padding: 0.5rem;
}

/* Map */

.map {
  position: relative;
  margin: 0 -15px;
}

.map #map {
  height: 600px;
}

.map .content {
  height: 600px;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;

  background: -moz-linear-gradient(
    left,
    rgba(242, 239, 233, 0) 0%,
    rgba(242, 239, 233, 0.8) 10%,
    rgba(242, 239, 233, 0.8) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(242, 239, 233, 0) 0%,
    rgba(242, 239, 233, 0.8) 10%,
    rgba(242, 239, 233, 0.8) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(242, 239, 233, 0) 0%,
    rgba(242, 239, 233, 0.8) 10%,
    rgba(242, 239, 233, 0.8) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2efe9', endColorstr='#ccf2efe9', GradientType=1);
  /* IE6-9 */

  z-index: 999;

  padding: 4rem;
}

@media (max-width: 991px) {
  .map .content {
    width: 100%;
  }
}

.map .content a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: inherit;
  margin-top: 2rem;
}

/* Business */

.facebook-section {
  background: #f1f1f1;
  position: relative;
  padding: 6rem 4rem;
  overflow: hidden;
}

.facebook-section h2 {
  margin-bottom: 2rem;
}

.facebook-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.7;
}

.facebook-section .bg-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 50%;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+100&0+0,1+85 */
  background: -moz-linear-gradient(
    left,
    rgba(241, 241, 241, 0) 0%,
    rgba(241, 241, 241, 1) 85%,
    rgba(241, 241, 241, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(241, 241, 241, 0) 0%,
    rgba(241, 241, 241, 1) 85%,
    rgba(241, 241, 241, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(241, 241, 241, 0) 0%,
    rgba(241, 241, 241, 1) 85%,
    rgba(241, 241, 241, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f1f1', endColorstr='#f1f1f1', GradientType=1);
  /* IE6-9 */
}

.facebook-section .bg-video video {
  height: 100%;
}

.map-marker {
  color: #fff;
  opacity: 0.8;
  background: #8bc63f;
  border: solid 3px #79b32d;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #333;
  text-shadow: 1px 1px 1px #666;
  padding: 0 3px;
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.overlay .map-marker:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #79b32d;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.overlay .my-div-span {
  color: #fff;
  opacity: 0.8;
  background: #4477aa;
  border: solid 3px #336699;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #333;
  text-shadow: 1px 1px 1px #666;
  padding: 0 3px;
  display: inline-block;
  position: relative;
}

.overlay .my-div-span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #336699;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.article {
  display: block;
  padding: 0.5rem;
  color: inherit;
  margin: 0 2rem 0 2rem;
  border-radius: 30px;
  font-size: 1.2rem;
}

.article:hover {
  color: inherit;
  background: rgba(0, 0, 0, 0.1);
}

/**/

.galleries {
  background: #252525;
  color: #fff;
  padding: 15px 0;
}

.galleries a {
  color: #fff;
}

.galleries .title {
  padding: 15px 0;
}

.gallery-slick {
}

.gallery-slick figure {
  position: relative;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
}

.gallery-slick figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
}

.gallery-slick figure img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.box-slick-events-piars {
  position: relative;
}

button#btn-toggle-events {
  position: absolute;
  left: 27px;
  top: 48px;
}

/**/

.board {
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}

.boards-tabs {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.boards-tabs li {
  display: inline-block;
}

.boards-tabs li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 5px 0;
}

.boards-tabs li a:hover,
.boards-tabs li a:focus {
  color: #785739;
}

.boards-tabs li:after {
  content: "\2022";
  padding: 0 10px;
}

.boards-tabs li:last-child:after {
  content: "";
  padding: 0 0;
}

.boards-tabs li a.selected {
  font-weight: bold;
  color: #785739;
  border-bottom: 2px solid #785739;
}

/*
@media(max-width: 992px) {
	#board-ads table,
	#board-ads tr,
	#board-ads td,
	#board-ads th,
	#board-ads thead,
	#board-ads tbody,
	#board-ads caption
	{
		display: block;
	}
	
	#board-ads thead {
		position: fixed;
		top: -99px;
	}
}
*/

#board-ads .item {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
}

#board-ads .item:hover,
#board-ads .item:focus {
  background: #fdfcd7;
}

#board-ads .item .item-info {
  display: none;
}

#board-ads .item.opened {
  background: #f1f1f1;
}

#board-ads .item.opened .item-info {
  display: block;
}

#board-ads .item .head .title {
  float: right;
  font-size: 1em;
  padding: 4px;
}

#board-ads .item .head .publishTime {
  float: left;
}

#board-ads .item .head .arrow:before {
  content: "\f0d9";
}

#board-ads .item.opened .head .arrow:before {
  content: "\f0d7";
}

.join-business {
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 30px;
  margin-top: -5px;
}

.tiktak {
  top: 250px;
  width: 172px;
  text-align: center;
}

.dark-contrast #bgvid {
  opacity: 0.4;
}

/* Service */

.service-body {
  padding: 0.75rem 0.5rem;
  font-size: 1.2rem;
}

.service-body ul {
  list-style: none;
  padding: 0 0.75rem;
  margin: 0;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-body ul.opened {
  height: auto;
}

.service-body ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.service-body ul a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-body .modal a {
  font-size: 1.2rem;
}

.service-body .close {
  float: left;
  margin: -15px;
}

.service-body ul a:before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-left: 0.3rem;
}

.service-body a.more {
  margin: 0 0.75rem;
}

.service-body a.more:before {
  font-family: "FontAwesome";
  content: "\f104";
}

.service .modal {
  color: #000;
}

.pb-4 a {
  color: #ffffff;
  background: rgb(69, 119, 0);
  padding: 0.4rem 1rem;
  border-radius: 34px;
}
.pb-4 {
  text-align: left;
}
.side-banners.side-banners-left.col-lg-3 {
  padding: 4rem 1rem 0 6rem;
  text-align: center;
}
.btn-left {
  padding: 0.7rem;
  margin-bottom: 2rem;
  border-radius: 15px;
  font-size: 1.7rem;
  color: white;
  border: solid 2px #00000070;
}
.btn-left img {
  width: 60px;
  padding: 5px;
}
.btn-left.btn-block:nth-child(1) {
  background: #56801bd8;
}
.btn-left.btn-block:nth-child(2) {
  background: #05749de9;
}
.row-articles-btn {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f1f1f1;
  position: relative;
}
@media (max-width: 1499px) {
  .side-banners.side-banners-left.col-lg-3 {
    padding: 3rem 0rem 0 4rem;
    text-align: center;
  }
  .btn-left img {
    width: 50px;
  }
}
@media (max-width: 992px) {
  .side-banners.side-banners-left.col-lg-3 {
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .btn-left {
    padding: 0.7rem;
    width: 44%;
    margin-right: 4%;
  }
  .btn-block + .btn-block {
    margin-top: 0rem;
  }
  .btn-left img {
    width: 39px;
  }
}
/*news*/

/*news-desktop*/

/* News */

.news {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding: 13px;
  border-radius: 15px;
  position: absolute;
  top: 301px;
  right: 20px;
  z-index: 9;
}

.newstoggle {
  position: absolute;
  top: 2.5rem;
  left: 3.5rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.75rem 1rem;
  border-radius: 50%;
  font-size: 1rem;
  border: 0;
}

.news h2 {
  font-size: 1.25rem;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  text-align: center;
  border-top: 6px solid #6492a5;
}

.news h2 span {
  background: #6492a5;
  border-radius: 20px;
  padding: 0 15px;
  color: #fff;
  font-weight: bold;
}

.news h3 {
  font-weight: bold;
}

.news button {
  width: 30px;
  position: absolute;
  top: -2px;
  left: 2rem;
  background: none;
  color: #fff;
  border: 0;
  padding: 0.2rem;
  background-color: rgba(0, 0, 0, 0.9);
}

.news-marquee {
  height: 368px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 20px;
}

.news-marquee a {
  display: block;
  color: #000;
  padding: 0.35rem;
}

.news-marquee p {
  margin: 0;
}

.news .read-more {
  display: inline-block;
  padding: 0 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-top: 1rem;
}
.news h3.h6 {
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1400px) {
  .news {
    right: -25px;
  }
  .news h2 {
    font-size: 0.8em;
  }
  .news h3.h6 {
    font-size: 0.6em;
  }
  .news .news-marquee {
    width: 230px !important;
  }
}
@media (max-width: 1200px) {
  .news {
    right: -30px;
  }
  .news h2 {
    font-size: 0.7em;
  }
  .news h3.h6 {
    font-size: 0.5em;
  }
  .news .news-marquee {
    width: 190px !important;
  }
}
/*news-mobile*/

.news-on-mobile {
  display: none;
}
.news-on-mobile h2 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20pt;
}
.news-on-mobile h2 a {
  color: inherit;
}

/*.news {
    padding: 1rem;
    position: inherit;
    background: #ffffffb3;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #000;
    border-top: 1px solid #856b75;
    position: absolute;
    z-index: 9999999999;
    height: 60px;
    bottom: 0px;
}*/
.news .content {
  position: relative;
}
.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}
.news a {
  color: #000;
  display: block;
}
.news .bn-pause {
  height: 12px;
  top: 1px;
  left: -1px;
}
.news .news-marquee {
  height: 247px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0.75rem;
  width: 274px;
  border-radius: 0 0 20px 20px;
}

.news-on-desktop h2 {
  background: #acce5a;
  color: #024624;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}
.news-on-desktop h2 a {
  color: inherit;
}
.news-on-desktop .date {
  font-weight: bold;
}
.news-on-desktop .date:after {
  content: " | ";
  margin: 0 10px;
}

.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}
.bn-news ul li a:hover {
  text-decoration: underline;
}

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

.news-toggle {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #ffcb37;
  color: #111;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
}

.bn-controls {
  left: 0;
  right: auto;
  left: 0;
  right: auto;
}
.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  margin-right: 5px;
  border: 0;
  width: 30px;
  height: 30px;
  background: #acce5a;
  color: #024624;
  padding: 0;
  margin-right: 5px;
}
.bn-controls button:hover {
  background-color: #111;
  color: #fff;
  box-shadow: 0 0 5px rgba(75, 75, 67, 0.9);
  background-color: #475d47;
  color: #024624;
  box-shadow: 0 0 5px rgba(92, 92, 80, 0.9);
}
.bn-controls button:hover span::after {
  background-color: #6a7452 !important;
}
.bn-controls button:hover span::before {
  background-color: #4d543e !important;
}

.bn-arrow {
  top: -1px;
  top: -1px;
}

.bn-pause::before {
  background-color: #1e734f;
}
.bn-pause::after {
  background-color: #1e734f;
}

.bn-play::after {
  border-left-color: #111;
  border-left-color: #fff;
}

.news-marquee ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-marquee .item {
  display: block;
  color: inherit;
  margin-bottom: 1.5rem;
}
.news-marquee .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.news-marquee .item time {
  color: #acce5a;
}
.news-marquee .item h3 {
  font-size: 1.2rem;
  margin: 0;
}
.news-marquee .item p {
  margin: 0;
}

/*end*/

.breaking-news-ticker {
  height: 70px;
}
.news-ticker {
  background: #ffffffcc;
  padding: 0 1rem;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-ticker .content {
  position: relative;
  padding-right: 100px;
}

.news-ticker .content h2 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.1rem;
  font-weight: normal;
  background: #6492a5;
  color: #fff;
  border-radius: 2rem;
  padding: 5px 15px;
  margin: 0;
}

.news-ticker .content .toggle-slick {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: 0;
  color: #fff;
}

.news-ticker .news-slick {
  margin: 0 100px;
  padding: 0 3rem;
}

.news-ticker a {
  color: #fff;
}

.bottom {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.bn-controls button {
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border: none;
  border-left: solid 1px #eee;
  text-align: center;
  background-color: #f6f6f6;
  outline: 0;
}
.bn-controls button:hover {
  background-color: #eee;
}
.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px;
}
.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: -3px;
}
.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
}
.bn-play {
  position: relative;
  background: #999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px;
}
.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999;
  border-width: 8px;
  margin-top: -8px;
}
.bn-pause {
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left: -1px;
}
.bn-pause::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999;
}
.bn-pause::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999;
}
.bn-direction-rtl {
  direction: rtl;
}
.bn-direction-rtl .bn-label {
  left: auto;
  right: 0;
}
.bn-direction-rtl .bn-controls {
  right: auto;
  left: 0;
  border-radius: 0;
}
.bn-direction-rtl .bn-seperator {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
.bn-direction-rtl .bn-prefix {
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.bn-direction-rtl .bn-controls button {
  border-left: none;
  border-right: none;
}
.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative;
}
.bn-effect-scroll .bn-news ul li {
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}
.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
  float: right;
}

.bn-controls button {
  background: var(--blue);
  color: var(--white);
}

.bn-pause::before {
  background: var(--white);
}

.bn-pause::after {
  background: var(--white);
}

.bn-play::before {
  background: var(--white);
}

.bn-news ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 15px;
  margin: 6px 0;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1rem;
  border-left: 1px solid #fff;
}

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

.bn-controls {
  border-radius: 2rem;
  overflow: hidden;
}

.btn-controls > button:nth-child(1) {
  display: none;
}
.btn-controls > button:nth-child(3) {
  display: none;
}

@media (min-width: 992px) {
  .bottom {
    display: none;
  }
}

.news-ticker {
  min-height: 50px;
  z-index: 999;
  position: relative;
  height: 50px;
}

.news-ticker .content {
  padding-right: 70px;
}

.bn-news ul li a {
  font-size: 1.2rem;
  color: black;
}

.breaking-news-ticker * {
  box-sizing: border-box;
}

.bn-direction-rtl .bn-controls {
  right: auto;
  left: 0;
  border-radius: 0;
  width: auto;
  /* right: 0; */
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.breaking-news-ticker {
  display: block;
  width: 100%;
  /* height: 40px; */
  box-sizing: border-box;
  position: relative;
  /* line-height: 40px; */
  overflow: hidden;
  text-align: auto;
}

.bn-news ul {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
}

.bn-news ul li {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (max-width: 991px) {
  section.circle.bounce-in-top-1 div:after,
  section.circle.bounce-in-top-2 div:after,
  section.circle.bounce-in-top-3 div:after {
    content: none;
  }
  .news-ticker .content h2 {
    display: none;
  }
  .news-ticker .content {
    padding-right: 10px;
  }
  .news {
    display: none;
  }
  .weather > div > div {
    font-size: 1rem;
  }
  .weather > div > div strong {
    line-height: 1.1;
  }
  .news-ticker {
    background-color: rgba(255, 255, 255, 0.93);
  }
  .circle h2 {
    font-size: 1.35rem;
  }
  .cover-content {
    margin-bottom: -2.5rem;
  }
  .row-articles-btn {
    margin-top: 8rem;
  }
}
.scircles {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) and(max-width: 600px) {
  .circle {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  .scircles {
    margin-top: 20px;
  }
  .cover-content-container .col-lg-4 {
    width: 50%;
  }
  .cover-content-container .col-lg-4:nth-child(3) {
    margin-right: 25%;
  }
  .circle {
    margin-bottom: 0;
  }

  .circle h2 {
    margin-top: 4rem;
    font-size: 1.2rem;
  }
}
