@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

* {
  font-family: 'Raleway', sans-serif;
}

body {
  background-color: #f2f2f2;
}

.logo {
  width: 66px;
}

img {
  width: 100%;
}

.padded-4 {
  padding: 4rem 0;
}

.o-h {
  overflow: hidden;
}

.btn {
  padding: 10px 22px;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

a:hover,a:active,a:focus {
  text-decoration: none;
  color: #03a9f4;
  -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.header {
  padding: 18px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, .7);
}

.top-info a {
  color: #fff;
}
.top-info li i {
  margin-right: 6px;
}

.nav-bar {
  padding-top: 6px;
}

.nav-bar li {
  padding: 0 12px;
}
.nav-bar li a {
  color: #fff;
  font-weight: 600;
}
.nav-bar li a:hover {
  color: #03a9f4;
}

.hb-btn {
  border: 1px solid #fff;
    padding: 4px 10px;
    display: block;
    font-size: 14px;
    border-radius: 3px;
}
.hb-btn:hover {
  border: 1px solid #03a9f4;
  color: #03a9f4;
}

.sy-bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 678px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8rem;
}

.sy-bg--overlay-dark:before {
  background-color: #000;
  opacity: .2;
}

.sy-bg--overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.owl-dots {
  position: absolute;
  bottom: 24px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff !important;
  margin: 4px;
}

.owl-dots .owl-dot.active {
  background-color: #E74C3C !important;
}

.section-title {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}

.sy-counter {
  background-color: #fff;
}

.sy-counter-item h3 {
  color: #03a9f4;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 40px;
}

.sy-counter-item p {
  color: #444;
}

.sy-events {
  background-color: #f3f3f3;
}

.sy-events .card img,
.sy-blog .card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card-date span {
  font-size: 14px;
  color: #888;
}

.cta-bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}

.cta-bg--overlay-dark:before {
  background-color: #000;
  opacity: .6;
}

.cta-bg--overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

h2.join-now:after {
  content: '';
  background: #E74C3C;
  max-width: 100px;
  height: 4px;
  display: block;
  margin: 20px auto;
}
.sy-team {
  background-color: #f7f6f8;
}

.sy-team-img {
  max-width: 170px;
  border: 3px solid #eee !important;
}

.sy-team-item {
  margin-top: 2rem;
}

.sy-team-item p {
  color: #888;
  font-size: 14px;
  margin-bottom: 0;
  padding: 4px 0 6px;
}

.sy-blog .card--shadow {
  box-shadow: 0 0 4px 3px #eee;
}

.sy-contact {
  background-image: url('https://cdn.pixabay.com/photo/2020/03/14/17/19/flower-4931280_960_720.jpg');
  position: relative;
}

.sy-contact--overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #2c3e50;
  opacity: .98;
  left: 0;
}

.sy-footer__desc p {
  color: #666;
}

.sy-footer__nav li {
  padding-bottom: 6px;
}

.sy-footer__title {
  margin-bottom: 14px;
}

.about-us,
.eventlist {
  padding-top: 10rem;
}

.mission-vision {
  background-color: #333;
  padding: 2rem 0;
}

.mission-vision .card {
  margin: 2rem 0;
  width: 100%;
}

.why-us {
  background-color: #eee;
}

.eventlist .card {
  margin-bottom: 2rem;
}

.page-link {
  border: 0;
}

.sy-footer {
  background-color: #fff;
}

.sy-footer__bottom {
  border-top: 1px solid #eee;
}

.entry-meta li {
  color: #888;
}

.sy-page {
  padding-top: 11rem;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 600px;
}