.hero-area {
    position: relative;
    background: #f6f9fc;
    overflow: hidden;
} 
.hero-area.index2 .shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 767px) {
    .hero-area.index2 .shape {
        height: 120px;
    }
}
.hero-area.index2 {
    background-color: #4780ff;
    position: relative;
}
.hero-area.index2 .hero-inner {
    height: 800px;
}
.hero-area .hero-inner {
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 3;
}
.hero-area.index2 .hero-text {
    margin-top: 220px;
}
.hero-area .hero-text {
    float: none;
    margin-top: 220px;
}
.hero-area.index2 .hero-text h1 {
    color: #fff;
}
.hero-area .hero-text h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
}
.hero-area.index2 .hero-text p {
    color: #fff;
}
.hero-area .hero-text p {
    font-size: 14px;
}
.hero-area .hero-text .button {
    margin-top: 35px;
}
.hero-area.index2 .hero-text .button .btn {
    background-color: #fff;
    color: #4780ff;
    font-weight: 700;
}
.hero-area .hero-text .button .btn:last-child {
    margin-right: 0px;
}
.hero-area .hero-text .button .btn {
    margin-right: 10px;
}
.hero-area .mobile-screen img {
    margin-top: 22%;
    margin-left: 124px;
    border-radius: 5px;
    box-shadow: 10px 18px 30px rgb(122 114 114 / 27%);
}

.services {
    background-color: #fff;
}
.single-service h3 a {
    color: #081828;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.services.index2 .section-title {
    padding: 0;
    padding-right: 100px;
}
.section-title.align-left {
    padding: 0;
    padding-right: 600px;
}
.align-left {
    text-align: left;
}
.section-title {
    text-align: center;
    margin-bottom: 80px;   
    position: relative;
    z-index: 5;
}
.section-title span {
    text-transform: uppercase;
    color: #4780ff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}
.section-title h2 {
    font-size: 33px;
    margin-bottom: 18px;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px;
}
.section-title p {
    font-size: 14px;
    line-height: 24px;
}
.services.index2 .review-content {
    border-radius: 5px;
    padding: 50px;
    display: block;
    background-color: #f6f9fc;
}
.services.index2 .review-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #081828;
}
.services.index2 .review-content ul {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}
.services.index2 .review-content ul li {
    display: inline-block;
}
.services .single-head {
    position: relative;
}
.services .single-head .service-patern {
    position: absolute;
    left: -55px;
    bottom: -55px;
}
.single-service {
    padding: 40px 30px;
    background-color: #f6f9fc;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.single-service::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #4780ff;
    content: "";
    z-index: -1;
    border-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
    transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
    -moz-transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
    opacity: 0;
    visibility: hidden;
}
.single-service p {
    font-size: 13px;
    margin-top: 25px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.about-us {
    background-color: #f6f9fc;
}
.about-us .about-left .section-title {
    padding: 0;
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 33px;
    margin-bottom: 18px;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px;
}
.about-us .about-left .about-tab .nav-tabs {
    border: none;
}
.about-us .about-left .about-tab .nav {
    margin-bottom: 40px;
    background: transform;
    position: relative;
}
.about-us .about-left .about-tab .nav li {
    text-align: center;
    margin-right: 10px;
}
.about-us .about-left .about-tab .nav li a {
    color: #081828;
    border: none;
    padding: 0;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 13px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(52 49 75 / 10%);
    box-shadow: 0px 0px 20px 0px rgb(52 49 75 / 10%);
}
.about-us .about-left .about-tab .nav li a.active {
    background: #4780ff;
    color: #fff;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.about-us .about-left .tab-content .content-heading {
    font-size: 16px;
    color: #081828;
    display: block;
    margin-bottom: 25px;
}
.about-us .about-left .tab-content p {
    margin-bottom: 20px;
}
.about-us .about-left .tab-content ul {
    margin-top: 20px;
}
.about-us .about-left .tab-content ul li {
    display: block;
    margin-bottom: 10px;
}
.about-us .about-left .tab-content ul li i {
    display: inline-block;
    margin-right: 5px;
    color: #4780ff;
}

.index2.faq-area {
    padding-top: 100px;
}
.faq-area {
    padding-bottom: 50px;
    padding-top: 20px;
    background-color: #f6f9fc;
}
.faq-area .single-faq {
    margin-bottom: 60px;
}
.faq-area .cercle span {
    background-color: #4780ff;
    color: #fff;
    height: 40px;
    width: 40px;
    padding:16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    position: relative;
    z-index: 5;
}
.faq-area .cercle span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4780ff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}
.faq-area .content {
    margin-left: 20px;
}
.faq-area .heading {
    font-size: 20px;
    color: #081828;
    display: block;
    margin-bottom: 20px;
}
.faq-area .text:last-child {
    margin-bottom: 0;
}
.faq-area .text {
    font-size: 14px;
    margin-bottom: 20px;
}


.apply-process {
    background-color: #2042e3;
    padding: 80px 0;
}
.apply-process .process-item {
    padding-left: 92px;
    position: relative;
    padding-right: 25px;
}
.apply-process .process-item h4 {
    font-size: 18px;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.apply-process .process-item h4::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: #fff;
}
.apply-process .process-item p {
    color: #fff;
    display: block;
}

.about-us.section {
    background: #fff;
}
.about-us .content-left {
    position: relative;
    padding-right: 60px;
}
.about-us .content-right {
    padding-right: 70px;
    padding-left: 30px;
}
.about-us .content-right h2 {
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
}
.about-us .content-right .single-list {
    position: relative;
    padding-left: 80px;
    margin-bottom: 50px;
}
.about-us .content-right .single-list .list-bod h5 {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #081828;
}
.about-us .content-right .single-list .list-bod p {
    font-size: 14px;
    line-height: 24px;
}

#overview.app-info.section {
    background-color: #fff;
}
.our-achievement {
    background-color: #3865F2;
    text-align: center;
    padding: 130px 0;
}
.our-achievement .title h2 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px;
}
.our-achievement .title p {
    color: #fff;
}
.our-achievement .single-achievement {
    margin-top: 50px;
    text-align: center;
    padding: 0px 10px;
}
.our-achievement .single-achievement h3 {
    font-size: 35px;
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}
.our-achievement .single-achievement p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}


.features {
    background-color: #f9f9f9;
}
.features .section-title {
    margin-bottom: 30px;
}
.section-title h3 {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #3865F2;
    text-transform: uppercase;
}
.section-title h2 {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 42px;
    text-transform: capitalize;
    position: relative;
    font-weight: 800;
}
.section-title p {
    font-size: 15px;
}
.features .single-feature h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.features .single-feature p {
    line-height: 22px;
}
.features .single-feature {
    text-align: left;
    padding: 35px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    margin-top: 30px;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.features .single-feature i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: #3865F2;
    color: #fff;
    font-size: 20px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 4px 6px #0000002a;
    box-shadow: 0px 4px 6px #0000002a;
    margin-bottom: 30px;
}

.accordion-item {
    margin-bottom: 20px;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3865F2;
    border-color: transparent;
    border-radius: 8px 8px 0 0;
}
.accordion-item .accordion-button {
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    overflow: hidden;
    border: none;
    border: 1px solid #eee;
    padding: 20px 20px;
    padding-right: 40px;
}
.accordion-item .accordion-button .title {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    float: left;
    padding-left: 45px;
    line-height: 25px;
}
.accordion-item .accordion-button .title .serial {
    color: #081828;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-button:not(.collapsed) .serial {
    background-color: #fff;
    color: #3865F2;
    border-color: transparent;
}
.accordion-collapse {
    border: none;
}
.accordion-body {
    border-radius: 0 0 8px 8px;
    padding: 40px;
    background-color: #f9f9f9;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.accordion-body p {
    margin: 0;
    margin-bottom: 20px;
    color: #777;
}

.call-action {
    background-color: #3865F2;
}
.call-action .cta-content {
    text-align: center;
    padding: 0px 50px;
}
.call-action .cta-content h2 {
    color: #fff;
    line-height: 50px;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}
.call-action .cta-content p {
    color: #fff;
    padding: 0px 50px;
}
.call-action .cta-content .button {
    margin-top: 40px;
}
.call-action .cta-content .button .btn {
    background-color: #fff;
    color: #3865F2;
}
.button .btn:last-child {
    margin: 0;
}
