/**=== Makro Title Widget ===**/
.makro_section_title .c_slide_in {
    line-height: 1.2;
}

.makro_section_title .title_text {
    font-size: 42px;
    letter-spacing: -0.9px;
    color: #051441;
    margin-bottom: 0;
}

.makro_section_title .title_text .text_green {
    color: #31e1af;
}

.makro_section_title .title_text .brinjal {
    color: #5e2ced;
}

.makro_section_title .c_slide_in span {
    ont-family: 'Poppins', sans-serif;
}

.makro_section_title .c_slide_in_wrap1 {
    display: block;
}

/**=== Sign Up Page ===**/
.makro_signup .signup_title {
    margin-bottom: 50px;
}

/**=== Sign IN Page ===**/
.makro_signin_wrap {
    text-align: center;
}

.makro_signin_wrap p {
    text-align: left;
}

.register_section .check_box input {
    padding: 5px;
    display: inline-block;
}

/**=== Social Icon ===**/
.makro_social_icons.ul_li_center>ul,
.makro_social_icons.ul_li>ul {
    display: flex;
    justify-content: center;
}

.makro_download_btn_icon {
    margin-right: 4px;
}

/**=== About Us Features Section Gradient Color ===**/
.feature_section.bg_flow {
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: -webkit-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

/**=== Home Payment Features 01 Section Item Background ===**/
.service_primary_2.features_s1_item_bg_color {
    padding: 50px 40px;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
}

.service_primary_2.features_s1_item_bg_color:hover {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}

/**=== Pricing Table Style 02 Ribbon Label ===**/
.pricing_plan_2 .pricing_ribbon_label {
    font: 400 16px/22px "Poppins";
    color: #fff;
    background: #5f2eed;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 32px;
    right: 0;
    padding: 4px 26px;
    border: 0;
    display: block;
}

.pricing_plan_2 .pricing_ribbon_label:before {
    content: "";
    border-top: 15px solid #5f2eed;
    border-bottom: 15px solid #5f2eed;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    right: -11px;
    top: 0;
}

/**=== Clients Logo Support SVG ===**/
.partner_section .partner_logo>a>img {
    width: max-content;
}

.intregation_section .apps_wrap>ul>li>a>img,
.digital_marketing_banner .apps_wrap>ul>li>a>img {
    width: 34px;
}

/**=== Image Icons Widgets  ===**/
.image_icons.app_icons_group {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    .
}

.image_icons.app_icons_group>ul {
    padding: 0 15px;
    border-radius: 45px;
    background-color: #f5f8ff;
    margin: 0;
    display: table;
}

.image_icons.app_icons_group>ul>li {
    width: 60px;
    height: 60px;
    float: left;
    list-style: none;
    display: inline-block;
}

.image_icons.app_icons_group>ul>li>a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image_icons.app_icons_group>ul>li>a>img {
    margin: auto;
    height: auto;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image_icons.app_icons_group>ul>li>a:hover>img {
    -webkit-animation: jello 1.2s infinite linear;
    animation: jello 1.2s infinite linear;
}

/**=== Footer Subscriber Form Widgets ===**/
.footer_subscribe_form_widget .form_item input {
    height: 50px;
    background-color: rgba(101, 119, 141, 0.502);
    border: 1px solid rgba(101, 119, 141, 0.502);
}

.footer_subscribe_form_widget .form_item button[type=submit] {
    color: #ffffff;
}

.footer_subscribe_form_widget .form_item button[type=submit] {
    top: 55%;
    right: 20px;
    position: absolute;
    color: #6a7c92;
    transform: translateY(-55%);
}

.footer_subscribe_form_widget .form_item input:-moz-placeholder {
    color: #e1e1e3;
}

.footer_subscribe_form_widget .form_item input::-moz-placeholder {
    color: #e1e1e3;
}

.footer_subscribe_form_widget .form_item input:-ms-input-placeholder {
    color: #e1e1e3;
}

.footer_subscribe_form_widget .form_item input::-webkit-input-placeholder {
    color: #e1e1e3;
}

.footer_subscribe_form_widget .form_item button i {
    color: rgba(255, 255, 255, 0.6);
}

.mailchimp.newsletter_autofill input.memail:-webkit-autofill,
.mailchimp.newsletter_autofill input.memail:-webkit-autofill:hover,
.mailchimp.newsletter_autofill input.memail:-webkit-autofill:focus,
.mailchimp.newsletter_autofill input.memail:-webkit-autofill:active {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text;
    caret-color: rgba(255, 255, 255, 0.4);
}

.mailchimp p {
    margin-top: 15px;
    margin-bottom: 0;
}

@media (min-width: 992px) {

    .newsletter_style1 .newsletter_form1,
    .newsletter_section .newsletter_form {
        display: flex;
        justify-content: space-between;
    }

    .newsletter_section .newsletter_form .form_item {
        width: 55%;
    }

    .newsletter_style1 .mailchimp {
        padding-left: 45px;
    }

    .newsletter_style1 .newsletter_form1 .form_item {
        width: 60%;
    }
}

/**=== Testimonials Ratting ===**/
.rating_star>ul>li.yellow_star {
    color: #fbc509;
}

.rating_star>ul>li.gray_star {
    color: #DEDEDE;
}

/**=== List Items ===**/
.makro_list_items.info_list>ul>li {
    line-height: 1;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #051441;
}

.makro_list_items.info_list>ul>li:before {
    top: 2px;
    left: 0px;
    font-size: 14px;
    content: '\f00c';
    font-weight: 400;
    position: absolute;
    color: #4154f1;
    font-family: 'Font Awesome 5 Pro';
}

/**=== Parallax Effect Images Style 01 ===**/
.makro-parallax-img .parallax_img {
    position: absolute;
    z-index: -1;
    top: -240px;
    left: -88px;
    max-width: 158px;
}

/**=== Multiple Parallax Effect Images Style 02 ===**/
.feature_project_management.parallax_images .feature_image_10 .child_image_0 {
    position: relative;
}

.feature_project_management.parallax_images .feature_image_10 .child_image_1,
.feature_project_management.parallax_images .feature_image_10 .child_image_2,
.feature_project_management.parallax_images .feature_image_10 .child_image_3 {
    max-width: 427px;
    position: absolute;
    left: unset;
    right: -150px;
}

.feature_project_management.parallax_images .child_image_0 {
    margin-top: -18px;
    margin-bottom: -79px;
}

.feature_project_management.parallax_images .feature_image_10 .child_image_1 {
    top: 161px;
}

.feature_project_management.parallax_images .feature_image_10 .child_image_2 {
    top: 269px;
}

.feature_project_management.parallax_images .feature_image_10 .child_image_3 {
    max-width: 467px;
    top: 382px;
}

@media screen and (max-width: 1160px) {

    .feature_project_management.parallax_images .feature_image_10 .child_image_1,
    .feature_project_management.parallax_images .feature_image_10 .child_image_2,
    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 370px;
        right: -120px;
    }

    .feature_project_management.parallax_images .feature_image_10 {
        width: 480px;
        margin-left: 0;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_1 {
        top: 130px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_2 {
        top: 230px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 410px;
        top: 330px;
    }

    .feature_project_management.parallax_images .feature_image_10 {
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {

    .feature_project_management.parallax_images .feature_image_10 .child_image_1,
    .feature_project_management.parallax_images .feature_image_10 .child_image_2,
    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 300px;
        right: -75px;
    }

    .feature_project_management.parallax_images .feature_image_10 {
        width: auto;
        float: none;
        max-width: 370px;
        margin: 0 auto 40px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_0 {
        margin-bottom: -10px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_1 {
        top: 110px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_2 {
        top: 190px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 330px;
        top: 270px;
    }
}

@media screen and (max-width: 580px) {

    .feature_project_management.parallax_images .feature_image_10 .child_image_1,
    .feature_project_management.parallax_images .feature_image_10 .child_image_2,
    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 250px;
        right: -65px;
    }

    .feature_project_management.parallax_images .feature_image_10 {
        max-width: 330px;
        margin: 0 auto;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_1 {
        top: 90px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_2 {
        top: 155px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 275px;
        top: 220px;
    }
}

/**=== Makro Button Style ===**/
.animate_btn,
.animate_btn a {
    display: inline-block;
    background: none;
    border: 2px solid #fff;
    border-radius: 45px;
    padding: 15px 35px;
    font-size: 16px;
    color: #fff;
    z-index: 2;
    outline: none;
    position: relative;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.animate_btn:before,
.animate_btn a:before {
    background-color: #0096e6;
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: -1;
    width: 0px;
    position: absolute;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
    border-radius: 45px;
}

/* .animate_btn:before {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    z-index: -1;
} */

.animate_btn:hover:before,
.animate_btn a:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.animate_btn:hover,
.animate_btn a:hover {
    color: #ffffff;
    border-color: #0096e6;
    text-decoration: none;

}

/**=== Makro Icon ===**/
.makro_gradient_icon .makro_gradient {
    line-height: 1;
    font-size: 48px;
    display: block;
    text-align: left;
}

.makro_gradient_icon .makro_gradient i {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.makro_gradient_icon i {
    text-shadow: 0 14px 30px rgba(94, 44, 237, 0.4);
    background: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
}

.makro-icon-bg-shape .item_icon.icon_blue {
    color: #0072e9;
}

.makro-icon-bg-shape .item_icon {
    z-index: 1;
    height: 75px;
    font-size: 46px;
    line-height: 75px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.makro-icon-bg-shape .item_icon:before {
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    content: '';
    width: 60px;
    position: absolute;
    background-color: rgba(48, 28, 171, 0.2);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}

/**=== FAQs Style Two ===**/
.faq_section .faq_2_wrap.mb-80:last-child {
    margin-bottom: 0;
}