/***************************** Home Page *****************************/
.navbar-nav > li > a {
    color: #fff;
}

.team-style7 .team-text {
    padding: 30px;
}

.team-style7 .team-text:before {
    height: 100%;
}

.team-style7 .team-social-icon {
    height: 88%;
}

.hero-img-wrapper {
    position: relative;
}

.hero-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.rev-scroll-btn.revs-dark span {
    color: #fff;
}

.scrollHeader ul.navbar-nav li a {
    color: #000;
}

.ms-3.text-start {
    text-align: center !important
}

h3.footer-style10.h3:after {
    margin-left: auto;
    margin-right: auto;
}
h3.footer-style10.h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #86bc42;
    margin-top: 12px;
}

.team-style7 .team-position {
    text-transform: initial;
}

ul.social-icon-style5.m-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-left: 0;
}

i.fab.fa-facebook-f {
    font-size: 24px;
}

i.fab.fa-linkedin-in {
    font-size: 24px;
}

.social-icon-style5 li {
    margin-right: 0;
}

footer.footer-style10 li {
    margin-bottom: 0;
}
/***************************** Home Page End *****************************/

/***************************** About Us Page *****************************/
.bg-container {
    background-image: url("../img/about/bg-pattern.png");
}
/***************************** About Us Page End *****************************/

/***************************** Services Page *****************************/
.page-title-section2 ul li:last-child a,
.header-style1 .navbar-nav li.active>a,
.tab-style5 ul.resp-tabs-list li.resp-tab-active,
.process-step-xs .process-step-icon i,
.list-style-16 li:after,
.testimonial-style3 .testmonial-single p:before,
.primary-list li i {
    color: #2a8ae2;
}

img.services-image {
    width: 50px;
}

.bg-primary {
    background-color: #2a8ae2 !important;
}

.section-heading h2:after,
.section-heading h4:after,
.tab-style5 .resp-tabs-list li.resp-tab-active:after,
.section-heading h5:after {
    background: #2a8ae2;
}

.resp-tabs-list li.resp-tab-active {
    border-color: #2a8ae2 !important;
    border-top: 4px solid #2a8ae2 !important;
    color: #2a8ae2;
}

.resp-tab-content-active {
    border-color: #2a8ae2 !important;
}

.services-banner-para {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.parallax.data-science {
    text-align: center;
}

.parallax.data-science p {
    margin-bottom: 2rem !important;
    line-height: 1.5;
}

.testimonial-style3 .testmonial-single h6 {
    text-align: center;
}
/***************************** Services Page End *****************************/


@media screen and (max-width: 991px) {
    .navbar-nav {
        background-color: #000;
    }
}

/*mobile-view*/
@media screen and (max-width: 767px) {
    .tp-caption.alt-font.tp-resizeme.rs-parallaxlevel-2 {
        top: -50px;
        font-size: 30px !important;
    }

    .tp-caption.tp-resizeme.rs-parallaxlevel-2 {
        top: 0;
        position: absolute;
    }

    .tp-caption {
        bottom: -60px;
    }

    .tp-caption.rev-scroll-btn {
        display: none;
    }
}