#sp-left .sp-module {
    border: none !important;
    padding: 0px;
    border-radius: 0px;
}

#sp-main-body {
    padding: 50px 0;
}

#eb .btn {
    font-weight: 700;
    border: none !important;
    padding: 17px 32px;
    font-size: 18px;
    border-radius: 100px;
}

#eb .input-group-btn>.btn {
    height: 50px;
}

#eb .input-group-btn:last-child>.btn {
    margin-left: 20px;
}

#eb .btn-default {
    color: rgb(255 255 255) !important;
    background-color: #297387 !important;
}

#eb .btn-default:hover {
    color: rgb(255 255 255) !important;
    background-color: #205969 !important;
}

#eb .eb-card--border {
    background-color: #11333f;
    border-radius: 0px 0px 40px 40px;
}

#eb .o-aspect-ratio>:first-child {
    border-radius: 40px;
    border: 15px solid #eff7fa;
}

#eb .eb-card {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

#eb .eb-post-listing.is-column .eb-card:after {
    background-color: transparent;
    box-shadow: none;
}

#eb .eb-card__hd {
    margin: 0px 15px -120px 15px !important;
    z-index: 999 !important;
}

#eb .eb-card__bd {
    padding: 150px 20px 30px 20px;
    border-radius: 40px 40px 0px 0px;
}

#eb .eb-card__ft {
    padding: 0px !important;
}

#eb .eb-card__ft-content {
    padding: 15px 30px 20px 30px;
    border-top: 4px solid #74acfa;
}

#eb .eb-card .eb-post-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}

#eb .eb-card__meta {
    display: none !important;
}

#eb .mt-20 {
    margin-top: 10px !important;
}

#eb .eb-card__ft {
    color: #74acfa;
}


#eb .mod-muted {
  color: #020d10;
}


#eb .eb-mod-media-title {
  text-transform: uppercase !important;
  font-weight: 800 !important;
}


#eb .eb-mod-thumb .eb-mod-image-cover {
    border: none !important;
    border-radius: 30px !important;
  }


#eb .eb-mod-thumb .eb-mod-image-cover:before {
    border: none !important;
}


#eb .reset-heading {
    text-transform: uppercase !important;
    font-size: 36px;
    color: #11333f !important;
}


#eb .eb-post-thumb .eb-post-image img {
  border-radius: 40px !important;
}


#eb .eb-post-thumb .eb-post-image {
    background: transparent !important;
  }


#eb .eb-entry-meta>div {
    color: #020d10 !important;
    font-weight: 600;
}

#eb .eb-post-hits, #eb .eb-post-comments a {
    color: #020d10 !important;
    font-weight: 600;
}


#eb h3 {
    text-transform: uppercase !important;
    color: #297387 !important;
}


#eb hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 4px solid #74acfa;
}