/* GENERAL */
/* fonts */
body {
    font-family: 'Noto Sans Display', sans-serif !important;
}

p {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans Display', sans-serif !important;
    font-weight: 700;
}

/* links */
a {
    color: #1e22a9;
}

/* HEADER */
.main-nav {
    background: #1e22a9;
}

.mm-logo img{
    max-width: 170px;
}

/* navbar */
.nav-link {
    color: #ffffff;
    margin-left: 5px;
}

.nav-link:hover {
    color: #f68b1e;
}

@media only screen and (max-width: 768px) {
    .d-flex a {
        margin-bottom: 10px;
    }
}

/* mobile toggle navigation */

.mobile-toggle {
    display: inline-block;
    cursor: pointer;
}
  
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}
  
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
  
.change .bar2 {opacity: 0;}
  
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* hero */
.main-hero {
    color: #fff;
    width: 100%;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://64.media.tumblr.com/3e53722525cd40e493c2bd02ee30c60b/tumblr_o84tu9IQxs1s8mouyo1_500.gifv");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
}

/* hero on large screens*/
@media screen and (min-width:769px) {
    .main-hero {
        padding: 210px 0 120px;
    }
}

/* hero on handheld */
@media screen and (max-width:769px) {
    .main-hero {
        padding: 120px 0 50px;
    }
}

.ms-text {
    padding-bottom: 20px;
    max-width: 800px;
    text-align: center;
    margin: auto;
}

.title-sec {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.ms-form {
    text-align: center;
}

.ms-form .form-inline .input-group {
    width: 100%;
}

.mm-btn-search {
    background: #006de1;
    color: #ffffff;
}

.mm-btn-search:hover {
    background: #f68b1e;
    color: #ffffff;
    animation: none;
}

.mouse-sec {
    text-align: center;
    margin-top: -30px;
    animation: pop .9s infinite;
}

.mouse-next {
    background-color: #f68b1e;
    color: #ffffff;
    padding: 10px;
    border-radius: 30px;
}

/* PAGE CONTENT */
.bg {
    padding: 20px 0;
    background: #ffffff;
}

.bg-cta {
    padding: 100px 10px;
    width: 100%;
    background-image: url(https://global-uploads.webflow.com/60859154db955843c7fc06e7/60a2e67c3bc857638b225345_Home%20Blurred%20Bubble.svg),
    url(https://global-uploads.webflow.com/60859154db955843c7fc06e7/60a2e3ff5e04049a2b38d271_Home%20Before%20After%20OL.svg);
    background-repeat:no-repeat;
    background-position: center top;
    background-size: cover;
}

.bg-alt {
    padding: 20px;
    background: #f5f8f9;
}

.bg-gray {
    padding: 20px 0;
    background: #e4f4ff;
}

.main-title {
    padding-bottom: 10px;
}

/* features */
.f-sec {
    padding: 60px 10px;
    width: 100%;
    background-image: url(https://global-uploads.webflow.com/60859154db955843c7fc06e7/60a2e3ff5e04049a2b38d271_Home%20Before%20After%20OL.svg);
    background-repeat:no-repeat;
    background-position: center top;
    background-size: cover;
}

.f-cont {
    max-width: 700px;
    margin: auto;
}

@keyframes pop {
	0% {
		transform: scale(1,1);
	}
	50% {
		transform: scale(1.1,1.1);
	}
	100% {
		transform: scale(1,1);
	}
}

span.f-icon-l {
    position: absolute;
    left: -25px;
}

span.f-icon-r {
    position: absolute;
    left: auto;
    right: -25px;
}

@media only screen and (max-width: 768px) {
    span.f-icon-l, span.f-icon-r  {
        display: none;
    }
}

.f-text {
    padding: 0 30px;
}

.feature-l-bg {
    padding: 20px;
    margin: 15px 0;
    background: #e4f4ff;
    min-height: 100px;
    border-radius: 30px;
}

.feature-l-bg .fa, .feature-l-bg .fas, .feature-l-bg .far {
    color: #006de1;
    padding-bottom: 20px;
}

/* value proposition */
.main-vp {
    padding: 100px 0 20px;
}

.vp-b-sec {
    font-size: 18px;
    background: #006de1;
    color: #ffffff;
    padding: 50px 30px;
    border-radius: 30px;
    margin-top: -50px;
    margin-bottom: 20px;
}

.vp-b {
    color: #ff0000;
    padding: 5px;
}

.vp-a-sec {
    font-size: 18px;
    background: #1e22a9;
    color: #ffffff;
    padding: 50px 30px;
    border-radius: 30px;
    margin-bottom: -50px;
}

.vp-a {
    color: #52b44b;
    padding: 5px;
}

/* FOOTER */
span.truly-african {
    background-image: url("../img/extra/truly-african.png");
    padding: 0 100% 0 0;
}

.ftr-bg {
    background: #333333;
    padding: 40px 0;
}

.ftr-container {
    margin: auto;
    max-width: 500px;
}

.ftr-content {
    color: #ffffff;
}

.ftr-socials {
    text-align: center;
}

.ftr-socials a .fa {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    padding: 10px;
    margin: 10px;
}

.fa-linkedin {
    background: #0077b5;
}

.fa-twitter {
    background: #1da1f2;
}

.fa-facebook {
    background: #0000ff;
}

.fa-instagram {
    background: #e1306c;
}

.ftr-socials a .fa:hover {
    background: #f68b1e;
}

.ftr-search {
    text-align: center;
}

.ftr-search .form-inline .input-group {
    width: 100%;
}

.ftr-legal {
    padding-top: 15px;
    text-align: center;
}

.ftr-sep::before {
    content: "/";
    padding: 0 4px;
}

.ftr-legal a {
    color: #ffffff;
}


/* copyrights */
.copyrights {
    text-align: center;
    background: #1e22a9;
    color: #ffffff;
    padding: 10px 0;
}

.copyrights a {
    color: #f8f8f8;
}

/* FORMS */
.form-control {
    border-radius: 0 !important;
}

/* BUTTONS */
a {
    outline-style: none;
}

.p-btn {
    background: #006de1;
    color: #ffffff;
    border-radius: 0;
    margin: 0 5px;
}

.p-btn:hover {
    background: #f68b1e;
    color: #ffffff;
    animation: none;
}

.p-btn-out {
    border: 1px solid #006de1;
    color: #ffffff;
    border-radius: 0;
    margin: 0 5px;
}

.p-btn::after {
    content: "\27F6";
    padding-left: 10px;
}

.p-btn-out:hover {
    background: #f68b1e;
    border: 1px solid #f68b1e;
    color: #ffffff;
    animation: none;
}

/* PAYMENTS */
/* invoice */
.inv-sec {
    box-shadow: 1px 1px 10px #f1f1f1;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    line-height: 1.1;
}

.inv-sec, .inv-sec p {
    font-size: 13px;
    margin-bottom: 5px;
}

.inv-agent {
    padding-bottom: 5px;
}

.inv-info {
    border: 1px solid #dee2e6;
    padding: 10px;
}

.inv-btn {
    background: #2cb34a;
    color: #ffffff;
    border-radius: 0;
}

.inv-btn:hover {
    background: #f68b1e;
    color: #ffffff;
    animation: none;
}

.inv-status {
    background: #000000;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.inv-table {
    margin-top: 20px;
}

.inv-sum {
    background: #f8f8f8;
}

.inv-logo img{
    max-width: 120px;
}

.inv-logo {
    padding: 0 5px 5px;
}

.inv-ftr img{
    max-width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* pay */
.pay-h {
    border-top: 10px solid #1e22a9;
}

.pay-sum {
    background: #e4f4ff;
    padding: 20px;
    border-bottom: 10px solid #f68b1e;
}

.pay-sec {
    min-height: 500px;
}

.pay-form {
    background: #e4f4ff;
    padding: 15px 10px 0;
    margin: 10px 0;
}