@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: Md. Shahadat Hussain
@URL: https://themeforest.net/user/droitthemes

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author: Md. Shahadat Hussain
@Developed By: Rony
@Developer URL: https://themeforest.net/user/droitthemes

@Default Styles

Table of Content:
01/ variables
02/ predefine
03/ button
04/ preloader
05/ header
06/ banner
07/ breadcrumb
08/ features
09/ service
10/ price
11/ about
12/ testimonial
13/ screenshot
14/ joblist
15/ faq
16/ portfolio
17/ contact
18/ error
19/ shop
20/ blog
21/ footer
/*=========== blog area css ===========*/

.blog_grid_item{
    cursor: pointer;
    img{
        transition: opacity 600ms linear;
    }
    &:hover{
        .blog_img{
            img{
                opacity: 0.70;
            }
        }
    }
}
.blog_img{
    background: #000022;
    img{
        max-width: 100%;
    }
}
.blog_content{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
    padding: 30px 47px 42px 50px;
    position: relative;
    .post_date{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        box-shadow: 0px 3px 0px 0px rgba(12, 0, 46, 0.06);
        text-align: center;
        display: flex;
        align-items: center;
        position: absolute;
        justify-content: center;
        right: 50px;
        top: -40px;
        background: #fff;
        h2{
            font: 700 30px/20px $pop;
            margin-bottom: 0px;
            color: #5e2ced;
            padding-top: 5px;
        }
        span{
            font-weight: 300;
            font-size: 14px;
            display: block;
            padding-top: 5px;
        }
    }
    p{
        font-weight: 400;
        font-size: 15px;
    }
    h5{
        &:hover{
            color: #5e2ced;
        }
    }
    .learn_btn_two{
        font: 400 14px $pop;
        color: #282835;
        &:before{
            transition: all 0.2s linear;
        }
        i{
            font-size: 14px;
        }
        &:hover{
            color: #5e2ced;
            &:before{
                background: #5e2ced;
            }
        }
    }
}
.entry_post_info{
    font: 400 15px/25px $pop;
    color: $p-color;
    padding-bottom: 5px;
    a{
        color: $p-color;
        & + a{
            &:before{
                content: "/";
                display: inline-block;
                margin: 0px 7px 0px 2px;
            }
        }
    }
}

.blog_single{
    .blog_content{
        padding-left: 0px;
        padding-right: 0px;
        box-shadow: none;
    }
    .blockquote{
        color: #5e2ced;
        font-style: italic;
        border-left: 4px solid #5e2ced;
        padding-left: 35px;
    }
}
.post_share{
    display: flex;
    border-bottom: 1px solid #d8dceb;
    padding-bottom: 10px;
    a{
        font: 400 14px/26px $pop;
        color: #525c7c;
        i{
            padding-right: 12px;
        }
        &:hover{
            color: #5e2ced;
        }
        & + a{
            margin-left: 15px;
        }
    }
    .flex{
        flex: 1;
        text-align: right;
    }
}
.post-nam{
    font: 400 15px/26px $pop;
    color: #282835;
}
.post_tag {
    padding-top: 20px;
    .post-nam{
        padding-right: 10px;
    }
    a{
        font: 400 13px/26px $pop;
        color: #595b64;
        border: 1px solid #cfcfe6;
        border-radius: 3px;
        padding: 0px 11px;
        display: inline-block;
        margin-left: 10px;
    }
}
.post_author{
    .media-body{
        padding-left: 20px;
        h6{
            color: #677294;
        }
        p{
            color: #677294;
            margin-bottom: 0px;
        }
    }
}

.blog_post_item{
    .blog_content{
        padding: 22px 22px 35px;
        h5{
            margin-bottom: 15px;
        }
    }
}

.comment-box{
    .post_comment{
        .post_author{
            margin-bottom: 30px;
            .media-left{
                margin-right: 30px;
            }
            .replay{
                display: block;
                text-align: center;
                font-size: 20px;
                color: #525c7c;
                padding-top: 14px;
                transition: all 0.1s linear;
                &:hover{
                    color: #5e2ced;
                }
            }
            .media-body{
                border-bottom: 1px solid #e8ebf4;
                padding-left: 0;
                padding-bottom: 25px;
            }
        }
        .reply-comment{
            padding-left: 110px;  
            .post_author{
                margin-bottom: 0px;
            }
        }
    }
}
/*=========== blog sidebar css ===========*/
.widget_title{
    margin-bottom: 35px;
    .border_bottom{
        width: 180px;
        height: 1px;
        background: #677294;
        display: block;
    }
}
.widget_title_two{
    font-size: 20px;
    font-weight: 600;
    color: #282835;
    margin-bottom: 30px;
}
.blog-sidebar{
    padding-left: 40px;
    .widget{
        &.widget_search{
            .search-form{
                position: relative;
                .form-control{
                    font: 300 14px $pop;
                    color: #677294;
                    border-radius: 3px;
                    background-color: rgb(255, 255, 255);
                    box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.08);
                    border-radius: 0px;
                    border: 0px;
                    padding-left: 30px;
                    height: 55px;
                    z-index: 0;
                    border:  1px solid transparent;
                    @include placeholder{
                        color: #677294;
                    }
                    &:focus{
                        border-color: #ccc5fa;
                        border-radius: 3px;
                    }
                }
                button{
                    border: 0px;
                    border-radius: 0px;
                    font-size: 16px;
                    color: #282835;
                    background: transparent;
                    position: absolute;
                    right: 20px;
                    height: 100%;
                    padding: 0px;
                    z-index: 1;
                    cursor: pointer;
                    &:hover{
                        color: #5e2ced;
                    }
                }
            }
        }
        &.widget_recent_post{
            .post_item{
                img{
                    border-radius: 3px;
                }
                .media-body{
                    padding-left: 20px;
                    align-self: center;
                    h3{
                        color: #282835;
                        &:hover{
                            color: #5e2ced;
                        }
                    }
                    .entry_post_info{
                        padding-bottom: 0px;
                    }
                }
                & + .post_item{
                    margin-top: 30px;
                }
            }
        }
        &.widget_categorie{
            .widget_title{
                margin-bottom: 28px;
            }
            ul{
                margin-bottom: 0px;
                li{
                    a{
                        font: 400 16px/35px $pop;
                        color: #282835;
                        transition: all 0.2s linear;
                        span{
                            border-bottom: 1px solid transparent;
                            transition: all 0.3s linear;
                        }
                        em{
                            float: right;
                            font-style: normal;
                        }
                        &:hover{
                            span{
                                color: #5e2ced;
                                border-color: #5e2ced;
                            }
                        }
                    }
                }
            }
        }
        &.widget_tag_cloud{
            .post-tags{
                margin-top: -5px;
                margin-left: -5px;
                margin-right: -5px;
                a{
                    font: 400 13px/26px $pop;
                    color: #595b64;
                    border: 1px solid #cfcfe6;
                    border-radius: 3px;
                    padding: 6px 18px;
                    float: left;
                    transition: all 0.2s linear;
                    margin: 5px; 
                    &:hover{
                        background: #5e2ced;
                        border-color: #5e2ced;
                        color: #fff;
                    }
                }
            }
        }
        &.search_widget_two{
            .search-form {
                .form-control {
                    padding: 0px 30px;
                    background: #f3f4f9;
                    border-radius: 4px;
                    height: 60px;
                    font-size: 15px;
                    color: #677294;
                    box-shadow: none;
                    position: relative;
                    z-index: 0;
                    border-color: transparent;
                    transition: all 0.3s linear;
                    @include placeholder{
                        color: #677294;
                    }
                    &:focus{
                        border-color: #5e2ced;
                        background: #fff;
                    }
                }
                button{
                    position: absolute;
                    background: transparent;
                    padding: 0px;
                    border: 0px;
                    right: 30px;
                    top: 51%;
                    transform: translateY(-50%);
                    font-size: 16px;
                    color: #282835;
                    z-index: 0;
                }
            }
        }
        &.recent_post_widget_two{
            .post_item{
                align-items: center;
                img{
                    border-radius: 4px;
                    padding-right: 25px;
                }   
                .media-body{
                    h3{
                        font: 500 16px/22px $pop;
                        color: #222d39;
                        margin-bottom: 0;
                        &:hover{
                            color: #5e2ced;
                        }
                    }
                    .entry_post_info{
                        font-size: 14px;
                        color: #85859c;
                        font-weight: 400;
                        text-transform: uppercase;
                    }
                }
                &:not(:last-child){
                    margin-bottom: 30px;
                }
            }
        }
        &.categorie_widget_two{
            ul{
                margin-bottom: 0;
                li{
                    a{
                        font-size: 14px;
                        line-height: 36px;
                        color: #282835;
                        text-transform: uppercase;
                        em{
                            font-style: normal;
                            color: #282835;
                            padding-left: 10px;
                        }
                        &:hover{
                            color: #5e2ced;
                        }
                    }
                }
            }
        }
        &.tag_widget_two{
            .post-tags{
                margin: -5px -4px;
                a{
                    padding: 6px 20px;
                    font-size: 14px;
                    color: #5a5a77;
                    background: #f0f2f9;
                    border-radius: 4px;
                    margin: 5px 4px;
                    display: inline-block;
                    transition: all 0.2s linear;
                    &:hover{
                        background: #5e2ced;
                        color: #fff;
                    }
                }
            }
        }
    }  
}
.instagram_widget{
    ul{
        margin: -7px;
        display: flex;
        flex-wrap: wrap;
        li{
            padding: 7px 6px;
            width: calc(100% / 3);
            a{
                display: block;
                position: relative;
                &:before{
                    content: "\e73d";
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    font-family: 'themify'; 
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 22px;
                    background: rgba(94, 44, 237, 0.6);
                    border-radius: 4px;
                    opacity: 0;
                    top: 0;
                    transition: opacity 0.4s linear;
                    color: #fff;
                }
                img{
                    max-width: 100%;
                    border-radius: 4px;
                }
                &:hover{
                    &:before{
                        opacity: 1;
                    }
                }
            }
        }
    }
}


        &.recent_post_widget_two{
            .post_item{
                align-items: center;
                img{
                    border-radius: 4px;
                    padding-right: 25px;
                }   
                .media-body{
                    h3{
                        font: 500 16px/22px $pop;
                        color: #222d39;
                        margin-bottom: 0;
                        &:hover{
                            color: #5e2ced;
                        }
                    }
                    .entry_post_info{
                        font-size: 14px;
                        color: #85859c;
                        font-weight: 400;
                        text-transform: uppercase;
                    }
                }
                &:not(:last-child){
                    margin-bottom: 30px;
                }
            }
        }
/*========= blog_area_two css ===========*/
.blog_area_two{
    .blog_list_item{
        &:not(:last-child){
            margin-bottom: 70px;
        }
    }
    .shop_page_number{
        border-top: 1px solid #ebe8f1;
        padding-top: 35px;
        margin-top: 0px;
    }
}
.blog_list_item_two{
    position: relative;
    .post_date{
        position: absolute;
        left: 20px;
        top: 20px;
        border-radius: 4px;
        background-color: rgb(251, 251, 253);
        box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
        text-align: center;
        color: #5e2ced;
        padding: 13px 26px;
        z-index: 1;
        h2{
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 0;
        }
        span{
            display: block;
            font-size: 15px;
            font-weight: 400;
        }
    }
    a{
        img{
            border-radius: 6px;
        }
    }
    .video_post{
        position: relative;
        z-index: 0;
        &:before{
            content: "";
            background: #282835;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            opacity: 0.5;
            border-radius: 6px;
        }
        img{
            border-radius: 6px;
        }
    }
    .video_icon{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        &:after{
            display: none;
        }
        &:before{
            transform: scale(1.5);
        }
        i{
            color: #794afd;
            text-shadow: 0px 6px 25px rgba(121, 74, 253, 0.9);
        }
    }
    .blog_content{
        box-shadow: none;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        p{
            font-size: 16px;
            margin-bottom: 25px;
        }
        .post-info-bottom{
            display: flex;
            justify-content: space-between;
            .post-info-comments{
                font-size: 13px;
                font-weight: 500;
                letter-spacing: 1px;
                color: #282835;
                i{
                    color: #5e2ced;
                    padding-right: 5px;
                }
            }
        }
        .learn_btn_two{
            text-transform: uppercase;
            font-size: 13px;
            margin-top: 0px;
            line-height: 20px;
            display: inline-block;
            font-weight: 500;
        }
        .post-info-comments{
            text-transform: uppercase;
            line-height: 20px;
            display: inline-block;
        }
    }
}
.blog_title{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #222d39;
    font-family: $pop;
    margin-bottom: 15px;
    &:hover{
        color: #5e2ced;
    }
}
.qutoe_post{
    .blog_content{
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);    
        border-radius: 6px;
        padding: 28px 40px 42px 40px;
        position: relative;
        overflow: hidden;
        border-left: 6px solid #5e2ced;
        z-index: 0;
        &:after{
            content: "\f10d";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            right: 30px;
            bottom: 0px;
            color: #f2effd;
            font-size: 100px;
            transform: rotate(180deg);
            z-index: -1;
        }
        i{
            font-size: 30px;
            color: #5e2ced;
            padding-bottom: 12px;
            display: inline-block;
        }
        h6{
            font-size: 20px;
            color: #525c7c;
            font-weight: 500;
            line-height: 34px;
            margin-bottom: 0;
        }
        .author_name{
            font-size: 14px;
            color: #848ca5;
            line-height: 20px;
            letter-spacing: 1px;
            margin-top: 22px;
            display: inline-block;
            text-transform: uppercase;
        }
    }
    &.qutoe_post_two{
        .blog_content{
            &:after{
                content: "\e02c";
                font-family: 'ElegantIcons';
                font-size: 150px;
                right: 0;
                bottom: auto;
                top: 50%;
                transform: translateY(-50%);
            }
            .blog_title{
                font-weight: 500;
            }
        }
    }
}

.blog_grid_info{
    .blog_list_item{
        margin-bottom: 60px;
        .post_date{
            padding: 7px 19px;
            h2{
                font-size: 24px;
            }
        }
        .blog_content{
            padding-top: 25px;
            .blog_title{
                font-size: 20px;
                margin-bottom: 10px;
            }
        }
        &.qutoe_post .blog_content{
            padding-bottom: 80px;
            &:after {
                bottom: 0px;
                font-size: 90px;
                line-height: 90px;
            }
        }
        &.qutoe_post_two .blog_content:after{
            bottom: auto;
            top: 80%;
        }
    }
}


.blog_single_info{
    .blog_list_item_two{
        .blog_content{
            padding-top: 50px;
            .qutoe_post{
                margin: 45px 0px;
            }
            .post-info-bottom{
                padding-top: 20px;
                .social_icon{
                    display: flex;
                    text-transform: uppercase;
                    font-size: 13px;
                    color: #424255;
                    font-weight: 500;
                    letter-spacing: 1px;
                    ul{
                        display: inline-block;
                        li{
                            display: inline-block;
                            margin-left: 8px;
                            a{
                                font-size: 12px;
                                color: #848ca5;
                                &:hover{
                                    color: #5e2ced;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .blog_titles{
        font: 600 20px $pop;
        color: #282835;
        margin-bottom: 30px;
    }
    blockquote{
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);    
        border-radius: 6px;
        padding: 28px 40px 22px 40px;
        position: relative;
        overflow: hidden;
        border-left: 6px solid #5e2ced;
        z-index: 0;
        margin: 40px 0px 45px;
        &:before{
            content: "\f10d";
            font-size: 30px;
            color: #5e2ced;
            padding-bottom: 12px;
            display: inline-block;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
        }
        &:after{
            content: "\f10d";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            right: 30px;
            bottom: auto;
            top: 80%;
            color: #f2effd;
            font-size: 100px;
            transform: rotate(180deg);
            z-index: -1;
        }
        i{
            font-size: 30px;
            color: #5e2ced;
            padding-bottom: 12px;
            display: inline-block;
        }
        h6{
            font-size: 20px;
            color: #525c7c;
            font-weight: 500;
            line-height: 34px;
            margin-bottom: 0;
        }
        .author_name{
            font-size: 14px;
            color: #848ca5;
            line-height: 20px;
            letter-spacing: 1px;
            margin-top: 22px;
            display: inline-block;
            text-transform: uppercase;
        }
    }
}
.post_author_two{
    background: #f3f5fa;
    border-radius: 4px;
    padding: 35px 40px;
    align-items: center;
    .img_rounded{
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-right: 30px;
    }
    .media-body{
        .comment_info{
            h3{
                font: 500 18px/24px $pop;
                color: #282835;
            }
            .comment-date{
                font: 400 14px $pop;
                color: #677294;
            }
        }
        p{
            margin-bottom: 0;
            font-size: 16px;
            color: #525c7c;
        }
    }
}
.blog_related_post{
    margin-top: 100px;
    &.blog_grid_info{
        .blog_list_item{
            .blog_content{
                padding-top: 25px;
                h5{
                    font-size: 16px;
                    line-height: 22px;
                    margin-bottom: 8px;
                }
                p{
                    font-size: 15px;
                }
            }
        }   
    }
}


=====================================================================*/
/*====================================================*/
/*=== fonts ====*/
@import url("https://fonts.googleapis.com/css?family=Poppins: 300,400,500,600,700,900&display=swap");
/*===== color =====*/
/*====================================================*/
/*====================================================*/
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

i:before {
  margin-left: 0px !important;
}

body {
  font: 400 15px/28px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #677294;
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
}

.body_wrapper {
  z-index: 20;
  overflow: hidden;
}

a, .btn, button {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  box-shadow: none;
}


.seo_sec_title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #263b5e;
  margin-bottom: 15px;
}
.seo_sec_title p {
  font-size: 16px;
  font-weight: 300;
  color: #6a7695;
  margin-bottom: 0;
} 

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
.container.custom_container {
  max-width: 1520px;
}

.f_size_50 {
  font-size: 50px;
}

.f_size_40 {
  font-size: 40px;
}

.f_size_36 {
  font-size: 36px;
}
.f_size_30 {
  font-size: 30px;
}

.f_size_28 {
  font-size: 28px;
}

.f_size_22 {
  font-size: 22px;
}

.f_size_24 {
  font-size: 24px;
}

.f_size_20 {
  font-size: 20px;
}

.f_size_18 {
  font-size: 18px;
}

.f_size_16 {
  font-size: 16px;
}

.f_size_15 {
  font-size: 15px;
}

.l_height60 {
  line-height: 60px;
}

.l_height50 {
  line-height: 50px;
}

.l_height45 {
  line-height: 45px;
}

.l_height40 {
  line-height: 40px;
}

.l_height30 {
  line-height: 30px;
}

.l_height34 {
  line-height: 34px;
}

.l_height28 {
  line-height: 28px;
}

.f_p {
  font-family: "Poppins", sans-serif;
}

/*=========== font-weight ==============*/
.f_300 {
  font-weight: 300;
}

.f_400 {
  font-weight: 400;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700;
}

.f_900 {
  font-weight: 900;
}

.t_color {
  color: #051441;
}

.w_color {
  color: #fff;
}

.t_color2 {
  color: #3f4451;
}

.t_color3 {
  color: #222d39;
}

.d_p_color {
  color: #bdbed6;
}

.bg_color {
  background: #fbfbfd;
}

.dk_bg_one {
  background: #090a21;
}

.dk_bg_two {
  background: #0f1029;
}

.seo_title_color {
  color: #263b5e;
}

.mt_60 {
  margin-top: 60px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_130 {
  margin-top: 130px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_30 {
  margin-bottom: -30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb-50 {
  margin-bottom: -50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_90 {
  margin-bottom: 90px;
}

.pl_20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_100 {
  padding-left: 100px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_120 {
  padding-left: 120px;
}

.pr_100 {
  padding-right: 100px;
}

.pr_120 {
  padding-right: 120px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_20 {
  padding-right: 20px;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pt_150 {
  padding-top: 150px;
}

.pt_120 {
  padding-top: 40px;
}

.pb_20{
    padding-bottom: 20px;
}

.pb_40{
    padding-bottom: 40px;
}

.sec_pad {
  padding: 120px 0px;
}
.sec_pad1{
  padding: 100px 0px 60px;
}
.sec_pad2{
  padding: 60px 0px;
}
.sec_pad3{
  padding: 60px 0px 100px;
}
.sec_pad4{
  padding: 60px 0px;
}



/*====================================================*/
/*====================================================*/
.agency_banner_btn {
    font: 500 14px "Poppins", sans-serif;
    color: #fff;
    background: #de851a;
    box-shadow: 0px 20px 30px 0px rgb(12 0 46 / 10%);
    border-radius: 3px;
    padding: 16px 38px;
    border: 1px solid #de851a;
    transition: all 0.2s linear;
    cursor: pointer;
}
.agency_banner_btn:hover{
    color: #de851a;
    box-shadow: none;
    background: transparent;
}
.btn_hover {
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s linear;
}
.btn_hover:hover {
  color: #fff;
}

.btn_get {
  font: 500 14px/47px "Poppins", sans-serif;
  color: #f7941d;
  border: 2px solid #f8a94a;
  border-radius: 4px;
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
  padding: 0px 23px;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition: all 0.3s ease;
  min-width: 120px;
  text-align: center;
}
.btn_get:hover {
  color: #fff;
  background: #f7941d;
  border-color: #f7941d;
  box-shadow: none;
}

.price_btn {
  font: 500 15px/53px "Poppins", sans-serif;
  color: #f7941d;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 0px 25px;
  display: inline-block;
  transition: background 0.2s linear;
}
.price_btn:hover {
  color: #fff;
}

.btn_three {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #d73b32;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #d73b32;
  margin-top: 50px;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}
.btn_three:hover {
  color: #d73b32;
  background: transparent;
}

.software_banner_btn {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #de851a;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  display: inline-block;
  padding: 16px 42px;
  border-radius: 45px;
  border: 1px solid #de851a;
  transition: all 0.2s linear;
}
.software_banner_btn:hover {
  color: #de851a;
  background: #ffffff;
  border: 1px solid #de851a;
}
/*====================================================*/
/*====================================================*/
/*=========== Preloader ============*/
.ctn-preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.ctn-preloader .animation-preloader {
  z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}
.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}
.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.ctn-preloader .loader .row {
  height: 100%;
}
.ctn-preloader .loader .loader-section {
  padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}
.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}
/*====================================================*/
/*====================================================*/
/*============== header_area css ==============*/
.header_area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
  background-color: #ffffff;
}

.menu_one {
  padding: 0px;
}
.menu_one .btn_get {
  margin-left: 40px;
}

.sticky_logo img + img {
  display: none;
}

@media (min-width: 992px) {
  .mobile_btn {
    visibility: hidden;
    display: none;
  }
}

.menu > .nav-item {
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
}
.menu > .nav-item > .nav-link {
  font: 500 15px "Poppins", sans-serif;
  color: #051441;
  padding: 0px;
  transition: color 0.3s ease 0s;
  position: relative;
}
.menu > .nav-item > .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #f7941d;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  left: -40px;
  min-width: 200px;
  padding: 0px;
  background: #fff;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 0px 40px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font: 400 14px/34px "Poppins", sans-serif;
  color: #051441;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link span.arrow_carrot-right {
  right: 20px;
  position: absolute;
  line-height: 30px;
  font-size: 18px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:first-child {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item:first-child > .dropdown-menu {
    top: 0;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
  padding-bottom: 30px;
  margin-bottom: -8px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item {
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu {
  left: 0;
  position: relative;
  transform: translateY(0);
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item {
  padding: 20px 45px;
  border: 1px solid transparent;
  transition: all 0.15s linear;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link {
  display: flex;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon {
  margin-right: 25px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon img {
  max-width: 30px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content h5 {
  font: 500 16px "Poppins", sans-serif;
  color: #13112d;
  margin-bottom: 0px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content p {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 15px;
  line-height: 20px;
  color: #677294;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn {
  border-top-color: #f2f0f7;
  padding: 15px 45px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link {
  align-items: center;
  justify-content: center;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link .navdropdown_icon {
  margin-right: 10px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:hover {
  transform: scale(1.05);
  border-color: #f2f0f7;
  background-color: white;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1), 0px -1px 0px 0px rgba(243, 241, 248, 0.004);
}
.menu > .nav-item.submenu.mega_menu {
  position: static;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner {
  min-width: 200px;
  list-style: none;
  position: absolute;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  left: 0px;
  right: 0px;
  transition: all 300ms linear 0s;
  background: #fff;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  width: 25%;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item > .nav-link {
  font: 500 18px "Poppins", sans-serif;
  color: #13112d;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu {
  left: 0;
  position: relative;
  transform: translateY(0);
  box-shadow: none;
  padding: 0px;
  background: transparent;
  top: 0;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item {
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:first-child {
  padding-top: 20px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item:hover > .nav-link {
  color: inherit !important;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
  left: 0;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
    padding: 20px 0px;
  }
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_scrollTools {
  width: 0px;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_container {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCustomScrollBox {
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item {
  padding: 0px;
  margin-bottom: 0;
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu {
  left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  max-height: calc(100vh - 120px);
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu .nav-item {
  width: 25%;
  padding: 15px 20px;
  margin-bottom: 0;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item {
  text-align: center;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .rebon_tap {
  font: 500 12px "Poppins", sans-serif;
  color: #fff;
  background: red;
  display: block;
  position: absolute;
  top: -7px;
  left: -25px;
  padding: 15px 22px 5px;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img {
  box-shadow: 0px 4px 8px 0px rgba(12, 0, 46, 0.06);
  position: relative;
  margin-top: 0;
  display: block;
  overflow: hidden;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #13112d;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img img {
  width: 100%;
  max-width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img.box_none {
  box-shadow: none;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text {
  font: 500 16px/22px "Poppins", sans-serif;
  color: #13112d;
  display: block;
  margin-top: 20px;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item:hover .img:before {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu:hover .dropdown-menu > .nav-item > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .menu > .nav-item.submenu.mega_menu:hover .mega_menu_inner {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
  left: auto;
  right: 0;
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu .nav-item > .dropdown-menu {
  left: auto;
  right: 100%;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu .nav-item > .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item + .nav-item {
  margin-left: 45px;
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .menu > .nav-item:hover .dropdown-menu.mega_menu_three .nav-item .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.navbar .search_cart .search a, .navbar .search_cart .shpping-cart a {
  font-size: 18px;
  line-height: 18px;
  color: #282835;
  margin-left: 16px;
}
.navbar .search_cart.w_menu .search a, .navbar .search_cart.w_menu .shpping-cart a {
  color: #fff;
}
.navbar .search_cart.w_menu .search a.nav-link {
  margin-left: 0;
}
.navbar .search_cart.w_menu .search a.nav-link:before {
  display: none;
}
.navbar .search_cart .search {
  display: inline-block;
}
.navbar .search_cart .search a.nav-link {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-left: 32px;
}
.navbar .search_cart .search a.nav-link:before {
  width: 1px !important;
  height: 12px;
  left: -14px;
  top: 3px;
  background: #13112d;
}
.navbar .search_cart .shpping-cart {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.navbar .search_cart .shpping-cart .num {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f7941d;
  color: #fff;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -8px;
  right: -9px;
  line-height: 16px;
  text-align: center;
}
.navbar .search_cart .shpping-cart .nav-link:before {
  display: none;
}
.navbar .search_cart .shpping-cart .dropdown-menu {
  padding: 0px;
  min-width: 350px;
  width: 100%;
  position: absolute;
}
.navbar .search_cart .shpping-cart .dropdown-menu li {
  background: #fff;
}
.navbar .search_cart .shpping-cart .dropdown-menu li:first-child {
  padding-bottom: 0px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
  color: #333;
  margin-left: 0;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
  display: block;
  width: 30%;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
  width: 60%;
  padding-left: 15px;
  align-self: center;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content .cart-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  transition: color 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 300;
  margin-bottom: 0px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p del {
  color: #919191;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
  width: 10%;
  text-align: right;
  align-self: center;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a {
  font-size: 14px;
  color: #333;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a:hover {
  color: #f7941d;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-img {
  opacity: 0.5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
  color: #f7941d;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f {
  padding: 25px 30px 30px;
  background: #f9f9f9;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total {
  font-size: 14px;
  color: #676b75;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
  float: right;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px;
  margin: 0px;
  line-height: 40px;
  padding: 0px 32px;
  background: #f7941d;
  border: 1px solid #f7941d;
  color: #fff;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:hover {
  background: transparent;
  color: #f7941d;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn {
  margin-left: 10px;
  background: transparent;
  color: #f7941d;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn:hover {
  background: #f7941d;
  color: #fff;
}

.menu_two {
  padding: 0px;
}
.menu_two .w_menu > .nav-item .nav-link:before {
  background: #a5d5f5;
}
.menu_two .w_menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #13112d;
}
.menu_two .menu_toggle .hamburger-cross span, .menu_two .menu_toggle .hamburger span {
  background: #fff;
}

.w_menu .nav-item .nav-link {
  color: #fff;
}
.w_menu .nav-item .nav-link:before {
  background: #fff;
}

.nav_right_btn .login_btn {
  font: 500 15px "Poppins", sans-serif;
  padding: 13px 32px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  transition: all 0.2s linear;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-right-radius: 45px;
  border: 1px solid transparent;
}
.nav_right_btn .login_btn:hover, .nav_right_btn .login_btn.active {
  background: #fff;
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
}
@media (max-width: 991px) {
  .nav_right_btn {
    display: none;
  }
}

.menu_four .btn_get {
  border-color: #fff;
  padding: 0px 30px;
  background: #fff;
  min-width: 120px;
  text-align: center;
}
.menu_four .btn_get:hover {
  background: #5e2ced;
  border-color: #5e2ced;
}
.menu_four .btn_get_radious {
  background: transparent;
}
.menu_four .btn_get_radious:hover {
  background: #fff;
}
.menu_four .menu_toggle .hamburger span, .menu_four .menu_toggle .hamburger-cross span {
  background: #fff;
}
.menu_four .event_btn {
  border-color: #af8a90;
  background: transparent;
  padding: 7px 41px;
}
.menu_four .event_btn:hover {
  background: #fd475d;
  border-color: #fd475d;
}

.menu_five {
  border-radius: 0px;
}
.menu_five .menu > .nav-item .nav-link {
  color: #fff;
}
.menu_five .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_five .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_five .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #3d64f4;
}
.menu_five .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #051441;
}
.menu_five .btn_get {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  line-height: 44px;
  padding: 0px 28px;
  min-width: 120px;
  text-align: center;
}
.menu_five .btn_get:hover {
  background: #fff;
  color: #3d64f4;
  border-color: #fff;
}
.menu_five .menu_toggle .hamburger span, .menu_five .menu_toggle .hamburger-cross span {
  background: #fff;
}

.menu_six {
  padding: 0px;
}
.menu_six .menu > .nav-item .nav-link {
  color: #fff;
}
.menu_six .menu > .nav-item:hover .nav-link, .menu_six .menu > .nav-item.active .nav-link {
  color: #3d57f4;
}
.menu_six .menu > .nav-item:hover .nav-link:before, .menu_six .menu > .nav-item.active .nav-link:before {
  background: #3d57f4;
}
.menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #3d57f4;
}
.menu_six .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #051441;
}
.menu_six .menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
  left: -40px;
  right: auto;
}
.menu_six .menu_toggle .hamburger-cross span, .menu_six .menu_toggle .hamburger span {
  background: #fff;
}
.menu_six .btn_get {
  border: 1px solid #fff;
  line-height: 43px;
  color: #fff;
}
.menu_six .btn_get:hover {
  background: #3d57f4;
  border-color: #3d57f4;
}

.menu_seven {
  padding: 0px;
}
.menu_seven .menu .nav-item .nav-link {
  color: #fff;
}
.menu_seven .menu .nav-item.active .nav-link:before, .menu_seven .menu .nav-item:hover .nav-link:before {
  background: #fff;
}
.menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #4069eb;
}
.menu_seven .menu .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #051441;
}
.menu_seven .menu_toggle .hamburger-cross span, .menu_seven .menu_toggle .hamburger span {
  background: #fff;
}
.menu_seven .btn_get {
  background: transparent;
}
.menu_seven .btn_get:hover {
  background: #fff;
  color: #4069eb;
}

.menu_eight .menu .nav-item.active .nav-link:before, .menu_eight .menu .nav-item:hover .nav-link:before {
  background: #fff;
}
.menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #23b1fe;
}
.menu_eight .menu .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #051441;
}
.menu_eight .saas_btn {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #23b1fe;
}
.menu_eight .saas_btn.erp_btn_two {
  border-radius: 45px;
  color: #4e78f4;
}
.menu_eight .menu_toggle .hamburger-cross span, .menu_eight .menu_toggle .hamburger span {
  background: #fff;
}

.menu_nine .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_nine .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_nine .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #5f51fb;
}
.menu_nine .menu_toggle .hamburger-cross span, .menu_nine .menu_toggle .hamburger span {
  background: #fff;
}
.menu_nine .btn_get {
  border-radius: 45px;
  line-height: 40px;
  font-size: 15px;
  margin-left: 35px;
}

.btn_get_radious {
  border-radius: 45px;
  border-width: 1px;
  color: #fff;
  background: #fff;
  box-shadow: none;
  padding: 0px 28px;
  line-height: 45px;
}
.btn_get_radious:before {
  background: #5846ed;
}
.btn_get_radious:hover {
  color: #5846ed;
}

/*============== header_area css ==============*/
/*========= hamburger menu css ========*/
.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
}
.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #5e2ced;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #5e2ced;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

.header_area_two + section, .header_area_three + section {
  margin-top: 93px;
}

.h_dark {
  background: #13112d;
}

.header_area_three {
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.1);
}
.header_area_three .menu_four .pl_30 {
  padding-left: 30px;
}
.header_area_three .menu_four .btn_get {
  border-color: #5e2ced;
  background: #5e2ced;
  color: #fff;
}
.header_area_three .menu_four .btn_get:hover {
  background: transparent;
  color: #5e2ced;
}
.header_area_three.navbar_fixed .menu_four .btn_get {
  border-color: #5e2ced !important;
}

.header_area_four .header_top {
  background: #13112d;
}
.header_area_four .header_top a {
  transition: color 0.3s linear;
}
.header_area_four .header_top a:hover {
  color: #5e2ced;
}
.header_area_four + section {
  margin-top: 144px;
}

.header_top {
  padding: 12px 0px;
}
.menu_poss .w_menu.search_cart .search a.nav-link {
  margin-left: 32px;
}

/*============ sticky menu css ==============*/
.header_area {
  transition: all 0.2s linear;
}
.header_area.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.header_area.navbar_fixed .menu_one {
  padding: 0px;
  transition: all 0.2s linear;
}
.header_area.navbar_fixed .menu_one .btn_get {
  box-shadow: none;
}
.header_area.navbar_fixed .sticky_logo img {
  display: none;
}
.header_area.navbar_fixed .sticky_logo img + img {
  display: block;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link {
  color: #051441;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
  background: #051441;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item .nav-link:hover {
  color: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item .nav-link:hover:before {
  background: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item.active .nav-link {
  color: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item.active .nav-link:before {
  background: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu.search_cart .search a.nav-link:before {
  background: #5e53fb;
}
.header_area.navbar_fixed .menu_two .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_two .menu_toggle .hamburger span {
  background: #051441;
}
.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active, .header_area.navbar_fixed .menu_two .nav_right_btn .login_btn:hover {
  box-shadow: none;
}
.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active:hover {
  color: #fff;
}
.header_area.navbar_fixed .menu_four .btn_get {
  border: 2px solid #ccc5fa;
  box-shadow: none;
}
.header_area.navbar_fixed .menu_four .btn_get:hover {
  border-color: #f7941d;
}
.header_area.navbar_fixed .menu_four .btn_get_radious {
  border-color: #563bd1;
  color: #563bd1;
}
.header_area.navbar_fixed .menu_four .btn_get_radious:hover {
  background: #563bd1;
  color: #fff;
}
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span {
  background: #f7941d;
}
.header_area.navbar_fixed .menu_four .event_btn {
  color: #2c2c51;
  border-color: #2c2c51;
}
.header_area.navbar_fixed .menu_four .event_btn:hover {
  border-color: #fd475d;
  color: #fff;
}
.header_area.navbar_fixed .nav_right_btn .login_btn {
  color: #051441;
}
.header_area.navbar_fixed .menu_five .btn_get {
  border-color: #3d64f4;
  color: #3d64f4;
  display: inline-block;
}
.header_area.navbar_fixed .menu_five .btn_get:hover {
  background: #3d64f4;
  color: #fff;
}
.header_area.navbar_fixed .menu_five .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_five .menu_toggle .hamburger span {
  background: #3d64f4;
}
.header_area.navbar_fixed .menu_six .menu > .nav-item > .nav-link {
  color: #051441;
}
.header_area.navbar_fixed .menu_six .menu > .nav-item:hover > .nav-link, .header_area.navbar_fixed .menu_six .menu > .nav-item.active > .nav-link {
  color: #3d57f4;
}
.header_area.navbar_fixed .menu_six .menu > .nav-item:hover > .nav-link:before, .header_area.navbar_fixed .menu_six .menu > .nav-item.active > .nav-link:before {
  background: #3d57f4;
}
.header_area.navbar_fixed .menu_six .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_six .menu_toggle .hamburger span {
  background: #3d57f4;
}
.header_area.navbar_fixed .menu_six .btn_get {
  border-color: #3d57f4;
  box-shadow: none;
  color: #3d57f4;
}
.header_area.navbar_fixed .menu_six .btn_get:hover {
  color: #fff;
}
.header_area.navbar_fixed .menu_seven .menu > .nav-item > .nav-link {
  color: #051441;
}
.header_area.navbar_fixed .menu_seven .menu > .nav-item:hover > .nav-link, .header_area.navbar_fixed .menu_seven .menu > .nav-item.active > .nav-link {
  color: #4069eb;
}
.header_area.navbar_fixed .menu_seven .menu > .nav-item:hover > .nav-link:before, .header_area.navbar_fixed .menu_seven .menu > .nav-item.active > .nav-link:before {
  background: #4069eb;
}
.header_area.navbar_fixed .menu_seven .btn_get {
  border-color: #4069eb;
  color: #4069eb;
}
.header_area.navbar_fixed .menu_seven .btn_get:hover {
  background: #4069eb;
  color: #fff;
}
.header_area.navbar_fixed .menu_seven .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_seven .menu_toggle .hamburger span {
  background: #4069eb;
}
.header_area.navbar_fixed .menu_eight .saas_btn {
  border-color: #23b1fe;
  box-shadow: none;
}
.header_area.navbar_fixed .menu_eight .saas_btn:hover {
  background: #23b1fe;
  color: #fff;
}
.header_area.navbar_fixed .menu_eight .saas_btn.erp_btn_two {
  border-color: #4e78f4;
}
.header_area.navbar_fixed .menu_eight .saas_btn.erp_btn_two:hover {
  background: #4e78f4;
}
.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_eight .menu_toggle .hamburger-cross span {
  background: #23b1fe;
}
.header_area.navbar_fixed .security_btn {
  color: #0e79de;
}
.header_area.navbar_fixed .security_btn:hover {
  background: #0e79de;
  color: #fff;
}
.header_area.navbar_fixed .menu_nine .menu > .nav-item:hover > .nav-link, .header_area.navbar_fixed .menu_nine .menu > .nav-item.active > .nav-link {
  color: #5f51fb;
}
.header_area.navbar_fixed .menu_nine .menu > .nav-item:hover > .nav-link:before, .header_area.navbar_fixed .menu_nine .menu > .nav-item.active > .nav-link:before {
  background: #5f51fb;
}
.header_area.navbar_fixed .menu_nine .btn_get {
  border-color: #5f51fb;
  color: #5f51fb;
}
.header_area.navbar_fixed .menu_nine .btn_get:hover {
  background: #5f51fb;
  color: #fff;
}
.header_area.navbar_fixed .menu_nine .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_nine .menu_toggle .hamburger span {
  background: #5f51fb;
}
.header_area.navbar_fixed.header_area_five .menu_one {
  padding: 0px 50px;
}
.header_area.navbar_fixed.header_area_six .header_top {
  display: none;
}
.navbar .offcanfas_menu {
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.navbar .offcanfas_menu > .nav-item {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.navbar .offcanfas_menu > .nav-item:not(:last-child) {
  margin-bottom: 18px;
}
.navbar .offcanfas_menu > .nav-item .nav-link {
  font-size: 2.1rem;
  line-height: 46px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  transform: translateY(45px);
  opacity: 0;
  visibility: hidden;
  -o-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
  display: inline-block;
}
.navbar .offcanfas_menu > .nav-item .nav-link:before {
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link {
  padding-right: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:after {
  content: "3";
  font-family: eleganticons;
  position: absolute;
  right: 13px;
  top: 0;
  display: block;
  border: 0;
  line-height: 50px;
  margin-left: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
  display: none;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  z-index: 0;
  background: transparent;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 0;
  max-height: none !important;
  left: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item {
  background: transparent;
  padding: 0px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 31px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item:hover .nav-link, .navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item.active .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.active .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.active .nav-link:before {
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .nav-link:before {
  width: 100%;
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

/*================= menu_scroll css ================*/
.menu_one.menu_scroll .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.menu_one .container-fluid {
  padding-left: 65px;
  padding-right: 100px;
}
.menu_one .tracking_btn {
  text-align: center;
  position: relative;
}
.menu_one .tracking_btn .er_btn {
  font-size: 16px;
  color: #fff;
  background: #f7941d;
  border: 0px;
  padding: 8px 50px;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}
.menu_one .tracking_btn .er_btn i {
  margin-right: 10px;
}
.menu_one .tracking_btn .er_btn:hover {
  background: #f7941d;
}
.menu_one .tracking_btn h6 {
  font-size: 12px;
  color: #777777;
  margin-bottom: 0;
  line-height: 12px;
  position: relative;
  bottom: -7px;
}

/*====================================================*/
/*====================================================*/
/*================= saas_home_area css ===============*/

/*============== slider_area css ==============*/
.leaf {
  position: absolute;
}
.leaf.l_left {
  top: 200px;
  left: 260px;
}
.leaf.l_right {
  right: 0;
  bottom: 100px;
}

@keyframes animateUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*=============== prototype_banner_area css ==============*/
.prototype_banner_area {
  background: #fbfbfd;
  padding-top: 220px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.prototype_content .banner_subscribe .subcribes {
  display: block;
}
.prototype_content .banner_subscribe .subcribes .form-control {
  max-width: 370px;
  width: 100%;
  border-radius: 3px;
  background-color: white;
  border: 0px;
  height: 50px;
  color: #222d39;
  padding-left: 30px;
  box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.06);
  font: 300 14px/28px "Poppins", sans-serif;
  border: 1px solid transparent;
}
.prototype_content .banner_subscribe .subcribes .form-control.placeholder {
  color: #aeb4ba;
}
.prototype_content .banner_subscribe .subcribes .form-control:-moz-placeholder {
  color: #aeb4ba;
}
.prototype_content .banner_subscribe .subcribes .form-control::-moz-placeholder {
  color: #aeb4ba;
}
.prototype_content .banner_subscribe .subcribes .form-control::-webkit-input-placeholder {
  color: #aeb4ba;
}
.prototype_content .banner_subscribe .subcribes .form-control:focus {
  border-color: #f7941d;
}

.partner_logo {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
  border-bottom: 1px solid #eeeef5;
  padding-bottom: 35px;
  position: relative;
  z-index: 4;
}
.partner_logo .p_logo_item {
  width: calc(100% / 5);
  text-align: center;
}
.partner_logo .p_logo_item img {
  max-width: 100%;
  filter: contrast(0.3%);
  transition: all 0.3s ease 0s;
}
.partner_logo .p_logo_item:hover img {
  filter: contrast(100%);
}

/*============== agency_banner_area css =============*/

/*================ software_banner_area css ================*/

/*=============== saas banner area ================*/
.saas_banner_area {
  background-image: -moz-linear-gradient(140deg, #030207 0%, #111339 100%);
  background-image: -webkit-linear-gradient(140deg, #030207 0%, #111339 100%);
  background-image: -ms-linear-gradient(140deg, #030207 0%, #111339 100%);
  padding-top: 230px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.saas_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*============= app_banner_area css ===========*/
/*================ agency_banner_area_two css ===============*/
/*=============== saas_banner_area_two css ===============*/
/*=============== saas_banner_area_two css ===============*/
/*=============== payment_banner_area_two css ==============*/
/*================= digital_banner_area css ============*/
/*================= digital_banner_area css ============*/
/*============ keyframes animation  =============*/
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
/*====================================================*/
/*====================================================*/
/*================= Start breadcrumb_area css =================*/
.breadcrumb_area {
  /*background-image: -moz-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);*/
  position: relative;
  z-index: 1;
  padding: 125px 0px 115px;
  overflow: hidden;
  margin-top: 93px;
}
.breadcrumb_area .breadcrumb_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.breadcrumb_area .breadcrumb_shap_two {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*================= End breadcrumb_area css =================*/
/*================= Start breadcrumb_area_two css =================*/
.breadcrumb_area_two {
  background: #f8f6fe;
  position: relative;
  padding: 235px 0px 125px;
  z-index: 1;
}
.breadcrumb_area_two .breadcrumb_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.breadcrumb_area_two .bubble li {
  background: #5e2ced;
  opacity: 0.1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
}
.breadcrumb_area_two .bubble li:nth-child(1) {
  left: 220px;
  bottom: 50px;
  animation: spin3 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(2) {
  left: 35%;
  top: 100px;
  animation: spin 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(3) {
  left: 40%;
  width: 51px;
  height: 51px;
  bottom: 50px;
  animation: spin1 3s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(4) {
  left: 42%;
  bottom: 50px;
  width: 20px;
  height: 20px;
}
.breadcrumb_area_two .bubble li:nth-child(5) {
  left: 76%;
  width: 51px;
  height: 51px;
  top: 160px;
  animation: spin1 3s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(6) {
  left: 75%;
  width: 30px;
  height: 30px;
  top: 186px;
}
.breadcrumb_area_two .bubble li:nth-child(7) {
  left: 52%;
  top: 150px;
  width: 20px;
  height: 20px;
  animation: spin2 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(8) {
  left: 90%;
  top: 250px;
  width: 20px;
  height: 20px;
  animation: spin2 2s infinite alternate;
}

.breadcrumb_content_two h1 {
  color: #222d39;
  margin-bottom: 12px;
}
.breadcrumb_content_two .breadcrumb {
  background: transparent;
  justify-content: center;
}
.breadcrumb_content_two .breadcrumb li {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  color: #525c7c;
}
.breadcrumb_content_two .breadcrumb li a {
  color: #051441;
}
.breadcrumb_content_two .breadcrumb li + li {
  padding-left: 32px;
}
.breadcrumb_content_two .breadcrumb li + li:after {
  content: "";
  font-family: "themify";
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 14px;
}

@keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes spin3 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(50px);
  }
}
/*================= End breadcrumb_area_two css =================*/
/*========= blog_breadcrumb_area css ========*/
.blog_breadcrumb_area {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.blog_breadcrumb_area .background_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(-140deg, #5e2ced 0%, #8037da 100%);
  background-image: -webkit-linear-gradient(-140deg, #5e2ced 0%, #8037da 100%);
  background-image: -ms-linear-gradient(-140deg, #5e2ced 0%, #8037da 100%);
  opacity: 0.9;
  z-index: -1;
  top: 0;
}
.blog_breadcrumb_area .breadcrumb_content_two {
  color: #fff;
  padding-top: 80px;
}
.blog_breadcrumb_area .breadcrumb_content_two h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  color: #fff;
}
.blog_breadcrumb_area .breadcrumb_content_two h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25em;
  color: #fff;
  margin-bottom: 25px;
}
.blog_breadcrumb_area .breadcrumb_content_two ol {
  margin-bottom: 0;
}
.blog_breadcrumb_area .breadcrumb_content_two ol li {
  display: inline-block;
  font-size: 16px;
}
.blog_breadcrumb_area .breadcrumb_content_two ol li + li:before {
  content: "";
  display: inline-block;
  font-family: "themify";
  font-size: 10px;
  margin: 0px 5px 0px 3px;
}

.blog-two-bg{padding-top: 125px;background: #f3e7d975;padding-bottom: 40px;}
.max-w-920{max-width:920px;padding: 20px;}

/*========= blog_breadcrumb_area css ========*/
/*====================================================*/
/*====================================================*/
/*================= service_promo_area css =================*/
.learn_btn_two {
  color: #051441;
  font-size: 15px;
  display: inline-block;
  margin-top: 7px;
  position: relative;
  transition: color 0.2s ease;
}
.learn_btn_two:before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  background: #fff;
  bottom: 0;
  transition: width 0.2s ease;
}
.learn_btn_two i {
  font-size: 13px;
  padding-left: 5px;
  vertical-align: middle;
}
.learn_btn_two:hover {
  color: #fff;
}
.learn_btn_two:hover:before {
  width: 100%;
}
.learn_btn_two:hover i {
  padding-left: 10px;
  transition: all 0.2s ease;
}
/*=============== s_features_section css ================*/
.learn_btn {
  font: 500 16px/25px "Poppins", sans-serif;
  color: #051441;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  transition: all 0.1s linear;
}
.learn_btn i {
  padding-left: 8px;
  font-size: 14px;
  transition: all 0.2s ease 0s;
}
.learn_btn:before {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #051441;
  position: absolute;
  transition: background 0.3s linear;
}
.learn_btn:hover {
  color: #7fcb11;
}
.learn_btn:hover:before {
  background: #7fcb11;
}
.learn_btn:hover i {
  padding-left: 15px;
}

/*============= software_promo_area css ============*/
/*============== features_area css ==============*/
.features_area {
  background: #fbfbfd;
  overflow: hidden;
} 
/*============= prototype_featured_area css ===============*/
/*============== agency_featured_area css =============*/
/*=============== software_featured_area css ===============*/
/*=============== saas_featured_area css ==============*/
/*=============== app_featured_area css ===============*/
/*=============== saas_features_area_two css ==============*/
/*=============== saas_features_area_two css ==============*/
/*=============== payment_features_area css =============*/
/*===========perfect_solution_area css ==========*/
/*=========== startup_fuatures_area css ==========*/
/*============== intregration_area css =============*/
/*====================================================*/
/*====================================================*/
/*=========== service_area css ============*/
.service_area {
  background: #f4f6fa;
}

.service_item {
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(3, 115, 156, 0.1);
  padding: 47px 40px 0px;
  height: 100%;
  position: relative;
  border: 2px solid transparent;
  transition: border 0.2s linear;
  cursor: pointer;
  overflow: hidden;
}
.service_item p {
  line-height: 28px;
}
.service_item .icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-image: -moz-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  box-shadow: 0px 14px 30px 0px rgba(94, 44, 237, 0.4);
  position: absolute;
  right: 30px;
  top: 30px;
}
.service_item .icon.s_icon_one {
  background-image: -moz-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  box-shadow: 0px 14px 30px 0px rgba(94, 44, 237, 0.4);
}
.service_item .icon.s_icon_two {
  background-image: -moz-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
  background-image: -webkit-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
  background-image: -ms-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
  box-shadow: 0px 14px 30px 0px rgba(224, 56, 39, 0.4);
}
.service_item .icon.s_icon_three {
  background-image: -moz-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
  background-image: -webkit-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
  background-image: -ms-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
  box-shadow: 0px 14px 30px 0px rgba(44, 130, 237, 0.4);
}
.service_item .icon.s_icon_four {
  background-image: -moz-linear-gradient(40deg, #e09520 0%, #fae926 100%);
  background-image: -webkit-linear-gradient(40deg, #e09520 0%, #fae926 100%);
  background-image: -ms-linear-gradient(40deg, #e09520 0%, #fae926 100%);
  box-shadow: 0px 14px 30px 0px rgba(224, 149, 32, 0.4);
}
.service_item img {
  margin-right: -25px;
  width: auto;
}
.service_item:hover {
  border-color: #c4e7f7;
}

/*================ prototype_service_info css ==============*/
.p_service_info {
  margin-bottom: -90px;
}

.p_service_item {
  margin-bottom: 90px;
}
.p_service_item .icon {
  box-sizing: content-box;
  width: 55px;
  height: 60px;
  position: relative;
  margin: 0px 0px 25px;
  font-size: 24px;
  -webkit-border-radius: 50%/14%;
  border-radius: 50%/14%;
  color: white;
  text-align: center;
  line-height: 64px;
  -o-text-overflow: clip;
  text-overflow: clip;
  z-index: 1;
}
.p_service_item .icon:before {
  box-sizing: content-box;
  position: absolute;
  content: "";
  top: 10%;
  right: -5.5%;
  bottom: 10%;
  left: -5%;
  border: none;
  -webkit-border-radius: 7%/50%;
  border-radius: 7%/50%;
  text-overflow: clip;
  text-shadow: none;
  z-index: -1;
}
.p_service_item .icon.icon_one {
  background: #7142f8;
}
.p_service_item .icon.icon_one:before {
  background: #7142f8;
}
.p_service_item .icon.icon_two {
  background: #5cbd2c;
}
.p_service_item .icon.icon_two:before {
  background: #5cbd2c;
}
.p_service_item .icon.icon_three {
  background: #f38650;
}
.p_service_item .icon.icon_three:before {
  background: #f38650;
}
.p_service_item .icon.icon_four {
  background: #ecbf24;
}
.p_service_item .icon.icon_four:before {
  background: #ecbf24;
}
.p_service_item .icon.icon_five {
  background: #fa4c9a;
}
.p_service_item .icon.icon_five:before {
  background: #fa4c9a;
}
.p_service_item .icon.icon_six {
  background: #35bfe7;
}
.p_service_item .icon.icon_six:before {
  background: #35bfe7;
}
.p_service_item h5 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 15px;
}
.p_service_item p {
  font-size: 15px;
}
@keyframes pulsate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4);
  }
}
/*================ prototype_service_area css =============*/
/*============= agency_service_area css =============*/
/*====================== design_developers_area css =================*/
/*============== software_service_area css =============*/
/*============== developer_product_area css ================*/
.c_violet {
  color: #222d39;
}
.c_violet:before {
  background: #de851a;
}
.c_violet:hover {
  color: #de851a;
}
.tab_img_info {
  position: relative;
}
.tab_img_info .tab_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity 0.3s linear;
}
.tab_img_info .tab_img.active {
  position: relative;
  opacity: 1;
}

/*============= app_service_area css ============*/
.app_service_area {
  padding-top: 120px;
  background: #fff;
}

.app_service_info {
  margin-bottom: -90px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.app_service_item {
  border: 1px solid #f4f4f9;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  padding: 50px;
  transition: all 0.2s linear;
  margin-bottom: 30px;
  cursor: pointer;
  min-height: 448px;
}
.app_service_item .app_icon {
  font-size: 40px;
  line-height: 45px;
}
.app_service_item .app_icon.one {
  text-shadow: 0px 14px 30px rgba(44, 130, 237, 0.4);
  color: #677294;
  background-image: -moz-linear-gradient(0deg, #2171d4 0%, #2cc4f0 100%);
  background-image: -webkit-linear-gradient(0deg, #2171d4 0%, #2cc4f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_service_item .app_icon.two {
  text-shadow: 0px 14px 30px rgba(224, 56, 39, 0.4);
  color: #e03827;
  background-image: -moz-linear-gradient(0deg, #e03827 0%, #f9a47a 100%);
  background-image: -webkit-linear-gradient(0deg, #e03827 0%, #f9a47a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_service_item .app_icon.three {
  text-shadow: 0px 14px 30px rgba(94, 44, 237, 0.4);
  color: #e03827;
  background-image: -moz-linear-gradient(0deg, #5e2ced 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(0deg, #5e2ced 0%, #a485fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_service_item .learn_btn_two {
  color: #222d39;
  font-size: 14px;
}
.app_service_item .learn_btn_two:before {
  background: #4069eb;
}
.app_service_item .learn_btn_two:hover {
  color: #4069eb;
}
.app_service_item .learn_btn_two.c_violet:hover {
  color: #5e2ced;
}
.app_service_item .learn_btn_two.c_violet:hover:before {
  background: #5e2ced;
}
.app_service_item:hover {
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
}

.app_service_area_two {
  background: #f9f9fc;
  padding: 120px 0px;
}
.app_service_area_two .app_service_info {
  margin-bottom: -30px;
}

/*============== service_details_area css ==============*/
.service_details_area p{
  text-align: justify;
}
.service_details_img {
  margin-left: -80px;
}

.service_details_img img{
  width: 100%;
}
.service_details ul {
  padding-left: 35px;
}
.service_details ul li {
  font: 400 16px "Poppins", sans-serif;
  color: #677294;
  position: relative;
  padding-left: 35px;
  margin-bottom: 13px;
}
.service_details ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #5e2ced;
}
.service_details ul li:last-child {
  margin-bottom: 0px;
}

.service_details_item + .service_details_item {
  margin-top: 30px;
  padding: 30px 0;
}

/*============= saas_service_area css =============*/
/*============ payment_service_area css ==============*/
/*============= stratup_service_area css =============*/
/*============= stratup_service_area css =============*/
/*============= progress_bar_area css =============*/

/*============= progress_bar_area css =============*/
/*============= service_details_area css =============*/
.service_details_area .job_info .info_item {
  padding-left: 0px;
}
.service_details_area .details_content .sec_title p + p {
  margin-top: 40px;
  margin-bottom: 0;
}

/*=========== case_study_area css ==========*/
.case_study_area .row {
  margin-bottom: -40px;
}

.case_study_item {
  margin-bottom: 40px;
}
.case_study_item img {
  max-width: 100%;
}
.case_study_item .text {
  background: #f4f6f9;
  padding: 20px 40px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.case_study_item p {
  font-size: 15px;
  color: #677294;
  margin-bottom: 0;
  text-align: justify;
}
.case_study_item h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #282835;
  margin-bottom: 0;
  transition: all 0.3s linear;
}
.case_study_item h3:hover {
  color: #5e2ced;
}
.case_study_item:hover .text {
  background: #fff;
  box-shadow: 0px 20px 20px 0px rgba(9, 1, 34, 0.06);
}

/*=================== case_study_details_area css ===============*/
/*============= seo_service_area css =============*/

/*=========== case_studies_area css ==========*/

/*====================================================*/
/*====================================================*/
/*================= s_pricing_area css ===============*/
.s_pricing-item {
  text-align: center;
  background: #f6f7fa;
  border: 1px solid #f6f7fa;
  padding: 55px;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-bottom: 30px;
  position: relative;
}
.s_pricing-item .tag_label {
  font: 400 16px/22px "Poppins", sans-serif;
  color: #fff;
  background: #5f2eed;
  transform: rotate(90deg);
  position: absolute;
  top: 36px;
  right: 0;
  padding: 9px 26px;
  border: 0px;
  display: block;
}
.s_pricing-item .tag_label:before {
  content: "";
  border-top: 20px solid #5f2eed;
  border-bottom: 20px solid #5f2eed;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.s_pricing-item .tag_label.blue_bg {
  background: #19cce6;
}
.s_pricing-item .tag_label.blue_bg:before {
  border-top: 20px solid #19cce6;
  border-bottom: 20px solid #19cce6;
}
.s_pricing-item .shape_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.s_pricing-item .s_price_icon {
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  background: #f0f2f8;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s linear;
}
.s_pricing-item .s_price_icon i:before {
  font-size: 48px;
}
.s_pricing-item .s_price_icon.p_icon1 {
  color: #7fcb11;
}
.s_pricing-item .s_price_icon.p_icon2 {
  color: #f7941d;
}
.s_pricing-item .s_price_icon.p_icon3 {
  color: #e92460;
}
.s_pricing-item p {
  color: #677294;
}
.s_pricing-item .price {
  color: #051441;
  padding: 24px 0px 40px;
  border-bottom: 1px solid #e9e9f4;
}
.s_pricing-item .price sub {
  color: #677294;
  bottom: 0;
}
.s_pricing-item ul li {
  line-height: 40px;
  color: #505975;
  font-weight: 300;
}
.s_pricing-item:hover {
  border-color: #f2f2f8;
  background-color: white;
  box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}
.s_pricing-item:hover .s_price_icon {
  background: #faf9fa;
}

/*=========== s_subscribe_area css ============*/
/*================= pricing_area css ==============*/
.pricing_area {
  background: #fbfbfd;
}

.price_tab {
  border-radius: 45px;
  max-width: 400px;
  background-color: white;
  box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  border: 0px;
  padding: 7px;
  justify-content: center;
  position: relative;
}
.price_tab .nav-item {
  padding: 0px;
  margin: 0px;
}
.price_tab .nav-item .nav-link {
  margin: 0px;
  font: 400 16px "Poppins", sans-serif;
  color: #677294;
  padding: 12px 30px;
  display: inline-block;
  border: 0px;
  border-radius: 45px;
  min-width: 193px;
  text-align: center;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
}
.price_tab .nav-item .nav-link.active {
  border: 0px;
  border-radius: 45px;
  background: transparent;
  color: #fff;
}
.price_tab .hover_bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: calc(100% - 14px);
  border-radius: 45px;
  z-index: 0;
  transition: all 0.2s linear;
}

.price_tab_two .hover_bg {
  background: #5f2eed;
}

.price_content .fade {
  transform: translateY(10px);
  transition: all 0.3s linear;
}
.price_content .fade.show {
  transform: translateY(0px);
}
.price_content .price_item {
  text-align: center;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
  padding: 50px 50px 40px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear;
  cursor: pointer;
}
.price_content .price_item .tag {
  position: absolute;
  font: 400 14px "Poppins", sans-serif;
  color: #fff;
  background: #00aff0;
  padding: 19px 32px;
  top: -10px;
  left: -39px;
  transform: rotate(-45deg);
}
.price_content .price_item .tag span {
  position: relative;
  top: 11px;
}
.price_content .price_item p {
  font-size: 16px;
  line-height: 22px;
  color: #677294;
  font-weight: 300;
  margin-bottom: 0px;
}
.price_content .price_item .price {
  font-size: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e9e9f4;
  padding: 33px 0px 30px;
}
.price_content .price_item .price sub {
  color: #677294;
  bottom: 0;
}
.price_content .price_item .p_list {
  padding: 30px 0px 20px;
}
.price_content .price_item .p_list li {
  font: 300 16px/40px "Poppins", sans-serif;
  color: #505975;
}
.price_content .price_item .p_list li i {
  padding-right: 10px;
}
.price_content .price_item .p_list li .ti-check {
  color: #00aff0;
}
.price_content .price_item .p_list li .ti-close {
  color: #f0002d;
}
.price_content .price_item .price_btn {
  border-radius: 45px;
  color: #00aff0;
  border-color: #00aff0;
  padding: 0px 36px;
}
.price_content .price_item .price_btn:hover {
  color: #fff;
  background: #00aff0;
}
.price_content .price_item:hover {
  border-color: #c9ebfa;
  box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}

/*=================== pricing_area_two css ===============*/
.pricing_area_two {
  background: #f6f7fa;
}

.price_content_two .price_item .tag {
  background: #5f2eed;
}
.price_content_two .price_item .p_list li .ti-check {
  color: #32CD32;
}
.price_content_two .price_item .p_list li .ti-check.limit {
  color: #FF8C00;
}
.price_content_two .price_item .price_btn {
  border-color: #5f2eed;
  color: #5f2eed;
  background: transparent;
}
.price_content_two .price_item .price_btn:hover {
  background: #5f2eed;
  color: #fff;
}
.price_content_two .price_item:hover {
  border-color: #dad1f8;
}
/*================== call_action_area css ================*/
/*============= design_tab_area css ============*/
.design_tab_area {
  background: #fbfbfd;
}

.design_tab {
  border: 0px;
}
.design_tab .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.design_tab .nav-item .nav-link {
  background-color: white;
  box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
  border: 0px;
  border-radius: 0px;
  padding: 25px 50px;
  transition: background 0.5s ease 0s;
}
.design_tab .nav-item .nav-link h5,.design_tab .nav-item .nav-link h3 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: #222d39;
  transition: color 0.5s ease 0s;
}
.design_tab .nav-item .nav-link p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
  color: #677294;
  transition: color 0.5s ease 0s;
}
.design_tab .nav-item .nav-link.active {
  background-color: #de851a;
}
.design_tab .nav-item .nav-link.active h5, .design_tab .nav-item .nav-link.active h3, .design_tab .nav-item .nav-link.active p {
  color: #fff;
}

.tab-content .tab-pane .tab_img img {
  transform: translateX(20px);
  transition: all 0.3s linear;
  max-width: 100%;
}
.tab-content .tab-pane.show .tab_img img {
  transform: translateX(0);
}
.tab-content .tab_img {
  margin-right: -160px;
  padding-left: 120px;
  max-width: 100%;
}

/*============= action_area_two css =============*/
/*================= action area three css =================*/
/*=========== payment_priceing_area css ===========*/
/*============== priceing_area_four css ============*/
/*====================================================*/
/*====================================================*/
/*============= agency_about_area css ============*/
.agency_about_area .owl-dots {
  position: absolute;
  left: -48%;
  bottom: 10px;
}
.agency_about_area .owl-dots button span {
  width: 8px;
  height: 8px;
  display: block;
  background: #9c7bfb;
  border-radius: 50%;
  border: 1px solid #9c7bfb;
  margin: 0px 5px;
  transition: all 0.3s linear;
}
.agency_about_area .owl-dots button.active span {
  transform: scale(1.5);
  border-color: rgba(251, 251, 253, 0.8);
  background: transparent;
}

.about_content_left {
  padding: 0px 0px 0px 200px;
}

.about_content {
  background-image: -moz-linear-gradient(40deg, #d97d36 0%, #d73b32 100%);
  background-image: -webkit-linear-gradient(40deg, #d97d36 0%, #d73b32 100%);
  background-image: -ms-linear-gradient(40deg, #d97d36 0%, #d73b32 100%);
  height: 100%;
  color: #fff;
  padding: 100px;
  position: relative;
  bottom: -30px;
}
.about_content h2,
.about_content p {
  color: #fff;
}



.about_img {
  padding: 0px;
  position: relative;
}
.about_img .about_img_slider .about_item {
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.about_img .about_img_slider .about_item:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 22, 28, 0.7);
  position: absolute;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.4s linear 0s;
}
.about_img .about_img_slider .about_item img {
  transition: all 0.5s linear;
}
.about_img .about_img_slider .about_item.w55 {
  width: 53.3%;
}
.about_img .about_img_slider .about_item.w45 {
  width: 46.7%;
}
.about_img .about_img_slider .about_item img {
  width: 100%;
  max-width: 100%;
}
.about_img .about_img_slider .about_item .about_text {
  position: absolute;
  bottom: 80px;
  padding: 0px 80px 0px 50px;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear;
}
.about_img .about_img_slider .about_item .about_text h5 {
  color: #fff;
}
.about_img .about_img_slider .about_item .about_text .br {
  width: 50px;
  height: 5px;
  background: #fff;
  opacity: 0.3;
  margin-bottom: 25px;
  display: block;
}
.about_img .about_img_slider .about_item .about_text.text_two {
  bottom: 30px;
}
.about_img .about_img_slider .about_item:hover:after {
  opacity: 1;
}
.about_img .about_img_slider .about_item:hover img {
  transform: scale(1.03);
}
.about_img .about_img_slider .about_item:hover .about_text {
  bottom: 90px;
}
.about_img .about_img_slider .about_item:hover .about_text.text_two {
  bottom: 50px;
}
.about_img .pluse_icon {
  width: 100px;
  height: 100px;
  text-align: center;
  color: #5e2ced;
  line-height: 100px;
  font-size: 22px;
  background-color: #fbfbfd;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.14);
  display: inline-block;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
}

/*====================================================*/
/*====================================================*/
/*=============== agency_testimonial_area css ==============*/
/*============= partner_logo_area_two css ==============*/
/*=============== partner_logo_area_three css ================*/
/*============== saas_signup_area css ==============*/
/*============= fun_fact_area  css ==============*/
/*============ feedback_area css ==============*/
/*=============== app_testimonial_area css =============*/

.shap {
  position: absolute;
  opacity: 0.02;
  transform: rotate(45deg);
  border-radius: 45px;
  left: 90px;
  z-index: -1;
}
.shap.one {
  background-image: -moz-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  background-image: -webkit-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  background-image: -ms-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  width: 650px;
  height: 510px;
  top: -155%;
}
.shap.two {
  background-image: -moz-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  background-image: -webkit-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  background-image: -ms-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  width: 666px;
  height: 330px;
  top: -145%;
  left: 290px;
}
/*===========experts_team_area css ==========*/
/*=============== payment_clients_area  css =============*/
/*============ payment_testimonial_area css =============*/
/*================ payment_action_area css ===================*/

/*=========== sass_partner_logo_area css ==========*/

/*=========== saas_subscribe_area css ==========*/


/*============ payment_subscribe_area css ===========*/


/*========== testimonial_area_four css ==========*/


/*========== video_area css ============*/
.video_area {
  position: relative;
  z-index: 1;
}

.video_content {
  position: relative;
}

.video_leaf {
  position: absolute;
  left: 85px;
  top: -80px;
  background: url("../img/new/leaf.png") no-repeat scroll;
  z-index: -2;
}


/*============ seo_fact_area css ===========*/
/*====================================================*/
/*====================================================*/
/*================= app_screenshot_area css =============*/
/*================= app_screenshot_area css =============*/
/*=============== get started area css ===============*/

/*============ get_started_three css ============*/

/*====================================================*/
/*====================================================*/
/*===================== job_listing_area css ======================*/
.job_listing_area .sec_title {
  max-width: 970px;
}
.job_listing_area .app_service_info {
  margin-bottom: -30px;
}

.job_listing {
  margin-top: 160px;
}
.job_listing .job_list_tab {
  border-bottom: 1px solid #e7e7f6;
}
.job_listing .job_list_tab .list_item_tab {
  font: 300 15px/26px "Poppins", sans-serif;
  color: #677294;
  padding: 0px 0px 10px;
  border: 0px;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.job_listing .job_list_tab .list_item_tab:before {
  content: "";
  width: 0;
  height: 1px;
  background: #5f2eed;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}
.job_listing .job_list_tab .list_item_tab.active, .job_listing .job_list_tab .list_item_tab:hover {
  background: transparent;
}
.job_listing .job_list_tab .list_item_tab.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.job_listing .job_list_tab .list_item_tab + .list_item_tab {
  margin-left: 55px;
}
.job_listing .listing_tab {
  margin-bottom: -30px;
  margin-top: 60px;
  overflow: hidden;
}
.job_listing .listing_tab .list_item {
  display: table;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(12, 0, 46, 0.04);
  padding: 20px 45px 20px 20px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.job_listing .listing_tab .list_item figure {
  float: left;
  width: 70px;
  margin-bottom: 0px;
  margin-right: 20px;
}
.job_listing .listing_tab .list_item figure a, .job_listing .listing_tab .list_item figure img {
  float: left;
  width: 100%;
}
.job_listing .listing_tab .list_item .joblisting_text {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #eeebf7;
  width: 100%;
  padding-left: 25px;
}
.job_listing .listing_tab .list_item .joblisting_text .job_list_table {
  display: table;
  width: 100%;
}
.job_listing .listing_tab .list_item .joblisting_text .jobsearch-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  line-height: 46px;
}
.job_listing .listing_tab .list_item .joblisting_text h4 a {
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.job_listing .listing_tab .list_item .joblisting_text h4 a:hover {
  color: #5e2ced;
}
.job_listing .listing_tab .list_item .joblisting_text ul {
  margin-bottom: 0px;
}
.job_listing .listing_tab .list_item .joblisting_text ul li {
  float: left;
  font: 300 14px/15px "Poppins", sans-serif;
  color: #677294;
  padding: 0px 10px;
  border-left: 2px solid #aeb3c3;
}
.job_listing .listing_tab .list_item .joblisting_text ul li:first-child {
  padding-left: 0px;
  border: none;
}
.job_listing .listing_tab .list_item .joblisting_text ul li.p_color {
  color: #5e2ced;
}
.job_listing .listing_tab .list_item .joblisting_text ul li.g_color {
  color: #61bd17;
}
.job_listing .listing_tab .list_item .joblisting_text ul li.gold_color {
  color: #d7ad1e;
}
.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist {
  float: right;
}
.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .apply_btn {
  font: 300 14px/36px "Poppins", sans-serif;
  color: #5c6789;
  border: 1px solid #e7e7f6;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 22px;
  transition: all 0.2s linear;
}
.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .apply_btn:hover {
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}
.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .like-btn {
  font-size: 18px;
  line-height: 46px;
  float: right;
  margin-left: 20px;
}
.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .like-btn a {
  display: inline-block;
  color: #d4d8e4;
}
.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .like-btn a:hover {
  color: #5e2ced;
}
.job_listing .listing_tab .list_item:hover {
  box-shadow: 0px 25px 30px -8px rgba(12, 0, 46, 0.06);
}
.job_listing .pagination {
  display: block;
}
.job_listing .pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7f6;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #677294;
  font-size: 16px;
  border-radius: 50%;
  background-color: #fbfbfd;
  margin: 0px 3px;
}
.job_listing .pagination .nav-links .page-numbers i {
  font-size: 14px;
}
.job_listing .pagination .nav-links .page-numbers.current {
  background: #5e2ced;
  color: #fff;
}

/*===================== job_listing_area css ======================*/
/*============== job_details_area css =============*/
.details_content .f_size_22 {
  font-size: 22px;
}
.details_content .btn_three {
  min-width: 150px;
  text-align: center;
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}
.details_content .btn_three:hover {
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}
/*========== job_apply_area css =========*/
/*====================================================*/
/*====================================================*/
/*============== faq area css =============*/
.faq_tab {
  border: 1px solid #f4f4f9;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  padding: 50px 40px;
}
.faq_tab .nav-tabs {
  border: 0px;
  margin-bottom: 0px;
  display: block;
}
.faq_tab .nav-item {
  margin: 0px;
}
.faq_tab .nav-item .nav-link {
  font: 400 16px/22px "Poppins", sans-serif;
  color: #677294;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.faq_tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #5e2ced;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.2s linear;
}
.faq_tab .nav-item .nav-link.active {
  color: #5e2ced;
}
.faq_tab .nav-item .nav-link.active:before {
  width: 100%;
}

.faq_content .tab-pane .card {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  border-bottom: 1px solid #e4e0ee;
}
.faq_content .tab-pane .card .card-header {
  padding: 0px;
  border: 0px;
  background: transparent;
}
.faq_content .tab-pane .card .card-header .btn {
  color: #5e2ced;
  display: block;
  width: 100%;
  text-align: left;
  font: 500 18px/26px "Poppins", sans-serif;
  padding: 20px 30px 20px 0px;
  position: relative;
  white-space: normal;
}
.faq_content .tab-pane .card .card-header .btn i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 20px;
}
.faq_content .tab-pane .card .card-header .btn i + i {
  display: block;
}
.faq_content .tab-pane .card .card-header .btn.collapsed {
  color: #576370;
}
.faq_content .tab-pane .card .card-header .btn.collapsed i {
  display: block;
}
.faq_content .tab-pane .card .card-header .btn.collapsed i + i {
  display: none;
}
.faq_content .tab-pane .card .card-body {
  padding: 0px 0px 45px;
  font: 400 15px/26px "Poppins", sans-serif;
  color: #677294;
}

/*====================================================*/
/*====================================================*/
/*============= portfolio area css ============*/


/*==============Start portfolio_details_area css ==============*/

/*==============End portfolio_details_area css ==============*/
/*====================================================*/
/*====================================================*/
/*================= map_area  ====================*/

/*================== contact_info_area css ================*/
.contact_info_item {
  border-bottom: 1px solid #eeebf6;
  padding-bottom: 25px;
}
.contact_info_item p {
  color: #677294;
  margin-bottom: 8px;
}
.contact_info_item a {
  color: #677294;
  padding-left: 3px;
  display: inline-block;
}
.contact_info_item a:hover {
  color: #5e2ced;
}
.contact_info_item + .contact_info_item {
  border: 0px;
  margin-top: 33px;
}

.text_box {
  margin-bottom: 30px;
}
.text_box input[type=text], .text_box textarea, .text_box input[type=password], .text_box input[type=email] {
  font: 400 15px/60px "Poppins", sans-serif;
  color: #222d39;
  height: 60px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  width: 100%;
  border: 1px solid #fff;
  padding-left: 30px;
}
.text_box input[type=text].placeholder, .text_box textarea.placeholder, .text_box input[type=password].placeholder, .text_box input[type=email].placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]:-moz-placeholder, .text_box textarea:-moz-placeholder, .text_box input[type=password]:-moz-placeholder, .text_box input[type=email]:-moz-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]::-moz-placeholder, .text_box textarea::-moz-placeholder, .text_box input[type=password]::-moz-placeholder, .text_box input[type=email]::-moz-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]::-webkit-input-placeholder, .text_box textarea::-webkit-input-placeholder, .text_box input[type=password]::-webkit-input-placeholder, .text_box input[type=email]::-webkit-input-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]:focus, .text_box textarea:focus, .text_box input[type=password]:focus, .text_box input[type=email]:focus {
  border-color: #f2effc;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  outline: none;
}
.text_box textarea {
  height: 220px;
}

.contact_form_box .btn_three {
  min-width: 180px;
  text-align: center;
  background: #D97A08;
  border-color: #D97A08;
  margin-top: 0px;
}
.contact_form_box .btn_three:hover {
  background: transparent;
  color: #D97A08;
}


/*============= login_area css =============*/


.login-form .text_box .text_c {
  color: #161341;
  font-size: 14px;
  margin-bottom: 15px;
}
.login-form .text_box input[type=password] {
  padding-top: 8px;
  line-height: 50px;
}
.login-form .text_box input[type=password]:focus {
  padding-top: 0px;
}
.login-form .extra {
  display: flex;
  justify-content: space-between;
  font: 400 14px/30px "Poppins", sans-serif;
  margin-top: 45px;
}
.login-form .extra .checkbox label {
  margin-bottom: 0px;
  color: #161341;
}
.login-form .extra .checkbox input[type=checkbox] {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.login-form .extra .checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border: 1px solid #7348ef;
  border-radius: 2px;
  background-color: white;
}
.login-form .extra .checkbox input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: solid #7348ef;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 3px;
}
.login-form .extra .forgotten-password a {
  color: #677294;
}
.login-form .btn_three {
  width: 100%;
  background: #5e2ced;
  color: #fff;
  margin-top: 40px;
}
.login-form .btn_three:hover {
  box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}
.login-form .alter-login {
  font: 400 15px/26px "Poppins", sans-serif;
  color: #9ca3b9;
}
.login-form .alter-login a {
  color: #5e2ced;
  display: inline-block;
  margin-left: 6px;
}

.login_img {
  padding-left: 100px;
  margin-right: -250px;
}
.login_img img {
  max-width: 100%;
}

/*==================== sign_in_area css ==================*/
.sign_info {
  border: 20px solid #fff;
  background: #fbfbfd;
  padding: 80px 50px;
  box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05);
}
.sign_info .login_info {
  padding-left: 30px;
}
.sign_info .sign_info_content h2 {
  font-size: 30px;
  color: #677294;
}
.sign_info .sign_info_content ul li {
  font: 400 16px/34px "Poppins", sans-serif;
  color: #677294;
}
.sign_info .sign_info_content ul li i {
  color: #5e2ced;
  margin-right: 10px;
}
.sign_info .login-form .text_box {
  margin-bottom: 25px;
}
.sign_info .lead-text {
  font: 400 14px/40px "Poppins", sans-serif;
  color: #677294;
  padding-right: 20px;
}
.sign_info .social_tag li {
  display: inline-block;
}
.sign_info .social_tag li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  line-height: 44px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-left: 7px;
}
.sign_info .social_tag li:first-child a {
  background: #4779de;
}
.sign_info .social_tag li:nth-child(2) a {
  background: #e43e30;
}
.sign_info .social_tag li:nth-child(3) a {
  background: #1da1f3;
}
.sign_info .sign-in-form .btn_three {
  width: auto;
  margin-top: 0;
}
.sign_info .sign-in-form .extra .forgotten-password a {
  color: #161341;
  font-weight: 400;
}
.sign_info .sign-in-form .extra .forgotten-password a:hover {
  color: #5e2ced;
}

.sign_btn_transparent {
  display: inline-block;
  background: transparent;
  border-color: #5e2ced;
  color: #5e2ced;
}
.sign_btn_transparent:hover {
  background: #5e2ced;
  color: #fff;
}

/*============= get_quote_form css============*/

/*=========== comingsoon css ============*/

#success, #error {
  position: relative;
  top: 10px;
  display: block;
  right: 0;
  left: 0;
  bottom: -15px;
  display: none;
  font-weight: 600;
}

#success {
  color: lawngreen;
}

#error,label.error{
  color: orangered;
}
}

/*=============== seo_subscribe_area css ============*/
/*=============== seo_subscribe_area css ============*/
/*====================================================*/
/*====================================================*/
/*================= error_area css ==================*/

/*================= error_area css ==================*/
/*================= error_two_area css ==================*/
/*================= error_two_area css ==================*/
/*================= download_area css ==================*/
/*================= download_area css ==================*/
/*====================================================*/
/*====================================================*/


h1, h2, h3, h4, h5, h6 {
  color: #4b505e;
}

p {
  font-size: 16px;
  color: #677294;
}
p span {
  padding: 3px 8px;
}

.bg-dark {
  background: #222d39 !important;
}

.bg-purpple {
  background: #6e3ef8;
}

.bg-blue {
  background: #2cabed;
}

.h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
  margin-bottom: 50px;
}

.heading_style h1, .heading_style h2, .heading_style h3, .heading_style h4, .heading_style h5, .heading_style h6 {
  color: #4b505e;
  font-weight: 700;
}
.heading_style .h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
}
.heading_style h1 {
  font-size: 50px;
}
.heading_style h2 {
  font-size: 44px;
}
.heading_style h3 {
  font-size: 36px;
}
.heading_style h4 {
  font-size: 30px;
}
.heading_style h5 {
  font-size: 24px;
}
.heading_style h6 {
  font-size: 18px;
}
.heading_style.medium h1, .heading_style.medium h2, .heading_style.medium h3, .heading_style.medium h4, .heading_style.medium h5, .heading_style.medium h6 {
  font-weight: 500;
}
.heading_style.medium .h_title {
  font-weight: 300;
}
.heading_style.regular .h_title {
  font-weight: 300;
}
.heading_style.regular h1, .heading_style.regular h2, .heading_style.regular h3, .heading_style.regular h4, .heading_style.regular h5, .heading_style.regular h6 {
  font-weight: 400;
}

.alert {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  margin-bottom: 30px;
}
.alert i {
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-right: 20px;
}
.alert .alert_close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.alert .alert_close i {
  margin-right: 0;
}
.alert.notice {
  background: #f9f8fc;
  border-color: #e9e6f5;
  color: #677294;
}
.alert.error {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}
.alert.warning {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}
.alert.info {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}
.alert.success {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}
.alert.message {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.btn_s {
  padding: 9px 44px;
}

.btn_m {
  padding: 16px 50px;
}

.btn_l {
  padding: 24px 86px;
}

.btn_c {
  padding: 16px 50px;
}

.btn_border {
  border-width: 1px;
  border-style: solid;
  border-color: #222d39;
  color: #222d39;
}
.btn_border:hover {
  background: #d73b32;
  border-color: #d73b32;
  color: #fff;
}

.border2 {
  border-width: 2px;
}

.border3 {
  border-width: 3px;
}

.border4 {
  border-width: 4px;
}

.btn_r {
  border-radius: 4px;
}

.btn_r_n {
  border-radius: 0px;
}

.btn_r_two {
  border-radius: 8px;
}

.btn_r_three {
  border-radius: 45px;
}

.box_s {
  background: #5f2eed;
  box-shadow: 0 6px #8057f8;
}
.box_s:hover {
  background: #5f2eed;
  color: #fff;
}
.box_s:hover:hover {
  box-shadow: 0 4px #8057f8;
}
.btn_blue {
  background: #2e95ed;
  border-color: #2e95ed;
}
.btn_blue:hover {
  background: #2e95ed;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_red {
  background: #db247f;
  border-color: #db247f;
}
.btn_red:hover {
  background: #db247f;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_green {
  background: #62be09;
  border-color: #62be09;
  padding: 16px 64px;
}
.btn_green:hover {
  background: #62be09;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_yellow {
  background: #e4a817;
  border-color: #e4a817;
  padding: 16px 64px;
}
.btn_yellow:hover {
  background: #e4a817;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_purple {
  background: #b715f3;
  border-color: #b715f3;
}
.btn_purple:hover {
  background: #b715f3;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_violte {
  background: #5f2eed;
  border-color: #5f2eed;
}
.btn_violte:hover {
  background: #5f2eed;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_orange {
  background: #f05b2d;
  border-color: #f05b2d;
  padding: 16px 64px;
}
.btn_orange:hover {
  background: #f05b2d;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_nill {
  background: #1bbbce;
  border-color: #1bbbce;
  padding: 16px 64px;
}
.btn_nill:hover {
  background: #1bbbce;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

/*====================================================*/
/*====================================================*/
/*=========== blog area css ===========*/

/*=========== blog sidebar css ===========*/


/*========= blog_area_two css ===========*/

/*====================================================*/
/*====================================================*/
/*============= shop_grid_area css ==============*/


.hr {
  width: 100%;
  height: 1px;
  background: #e7e7f6;
  margin-bottom: 40px;
}


/*============= shop_grid_area css ==============*/


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*============ shopping_cart_area css =============*/
/*================== check list css ======================*/
/*====================================================*/
/*====================================================*/
/*============= search_boxs css =================*/

input[type=text] {
  -webkit-appearance: none;
  outline: none;
}

/* Css keyframes css
============================================================================================ */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/* End Css keyframes css
============================================================================================ */
/*====================================================*/
/*====================================================*/

.height {
  height: 100%;
}

._banner, .split_banner_content {
  display: flex;
  align-items: center;
  position: relative;
}

/*====================================================*/
/*====================================================*/
/*============ hosting_menu css =============*/

/*============ hosting_menu css =============*/
/*============ erp_menu css =============*/
/*============ erp_menu css =============*/
/*================= hosting_banner_area css ==============*/

.b_line li {
  position: absolute;
}
.b_line li:nth-child(1) {
  bottom: 200px;
  right: 500px;
}
.b_line li:nth-child(2) {
  top: 100px;
  left: 135px;
}
.b_line li:nth-child(3) {
  top: 85%;
  left: 100px;
}
.b_line li:nth-child(4) {
  bottom: 120px;
  right: 750px;
}
.b_line li:nth-child(7) {
  top: 50%;
  right: 200px;
}
.b_line li:nth-child(6) {
  top: 55%;
  left: 195px;
}
.b_line li:nth-child(5) {
  bottom: 150px;
  right: 895px;
}
.b_line li:nth-child(8) {
  top: 220px;
  right: 995px;
}
/*================= hosting_banner_area css ==============*/
/*================= domain_search_area css ==============*/
/*================= domain_search_area css ==============*/

.h_head {
  font-size: 20px;
  font-weight: 600;
  color: #2c2c51;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}

a .h_head:hover {
  color: #f6626a;
}

/*========== hosting_features_area css ========*/
/*========== hosting_features_area css ========*/
/*========== h_action_area css ========*/
/*========== h_action_area css ========*/
/*========== h_blog_area css ========*/
/*========== h_blog_area css ========*/
/*=========== h_map_area ==========*/
/*============== erp_banner_area_two css =============*/

@keyframes cloud {
  0% {
    left: 14%;
    top: 200px;
    opacity: 0;
  }
  20% {
    left: 44%;
    top: 100px;
    opacity: 1;
  }
  40% {
    left: 65%;
    top: 50px;
    opacity: 1;
  }
  60% {
    left: 80%;
    top: 130px;
    opacity: 1;
  }
  80% {
    left: 90%;
    top: 180px;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    top: 230px;
    opacity: 0;
  }
}
@keyframes animateCloud {
  0% {
    left: -20%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes jurk {
  0% {
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}
/*============== erp_banner_area_two css =============*/
/*============== erp_service_area css =============*/
/*=========== erp_features_area css =============*/

@keyframes pulsates {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}

.flex-row-reverse .erp_features_img_two .img_icon {
  left: -53px;
  right: auto;
}
.flex-row-reverse .erp_content_two {
  padding-right: 125px;
  padding-left: 0;
}

/*=========== erp_analytics_area css ============*/

.er_btn {
  border: 2px solid #c8d4fa;
  font-size: 16px;
  font-weight: 500;
  color: #4e78f4;
  font-family: "Poppins", sans-serif;
  border-radius: 45px;
  line-height: 26px;
  padding: 8px 27px;
  display: inline-block;
  margin-top: 60px;
  transition: all 0.3s linear;
}
.er_btn:hover {
  background: #4e78f4;
  border-color: #4e78f4;
  box-shadow: 0px 20px 30px 0px rgba(45, 93, 237, 0.1);
  color: #fff;
}

/*============= pos_banner_area css ===========*/
.pos_banner_area {
  /*height: 100vh;*/
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.pos_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*.pos_slider:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}*/
.pos_slider .owl-stage-outer, .pos_slider .owl-stage, .pos_slider .owl-item {
  height: 100%;
}
.pos_slider .owl-stage-outer .pos_banner_item, .pos_slider .owl-stage .pos_banner_item, .pos_slider .owl-item .pos_banner_item {
  background-size: 100% !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 93px;
  left: 0;
  display: flex;
  align-items: center;
}

.pos_slider .pos_banner_item.one{
  background: url("../img/banner/f1.jpg")no-repeat; 
}
.pos_slider .pos_banner_item.two{
  background: url("../img/banner/f2.png")no-repeat; 
}
.pos_slider .pos_banner_item.three{
  background: url("../img/banner/f3.png")no-repeat; 
}

.pos_banner_text {
  max-width: 820px;
  margin: 0 auto;
}
.pos_banner_text h6 {
  font-size: 14px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
.pos_banner_text h2 {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
}
.pos_banner_text h6, .pos_banner_text h2,.pos_banner_text p {
  color: #000000;
}
.pos_banner_text h2 span {
  font-weight: 700;
}
.pos_banner_text .action_btn {
  margin-top: 40px;
}
.pos_banner_text .software_banner_btn {
  border-radius: 6px;
  background: #de851a;
  padding: 14px 42px;
  border: 1px solid #de851a;
  transition: all 0.2s linear;
}
.pos_banner_text .software_banner_btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #de851a;
  color: #de851a;
}
.pos_banner_text .video_btn .icon {
  box-shadow: none;
  height: 50px;
  width: 50px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 48px;
  margin-right: 13px;
}
.pos_banner_text .video_btn span:before {
  display: none;
}

/*============= pos_banner_area css ===========*/
.flex-row-reverse .pos_features_content {
  padding-right: 70px;
}
/*============ support_home_area css ============*/

.border_bottom {
  width: 100%;
  height: 1px;
  background: #e1e5e8;
}
.support_tab .nav-item .nav-link {
  border-radius: 10px;
}

.support_tab_content .tab-pane .tab_img {
  margin-right: -176px;
  max-width: inherit;
}
.support_tab_content .tab-pane .tab_img img {
  max-width: inherit;
}
/*============ support_home_area css ============*/
/*====================================================*/
/*====================================================*/
/*====================================================*/

.pp-scrollable.section {
  overflow-x: hidden;
}

.section-1 .pp_triangle {
  top: 150px;
  left: 52%;
  transform: translateX(-50%);
}
.section-1 .pp_snak {
  bottom: 50px;
  right: 100px;
  animation: slideInnew3 4s both alternate infinite;
}
.section-1.active .section_one_img img {
  animation: fadeInLeft 1s both 0.8s;
}
.section-1.active .section_one_img .dots {
  animation: fadeInUp 1s both 1s;
}

.pp_triangle {
  animation: spinnerRotateone 6s both alternate infinite;
}

.p_absoulte {
  position: absolute;
}

.round_line {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  opacity: 0.2;
  z-index: 0;
}
.round_line.one {
  top: -230px;
  right: -50px;
}
.round_line.two {
  top: -430px;
  right: -500px;
}
.round_line.three {
  bottom: -188px;
  left: -50px;
}
.round_line.four {
  bottom: -450px;
  left: -80px;
}
.round_line.two, .round_line.four {
  width: 800px;
  height: 800px;
}
.pp_block {
  right: 0;
  top: 177px;
}

/*=========== section-2 css ============*/
.section-2 .pp_block {
  left: 0;
  right: auto;
}

/*=========== section-3 css ============*/
/*============ section-4 css===========*/

.t_left {
  left: 60px;
  bottom: 120px;
}

/*============ section-5 css===========*/
/*============ home_analytics_banner_area css ============*/
/*============ home_analytics_banner_area css ============*/
/*============ h_analytices_features_area css ============*/
/*============ h_analytices_features_area css ============*/
/*============ h_action_area_three css ============*/
/*============ h_action_area_three css ============*/
/*============ easy_setup_area css ============*/
.analytices_title span {
  display: block;
  font-weight: 300;
  color: #2c2c51;
}
.analytices_title p {
  font-weight: 400;
  color: #7b7b93;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

.setup_inner {
  max-width: 830px;
  margin: -30px auto 0px;
}
.setup_inner .setup_item {
  align-items: center;
  padding: 30px 0px;
  position: relative;
  cursor: pointer;
}
.setup_inner .setup_item.flex-row-reverse .setup_content {
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}
.setup_inner .setup_item .setup_img {
  text-align: center;
}
.setup_inner .setup_item .round {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 64, 0.08);
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  color: #d73b32;
  font-weight: 500;
  line-height: 80px;
}
.setup_inner .setup_item .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  border-right: 2px dashed #94a2ce;
  opacity: 0.3;
  margin-left: -1px;
  z-index: -1;
}
.setup_inner .setup_item:first-child .line {
  top: 50%;
  height: 50%;
}
.setup_inner .setup_item:last-child .line {
  top: 0;
  height: 50%;
}
.setup_inner .setup_content {
  padding-left: 30px;
}
.setup_inner .setup_content h5,.setup_inner .setup_content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2c2c51;
  line-height: 28px;
  margin-bottom: 15px;
}
.setup_inner .setup_content p {
  font-size: 16px;
  color: #7b7b93;
  font-weight: 400;
  margin-bottom: 0;
}
/*============ easy_setup_area css ============*/
/*============ analytices_customers_logo_area css ============*/
/*============ analytices_customers_logo_area css ============*/
/*============ analytices_list_area css ============*/
/*============ analytices_list_area css ============*/
/*====================================================*/
/*====================================================*/
/*=================== h_security_banner_area css =============*/
.security_title h2 {
  font-size: 34px;
  line-height: 44px;
}
.security_title h2 span {
  display: block;
  font-weight: 300;
}

/*================== h_security_area css ===========*/
/*================== h_security_area css ===========*/
.h_security_area {
  padding: 100px 0px 50px;
}
.h_security_area .row {
  margin-bottom: -45px;
}

.h_security_item {
  align-items: center;
  margin: 45px 0px;
}
.h_security_item img {
  margin-right: 40px;
}
.h_security_item .media-body h4,.h_security_item .media-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2c2c51;
  line-height: 28px;
  margin-bottom: 18px;
}
.h_security_item .media-body p {
  margin-bottom: 0;
  color: #7b7b93;
}

/*=================== h_security_area css =============*/
/*=================== security_features_area css =============*/
/*=================== security_features_area css =============*/
/*=================== h_security_about_area css =============*/
/*=================== h_security_about_area css =============*/
/*=================== security_customers_logo_area css =============*/
/*=================== security_customers_logo_area css =============*/
/*======== security_action_area css =========*/

.security_footer_area:after {
  display: none;
}

/*============== event_banner_area css ===========*/
/*========== event_about_area css =======*/
/*========== event_team_area css =========*/
.event_team_area .owl-dots {
  margin-top: 55px;
}

/*============== event_features_area css ============*/
/*================ event_price_area css ============== */
/*============ event_fact_area  css =================*/
/*============= event_location_area css =========*/
/*=========== tracking_banner_area css =============*/
/*============ tracking_activity_area css ==============*/
/*=========== tracking_product_area css ==============*/
/*=========== tracking_price_area css ==============*/
/*============= chat_banner_area css ============*/
.chat_banner_area {
  height: 100vh;
  min-height: 700px;
  background: #fafafe;
  position: relative;
  padding: 150px 0px 120px;
  overflow: hidden;
}
.chat_banner_area .cloud {
  top: 190px;
  left: 0px;
  width: 100%;
}
.chat_banner_area .left {
  left: 0;
  bottom: 30px;
}
.chat_banner_area .right {
  right: 0;
  bottom: 30px;
}

.chat_banner_content {
  padding-top: 128px;
}
.chat_banner_content .c_tag {
  border-radius: 4px;
  background: #e2f4e8;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #0ec123;
  padding: 4px 15px;
  margin-bottom: 25px;
}
.chat_banner_content .c_tag img {
  margin-right: 6px;
}
.chat_banner_content h1 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
  color: #051441;
  margin-bottom: 30px;
}
.chat_banner_content .chat_btn {
  width: 100%;
}
.chat_banner_content span {
  font-size: 14px;
  color: #999999;
}

.chat_img {
  position: relative;
}
.chat_img .round {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0.7;
}
.chat_img .round.one {
  background: #deeef1;
  left: 0;
  bottom: 120px;
}
.chat_img .round.two {
  background: #f5eae3;
  right: -20px;
  top: 120px;
}
.chat_img .round.three {
  background: #f9f5e8;
  right: -50px;
  top: 70px;
  width: 60px;
  height: 60px;
}
.chat_img .p_one {
  right: -250px;
  bottom: 300px;
  animation: fadeInUp3 2.5s 1s both alternate infinite;
  z-index: 1;
}
.chat_img .p_two {
  left: -140px;
  bottom: 300px;
  z-index: 1;
  animation: fadeInUp3 2.5s 3s both alternate infinite;
}
.chat_img .p_three {
  right: -70px;
  bottom: 180px;
  z-index: 1;
  animation: fadeInUp3 1.5s 5s both alternate infinite;
}

/*=========== chat_core_features_area css ============*/
.chat_title {
  margin-bottom: 75px;
}
.chat_title h2 {
  color: #222;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
}
.chat_title h2 span {
  font-weight: 700;
}
.chat_title p {
  max-width: 730px;
  margin: 0px auto;
  color: #677294;
}

.chat_features_item {
  text-align: center;
  padding: 0px 30px;
}
.chat_features_item:hover {
  cursor: pointer;
}
.chat_features_item .round {
  height: 270px;
  line-height: 324px;
  position: relative;
}
.chat_features_item .round .top_img {
  top: -6px;
  right: 8px;
  transition: all 0.3s linear;
}
.chat_features_item .round_circle {
  background-image: -moz-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
  background-image: -ms-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  left: 58%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  top: 0;
}
.chat_features_item .round_circle.two {
  background-image: -moz-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
  background-image: -ms-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
}
.chat_features_item .round_circle.three {
  background-image: -moz-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
  background-image: -webkit-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
  background-image: -ms-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
}
.chat_features_item h4,.chat_features_item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.chat_features_item p {
  color: #666666;
  line-height: 24px;
}
.chat_features_item:hover .round .top_img {
  transform: rotate(90deg);
}

/*============= chat_features_area css ===========*/
.chat_features_area {
  padding: 120px 0px;
}

.chat_features_img {
  background-image: -moz-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
  background-image: -ms-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
  width: 100%;
  height: 475px;
  position: relative;
  padding-left: 60px;
}
.chat_features_img .chat_features_img_bg_one {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.chat_features_img .chat_one, .chat_features_img .chat_two {
  box-shadow: 0px 5px 20px 0px rgba(12, 0, 46, 0.15);
}
.chat_features_img .chat_one {
  top: 0px;
  position: relative;
}
.chat_features_img .chat_two {
  left: 46%;
  bottom: -35px;
}
.chat_features_img .dot_bg {
  left: -30px;
  bottom: 40px;
}
.chat_features_content img {
  margin-bottom: 28px;
}
.chat_features_content h2 {
  font-size: 36px;
  font-weight: 400;
  color: #222;
  margin-bottom: 16px;
}
.chat_features_content h2 span {
  font-weight: 700;
}
.chat_features_content p {
  line-height: 30px;
  color: #666666;
}
.chat_features_content a {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
}
.chat_features_content a:hover {
  color: #f7941d;
}

.chat_features_img_two {
  background-image: -moz-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
  background-image: -webkit-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
  background-image: -ms-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
  margin-left: 30px;
}
.chat_features_img_two .chat_two {
  bottom: 50px;
  left: -30px;
}
.chat_features_img_two .chat_one {
  top: -30px;
}

.chat_features_img_three {
  background-image: -moz-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
  background-image: -ms-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
}
.chat_features_img_three .chat_two {
  left: 60px;
  bottom: 50px;
}

.chat_integration_area {
  padding-bottom: 120px;
}
.chat_integration_area .border-bottom {
  margin-bottom: 110px;
}

/*============= chat_features_area css ===========*/
/*============= chat_clients_area css ===========*/
.chat_btn {
  background: #de851a;
  color: #fff;
  padding: 9px 95px;
  border-radius: 4px;
  font-size: 20px;
}
.chat_btn:hover {
  box-shadow: 0px 10px 40px 0px rgba(103, 84, 226, 0.3);
}

.h_footer_track {
  padding-bottom: 100px;
}
.h_footer_track:before, .h_footer_track:after {
  display: none;
}

/*============= chat_clients_area css ===========*/
/*====================================================*/
/*====================================================*/
/*============== banner_area css =============*/
.banner_area {
  min-height: 720px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #f5f7fb;
  z-index: 1;
}

.banner_text h2 {
  font-size: 44px;
  color: #2c2c51;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner_text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
}

@media (min-width: 1450px) {
  .custom_container_two {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .custom_container_two {
    max-width: 1660px;
  }
}

.banner_text mark {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 0;
}
.banner_text mark:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  height: 10px;
  background-color: #f591c3;
  z-index: -1;
  width: 100%;
}
.banner_text .typed {
  font-weight: 700;
}
.banner_text .typed-cursor {
  font-weight: 500;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media (min-width: 1400px) {
  .blog_area .container,
.shop_area .container {
    max-width: 1200px;
  }
}

.slick-slide:focus {
  outline: none !important;
}
.arrow i {
  border-width: 1px;
  border-color: #f3f5f8;
  border-style: solid;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 18px;
  color: #4e5761;
  line-height: 47px;
  text-align: center;
  transition: all 0.3s linear;
  cursor: pointer;
}
.arrow i:hover {
  background: #5e2ced;
  color: #fff;
}
.arrow i + i {
  margin-left: 12px;
}
.blog-sidebar  .post-tags {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.blog-sidebar  .post-tags a {
  font: 400 13px/26px "Poppins", sans-serif;
  color: #595b64;
  border: 1px solid #cfcfe6;
  border-radius: 3px;
  padding: 6px 18px;
  float: left;
  transition: all 0.2s linear;
  margin: 5px;
}
.blog-sidebar  .post-tags a:hover {
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}
 .blog_titles{
        font: 600 20px $pop;
        color: #282835;
        margin-bottom: 30px;
    }
.blog_comment_box{
    margin-top: 100px;
    .get_quote_form{
        .form-group{
            .form-control{
                background: #f7f8fb;
                box-shadow: none;
                @include placeholder{
                    color: #9ca3b9;
                }
                &:focus{
                    border-color: #5e2ced;
                    background: #fff;
                }
            }
        } 
    }
}
/*====================================================*/
/*====================================================*/
/*=========== blog area css ===========*/
.blog_grid_item {
  cursor: pointer;
}
.blog_grid_item img {
  transition: opacity 600ms linear;
}
.blog_grid_item:hover .blog_img img {
  opacity: 0.7;
}

.blog_img {
  background: #000022;
}
.blog_img img {
  max-width: 100%;
}

.blog_content {
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
  padding: 30px 30px 42px 30px;
  position: relative;
}
.blog_content .post_date {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 3px 0px 0px rgba(12, 0, 46, 0.06);
  text-align: center;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  right: 50px;
  top: -40px;
  background: #fff;
}
.blog_content .post_date h2 {
  font: 700 30px/20px "Poppins", sans-serif;
  margin-bottom: 0px;
  color: #5e2ced;
  padding-top: 5px;
}
.blog_content .post_date span {
  font-weight: 300;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
.blog_content p {
  font-weight: 400;
  font-size: 15px;
}
.blog_content h5:hover {
  color: #5e2ced;
}
.blog_content .learn_btn_two {
  font: 400 14px "Poppins", sans-serif;
  color: #282835;
}
.blog_content .learn_btn_two:before {
  transition: all 0.2s linear;
}
.blog_content .learn_btn_two i {
  font-size: 14px;
}
.blog_content .learn_btn_two:hover {
  color: #5e2ced;
}
.blog_content .learn_btn_two:hover:before {
  background: #5e2ced;
}

.entry_post_info {
  font: 400 15px/25px "Poppins", sans-serif;
  color: #677294;
  padding-bottom: 5px;
}
.entry_post_info a {
  color: #677294;
}
.entry_post_info a + a:before {
  content: "/";
  display: inline-block;
  margin: 0px 7px 0px 2px;
}

.blog_single .blog_content {
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: none;
}
.blog_single .blockquote {
  color: #5e2ced;
  font-style: italic;
  border-left: 4px solid #5e2ced;
  padding-left: 35px;
}

.post_share {
  display: flex;
  border-bottom: 1px solid #d8dceb;
  padding-bottom: 10px;
}
.post_share a {
  font: 400 14px/26px "Poppins", sans-serif;
  color: #525c7c;
}
.post_share a i {
  padding-right: 12px;
}
.post_share a:hover {
  color: #5e2ced;
}
.post_share a + a {
  margin-left: 15px;
}
.post_share .flex {
  flex: 1;
  text-align: right;
}

.post-nam {
  font: 400 15px/26px "Poppins", sans-serif;
  color: #282835;
}

.post_tag {
  padding-top: 20px;
}
.post_tag .post-nam {
  padding-right: 10px;
}
.post_tag a {
  font: 400 13px/26px "Poppins", sans-serif;
  color: #595b64;
  border: 1px solid #cfcfe6;
  border-radius: 3px;
  padding: 0px 11px;
  display: inline-block;
  margin-left: 10px;
}

.post_author .media-body {
  padding-left: 20px;
}
.post_author .media-body h6 {
  color: #677294;
}
.post_author .media-body p {
  color: #677294;
  margin-bottom: 0px;
}

.blog_post_item .blog_content {
  padding: 22px 22px 35px;
}
.blog_post_item .blog_content h5 {
  margin-bottom: 15px;
}

.blog_grid_item {
  cursor: pointer;
}
.blog_grid_item img {
  transition: opacity 600ms linear;
}
.blog_grid_item:hover .blog_img img {
  opacity: 0.7;
}

.blog_img {
  background: #000022;
}
.blog_img img {
  max-width: 100%;
}

.blog_content {
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
  padding: 30px 47px 42px 50px;
  position: relative;
}
.blog_content .post_date {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 3px 0px 0px rgba(12, 0, 46, 0.06);
  text-align: center;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  right: 50px;
  top: -40px;
  background: #fff;
}
.blog_content .post_date h2 {
  font: 700 30px/20px "Poppins", sans-serif;
  margin-bottom: 0px;
  color: #5e2ced;
  padding-top: 5px;
}
.blog_content .post_date span {
  font-weight: 300;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
.blog_content p {
  font-weight: 400;
  font-size: 15px;
}
.blog_content h5:hover {
  color: #5e2ced;
}
.blog_content .learn_btn_two {
  font: 400 14px "Poppins", sans-serif;
  color: #282835;
}
.blog_content .learn_btn_two:before {
  transition: all 0.2s linear;
}
.blog_content .learn_btn_two i {
  font-size: 14px;
}
.blog_content .learn_btn_two:hover {
  color: #5e2ced;
}
.blog_content .learn_btn_two:hover:before {
  background: #5e2ced;
}

.entry_post_info {
  font: 400 15px/25px "Poppins", sans-serif;
  color: #677294;
  padding-bottom: 5px;
}
.entry_post_info a {
  color: #677294;
}
.entry_post_info a + a:before {
  content: "/";
  display: inline-block;
  margin: 0px 7px 0px 2px;
}

.blog_single .blog_content {
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: none;
}
.blog_single .blockquote {
  color: #5e2ced;
  font-style: italic;
  border-left: 4px solid #5e2ced;
  padding-left: 35px;
}

.post_share {
  display: flex;
  border-bottom: 1px solid #d8dceb;
  padding-bottom: 10px;
}
.post_share a {
  font: 400 14px/26px "Poppins", sans-serif;
  color: #525c7c;
}
.post_share a i {
  padding-right: 12px;
}
.post_share a:hover {
  color: #5e2ced;
}
.post_share a + a {
  margin-left: 15px;
}
.post_share .flex {
  flex: 1;
  text-align: right;
}

.post-nam {
  font: 400 15px/26px "Poppins", sans-serif;
  color: #282835;
}

.post_tag {
  padding-top: 20px;
}
.post_tag .post-nam {
  padding-right: 10px;
}
.post_tag a {
  font: 400 13px/26px "Poppins", sans-serif;
  color: #595b64;
  border: 1px solid #cfcfe6;
  border-radius: 3px;
  padding: 0px 11px;
  display: inline-block;
  margin-left: 10px;
}

.post_author .media-body {
  padding-left: 20px;
}
.post_author .media-body h6 {
  color: #677294;
}
.post_author .media-body p {
  color: #677294;
  margin-bottom: 0px;
}

.blog_post_item .blog_content {
  padding: 22px 22px 35px;
}
.blog_post_item .blog_content h5 {
  margin-bottom: 15px;
}

.comment-box .post_comment .post_author {
  margin-bottom: 30px;
}
.comment-box .post_comment .post_author .media-left {
  margin-right: 30px;
}
.comment-box .post_comment .post_author .replay {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #525c7c;
  padding-top: 14px;
  transition: all 0.1s linear;
}
.comment-box .post_comment .post_author .replay:hover {
  color: #5e2ced;
}
.comment-box .post_comment .post_author .media-body {
  border-bottom: 1px solid #e8ebf4;
  padding-left: 0;
  padding-bottom: 25px;
}
.comment-box .post_comment .reply-comment {
  padding-left: 110px;
}
.comment-box .post_comment .reply-comment .post_author {
  margin-bottom: 0px;
}
.blog_area_two .blog_list_item:not(:last-child) {
  margin-bottom: 70px;
}
.blog_area_two .shop_page_number {
  border-top: 1px solid #ebe8f1;
  padding-top: 35px;
  margin-top: 0px;
}

.blog_list_item_two {
  position: relative;
}
.blog_list_item_two .post_date {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 4px;
  background-color: #fbfbfd;
  box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
  text-align: center;
  color: #5e2ced;
  padding: 13px 26px;
  z-index: 1;
}
.blog_list_item_two .post_date h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.blog_list_item_two .post_date span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.blog_list_item_two a img {
  border-radius: 6px;
}
.blog_list_item_two .video_post {
  position: relative;
  z-index: 0;
}
.blog_list_item_two .video_post:before {
  content: "";
  background: #282835;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  border-radius: 6px;
}
.blog_list_item_two .video_post img {
  border-radius: 6px;
}
.blog_list_item_two .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog_list_item_two .video_icon:after {
  display: none;
}
.blog_list_item_two .video_icon:before {
  transform: scale(1.5);
}
.blog_list_item_two .video_icon i {
  color: #794afd;
  text-shadow: 0px 6px 25px rgba(121, 74, 253, 0.9);
}
.blog_list_item_two .blog_content {
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.blog_list_item_two .blog_content p {
  font-size: 16px;
  margin-bottom: 25px;
}
.blog_list_item_two .blog_content .post-info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_list_item_two .blog_content .post-info-bottom .post-info-comments {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #282835;
}
.blog_list_item_two .blog_content .post-info-bottom .post-info-comments i {
  color: #5e2ced;
  padding-right: 5px;
}
.blog_list_item_two .blog_content .learn_btn_two {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 0px;
  line-height: 20px;
  display: inline-block;
  font-weight: 500;
}
.blog_list_item_two .blog_content .post-info-comments {
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
}

.blog_title {
  font-size: 19px;
  line-height: 36px;
  font-weight: 600;
  color: #222d39;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.blog_title:hover {
  color: #5e2ced;
}
.btn_blog {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #de851a;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  display: inline-block;
  padding: 11px 21px;
  border-radius: 45px;
  border: 1px solid #de851a;
  transition: all 0.2s linear;
}
/*============= typography_part css =================*/
/*============= utility_pages css =================*/
/*============= support_part css =================*/
/*============= responsive_area css =================*/
/*============= footer css =================*/
/*====================================================*/
/*====================================================*/
/*============== footer_area css ==============*/
.f_bg {
  background: #eff2f9;
  box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
}
.w_bg {
  background: #c1641b;
  box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
}
.web_bg{
  background: #F5F0E5;
}

.footer_top {
  border-bottom: 1px solid #e0e3ef;
  padding: 115px 0px 100px;
}

.f_widget .widget-wrap {
  margin-top: 20px;
  margin-left: -5px;
}
.f_widget .widget-wrap p span {
  color: #ffffff;
}
.f_widget .widget-wrap p a {
  color: #ffffff;
  transition: color 0.2s linear;
}
.f_widget.company_widget .mchimp-errmessage, .f_widget.company_widget .mchimp-sucmessage {
  position: absolute;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li a {
  font: 300 16px/20px "Poppins", sans-serif;
  color: #ffffff;
  position: relative;
  transition: color 0.2s linear;
  display: inline-block;
}
.f_widget.about-widget .f_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #f7941d;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  transition: width 0.2s linear;
}
.f_widget.about-widget .f_list li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 14px 0px;
}
.footer_bottom p a {
  transition: color 0.2s linear;
}
.footer_bottom .f_menu {
  margin-bottom: 0px;
}
.footer_bottom .f_menu li {
  display: inline-block;
  position: relative;
}
.footer_bottom .f_menu li a {
  color: #7f88a6;
  transition: color 0.2s linear;
}
.footer_bottom .f_menu li a:hover {
  color: #f7941d;
}
.footer_bottom .f_menu li + li {
  margin-left: 16px;
}
.footer_bottom .f_menu li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}
.footer_bottom a:hover {
  color: #f7941d;
}

.f_social_icon_two a {
  font-size: 14px;
  color: #969db4;
  margin: 0px 8px;
}

/*================ footer area two css ==============*/
/*=============== footer_area_four css =============*/
.footer_area_four .footer_top {
  border-bottom: 1px solid #e0b18d;
  padding: 70px 0px 20px;
}
.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #ffffff;
}
.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #ffffff;
}
.footer_area_four .footer_top .f_widget .widget-wrap p a:hover {
  color: #ffffff;
}
.footer_area_four .footer_bottom p a {
  color: #ffffff;
}
.footer_area_four .footer_bottom a:hover {
  color: #5e2ced;
}

/*======= footer_area_five css ========*/
.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #3d64f4;
}
.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #3d64f4;
}
.footer_area_five .footer_top .f_widget .widget-wrap p a:hover {
  color: #3d64f4;
}
.footer_area_five .footer_bottom p a {
  color: #3d64f4;
}
.footer_area_five .footer_bottom a:hover {
  color: #3d64f4;
}

/*============ footer_seven css==============*/
/*============= error_footer css ===========*/
/*============== footer_dark_one css =============*/
/*============ footer_dark_two css ===========*/
/*=========== footer_nine_area css ============*/
/*===========footer_dark_ten css ===========*/
/*============ new_footer_area css ===========*/
@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

.pr-44{padding-right: 44px;}
.max-w-700{  max-width: 700px; }

.p_absoulte.bg{

    top: 92px;left: 0;height: auto;

    width: 100%;

}
.app-banner{

    background-size: 100%;

    background-repeat: no-repeat;

    background-position: center top;

    padding: 20px 0px 130px 0px;

    background-image: url('../img/banner/mobile-app-banner.jpg');
  }

.app-banner .app-content{padding-left: 453px;margin-top: 0px;}

.app-banner .app-content h2{font-size: 48px;font-weight: 500;}

.app-banner .app-content h3{font-size: 31px;font-weight: 500;}

.app-banner .app-content li{font-size: 20px;font-weight: 500;}
.pl-8{padding-left: 8px;}
/*====================================================*/

.footer_bottom .social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #e6912b;
  font-size: 16px;
  line-height: 45px;
  background: #f2f2f2;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  transition: all 0.2s linear;
}
.footer_bottom .social_icon a:hover {
  background: #e6912b;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
.blog-sidebar {
  padding-left: 40px;
}
.blog-sidebar .widget.widget_search .search-form {
  position: relative;
}
.blog-sidebar .widget.widget_search .search-form .form-control {
  font: 300 14px "Poppins", sans-serif;
  color: #677294;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.08);
  border-radius: 0px;
  border: 0px;
  padding-left: 30px;
  height: 55px;
  z-index: 0;
  border: 1px solid transparent;
}
.blog-sidebar .widget.widget_search .search-form .form-control.placeholder {
  color: #677294;
}
.blog-sidebar .widget.widget_search .search-form .form-control:-moz-placeholder {
  color: #677294;
}
.blog-sidebar .widget.widget_search .search-form .form-control::-moz-placeholder {
  color: #677294;
}
.blog-sidebar .widget.widget_search .search-form .form-control::-webkit-input-placeholder {
  color: #677294;
}
.blog-sidebar .widget.widget_search .search-form .form-control:focus {
  border-color: #ccc5fa;
  border-radius: 3px;
}
.blog-sidebar .widget.widget_search .search-form button {
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  color: #282835;
  background: transparent;
  position: absolute;
  right: 20px;
  height: 100%;
  padding: 0px;
  z-index: 1;
  cursor: pointer;
}
.blog-sidebar .widget.widget_search .search-form button:hover {
  color: #5e2ced;
}
.blog-sidebar .widget.widget_recent_post .post_item img {
  border-radius: 3px;
}
.blog-sidebar .widget.widget_recent_post .post_item .media-body {
  padding-left: 20px;
  align-self: center;
}
.blog-sidebar .widget.widget_recent_post .post_item .media-body h3 {
  color: #282835;
}
.blog-sidebar .widget.widget_recent_post .post_item .media-body h3:hover {
  color: #5e2ced;
}
.blog-sidebar .widget.widget_recent_post .post_item .media-body .entry_post_info {
  padding-bottom: 0px;
}
.blog-sidebar .widget.widget_recent_post .post_item + .post_item {
  margin-top: 30px;
}
.blog-sidebar .widget.widget_categorie .widget_title {
  margin-bottom: 28px;
}
.blog-sidebar .widget.widget_categorie ul {
  margin-bottom: 0px;
}
.blog-sidebar .widget.widget_categorie ul li a {
  font: 400 16px/35px "Poppins", sans-serif;
  color: #282835;
  transition: all 0.2s linear;
}
.blog-sidebar .widget.widget_categorie ul li a span {
  border-bottom: 1px solid transparent;
  transition: all 0.3s linear;
}
.blog-sidebar .widget.widget_categorie ul li a em {
  float: right;
  font-style: normal;
}
.blog-sidebar .widget.widget_categorie ul li a:hover span {
  color: #5e2ced;
  border-color: #5e2ced;
}
.blog-sidebar .widget.widget_tag_cloud .post-tags {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.blog-sidebar .widget.widget_tag_cloud .post-tags a {
  font: 400 13px/26px "Poppins", sans-serif;
  color: #595b64;
  border: 1px solid #cfcfe6;
  border-radius: 3px;
  padding: 6px 18px;
  float: left;
  transition: all 0.2s linear;
  margin: 5px;
}
.blog-sidebar .widget.widget_tag_cloud .post-tags a:hover {
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control {
  padding: 0px 30px;
  background: #f3f4f9;
  border-radius: 4px;
  height: 60px;
  font-size: 15px;
  color: #677294;
  box-shadow: none;
  position: relative;
  z-index: 0;
  border-color: transparent;
  transition: all 0.3s linear;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control.placeholder {
  color: #677294;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control:-moz-placeholder {
  color: #677294;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control::-moz-placeholder {
  color: #677294;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control::-webkit-input-placeholder {
  color: #677294;
}
.blog-sidebar .widget.search_widget_two .search-form .form-control:focus {
  border-color: #5e2ced;
  background: #fff;
}
.blog-sidebar .widget.search_widget_two .search-form button {
  position: absolute;
  background: transparent;
  padding: 0px;
  border: 0px;
  right: 30px;
  top: 51%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #282835;
  z-index: 0;
}
.blog-sidebar .widget.recent_post_widget_two .post_item {
  align-items: center;
}
.blog-sidebar .widget.recent_post_widget_two .post_item img {
  border-radius: 4px;
  padding-right: 25px;
}
.blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3 {
  font: 500 16px/22px "Poppins", sans-serif;
  color: #222d39;
  margin-bottom: 0;
}
.blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3:hover {
  color: #5e2ced;
}
.blog-sidebar .widget.recent_post_widget_two .post_item .media-body .entry_post_info {
  font-size: 14px;
  color: #85859c;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-sidebar .widget.recent_post_widget_two .post_item:not(:last-child) {
  margin-bottom: 30px;
}
.blog-sidebar .widget.categorie_widget_two ul {
  margin-bottom: 0;
}
.blog-sidebar .widget.categorie_widget_two ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #282835;
  text-transform: uppercase;
}
.blog-sidebar .widget.categorie_widget_two ul li a em {
  font-style: normal;
  color: #282835;
  padding-left: 10px;
}
.blog-sidebar .widget.categorie_widget_two ul li a:hover {
  color: #5e2ced;
}
.blog-sidebar .widget.tag_widget_two .post-tags {
  margin: -5px -4px;
}
.blog-sidebar .widget.tag_widget_two .post-tags a {
  padding: 6px 20px;
  font-size: 14px;
  color: #5a5a77;
  background: #f0f2f9;
  border-radius: 4px;
  margin: 5px 4px;
  display: inline-block;
  transition: all 0.2s linear;
}
.blog-sidebar .widget.tag_widget_two .post-tags a:hover {
  background: #5e2ced;
  color: #fff;
}
.sweet-alert p {line-height: 1.5!important;text-align: justify;}

.sweet-alert button {
    background-color: #c1641b!important;
}