/**
* Website Name:bmobile
* Author: Infant Jerome
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Lato", sans-serif;
    color: #444444;
}

a {
    color: #47b2e4;
    text-decoration: none;
}

    a:hover {
        color: #73c5eb;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    /**/
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #37517e;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #71bf44;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6bc1e9;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}

    #header.header-scrolled, #header.header-inner-pages {
        background: rgba(40, 58, 90, 0.9);
        padding: 0;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            /* max-height: 40px; height: 110px;*/
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #71bf44;
        }

    .navbar .getstarted, .navbar .getstarted:focus {
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        border: 2px solid #47b2e4;
        font-weight: 600;
    }

        .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
            color: #fff;
            background: #31a9e1;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 20px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            font-weight: 500;
            color: #0c3c53;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #71bf44;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        /* top: 100%; */
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

.getin_teach {
    font-size: 24px;
    line-height: 1.5;
}

.get_font {
    color: #156db7;
    font-size: 35px;
    font-weight: 500;
    margin: 15px 0;
}

h4.follow_text {
    font-size: 18px;
    margin-top: 20px;
}

.get_session #footer {
    background: transparent;
}

    .get_session #footer .footer-top {
        padding: 0;
        background: transparent;
    }

#footer .footer-top .custom_contact a {
    padding: 0 !important;
    background: transparent !important;
    width: auto !important;
    font-size: 14px !important;
    margin-right: 0 !important;
}

.margin_auto {
    margin: 0 auto;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed !important;
    overflow: hidden;
    top: 0 !important;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #37517e;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #47b2e4;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
        color: #37517e;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #47b2e4;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    background: #37517e;
}

    #hero .container {
        padding-top: 72px;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

    #hero h2 {
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 50px;
        font-size: 24px;
    }

    #hero .btn-get-started {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 11px 28px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #fff;
        background: #47b2e4;
    }

        #hero .btn-get-started:hover {
            background: #209dd8;
        }

    #hero .btn-watch-video {
        font-size: 16px;
        display: flex;
        align-items: center;
        transition: 0.5s;
        margin: 10px 0 0 25px;
        color: #fff;
        line-height: 1;
    }

        #hero .btn-watch-video i {
            line-height: 0;
            color: #fff;
            font-size: 32px;
            transition: 0.3s;
            margin-right: 8px;
        }

        #hero .btn-watch-video:hover i {
            color: #47b2e4;
        }

    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

@media (max-width: 991px) {
    #hero {
        height: 100vh;
        text-align: center;
    }

        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }

        #hero .hero-img {
            text-align: center;
        }

            #hero .hero-img img {
                width: 50%;
            }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 40px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #37517e;
    }

        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #47b2e4;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 12px 0;
    text-align: center;
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }

        .clients img:hover {
            filter: none;
            transform: scale(1.1);
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding-left: 28px;
        position: relative;
    }

        .about .content ul li + li {
            margin-top: 10px;
        }

    .about .content ul i {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 20px;
        color: #47b2e4;
        line-height: 1;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    /*font-family: "Poppins", sans-serif;*/
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}

    .about .content .btn-learn-more:hover {
        background: #47b2e4;
        color: #fff;
        text-decoration: none;
    }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
    padding: 60px 100px 0 100px;
}

    .why-us .content h3 {
        font-weight: 400;
        font-size: 34px;
        color: #37517e;
    }

    .why-us .content h4 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
    }

    .why-us .content p {
        font-size: 15px;
        color: #848484;
    }

.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-us .accordion-list {
    padding: 0 100px 60px 100px;
}

    .why-us .accordion-list ul {
        padding: 0;
        list-style: none;
    }

    .why-us .accordion-list li + li {
        margin-top: 15px;
    }

    .why-us .accordion-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
    }

    .why-us .accordion-list a {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding-right: 30px;
        outline: none;
        cursor: pointer;
    }

    .why-us .accordion-list span {
        color: #47b2e4;
        font-weight: 600;
        font-size: 18px;
        padding-right: 10px;
    }

    .why-us .accordion-list i {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .why-us .accordion-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .why-us .accordion-list .icon-show {
        display: none;
    }

    .why-us .accordion-list a.collapsed {
        color: #343a40;
    }

        .why-us .accordion-list a.collapsed:hover {
            color: #47b2e4;
        }

        .why-us .accordion-list a.collapsed .icon-show {
            display: inline-block;
        }

        .why-us .accordion-list a.collapsed .icon-close {
            display: none;
        }

@media (max-width: 1024px) {
    .why-us .content, .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .img {
        min-height: 400px;
    }

    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-us .img {
        min-height: 200px;
    }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #37517e;
}

.skills .content ul {
    list-style: none;
    padding: 0;
}

    .skills .content ul li {
        padding-bottom: 10px;
    }

    .skills .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #47b2e4;
    }

.skills .content p:last-child {
    margin-bottom: 0;
}

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

    .skills .progress .skill {
        padding: 0;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        color: #37517e;
    }

        .skills .progress .skill .val {
            float: right;
            font-style: normal;
        }

.skills .progress-bar-wrap {
    background: #e8edf5;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

    .services .icon-box .icon {
        margin-bottom: 10px;
    }

        .services .icon-box .icon i {
            color: #47b2e4;
            font-size: 36px;
            transition: 0.3s;
        }

    .services .icon-box h4 {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a {
            color: #37517e;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        transform: translateY(-10px);
    }

        .services .icon-box:hover h4 a {
            color: #47b2e4;
        }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #47b2e4;
            border: 2px solid #47b2e4;
        }

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        margin: 10px 5px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        color: #444444;
        transition: all 0.3s;
        padding: 8px 20px;
        border-radius: 50px;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            background: #47b2e4;
            color: #fff;
        }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-img {
        overflow: hidden;
    }

        .portfolio .portfolio-item .portfolio-img img {
            transition: all 0.6s;
        }

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 15px;
        bottom: 0;
        z-index: 3;
        right: 15px;
        transition: all 0.3s;
        background: rgba(55, 81, 126, 0.8);
        padding: 10px 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0px;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #f9fcfe;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #fff;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #47b2e4;
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .portfolio .portfolio-item:hover .portfolio-img img {
        transform: scale(1.15);
    }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #47b2e4;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #47b2e4;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

    .team .member .pic {
        overflow: hidden;
        width: 180px;
        border-radius: 50%;
    }

        .team .member .pic img {
            transition: ease-in-out 0.3s;
        }

    .team .member:hover {
        transform: translateY(-10px);
    }

    .team .member .member-info {
        padding-left: 30px;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #37517e;
    }

    .team .member span {
        display: block;
        font-size: 15px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 500;
    }

        .team .member span::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #cbd6e9;
            bottom: 0;
            left: 0;
        }

    .team .member p {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .team .member .social {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .team .member .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            background: #eff2f8;
        }

            .team .member .social a i {
                color: #37517e;
                font-size: 16px;
                margin: 0 2px;
            }

            .team .member .social a:hover {
                background: #47b2e4;
            }

                .team .member .social a:hover i {
                    color: #fff;
                }

            .team .member .social a + a {
                margin-left: 8px;
            }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #37517e;
}

.pricing h4 {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    margin-bottom: 25px;
}

    .pricing h4 sup {
        font-size: 28px;
    }

    .pricing h4 span {
        color: #47b2e4;
        font-size: 18px;
        display: block;
    }

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

    .pricing ul li {
        padding: 10px 0 10px 30px;
        position: relative;
    }

    .pricing ul i {
        color: #28a745;
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .pricing ul .na {
        color: #ccc;
    }

        .pricing ul .na i {
            color: #ccc;
        }

        .pricing ul .na span {
            text-decoration: line-through;
        }

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

    .pricing .buy-btn:hover {
        background: #47b2e4;
        color: #fff;
    }

.pricing .featured {
    border-top-color: #47b2e4;
}

    .pricing .featured .buy-btn {
        background: #47b2e4;
        color: #fff;
    }

        .pricing .featured .buy-btn:hover {
            background: #23a3df;
        }

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li {
        margin-top: 15px;
    }

    .faq .faq-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }

    .faq .faq-list .icon-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: #47b2e4;
    }

    .faq .faq-list .icon-show, .faq .faq-list .icon-close {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .icon-show {
        display: none;
    }

    .faq .faq-list a.collapsed {
        color: #37517e;
        transition: 0.3s;
    }

        .faq .faq-list a.collapsed:hover {
            color: #47b2e4;
        }

        .faq .faq-list a.collapsed .icon-show {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .icon-close {
            display: none;
        }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

    .contact .info i {
        font-size: 20px;
        color: #47b2e4;
        float: left;
        width: 44px;
        height: 44px;
        background: #e7f5fb;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #37517e;
    }

    .contact .info p {
        padding: 0 0 10px 60px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #6182ba;
    }

    .contact .info .email p {
        padding-top: 5px;
    }

    .contact .info .social-links {
        padding-left: 60px;
    }

        .contact .info .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            margin-right: 10px;
        }

            .contact .info .social-links a:hover {
                background: #47b2e4;
                color: #fff;
            }

    .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
        background: #47b2e4;
        color: #fff;
    }

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form .form-group {
        margin-bottom: 20px;
    }

    .contact .php-email-form label {
        padding-bottom: 8px;
    }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #47b2e4;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #47b2e4;
        border: 0;
        padding: 12px 34px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #209dd8;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #37517e;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #4668a2;
            content: "/";
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #000;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #f3f5fa;
        text-align: center;
        font-size: 15px;
        color: #444444;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
            color: #37517e;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
            text-align: left;
        }

            #footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #47b2e4;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type=submit]:hover {
                    background: #209dd8;
                }

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #222;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h3 {
                font-size: 28px;
                margin: 0 0 10px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                text-transform: uppercase;
                font-weight: 600;
                color: #fff;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 20px;
            font-weight: bold;
            color: #71bf44;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top h5 {
            font-size: 15px;
            font-weight: bold;
            color: #0085cd;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #71bf44;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 5px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #71bf44;
                    }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #47b2e4;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #209dd8;
                color: #fff;
                text-decoration: none;
            }

    #footer .footer-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
    }

    #footer .copyright {
        float: left;
    }

    #footer .credits {
        float: right;
        font-size: 13px;
    }

        #footer .credits a {
            transition: 0.3s;
        }

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright, #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}

.carousel-item h3, .carousel-item p {
    position: absolute;
    z-index: 222;
}

.carousel-item h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.carousel-item p {
    width: 100%;
    font-size: 20px;
}

.slider_session {
    position: absolute;
    z-index: 222;
    color: #fff;
    top: 13rem;
    left: 6rem;
}
/*custom style*/
.carousel-item h3, .carousel-item p {
    position: relative !important
}

.btn-primary {
    background: #f60 !important;
    padding: 10px 15px !important;
    border: none;
    font-size: 16px;
    background: #01b1e0 !important;
}

.carousel-item img {
    height: 50%;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 222 !important;
}



@font-face {
  
    src: url(assets/fonts/Poppins-Medium.ttf);
}

.margin_auto {
    margin: 0 auto;
}

section#tenets h2 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
}

    section#tenets h2:after {
        content: '';
        border: 2px solid #05b2e4;
        height: 0;
        display: block;
        width: 15%;
        margin: 0 auto;
    }

h2.after_none:after {
    content: '';
    border: none !important;
}

h2.after_none {
    text-align: left !important;
    color: #06b2e4;
    margin-bottom: 1rem;
}

.clients_list ul li {
    list-style: none;
    margin: 0;
    line-height: 42px;
}

.clients_list ul {
    padding: 0;
}

    .clients_list ul li a {
        color: #ff6600;
    }

.session_bottom {
    margin-bottom: 5rem;
}

.paddingbottom_zero {
    padding-bottom: 0 !important;
}

ul.social_media {
    list-style: none;
    padding: 0;
}

    ul.social_media li {
        display: inline-block;
    }

        ul.social_media li a i {
            font-size: 18px;
            background: #000;
            padding: 10px 10px;
            color: #fff;
            border-radius: 5px;
        }

input[type="text"] {
    font-size: 14px;
}

.copyright {
    text-align: center;
}

.carousel-indicators [data-bs-target] {
    width: 50px;
}

.margin_auto p {
    font-size: 18px;
}

#header.header-scrolled ul li a.nav-link {
    color: #425b62 !important;
}

#header.header-scrolled {
    background: rgba(52, 59, 64, 0.9) !important;
    border-bottom: 3px solid #05679d;
    height: 95px;
}

    #header.header-scrolled .navbar a {
        color: #425b62 !important;
    }



.header-scrolled a img.img_hide {
    /* display: block !important; */
    /* position: absolute; */
    /* top: 20px; */
    display: block !important;
    position: relative;
    /* top: 20px; */
    /* width: 75%; */
    top: 0rem;
   /* width: 60%;*/
    height: auto !important;
}

.img_hide {
    display: none;
}

#header .logo img.img_hide {
    height: 90px;
}

.fixed-top img.img_show {
    width: 90%;
    position: relative;
    /* bottom: 1rem; */
}

.fixtop_custom.header-scrolled a img.img_show {
   /* top: 12px;
    position: relative;*/
}
/*sub page style*/
.banner_session {
    background: url("../../assets/img/industries-banner.png");
    margin-top: 6rem;
    padding: 6rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 485px;
    display: flex;
    align-items: center;
}

.route_accounting {
    background: url("../../assets/img/route_accounting.png");
    margin-top: 6rem;
    padding: 6rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 485px;
    background-position: bottom center;
    display: flex;
    align-items: center;
}


.fixtop_custom nav.navbar ul li a {
    color: #000;
}

    .fixtop_custom nav.navbar ul li a.active {
        color: #71bf44;
    }

.banner_session h1, .banner_session p {
    color: #fff;
}

.banner_session h1 {
    font-size: 42px;
    margin-bottom: 1.5rem;
}

.hr-devide {
    width: 100%;
    display: inline-block;
    clear: both;
}

    .hr-devide hr {
        width: 70px;
        float: left;
        border-top: 3px solid #0070c1;
        margin: 1% 0;
        opacity: 1;
    }

.feature_data h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}

.Analytics h2 {
    text-align: center !important;
    color: #000;
}

.Analytics img {
    margin-bottom: 10px;
}

.Analytics p {
    margin-bottom: 0;
}

.Analytics .col-md-6.form-group {
    margin-bottom: 5rem;
}

    .Analytics .col-md-6.form-group.mb_zero {
        margin-bottom: 3rem;
    }

.Trianz_bg {
    background: url("../../assets/img/cloud-footer-img.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem;
}

.datascience_trianzbg {
    background: url(../../assets/img/Data-Science-Footer.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem;
}

.Trianz_bg h3, .Trianz_bg p {
    color: #fff;
}

.Trianz_bg p {
    margin-bottom: 20px;
}

.fixtop_custom.header-scrolled img.img_show {
    /*width: 75% !important*/
}

.fixtop_custom.header-scrolled nav.navbar {
    position: relative;
    top: 17px;
}

.fixtop_custom nav.navbar ul li a:hover {
    color: #71bf44 !important;
}

nav.navbar ul li a {
    text-transform: uppercase;
}

nav.navbar ul li.dropdown ul li a {
    text-transform: uppercase;
}

.fixtop_custom a img.img_show {
    position: relative;
    bottom: 0rem !important;
    /* width: 75%; */
    /*width: 37% !important;*/
}

.fixtop_custom.header-scrolled a img.img_show {
    /* top: 15px !important; 
    top: 10px !important;
    width: 90% !important;*/
}

.custom_contact a i.bx {
    font-size: 20px;
    color: #71bf44;
}

header.fixed-top.fixtop_custom {
    background: rgba(52, 59, 64, 0.9) !important;
    border-bottom: 3px solid #05679d;
}

.Analytics img {
    width: 100px;
}

.carousel-indicators a {
    margin: 0 11px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.carousel-indicators [data-bs-target] {
    width: 200px !important;
}

.bannercloud_session {
    background: url(../../assets/img/Cloud-banner-img.png) !important;
    margin-top: 5rem;
    padding: 5rem;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    height: 400px;
}

.digital-transformationbanner {
    background: url(../../assets/img/Digital-Transformation-home-banner.png) !important;
    margin-top: 5.6rem;
    padding: 5rem;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}

p {
    font-weight: 300;
}

    p b {
        font-weight: 600;
    }

.input-group h5.isc-frm-title-s1 {
    width: 100%;
}
/* tab full section */
/**
 * Tabs
 */
.tabs {
    display: flex;
    flex-wrap: wrap;
    // make sure it wraps
}

    .tabs label {
        order: 1;
        // Put the labels first display: block;
        padding: 1rem 2rem;
        margin-right: 0.2rem;
        cursor: pointer;
        background: #90CAF9;
        font-weight: bold;
        transition: background ease 0.2s;
    }

    .tabs .tab {
        order: 99;
        // Put the tabs last flex-grow: 1;
        width: 100%;
        display: none;
        padding: 1rem;
        background: #fff;
    }

    .tabs input[type="radio"] {
        display: none;
    }

        .tabs input[type="radio"]:checked + label {
            background: #fff;
        }

            .tabs input[type="radio"]:checked + label + .tab {
                display: block;
            }

@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        order: initial;
    }

    padding: 2.5rem 5.9rem 4rem !important;

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

.tabs input[type="radio"]:checked + label {
    padding: 4.5rem 8.9rem 4rem;
    border: 0;
    box-shadow: none;
    color: #71bf44;
}

label.tabone {
    padding: 4.5rem 7.9rem 4rem !important;
    height: -webkit-fill-available;
    color: #000;
}

label.tabtwo {
    padding: 4.5rem 8.9rem 4rem !important;
    height: -webkit-fill-available;
    color: #000;
}

label.tabthree {
    padding: 4.5rem 8.9rem 4rem !important;
    height: -webkit-fill-available;
    color: #000;
}

.tabs label {
    border: 0;
    background: #f9f9f9;
    box-shadow: 0 2px 9px 0 rgb(35 31 24 / 20%);
    font-size: 18px;
    font-weight: 700;
    margin: 1px 11.6px 0 0;
}

.tabs input#tabthree label {
    margin: 0 !important;
}

.tab_bgcolor {
    background: #f7f7f7;
    padding: 2rem;
    margin-top: 2rem;
}

.tabs label.tabthree {
    margin: 0;
}

.tabs input[type="radio"]:checked + label:after {
    content: '';
    border: 0px solid #fff;
    display: block;
    margin-bottom: 2.5rem;
}

/*arrow*/
.toggle-btn {
    position: relative;
    /* display: block;*/
    background: #3890b3;
    color: white;
    /* width: 300px;*/
    padding: 10px;
    text-decoration: none;
    margin-bottom: 5px;
}

.arrow {
    /* position: absolute;
            top: 20px;
            right: 20px;*/
}

    .arrow::before,
    .arrow::after {
        position: relative;
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        background: #000;
        transition: 0.3s ease-in-out;
    }

    .arrow::before {
        transform: rotate(45deg);
        color: #71bf44;
        position: relative;
        left: 2rem;
        top: 1rem;
    }

    .arrow::after {
        left: 6px;
        top: 15px;
        transform: rotate(-45deg);
        color: #71bf44;
        position: relative;
        left: 2.5rem;
    }


.toggle-btn {
    background: #13749a;
}

    .toggle-btn.active .arrow::before {
        transform: rotate(-45deg);
    }

    .toggle-btn.active .arrow::after {
        transform: rotate(45deg);
    }

.tabs .tab {
    padding: 40px 50px;
}

label.tabone, label.tabtwo, label.tabthree {
    display: flex;
    justify-content: center;
    padding: 4.5rem 4.1rem 4rem !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 32.6%;
}

.header-scrolled ul li a.free-trial:hover {
    color: #fff !important;
}

@media (min-width: 320px) and (max-width: 576px) {
    .tabs .tab {
        padding: 1rem;
    }
    .header-scrolled .nav-menu > li > a {
        color: #425b62 !important;
    }
    .fixtop_custom nav ul.nav-menu li a {
        color: #000 !important;
    }
    ul.nav-menu li a {
        color: #000 !important;
    }
    .header-scrolled .nav-toggle::before {
        background-color: #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }

    .carousel_butnposition .carousel-caption button.button_one {
        right: 13rem !important;
        top: -1rem;
        float: left !important;
    }

    .carousel-inner.carousel_butnposition {
        margin-top: 0 !important;
    }

    .carousel-indicators.indicators_list {
        margin-bottom: 1rem !important;
    }

    .carousel_butnposition .carousel-caption button.button_two {
        float: left !important;
        right: 14.3rem !important;
        top: 0 !important;
    }

    .carousel_butnposition .carousel-caption button {
        position: relative !important;
        bottom: 0.2rem !important;
        border-radius: 91px !important;
        padding: 7px 15px !important;
        background: #0085cd !important;
    }

    .carousel_butnposition .carousel-caption {
        left: 15rem;
        right: 0;
        bottom: 0rem;
    }

    .landing_pagbtn {
        margin-top: 0 !important;
        padding: 5px !important;
    }

    .landing_bg {
        padding: 0.5rem !important;
    }

    ul.blink_list li span {
        text-align: center !important;
    }

    .bg_background {
        position: relative;
        background: #10203a;
        padding: 1rem;
        width: 100%;
        z-index: 2;
    }

        .bg_background .carousel-inner {
            margin-top: 0 !important;
        }

   

    ul li a.free-trial {
        color: #fff !important;
    }

    .top_bavbar {
        display: inherit !important;
    }

    .route_accounting h1 {
        font-size: 36px !important;
    }

    .HP_banner {
        position: relative !important;
        right: 0rem;
        min-width: 100% !important;
    }

    .four_section p {
        width: 100% !important;
    }

    .fixtop_custom.header-scrolled .nav-toggle {
        /*margin-top: -14px !important;*/
    }

    .new-layout-bg button.request-demo-btn {
        color: #fff !important;
        margin: 0 !important;
    }

    .banner_session h1 {
        margin-bottom: 0.5rem;
        font-size: 26px;
    }

    .fixtop_custom .nav-toggle::before {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }

    header.fixtop_custom.header-scrolled {
        min-height: 95px;
    }

    ul li a.request_demobtn {
        color: #fff !important;
    }

    .footer-top .col-lg-3 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    ul.order_list li {
        display: flex;
        margin-bottom: 0.5rem;
        line-height: 26px;
        font-size: 14px;
        width: 100% !important;
    }

    .carousel-inner {
        margin-top: 4rem;
    }

    .carousel-item h3 {
        margin-bottom: 0.5rem;
    }

    .btn-primary.custom_primary {
        margin-top: 0 !important;
    }

    section {
        padding: 30px 0;
    }

    header#header {
        padding: 10px !important;
    }

    .fixed-top img.img_show {
        width: 50% !important;
    }

    .header-scrolled a img.img_hide {
        width: 50% !important;
        top: 0;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 0 !important;
    }

    .HP_banner {
        margin: 0 !important;
    }

    ul.megamenu-list {
        padding-left: 0 !important;
    }

        ul.megamenu-list li.hidden_element {
            display: none
        }

    nav#navigation1.navigation {
        padding: 0 !important;
    }

    .header-scrolled .nav-toggle {
        /*  margin-top: 0 !important;  align-items: center;*/
        display: flex !important;
    }

    .header-scrolled .nav-toggle::before {
        background-color: #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }

    .tabs .tab p.tab_center {
        width: 100% !important;
        text-align: left !important;
    }

    .tabs .tab p.tab_right {
        width: 100% !important;
        float: left !important;
    }

    .tabs .tab p {
        width: 100% !important;
    }

    .tabs input[type="radio"]:checked + label:after {
        bottom: 4.3rem !important;
    }

    .tab_bgcolor {
        /* padding: 0rem !important; */
    }

    .tabs input[type="radio"]:checked + label {
        padding: 2.5rem 0rem 0rem !important;
        font-size: 16px;
    }

        .tabs input[type="radio"]:checked + label::after {
            border-width: 15px 8px 0 !important;
        }

    label.tabone, label.tabtwo, label.tabthree {
        width: 100%;
        padding: 2.5rem 0rem 4rem !important;
        display: flex;
        justify-content: center;
    }

    .tabs label {
        margin: 1px 0px 0 0 !important;
        font-size: 16px;
    }

    .header-scrolled .mobile-nav-toggle {
        color: #000;
    }

    ul.custom_tab li a.active {
        padding: 0.5rem 0.9rem 1rem !important;
    }

    ul.custom_tab li a {
        padding: 0.5rem 0.9rem 1rem !important;
    }

    ul.custom_tab li {
        margin: 0 0rem 0 0 !important;
        min-width: 95px;
    }

    .nav-tabs .nav-link {
        font-size: 16px !important;
    }

    .fa-angle-up {
        font-size: 20px !important;
    }

    #header.header-scrolled #navbar.navbar {
        position: relative;
        top: 1.5rem !important;
    }

    .contact_banner {
        height: 170px !important;
    }

    .carousel-indicators a {
        display: none;
    }

    .banner_session {
        background: url("../../assets/img/Analytics-Banner_2.png");
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bannercloud_session {
        background: url(../../assets/img/Cloud-banner-img.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
    }

    .fixtop_custom.header-scrolled a img.img_show {
        /* width: 80% !important;  top: 18px !important;
        width: 60% !important;*/
    }

    .fixtop_custom a img.img_show {
        /* width: 80% !important; */
        width: 60% !important;
    }

    .header-scrolled img.img_hide {
        width: 75%;
    }

    .fixed-top img.img_show {
        /* top: -2rem; */
        top: 0rem;
        position: relative;
        height: auto !important;
    }

    #header.header-scrolled img.img_show {
        display: none;
    }

    #header.fixtop_custom.header-scrolled img.img_show {
        display: block !important;
    }

    .slider_session {
        top: 6rem !important;
        left: 1rem !important;
    }

    .carousel-item h3 {
        font-size: 10px !important;
        width: 90%;
    }

    .slider_session_heigh-fix {
        top: 5rem !important; 
       
        left: 1rem !important;
    }

    .slider_session button {
        font-size: 12px;
    }

    .carousel-item p {
        font-size: 6.5px;
        width: 52%;
        margin-bottom: 5px !important;
    }

    .btn-primary {
        /* padding: 0 !important; */
        /* background: transparent !important; */
        /* font-size: 12px; */
        padding: 5px !important;
        font-size: 11px;
        margin-top: 1rem;
        background: #01b1e0 !important;
    }

    .header-scrolled a img.img_hide {
        display: block !important;
        position: absolute;
        height: auto !important;
        /* top: 0; */
    }

    .img_hide {
        display: none;
    }

    #header .logo img.img_hide {
        /* height: 110px;  */
    }
    /* #header.header-scrolled{height: auto;} */
    form button.btn {
        /* padding: 10px 15px !important; */
        /* background: #01b1e0 !important; */
    }

    .fixtop_custom a img.img_show {
        position: relative;
    }

    .fixtop_custom i.mobile-nav-toggle {
        color: #000;
    }

    .banner_session {
        margin-top: 5rem;
        padding: 1rem !important;
    }

    .Trianz_bg {
        background-position: inherit !important;
        background-size: auto 100%;
    }

    .banner_session button.btn-primary {
        padding: 10px 15px !important;
        background: #01b1e0 !important;
        margin-bottom: 10px;
    }

    .contact_banner {
        background: url(../../assets/img/Contact-banner.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
        height: auto !important;
    }
}

@media (min-width: 540px) and (max-width: 720px) {
    .bg_background {
        margin-top: 7rem !important;
    }
    .header-scrolled .nav-menu > li > a {
        color: #425b62 !important;
    }
}

@media (min-width: 567px) and (max-width: 768px) {
    .slider_session {
        top: 5rem !important;
        left: 2rem !important;
    }
    .header-scrolled .nav-menu > li > a {
        color: #425b62 !important;
    }

    .HP_banner {
        position: relative !important;
        right: 0rem;
        min-width: 100% !important;
    }

    .four_section p {
        width: 100% !important;
    }

    .footer-top .col-lg-3 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .tabs .tab {
        padding: 1rem;
    }

    .contact_banner {
        height: 170px !important;
    }

    .bannercloud_session {
        background: url(../../assets/img/Cloud-banner-img.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
    }

    .header-scrolled .mobile-nav-toggle {
        color: #000;
    }

    .banner_session {
        background: url("../../assets/img/Analytics-Banner_2.png");
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .carousel-indicators a {
        display: none;
    }

    .slider_session {
        top: 5rem !important;
        left: 2rem !important;
    }

    .carousel-item h3 {
        font-size: 11px;
    }

    .carousel-item p {
        font-size: 9px;
        width: 100%;
        margin-bottom: 0;
    }

    .btn-primary {
        padding: 0 !important;
        background: transparent !important;
        font-size: 12px;
    }

    .contact_banner {
        background: url(../../assets/img/Contact-banner.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
        height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slider_session_heigh-fix {
        position: absolute !important;
        z-index: 222;
        color: #fff;
        top: 6rem !important;
        left: 5rem !important;
    }
  
    .HP_banner {
        margin: 0 !important;
        margin-bottom: 2rem !important;
    }

    label.tabone, label.tabtwo, label.tabthree {
        width: 32.1% !important;
        font-size: 12px !important;
    }

    label.tabone {
        width: 32.1% !important;
        font-size: 12px !important;
    }

    label.tabtwo {
        width: 32.1% !important;
        font-size: 12px !important;
    }

    .tabs input[type="radio"]:checked + label:after {
        border-width: 10px 10px 0 !important;
    }

    .footer-top .col-lg-3 {
        flex: 0 0 auto !important;
        width: 33% !important;
    }

    h4.responsive_hidden {
        display: none !important;
    }

    .header-scrolled .nav-toggle::before {
        background-color: #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }

    .fixtop_custom .nav-toggle:before {
        background-color: #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }

    .route_accounting {
        height: auto;
        margin-top: 0;
    }

    .fixed-top img.img_show {
        max-width: 206px !important;
        width: 60% !important;
        /*top: 1rem;*/
    }

    .header-scrolled a img.img_hide {
      /*  width: 36% !important;*/
        top: 0;
    }

    .fixtop_custom a img.img_show {
        width: 80%;
    }

    .fixtop_custom.header-scrolled a img.img_show {
        top: 0 !important
    }

    .header-scrolled .mobile-nav-toggle {
        color: #000;
    }

    .header-scrolled a img.img_hide {
        top: 0 !important;
    }

    .fixed-top img.img_show {
        /* bottom: 3rem; */
        bottom: 0rem;
    }

    #header .logo img.img_hide {
        /* height: 90px !important; */
        width: 75%;
    }

    .contact_banner {
        height: 170px !important;
    }

    .contact_banner {
        background: url(../../assets/img/Contact-banner.png) !important;
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover !important;
        height: auto !important;
    }

    .banner_session {
        background: url("../../assets/img/Analytics-Banner_2.png");
        margin-top: 6rem;
        padding: 5rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fixed-top.fixtop_custom i.mobile-nav-toggle {
        color: #000;
    }

    .carousel-indicators a {
        /* display: none; */
    }

    .slider_session {
        top: 9rem !important;
        left: 5rem !important;
    }

    .carousel-item h3 {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .btn-primary {
        padding: 10px 15px !important;
        border: none;
        font-size: 16px;
        background: #01b1e0 !important;
    }

    .carousel-item p {
        font-size: 12px;
        width: 100%;
        margin-bottom: 1rem !important;
        width: 90%;
    }
}

form.custom_formstyle label {
    font-size: 16px;
}

form.custom_formstyle .col-md-6.form-group {
    margin-bottom: 1rem;
}

.teach_bar hr {
    margin: 0 auto !important;
    float: inherit !important;
    margin-bottom: 1rem !important;
}

.contact_formbg {
    padding: 0.9375rem;
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%); */
    /* border: 1px solid #d7cfcf; */
}

section.overflow_vissible {
    overflow: visible !important;
}

.footer-top p {
    color: #fff;
    line-height: 26px;
}

.contact_session h3 {
    font-weight: 600;
}

.contact_session p {
    margin-bottom: 1rem;
}

.bxs-envelope {
    vertical-align: sub;
}

.contact_session img {
    width: 15%
}

.contact_banner {
    background: url(../../assets/img/Contact-banner.png) !important;
    margin-top: 5rem;
    padding: 5rem;
    background-repeat: no-repeat;
    background-size: 100% 115% !important;
    height: 400px;
}

@media (min-width: 1680px) and (max-width: 1920px) {
    .slider_session {
        position: absolute;
        z-index: 222;
        color: #fff;
        top: 20rem;
        left: 16rem;
    }
}

@media (min-width: 900px) and (max-width: 1600px) {
    .slider_session {
        position: absolute;
        z-index: 222;
        color: #fff;
        /* top: 15rem; */
        top: 9rem;
        left: 13rem;
    }
}

@media (min-width: 700px) and (max-width: 1920px) {

    #header.header-scrolled img.img_show {
        /* width: 75% !important; */
       /* width: 37% !important;*/
        display: none;
    }

    #header.fixtop_custom.header-scrolled img.img_show {
        display: block !important;
    }

    .fixed-top img.img_show {
        width: 100%;
    }
}

#header.header-scrolled #navbar.navbar {
    position: relative;
    top: 0.5rem;
}

@media screen and (orientation:landscape)and (min-device-width: 600px) and (max-device-width: 1024px) {
    #header.header-scrolled ul li a.nav-link {
        font-size: 14px;
    }
}

.fixed-top img.img_show {
    /* width: 75% !important; */
  /*  width: 60% !important;
    top: 0.5rem;*/
}

@media (max-width: 1080px) {

    .slider_session {
        top: 7rem;
        left: 9rem;
    }

    .carousel-indicators {
        margin-bottom: 3rem !important;
    }

    .slider_session h3 {
        font-size: 32px;
    }
    /* .header-scrolled a img.img_hide{width: 86%;} */
    /* .fixed-top img.img_show { */
    /* width: 100% !important; */
    /* } */
    /* #header.header-scrolled img.img_show{width: 100% !important;} */

}

@media (min-width: 2256px) and (max-width: 2560px) {
    .slider_session {
        top: 30rem;
    }

    #header.header-scrolled img.img_show {
        display: none;
    }

    #header.fixtop_custom.header-scrolled img.img_show {
        display: block;
        width: 60% !important;
    }
}

.carousel-indicators {
    margin-bottom: 1rem;
}

.slider_session_heigh-fix {
    position: absolute;
    z-index: 222;
    color: #fff;
    top: 10rem;
    left: 8rem;
}

section#why-us {
    margin-top: 30px;
}

.tabs .tab p {
    width: 50%;
}

    .tabs .tab p.tab_center {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .tabs .tab p.tab_right {
        width: 50%;
        margin: 0 auto;
        float: right;
    }

@media (min-width: 1400px) and (max-width: 2560px) {
    .slider_session {
        position: absolute;
        z-index: 222;
        color: #fff;
        top: 15rem;
        left: 15rem;
    }

    .carousel-indicators.indicators_list {
        height: 3% !important;
    }

    .carousel_butnposition .carousel-caption button {
        position: relative;
        bottom: 2.4rem !important;
        border-radius: 91px;
        padding: 7px 29px !important;
        background: #0085cd !important;
    }

    .bg_background {
        background: #10203a;
        padding: 0.6rem;
        width: 100%;
        margin-top: 5.1rem !important;
    }

    label.tabone, label.tabtwo, label.tabthree {
        padding: 4.5rem 5.9rem 4rem !important;
        width: 32.5%;
    }

    .tabs label {
        margin: 1px 15.2px 0 0 !important;
    }

    .col-md-5.align_media {
        align-self: normal;
    }

    .col-md-6.align_media {
        align-self: normal;
    }

    .tabs label.tabthree {
        margin: 0 !important;
    }

    .contact_session .row {
        display: flex;
        align-items: inherit !important;
    }

    .carousel-indicators {
        /* height: 10%; */
        height: 13%;
    }

    .slider_session_heigh-fix {
        position: absolute;
        z-index: 222;
        color: #fff;
         top: 11rem !important;
      
        left: 4rem;
    }

    .header-scrolled a img.img_hide {
       /* width: 60% !important;*/
        top: 0 !important;
    }

    .row {
        display: flex;
        align-items: center;
    }

    #header.header-scrolled {
        /* height: 95px; */
        /* height: 125px;*/
    }
}

.carousel_butnposition .carousel-caption button {
    position: relative;
    bottom: 2.4rem;
    border-radius: 91px;
    padding: 7px 29px !important;
    background: #0085cd !important;
}

@media (min-width: 1920px) {
    .slider_session_heigh-fix {
        position: absolute;
        z-index: 222;
        color: #fff;
          top: 20rem !important;
      /* top: 10rem !important;*/
        
        left: 18rem;
    }

    .carousel_butnposition .carousel-caption button.button_two {
        position: relative;
        bottom: 7.4rem !important;
        border-radius: 91px;
        padding: 7px 29px !important;
        background: #1a214d !important;
        float: left;
        right: 13.3rem !important;
        top: -13rem;
    }

    .carousel_butnposition .carousel-caption button.button_one {
        position: relative;
        bottom: 14.4rem !important;
        border-radius: 91px;
        padding: 7px 29px !important;
        background: #fff !important;
        float: left;
        right: 7rem !important;
        top: -15rem;
    }

    .carousel-indicators.indicators_list {
        height: 5% !important;
    }

    .carousel_butnposition .carousel-caption button {
        position: relative;
        bottom: 5.4rem !important;
        border-radius: 91px;
        padding: 7px 29px !important;
        background: #0085cd !important;
    }

    .bg_background {
        position: relative;
        background: #10203a;
        z-index: 9;
        padding: 1rem !important;
        width: 100%;
        margin-top: 5.1rem !important;
    }

    .box_part {
        min-height: 315px;
    }

    .box_section a {
        position: absolute;
        bottom: 15px;
    }

    .align-self-col-six {
        align-self: baseline;
    }

    .col-md-5.align_media {
        align-self: baseline;
    }

    label.tabone, label.tabtwo, label.tabthree {
        padding: 4.5rem 5.9rem 4rem !important;
        width: 32.5%;
    }

    .tabs label {
        margin: 1px 15.2px 0 0 !important;
    }

    .header-scrolled a img.img_hide {
      /*  width: 60% !important;*/
        top: 5px !important;
    }

    .banner_session, .bannercloud_session {
        background-size: cover !important;
        /* background-position: center !important; height: 552px;*/
        height: 680px;
    }

    .contact_banner h1 {
        display: flex;
        vertical-align: middle;
        height: 500px;
        align-items: center;
    }

    .banner_session {
        display: flex;
        align-items: center;
    }

    .digital-transformationbanner {
        background-size: 100% auto !important;
        background-position: inherit !important;
    }

    .slider_session {
        position: absolute;
        z-index: 222;
        color: #fff;
        top: 15rem;
        left: 18rem;
    }

    .carousel-indicators {
        /* height: 30%; */
        height: 25%;
    }

    .img-height {
        height: 338px;
        width: 100%;
    }

    #header.header-scrolled {
        /* height: 102px; */
        /* height: 125px;*/
    }

    .megamenu-panel .col-xl-3 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

.carousel-indicators ul {
    list-style: none;
    display: inline-flex;
}

    .carousel-indicators ul li {
        color: #fff;
        margin: 0 1.6rem 0 0;
    }

.carousel-indicators p {
    display: inline;
    color: #fff;
}

.carousel-indicators [data-bs-target] {
    background: transparent;
    opacity: 1 !important;
}

    .carousel-indicators [data-bs-target] button {
        background: #fff;
        border-top: 0px solid transparent;
        border-bottom: 0px solid transparent;
    }

.slider_bar {
    border: 2px solid #fff;
    border-bottom: 0px solid transparent;
    position: relative;
    top: 1.5rem;
}

@media (min-width: 2256px) {
    .slider_session_heigh-fix, .slider_session {
        left: 30rem !important;
    }

    .carousel-indicators {
        left: 8rem;
    }
}


/*tab*/
ul.custom_tab li, ul.custom_tab i {
}

    ul.custom_tab li a {
        padding: 4.5rem 8.9rem 4rem;
        box-shadow: 0 2px 9px 0 rgb(35 31 24 / 20%);
        font-size: 18px;
        font-weight: 700;
    }

.tab_bg {
    background: #f7f7f7;
    padding: 2rem;
    margin-top: 2rem;
}

ul.custom_tab li {
    margin: 0 1.1rem 0 0;
}

.tab-content > .active {
    background: #fff;
}

.nav-tabs .nav-link {
    border: 0;
    background: #f9f9f9;
    box-shadow: 0 2px 9px 0 rgb(35 31 24 / 20%);
    font-size: 18px;
    font-weight: 700;
}

    .nav-tabs .nav-link:hover {
        border-color: transparent;
        -webkit-font-smoothing: antialiased;
    }

.tab-content > .tab-pane {
    padding: 40px 120px;
}

ul.custom_tab li a.active {
    padding: 4.5rem 8.9rem 4rem;
}

ul.custom_tab li a {
    text-align: center;
    color: #000;
}

ul.custom_tab li:nth-child(3) {
    margin: 0 !important;
}

ul.custom_tab li.nav-item a.active:after {
    content: '';
    border: 1px solid #fff;
    margin-bottom: 0.8rem;
    display: block;
}

.nav-tabs .nav-link.active {
    box-shadow: none;
}

.tab-content h3 {
    font-size: 22px;
}

.fa-angle-up {
    width: 100%;
    font-size: 26px;
    text-align: center;
    color: #71bf44;
    font-weight: 900;
}

ul.custom_tab li a:hover {
    color: #000;
}

header.fixtop_custom {
    height: 100px;
}

.form-group {
    margin-bottom: 3rem;
}

h2.toggle_child:after {
    border: none !important;
}

.taggle_bar {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.padding_bottonzero {
    padding-bottom: 0;
}

.tabs input[type="radio"]:checked + label .arrow::before {
    border: 1px solid red;
    display: none;
}

.tabs input[type="radio"]:checked + label .arrow::after {
    border: 1px solid red;
    display: none;
}

.arrow::before, .arrow::after {
    display: none;
}

.tabs input[type="radio"]:checked + label:after {
    color: #222222;
    content: "";
    position: relative;
    bottom: 0;
    border-width: 15px 11px 0;
    border-style: solid;
    border-color: #adda93 transparent;
    display: block;
    width: 0;
    top: 8px;
    left: 9px;
}

form.custom_formstyle .form-group {
    margin-bottom: 0rem;
}

nav.navbar ul li.dropdown ul li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
}

nav.navbar ul li.dropdown ul li.disabled {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    pointer-events: none
}

footer ul li.disabled {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

    footer ul li.disabled a {
        opacity: 0.5;
        cursor: not-allowed;
    }


/* main navbar design start   */
.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
    padding: 15px;
    transition: all 0.5s
}

.fixed-top .megamenu-list > li.megamenu-list-title > a {
    font-weight: 600;
    color: #71bf44 !important;
}

.header-scrolled nav ul li a:hover {
    color: #fff;
}

#mysticky-nav.wrapfixed .myfixed .navigation {
    padding: 15px 30px;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
/*.navigation-portrait {
            height: 48px;
        }*/
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
    position: relative;
}

.navigation-portrait .nav-header {
    width: 100%
}

.nav-header img {
    max-width: 336px !important;
}

.nav-header .logo-black {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus > img {
    outline: initial;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    display: none;
    cursor: pointer;
}

    .nav-toggle:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
    }

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
        left: auto;
        right: -400px;
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
        left: 0;
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
        left: auto;
        right: 0;
    }

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

    .navigation-landscape .nav-menu.nav-menu-centered > li {
        float: none;
    }

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

    .navigation-portrait .nav-menu > li:last-child {
        border-bottom: solid 1px #f0f0f0;
    }

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.nav-menu > li > a {
    padding: 27px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: var(--bs-white);
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    text-transform: capitalize;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
    color: var(--bs-dark);
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a,
.nav-search-button:hover {
    color: #75c646;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search { /*
            height: 70px;*/
    float: right;
    z-index: 19998;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 23px;
    color: var(--bs-white);
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    font-family: var(--heading-font);
    text-transform: uppercase;
    padding: 13px 0 5px 20px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #ffffff;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

    .nav-search-icon:after,
    .nav-search-icon:before {
        content: "";
        pointer-events: none;
    }

    .nav-search-icon:before {
        width: 2px;
        height: 11px;
        top: 11px;
        position: absolute;
        left: 50%;
        border-radius: 0 0 1px 1px;
        box-shadow: inset 0 0 0 32px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.nav-search-button:hover .nav-search-icon {
    color: var(--bs-red);
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-search-inner input[type="text"],
    .nav-search-inner input[type="search"] {
        height: 70px;
        width: 100%;
        margin: 0;
        padding: 0 12px;
        font-size: 26px;
        text-align: center;
        color: #343a40;
        outline: none;
        line-height: 70px;
        border: none;
        background-color: transparent;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    transform: translate(0%, -50%);
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

    .nav-button:hover,
    .nav-button:focus {
        color: #fff;
        text-decoration: none;
    }

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

    .navigation-portrait .nav-text + ul {
        margin-top: 15px;
    }

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

    .nav-dropdown > li > a {
        width: 100%;
        padding: 16px 20px;
        display: inline-block;
        text-decoration: none;
        float: left;
        font-size: 13px;
        color: #343a40;
        background-color: #fdfdfd;
    }

    .nav-dropdown > li:hover > a,
    .nav-dropdown > li.focus > a {
        color: var(--bs-red);
    }

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent var(--bs-red) var(--bs-red) transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

    .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

    .nav-dropdown-horizontal .nav-dropdown-horizontal {
        width: 100%;
        top: 100%;
        left: 0;
    }

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}

.nav-dropdown-horizontal > li > a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

    .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.header-scrolled nav ul li a {
     color: #425b62 !important;
    
}

.header-scrolled .nav-menu > li > a {
    color: #fff !important;
}

.menu-desc h4 {
    text-transform: uppercase;
    color: var(--black-color);
    font-weight: 800 !important;
}

.menu-desc p {
    color: var(--black-color);
    font-size: 19px;
}

.submenu-indicator {
    display: none;
}


.megamenu-panel {
    width: 100%;
    padding: 15px 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    background: var(--bs-white);
    border: 1px solid #ccc;
}

    .megamenu-panel:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 34px);
        background-color: rgb(253 253 253 / 70%);
        z-index: -8;
    }

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

    .megamenu-tabs-pane.active {
        display: block;
    }

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 5px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

    .megamenu-list > li > a:hover {
        background-color: rgba(0,0,0,0.03);
        color: #71bf44 !important;
    }

.megamenu-list > li.megamenu-list-title > a {
    font-weight: 600;
    color: #71bf44;
}

    .megamenu-list > li.megamenu-list-title > a:hover {
        background-color: transparent;
    }


.nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

    .nav-dropdown > li > a:hover,
    .nav-dropdown > li > a:focus {
        color: #71bf44;
    }

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

ul.megamenu-list li img {
    width: 19px;
}

@media (min-width: 1200px) {
    ul.megamenu-list.col-xl-3 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

ul.megamenu-list li {
    list-style: none;
}

    ul.megamenu-list li.megamenu-list-title a {
        font-size: 15px;
    }

    ul.megamenu-list li.hidden_element {
        visibility: hidden;
    }
/* main navbar design End   */
/*menu disable*/
nav.navbar ul li.dropdown ul li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
}

nav.navbar ul li.dropdown ul li.disabled {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    pointer-events: none
}

ul.megamenu-list li.disabled {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    pointer-events: none
}

    ul.megamenu-list li.disabled a.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.megamenu-lists .col-xl-3 {
    align-self: baseline;
}

.megamenu-lists .col-xl-4 {
    align-self: baseline;
}

.megamenu-lists .col-xl-6 {
    align-self: baseline;
}

.megamenu-panel .form-group {
    margin-bottom: 1rem !important
}

.fixtop_custom .navigation {
    padding: 0 !important;
}

.fixtop_custom a img.img_show {
   /* width: 60% !important;
    top: 0rem;*/
}

#header.fixtop_custom.header-scrolled img.img_show {
    /* width: 60% !important;
    top: 0.8rem !important;top: 10px;*/
}

.fixtop_custom nav ul.nav-menu li a {
   /* color: #fff !important;*/
}
.fixtop_custom nav ul.megamenu-list li a {
    color: #425b62 !important;
}
.fixtop_custom nav ul.nav-dropdown li a {
    color: #425b62 !important;
}

.fixtop_custom ul.nav-menu {
    padding: 2px 0px;
}

.fixtop_custom.header-scrolled ul.nav-menu {
    padding: 13px 0px;
}

#footer .footer-top .col-lg-3 {
    align-self: baseline !important;
}

.border-accent-color {
    width: 20%;
    border-style: solid;
    border-top-width: 5px;
    border-color: #1bb761;
    height: 0;
    margin: 0;
    opacity: 1;
}

.distribution_section {
    background-image: linear-gradient(90deg,#055a89 0%,#0085cd 100%) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .distribution_section p {
        color: #fff;
        margin-top: 1rem;
        font-weight: 600;
    }

    .distribution_section h2 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 3rem;
    }

.box_part {
    padding: 30px;
    height: 100%;
    background: #fff;
    margin: 0 10px 0 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 6px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(101,105,167,.08);
    box-shadow: 0 15px 30px 0 rgba(101,105,167,.08);
    min-height: 315px;
    border: 1px solid #e3e1e1;
}

    .box_part:hover {
        box-shadow: 0 0 30px 0 rgba(101,105,167,.4);
        transition: 0.2s ease;
        cursor: pointer;
    }

.box_section img {
    max-width: 26px;
    width: 100%;
    max-height: 26px;
}

.box_part h4 {
    font-weight: 500;
    font-size: 1.1052631579em;
    color: #2b2b2b;
    position: relative;
    z-index: 2;
    line-height: 1;
    padding-top: 5px;
    margin-bottom: 1em;
}

.box_section a {
    color: #71bf44;
    display: block;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8571428571em;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
}

    .box_section a:hover {
        color: #0085cd;
    }

.m_auto {
    margin: 0 auto;
}

.HP_banner {
    margin-top: 8rem;
}

section.four_section h2 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.four_section svg {
    width: 80px;
    height: 80px;
    margin-bottom: 2rem
}

h2.software_section {
    text-align: center;
    font-size: 2rem !important;
    margin-bottom: 5rem;
}

.border-accent-color-center {
    margin: 0 auto;
    margin-bottom: 5rem;
}

.Leverage_bg {
    background-image: linear-gradient(90deg,#ffffff 0%,#fbfbfb 100%);
    border: 1px solid #f5efef;
    background-image: url("../../assets/img/Leverage_bgimg.jpg")
}

.box_section {
    margin-top: 3rem;
}

.distribution_section i {
    font-size: 3rem;
    color: #fff;
}

.small_text {
    font-size: 13px;
}

.distribution_section img {
    width: 23%;
}

.menu_border {
    border: 1px solid #efefef;
}

.box_section .col-md-6 {
    align-self: baseline;
}

.four_section img {
    width: 70px;
    margin-bottom: 2rem;
}

.four_section .col-md-3:hover {
    background: #33a94d08;
    border-radius: 5px;
    cursor: pointer;
}

.custom_primary {
    background: #71bf44 !important;
}


ul li a.request_demobtn {
    background: #0085cd;
    padding: 10px 15px;
    border-radius: 5px;
    top: 1rem;
    position: relative;
    color: #fff;
    margin-left: 15px;
}

    ul li a.request_demobtn:hover {
        color: #fff;
    }

.header-scrolled ul li a.request_demobtn {
    color: #fff !important;
    background: #71bf44;
}

.new-layout-bg {
    position: relative;
    background-image: linear-gradient(90deg,#055a89 0%,#0085cd 100%) !important;
    height: 750px;
    background-image: none;
    margin-top: 0 !important;
}

.uncode-divider-wrap {
    height: 150px;
    bottom: -1px;
    z-index: 0;
}

.uncode-divider-wrap {
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: -1px;
    z-index: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
}

    .uncode-divider-wrap svg {
        width: 100%;
        bottom: -1px;
        height: 100%;
        left: 50%;
        position: absolute;
        transform: translatex(-50%);
    }

.request-demo-btn {
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border-style: solid;
    outline: 0;
    border-radius: 8px;
    color: #1bb761 !important;
    background-color: #fff !important;
    border-color: #fff;
    border-width: 1px;
    font-size: 15px;
    padding: 16px 39px !important;
    text-transform: uppercase;
    font-weight: 600;
    border: none !important;
}

    .request-demo-btn:hover {
        background: #107ab5 !important;
        color: #fff !important;
        border: none;
        cursor: pointer;
        transition: 0.5s ease;
    }

.fixtop_custom nav ul.nav-menu li a.request_demobtn {
    background: #0085cd;
    padding: 10px;
    border-radius: 5px;
    top: 1rem;
    position: relative;
    color: #fff !important;
}

.fixtop_custom.header-scrolled ul li a.request_demobtn {
    color: #fff !important;
    background: #71bf44 !important;
}

.icon_img {
    width: 70px;
    margin-bottom: 2rem;
}

.section_font h2 {
    font-size: 22px;
    margin-bottom: 2rem;
}

.section_demo {
    margin-bottom: 1px;
    border-width: 1px;
    color: #fff !important;
    background-color: #71bf44 !important;
    border-color: transparent !important;
    padding: 14px 39px !important;
    margin-top: 3rem;
}

    .section_demo:hover {
        background-color: transparent !important;
        border: 1px solid #1bb761 !important;
        color: #fff !important;
    }

.subpage_headings_border {
    margin-bottom: 3rem;
}

.section_para p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.header_area.fixed-top {
    background: #021433;
    padding: 0 !important;
}

    .header_area.fixed-top .navigation {
        padding: 10px;
    }

.carousel-inner {
    background: #021433;
}

.custom_primary:hover {
    background: #4eb711 !important;
    transition: 0.2s ease;
}

.header-scrolled ul li a.request_demobtn:hover {
    background: #4eb711 !important;
    transition: 0.2s ease;
}

ul.order_list {
    list-style: none;
    padding: 0;
}

    ul.order_list li i:before {
        color: #71bf44;
        padding: 10px;
        position: relative;
        top: 5px;
        padding-left: 0;
    }

    ul.order_list li {
        display: flex;
        margin-bottom: 0.5rem;
        line-height: 26px;
        font-size: 14px;
        width: 85%;
    }

        ul.order_list li:last-child {
            margin-bottom: 0rem !important;
        }

.section_font .col-md-4:hover {
    background: #d7ddd30f;
    border-radius: 5px;
    cursor: pointer;
}

    .section_font .col-md-4:hover ul.order_list li i:before {
        color: #71bf44 !important;
    }

    .section_font .col-md-4:hover h2 {
        color: #71bf44;
    }

    .section_font .col-md-4:hover ul.order_list li i:before {
        color: #0085cd !important;
    }

form h2 {
    color: #1bb761;
    font-size: 27px;
}

form i.fa-star {
    color: red;
    font-size: 7px;
}

.hs-input:not([type="file"]) {
    background-color: #f5f8fa;
}

form label {
    font-size: 14px;
}

.form_btn {
    background: #71bf44 !important;
    padding: 10px 25px !important;
}

.input_height {
    height: 40px;
}

.footer-top .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
}

.four_section p {
    width: 87%;
}

.align_self {
    align-self: baseline;
}

.get_in {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0.3rem !important;
}

ul.contact_lists {
    list-style: none;
    padding: 0;
}

    ul.contact_lists li {
        display: flex;
        margin-bottom: 0.5rem;
    }

        ul.contact_lists li i {
            margin: 0 0.5rem 0 0;
            font-size: 22px;
            color: #71bf44;
        }

        ul.contact_lists li a {
            color: #000;
        }

button.custom_primary::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #327a08;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

button.custom_primary:hover:after {
    width: 100%;
}

button.custom_primary {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.request-demo-btn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #107ab5;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.5s ease-out;
}

.request-demo-btn:hover:after {
    width: 100%;
}

.request-demo-btn {
    position: relative;
    background: #107ab5;
    z-index: 1;
    transition: all 0.5s ease-out;
}

a.section_demo::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #66cb2c;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
    border: transparent;
}

a.section_demo:hover:after {
    width: 100%;
}

a.section_demo {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

button.form_btn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #55bd18;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

button.form_btn:hover:after {
    width: 100%;
}

button.form_btn {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.HP_banner {
    position: absolute;
    right: 0rem;
    min-width: 535px;
}

.request_demobtn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #0778b5;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.request_demobtn:hover:after {
    width: 100%;
}

.request_demobtn {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.header-scrolled .request_demobtn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #66cb2c;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.header-scrolled .request_demobtn:hover:after {
    width: 100%;
}

.header-scrolled .request_demobtn {
    position: relative;
    background: #71bf44;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.inventrybanner_session {
    background: url(../../assets/img/Inventory-main-Banner.png);
    margin-top: 6rem;
    padding: 6rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 485px;
    display: flex;
    align-items: center;
}

    .inventrybanner_session h1 {
        font-size: 42px;
        margin-bottom: 1.5rem;
        color: #fff !important;
    }

    .inventrybanner_session p {
        color: #fff;
    }

.route_accounting h1 {
    font-size: 42px;
    margin-bottom: 1.5rem;
    color: #fff !important;
}

.route_accounting p {
    color: #fff;
}

ul li a.free-trial {
    background: #71bf44;
    padding: 10px;
    border-radius: 5px;
    top: 1rem;
    position: relative;
    color: #fff;
    margin-left: 15px;
}

.header-scrolled ul li a.free-trial {
    color: #fff !important;
    background: #0085cd !important;
}
/*header stop nav*/
.top_bavbar {
    display: flex;
    justify-content: space-between;
}

    .top_bavbar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .top_bavbar ul li {
            display: inline-flex;
            color: #fff;
            font-size: 12px;
            margin: 0 10px 0 0;
        }

            .top_bavbar ul li span.fa {
                margin: 0 6px 0 0;
                align-self: center;
                color: #71bf44;
            }

.topnav_bg {
    background: #021940;
    padding: 10px;
    position: relative;
}

.top_bavbar a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

    .top_bavbar a:after {
        content: '';
        border: 1px solid #123570;
        margin: 0 10px 0 10px;
    }

    .top_bavbar a:hover {
        color: #71bf44;
        transition: 0.2s ease;
    }

ul li a.free-trial:hover {
    color: #fff !important;
}

.top_bavbar a.last_chils:after {
    border: none !important;
}

.free-trial:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #0778b5;
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.fixtop_custom nav ul.nav-menu li a.free-trial {
    color: #fff !important;
}

.col-lg-5.align_self {
    align-self: baseline;
}

ul.nav-dropdown li.disabled {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background: #fdfdfd;
}

    ul.nav-dropdown li.disabled a.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

ul.nav-dropdown {
    border: 1px solid #ccc;
}

ul.nav-submenu li a:hover {
    color: #71bf44 !important;
}

.header-scrolled nav ul li a:hover {
    /* color: #71bf44 !important; */
}

.fixtop_custom nav ul.nav-menu li a:hover {
    color: #71bf44 !important;
}

.carousel_butnposition .carousel-caption button:hover {
    background: #71bf44 !important;
    transition: 0.3s ease;
}

.carousel_butnposition .carousel-caption button.button_one {
    position: relative;
    bottom: 9.4rem !important;
    border-radius: 91px;
    padding: 7px 29px !important;
    background: #fff !important;
    float: left;
    right: 5rem;
}

    .carousel_butnposition .carousel-caption button.button_one a {
        color: #4b97c6;
    }

.carousel_butnposition .carousel-caption button.button_two {
    position: relative;
    bottom: 7.4rem !important;
    border-radius: 91px;
    padding: 7px 29px !important;
    background: #1a214d !important;
    float: left;
    right: 9.3rem;
}

.carousel_butnposition .carousel-caption button.button_two {
    color: #fff;
}
.fixed-top.fixtop_custom ul li a{
   /* color:#fff !important;*/
}
