.color_nav {
    color: white !important;
}

.speaker img {
    size: 50% !important;
}

.ftco-search .nav-pills .nav-link {
    width: 20% !important;
}

.speaker-wrap ul li {
    list-style: none !important;
    margin-top: 20px;
}

.ftco-counter .img {
    margin-top: 50px !important;
}

.nav-item a {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.subscribe-form .form-group .submit {
    color: #fff !important;
    background: #404041 !important;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px;
}

.ftco-footer {
    padding: 5em 0 !important;
}

.ftco-footer .ftco-footer-widget h2 {
    margin-bottom: 20px !important;
}

.footer-align {
    padding-top: 30px !important;
}

.pb-2, .py-2 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ftco-footer {
    padding: 20px !important;
}

.mt-5, .my-5 {
    margin-top: 15px !important;
}



.has-error label,
.has-error input,
.has-error textarea {
    color: red;
    border-color: red;
}

.list-unstyled li {
    font-size: 13px;
    padding: 4px 0 0;
    color: red;
}
.subscribe-form .form-group .submit {
    max-height: 52px;
    min-width: 147px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .ftco-search .nav-pills .nav-link {
      width: 100% !important;
      color: #000000 !important;
    }

    .ftco-search .nav-pills .nav-link.active {
        color: #fff !important;
    }
  }


  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #6ED7F1;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
    background: white;
    border: 1px solid #4178F0;
}

.icons-size img {
    max-width: 70%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.newsletter-with {
    width: 100%;
}
