.sp-megamenu-parent > li > a {
    position: relative;
}
.sp-megamenu-parent > li > a::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 2px;
    right: 0;
    background: #fff;
    width: 0;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sp-megamenu-parent > li > a:hover::before,.sp-megamenu-parent > li.active > a::before {
    width: 70%;
}
#sp-intro,#sp-page-title,#sp-videos,#sp-articles,#sp-subscribe,#sp-socmed {
  position:relative;
  z-index:1;
}
#sp-header {
  background: transparent;
  box-shadow: none;
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.layout-blog #sp-header,.view-article #sp-header {
  background-color: #69ada0
}
#sp-header:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(105,173,160);
  background: -moz-linear-gradient(137deg, rgba(105,173,160) 0%, rgba(45,179,198) 100%);
  background: -webkit-linear-gradient(137deg, rgba(105,173,160) 0%, rgba(45,179,198) 100%);
  background: linear-gradient(137deg, rgba(105,173,160) 0%, rgba(45,179,198) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#69ada0",endColorstr="#2db3c6",GradientType=1);
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#sp-header.header-sticky:before {
  opacity: 1;
}
.home-intro:before,.sp-page-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(105,173,160);
  background: -moz-linear-gradient(137deg, rgba(105,173,160,0.7) 0%, rgba(45,179,198,0.7) 100%);
  background: -webkit-linear-gradient(137deg, rgba(105,173,160,0.7) 0%, rgba(45,179,198,0.7) 100%);
  background: linear-gradient(137deg, rgba(105,173,160,0.7) 0%, rgba(45,179,198,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#69ada0",endColorstr="#2db3c6",GradientType=1);
  opacity: .9
}
img.logo-cs {
  width: 70px;
  margin: 0 auto;
}
.intro-text {
  font-weight:500;
  font-size:60px;
  line-height: 70px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, .7)
}
.sp-module.cmail {
  background-color: #69ada0;
  padding: 2em 5em 3.5em 5em;
  border-radius: 5px;
  width:100%;
  text-align:center;
}
.socmedlink {
    font-size: 17.6px;
}
.socmedlink a {
 color: #fff;
 }
.socmedlink a:hover {
 color: #ffc;
 font-size: 18px;
}
svg.socmed {
    width: 17.6px;
    vertical-align: middle;
    fill: #fff;
    margin-right: 10px;
}

#sp-component p {
  line-height: 38px;
  color: rgba(0,0,0,.6)
}

/* slick */
.slick-slide {
    margin: 1rem 0;
}
.video-item {
  position: relative;
  transition: all 1s ease 0s;
  cursor: pointer;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 16px 0px;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 8px;
  width:282px;
  background-color: #fff;
}
.thumbnails {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.thumbnails:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.duration {
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;
    padding: 5px;
}
.play-button {
  display: flex;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  align-items: center;
  justify-content: center;
  background-color: rgba(32,32,32,.8);
  border-radius: 50%;
}
.play-button svg {
  width: 32px;
  height: 32px;
  fill: #46d299
}
.slick-slide a:hover .play-button {
    background: rgba(255,255,255,.9)
}
.title {
  display: block;
  display: -webkit-box;
  height:  72px;
  margin: 10px;
  color: #3e6255;
  font-weight: 500;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slick-arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  color: rgba(0,0,0,.54);
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  top: calc(50% - 25px);
  z-index: 3;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.slick-arrow:active,.slick-arrow:focus,.slick-arrow:hover {
  outline: none;
}

.slick-prev {
  left:-10px
}
.slick-next {
  right:-10px
}
#next-arrow path, #prev-arrow path {
    stroke: rgb(21, 91, 66);
}
/*PAGES*/

.sp-page-title h2 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
    font-size: 2.5rem !important;
  padding: 110px 0 50px !important;
}
.ytlist-title,.cat-title {
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.about-text p {
    font-size: 20px;
    letter-spacing: 1px;
}
.about-text .tag-line {
    text-align: center;
    margin: 1.5em 0;
    font-weight: 500;
}
.artikel-page .artikel-item {
  width:auto;
}
#sp-main-body {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.custom-page .sp-module:not(:first-child) {
    margin-top: 2.5em;
}
.modal-body {
  position:relative;
  padding:0px;
}
.modal-dialog .close {
  position:absolute;
  right:0;
  top:-30px;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.social-media-icons a:not(:last-child) {
  margin-right:1.5em;
}
.social-icon-background {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.social-icon-background svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
  .sp-module.cmail .sp-module-content {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .practice-page .sp-page-title {
    background-attachment: fixed;
  }
  .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
}