.hero-mini {
    background-image: linear-gradient(to right, #007BFF, #34395e);
    padding-top: 40px;
    height: 500px;
    display: flex;
    align-items: center;
    color: #fff;
}

.support-us .container:after,
.section-design-right:after,
.section-design:after,
.hero:after {
    content: ' ';
    background-image: linear-gradient(to bottom, #007BFF, #34395e);
    position: absolute;
    border-radius: 50% 0 0 50%;
    top: -180px;
    right: 0;
    bottom: -50px;
    width: 53%;
    transform: skewY(-20deg);
    z-index: -1;
}

footer {
    padding: 80px 0;
    text-transform: uppercase;
    font-family: "Muli", "Poppins", Arial;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 10px;
    position: relative;
    background-image: linear-gradient(to right, #007BFF, #34395e);
    color: #fff;
}

footer:after {
    content: ' ';
    background-image: linear-gradient(to right, #007BFF, #34395e);
    transform: skewY(-4deg);
    z-index: 1;
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-gr {
    background-image: linear-gradient(to right, #007BFF, #34395e);
}

.hero-mini .btn,
.hero .btn {
    font-size: 16px;
    border-radius: 30px;
    padding: 12px 30px;
    box-shadow: 0 0 30px rgba(252,189,37, .4);
}
.hero-mini .btn-info,
.hero .btn-info {
    box-shadow: 0 0 30px rgba(58,186,244, .4);
}

.hero .text-job {
    color: rgba(255,255,255,.6);
}

section.grey.wave:after {
    background-color: #f2f7fb;
}

section.wave h2 {
    margin-top: 80px;
}

section.grey {
    background-color: #f2f7fb;
}

section.light {
    background-color: #fafdfb;
}

section .icon {
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #3F52E3;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    line-height: 72px;
}

.card-pricing .card-price {
    font-size: 60px;
    margin: 40px 0;
    font-weight: 600;
    color: #3F52E3;
}

.btn-primary.btn-shadow {
    box-shadow: 0 4px 8px rgba(63,82,227, .3);
}


.card-testi {
    background-color: #0d66c6;
    margin-bottom: 0;
    box-shadow: none;
    color: #fff;
}

.features.features-2 .feature .feature-icon {
    background-color: #0d66c6;
    color: #fff;
}

.features .feature .feature-icon {
    background-color: rgba(103,119,239,.1);
    color: #007BFF;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}

.callout {
    background-color: rgba(255,255,255,.95);
    box-shadow: 0 0 25px rgba(103,119,239, .1);
    margin-top: 96px;
    border-radius: 3px;
    padding: 60px 50px;
}

.callout .h1:after {
    content: " ";
    border-radius: 5px;
    height: 8px;
    width: 50px;
    background-color: #007BFF;
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}

.bar-info {
    background-color: #DC3545;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #fff;
}
.bar-info-badge {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 700;
    text-decoration: none !important;
}

.long-shadow {
    box-shadow: 0 0 60px rgba(103,119,239,.15);
}

.download-section .form-control {
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(103,119,239, .1);
}

.article-detail .article-meta {
    color: rgb(0,0,120);
}

.faqs h5 a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: rgb(0,0,100);
}

.section-dark a {
    text-decoration: none;
    border-bottom: 1px solid #007BFF;
    padding-bottom: 1px;
}
