
.banner {
    background-size: cover;
}

.banner .title-group h1 {
    text-shadow: 0 0 30px black;
}

.banner .title-group h5 {
    text-shadow: 0 0 5px black;
}

#slideshow {
  /* margin: 80px auto; */
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.header-fixed+section {
    margin-top: 0;
}

.owl-theme .owl-controls {
    text-align: center;
    position: relative;
    top: -50px;
}

.owl-theme .owl-controls .owl-page span {
    border-radius: 20px;
    box-shadow: 1px 1px 3px 0px #111;
}

.h-600 {
    height: 600 !important;
}


.h-400 {
    height: 600 !important;
}


.h-200 {
    height: 600 !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    vertical-align: middle;
    padding: 14px;
    z-index: 2;
}

.my-float{
	margin-top:22px;
}

.my-float i {
    font-size: 23pt !important;
    color: #FFF;
}

.social-wrapper {
    padding-top: 10px;
    text-align: right;
}

/* Style all font awesome icons */
.footer-bottom .social {
    padding: 0 10px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

    /* Add a hover effect if you want */
.social:hover {
    opacity: 0.7;
}

.contact-social-media {
    margin-left: -5px;
}

.contact-social-media a.social {
    padding-right: 10px;
    color: #333;
    font-size: 20px;
}

/* HTML CONTENT */

.article-content ul, .article-content ol {
    margin: revert;
    padding-left: 18px;
}

.article-content ul > *, .article-content ol > * {
    list-style: revert;
}