﻿
.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_eight .menu_toggle .hamburger-cross span {
    background: #742775;
}

.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger-cross span {
    background: #f78a00;
}

@media (max-width: 991px) {
    .w_menu .nav-item:hover .nav-link, .w_menu .nav-item.active .nav-link {
        color: #742775;
    }
}

.animation_img_two {
    width: 50%;
    height: 60%;
    float: right;
    text-align: right;
    position: absolute;
    bottom: 66px;
    right: -75px;
    z-index: 0;
}

    .animation_img_two img {
        max-width: 120%;
    }

.service_area {
    background: none;
}

.menu_eight .saas_btn {
    border-radius: 4px;
    background-color: #fff0;
    border: 1px solid #fff;
    color: #ffffff;
}

.header_area.navbar_fixed .menu_eight .saas_btn {
    border-color: #742775;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #600961;
}

    .header_area.navbar_fixed .menu_eight .saas_btn:hover {
        background: #742775;
        color: #fff;
    }

.payment_banner_content .agency_banner_btn {
    background: #fff;
    color: #600961;
    border-color: #fff;
}

.header_area.navbar_fixed .w_menu .nav-item .nav-link {
    color: #600961;
}

    .header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
        background: #600961;
    }

.service_item p {
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
}

.service_item {
    border: 0px none transparent;
    cursor: default;

}

.sec_pad .sec_title h2 {
    font-size: 26px;
    font-weight: 500;
    color: #051441;
}

.payment_features_content h2 {
    font-weight: 500;
}

.payment_features_content p {
    font-size: 18px;
    color: #6a7282;
    line-height: 30px;
    margin-bottom: 30px;
}

.payment_service_area h2 {
    font-size: 26px;
    font-weight: 400;
    color: white;
    margin-bottom: 80px;
}

.payment_service_area {
    padding-top: 225px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
    background: url('img/shape_two.png') no-repeat scroll center 0;
    background-size: cover;
}

.pay_btn:before {
    background-image: -webkit-linear-gradient(0deg, #742775 0%, #742775 100%);
}

.pay_btn.pay_btn_two:hover {
    color: #600961;
}

.pay_btn.pay_btn_two {
    margin-left: 0px;
}

.software_promo_area {
    background: #f6f7fa;
}

    .software_promo_area h2 {
        font-size: 26px;
        font-weight: 500;
        color: #051441;
    }

    .software_promo_area .round_shape {
        margin-top: 50px;
        margin-bottom: 100px;
    }

.payment_action_content h2 {
    font-size: 26px;
    font-weight: 500;
    color: #051441;
}

.partner_info .logo_item img {
    max-width: 100%;
    -webkit-filter: contrast(0%);
    filter: contrast(100%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}




.footer_dark_one {
    background: #2d2d48;
}

    .footer_dark_one .footer_top {
        border-color: #5e2a5f;
    }

.dark_widget .f-title {
    margin-bottom: 30px;
}

.footer_dark_ten .f_widget.about-widget .f_list li a:before {
    background: #677294;
}

.footer_dark_ten .f_widget.about-widget .f_list li a:hover {
    color: #677294;
}

.footer_dark_ten .dark_f_bottom .f_menu li a:hover, .footer_dark_ten .dark_f_bottom a {
    color: #677294;
}

/*=============== agency_testimonial_area css ==============*/
.mobile.skin {
    position: absolute;
    z-index: 3;
    justify-content: center;
    display: inline-flex;
}

.agency_testimonial_info {
    position: relative;
}

.customisation.agency_testimonial_info .testimonial_slider {
    max-width: 306px;
    border-radius: 0px;
    margin: 0 auto;
    background-color: none;
    box-shadow: none;
    padding: 0px;
    padding-top: 20px;
    z-index: 1;
}

.agency_testimonial_info .testimonial_slider .testimonial_item {
    z-index: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .agency_testimonial_info .testimonial_slider .testimonial_item .author_img img {
        max-width: 100%;
        width: auto;
        display: inline-block;
        border-radius: 50%;
    }

    .agency_testimonial_info .testimonial_slider .testimonial_item .author_description {
        margin-top: 18px;
        margin-bottom: 40px;
    }

        .agency_testimonial_info .testimonial_slider .testimonial_item .author_description h4 {
            margin-bottom: 5px;
        }

        .agency_testimonial_info .testimonial_slider .testimonial_item .author_description h6 {
            font: 400 14px/26px "Poppins", sans-serif;
            color: #959cb1;
        }

    .agency_testimonial_info .testimonial_slider .testimonial_item p {
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }

.agency_testimonial_info .testimonial_slider .active {
    position: relative;
    z-index: 9;
}

.agency_testimonial_info .testimonial_slider .owl-dots {
    text-align: center;
    bottom: 0px;
    position: relative;
    margin-top: 0px;
}

    .agency_testimonial_info .testimonial_slider .owl-dots .owl-dot {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid transparent;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin: 0px 2px;
    }

        .agency_testimonial_info .testimonial_slider .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
            background: #cfcfe7;
            border-radius: 50%;
            display: block;
            margin: 0 auto;
            border: 0px;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .agency_testimonial_info .testimonial_slider .owl-dots .owl-dot.active {
            border-color: #742775;
        }

            .agency_testimonial_info .testimonial_slider .owl-dots .owl-dot.active span {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

.agency_testimonial_info .owl-prev, .agency_testimonial_info .owl-next {
    display: none;
}

.agency_testimonial_info .owl-next {
    display: none;
}

/*=============== features css ==============*/

.payment_service_item .icon .icon_features {
    font-size: 23px;
    line-height: 55px;
}

/*=============== payment action css ==============*/

.payment_action_area {
    padding: 100px 0px 145px;
    position: relative;
}

.partner_logo_area_four {
    padding-top: 0px;
    margin-bottom: 20px;
}


/*=============== pricing css ==============*/

.breadcrumb_area {
    background-image: -moz-linear-gradient(180deg, #742775 0%, #f18e4a 100%);
    background-image: -webkit-linear-gradient(180deg, #742775 0%, #f18e4a 100%);
    background-image: -ms-linear-gradient(180deg, #742775 0%, #f18e4a 100%);
    position: relative;
    z-index: 1;
    padding: 150px 0px 50px;
    overflow: hidden;
}

.s_pricing-item .price {
    color: #051441;
    padding: 24px 0px 40px;
    border-bottom: none;
}

.price_content .price_item {
    text-align: left;
    background-color: white;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
    box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
    padding: 50px 50px 40px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

    .price_content .price_item:hover {
        border-color: white;
        -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
        box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
    }

.s_pricing-item .s_price_icon.p_icon2 .icon {
    max-height: 49%;
    max-width: 53%;
}

.features .table tr:first-child td {
    border-top: none;
}

.features .table td, .table th {
    border-top: 1px solid #ececec;
}

    .features .table td:last-child {
        text-align: center;
    }

.features .table tr:hover {
    background-color: #f5f5f5;
}

.price_content_two .price_item .features .ti-check {
    color: #742775;
}

.price_btn {
    color: #600961;
    border: 1px solid #742775;
}

    .price_btn:hover {
        background-color: #742775;
    }
