body {
    font-size: 16px;
    font-weight: 400;
    color: #787878;
    line-height: 1.5;
    margin: 0;
}
h2 {
    margin-bottom: 10px;
}
h3 {
    font-size: 32px;
    line-height: 40px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 24px;
    line-height: 32px;
}
p,
.heading .heading--desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #787878;
    margin-bottom: 20px;
}
.heading .heading--title {
    margin-bottom: 10px;
}
.feature-left-circle .feature--content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
}
/*--------------------------------------------------------------
Scrolling Text
--------------------------------------------------------------*/

.scrolling-words-container {
    display: flex;
    align-items: center;
    font-size: 46px;
    justify-content: flex-start;
    color: #fff;
}
.scrolling-words-box {
    height: 60px;
    overflow: hidden;
    border-bottom: 4px solid #fff;
    margin: 0 10px;
    margin-bottom: -14px;
}
.scrolling-words-box ul {
  margin: 0;
  padding: 0;
  animation: scrollUp 12s infinite;
 position: relative;
}
/*.scrolling-words-box ul:before {
    width:100%;
    height:4px;
    background-color: #b80cdf;
    position: absolute;
    bottom:0;
    content:'';
    
}*/
.scrolling-words-box ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    list-style: none;
    color: #fff;
    padding: 0;
}

@keyframes scrollUp {
  15%, 25% {
    transform: translateY(-25%);
  }
  40%, 50% {
    transform: translateY(-50%);
  }
  65%, 75% {
    transform: translateY(-75%);
  }
}
.slider .slide--bio {
    margin-bottom: 30px;
    margin-top: 15px;
}
.slide--action .btn {
    font-size: 18px;
}
.heading .heading--title {
    font-size: 42px;
    color: #2154c9;
    line-height: 1.5;
}
.btn {
    border-radius: 4px;
    background-color: #3498db;
    background-image: linear-gradient(-45deg,#00a2ff 0%,#5c20ef 100%);
    width: auto;
    padding: 0 20px;
    transition: all 0.5s;
}
.btn:hover {
    color: #fff !important;
    background-image: linear-gradient(-45deg, #5c20ef 0%, #00a2ff 100%);
    transition: all 0.5s;
}
.feature-left-circle .feature--content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
}
.stats {
    background: url(../assets/images/background/worldmap-network.gif) no-repeat center;
    padding: 150px 0;
    background-size: cover;
    position: relative;
}
.bg-overlay-blue:before {
    background-color: rgba(115, 42, 132, 1);
    background-image:linear-gradient(45deg, #410c5e 30%, #155290 100%);
    opacity: 0.9;
}
.bg-overlay-light-blue:before {
    background-color: rgba(115, 42, 132, 1);
    background-image: linear-gradient(45deg, #410c5e 30%, #155290 100%);
    opacity: 0.7;
}
.assessment-form {
    border-radius: 20px;
    background-color: #E9E6EE;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}
.form-control {
    margin-bottom: 10px;
    line-height: 18px;
    border-radius: 8px;
}
.php-email-form .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}
.error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.btn-get-started {
    color: #fff;
    background: #1b407c;
    background-image: linear-gradient(-45deg,#00a2ff 0%,#5c20ef 100%);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}
ul li {
    margin-bottom: 10px;
}
.navbar-toggle .icon-bar {
    background-color: #3498db;
}