/*============== 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;
}

.image_mockup .one_img {
    position: absolute;
    z-index: -1;
}

.image_mockup .one_img .layer {
    position: relative !important;
}

.image_mockup .one_img:nth-child(1) {
    right: -29px;
    top: 106px;
}

.image_mockup .one_img:nth-child(2) {
    right: 178px;
    top: 338px;
}

.image_mockup .one_img:nth-child(3) {
    bottom: 18px;
    right: 541px;
}

.image_mockup .one_img:nth-child(4) {
    bottom: -433px;
    right: 665px;
}

.image_mockup .one_img:nth-child(5) {
    bottom: 78px;
    right: -185px;
}

.image_mockup .one_img:nth-child(6) {
    bottom: -323px;
    right: 76px;
}

.image_mockup .one_img:nth-child(7) {
    bottom: 190px;
    right: 90px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(8) {
    top: 100px;
    left: -150px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(9) {
    top: 50%;
    left: 56%;
    z-index: -2;
}

.image_mockup .one_img:nth-child(10) {
    top: 210px;
    left: 30%;
    z-index: -2;
}

.image_mockup .one_img:nth-child(11) {
    bottom: 80px;
    left: 200px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(12) {
    top: 42%;
    left: 160px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(13) {
    top: 220px;
    right: 30%;
    z-index: -2;
}

.image_mockup .one_img:nth-child(14) {
    top: 80px;
    right: 40%;
    z-index: -2;
    -webkit-animation: zoomIn 3s linear infinite alternate;
    animation: zoomIn 3s linear infinite alternate;
}

.image_mockup .one_img:nth-child(15) {
    bottom: 180px;
    left: 600px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(16) {
    top: 460px;
    right: 414px;
    z-index: -2;
}

.dmeo_banner_btn {
    font-size: 16px;
    color: #fff;
    background-color: #5e2ced;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
    box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
    border-radius: 25px;
    font-weight: 500;
    padding: 11px 41px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dmeo_banner_btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

/*============== banner_area css =============*/
@media (min-width: 1450px) {
    .custom_container {
        max-width: 1400px;
    }
}

@media (min-width: 1700px) {
    .custom_container {
        max-width: 1660px;
    }
}

.demo_features_area {
    position: relative;
}

.demo_features_area .section_title h2 {
    font-size: 34px;
    line-height: 44px;
}

.demo_features_area .row {
    margin-bottom: -100px;
}

.section_title {
    margin-bottom: 70px;
}

.section_title .number {
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
}

.section_title .number sup {
    font-weight: 500;
    background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: -.4em;
}

.section_title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 14px;
}

.section_title h2 span {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #5e2ced;
    letter-spacing: 2px;
}

.section_title p {
    font-size: 18px;
    line-height: 28px;
    color: #7b7b93;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto;
}

.features_item {
    text-align: center;
    margin-bottom: 100px;
}

.features_item .content {
    padding-top: 44px;
}

.features_item .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.features_item .content p {
    margin-bottom: 0;
}

@-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);
    }
}

.filtering_demos {
    margin-bottom: 0px;
}

.filtering_demos .nav-tabs {
    border: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filtering_demos .nav-tabs .nav-item {
    border: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 17px;
    color: #2c2c51;
    position: relative;
}

.filtering_demos .nav-tabs .nav-item span {
    background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px;
    border-radius: 25px;
    position: absolute;
    font-weight: 600;
    top: -12px;
    right: -18px;
    font-size: 14px;
    text-align: center;
}

.filtering_demos .nav-tabs .nav-item.active {
    color: #5e2ced;
    background: transparent;
}

.filtering_demos .nav-tabs .nav-item.active span {
    color: #5e2ced;
}

.filtering_demos .nav-tabs .nav-item + .nav-item {
    margin-left: 75px;
}

.demo_area {
    position: relative;
}

.demo_area .bg_demo {
    position: absolute;
    height: 755px;
    background: #f9fafe;
    width: 100%;
    top: 0;
}

.portfolio-image {
    text-align: center;
    position: relative;
    padding-top: 10px;
    margin-top: 60px;
    cursor: pointer;
}

.portfolio-image .overlay_link {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.portfolio-image .new {
    font-size: 16px;
    border-radius: 4px;
    background-color: red;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(255, 0, 0, 0.2);
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0px 13px;
    color: #fff;
    font-weight: 500;
}

.portfolio-image .img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.portfolio-image .img img {
    -webkit-box-shadow: 0px 30px 60px 0px rgba(1, 1, 64, 0.08);
    box-shadow: 0px 30px 60px 0px rgba(1, 1, 64, 0.08);
    width: 100%;
    max-width: 100%;
}

.portfolio-image h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    margin-bottom: 0;
}

.portfolio-image h6:hover {
    color: #5e2ced;
}

.portfolio-image:hover .img {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.elemator_area {
    background: #f9fafe;
    text-align: center;
}

.elemator_inner {
    position: relative;
}

.elemetor_img {
    position: absolute;
    z-index: 1;
}

.elemetor_img img {
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(1, 1, 64, 0.08);
    box-shadow: 0px 20px 50px 0px rgba(1, 1, 64, 0.08);
    z-index: 1;
}

.elemetor_img.one {
    left: 155px;
    top: 65px;
}

.elemetor_img.two {
    left: 315px;
    top: 135px;
}

.elemetor_img.three {
    left: 235px;
    top: 308px;
}

.elemetor_img.four {
    bottom: 109px;
    left: 150px;
}

.elemetor_img.five {
    left: 185px;
    top: 195px;
}

.elemetor_img.six {
    bottom: 153px;
    left: 350px;
}

.elemetor_img.seven {
    top: 42%;
    left: 0px;
}

.elemetor_img.eight {
    right: 155px;
    top: 65px;
}

.elemetor_img.nine {
    right: 315px;
    top: 135px;
}

.elemetor_img.ten {
    right: 209px;
    top: 325px;
}

.elemetor_img.eleven {
    bottom: 109px;
    right: 95px;
}

.elemetor_img.r_one {
    right: 132px;
    top: 195px;
}

.elemetor_img.r_two {
    bottom: 153px;
    right: 350px;
}

.elemetor_img.r_three {
    top: 42%;
    right: 0px;
}

.elemator_img {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.elemator_img .e_log {
    position: absolute;
    top: -50px;
    right: -50px;
}

.slider_demos_area {
    background: #f9fafe;
    padding: 120px 0px 80px;
}

.slider_demos_area .section_title {
    margin-bottom: 50px;
}

.slider_demos_area .slick-slide .inner {
    margin: 32px 15px 65px;
}

.slider_demos_area .slick-slide .inner img {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(1, 1, 64, 0.1);
    box-shadow: 0px 10px 50px 0px rgba(1, 1, 64, 0.1);
    background: #f9fafe;
    margin-bottom: 30px;
}

.slider_demos_area .section_title .number {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 30px;
}

.demo_feature_area {
    padding: 120px 0px 80px;
    position: relative;
}

.demo_feature_area .row {
    padding-left: 120px;
}

.demo_feature_area .f_shap {
    position: absolute;
}

.demo_feature_area .f_shap.f_shap_one {
    right: 0;
    top: 50px;
}

.demo_feature_area .f_shap.f_shap_two {
    left: 0;
    bottom: 50px;
}

.f_content {
    max-width: 600px;
    margin-top: -40px;
}

.f_content h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
}

.f_content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    padding-right: 50px;
}

.f_content .g_logo {
    border-radius: 50%;
    margin-bottom: 35px;
    background-image: -moz-linear-gradient(60deg, #5e2ced 0%, #8359f8 100%);
    background-image: -webkit-linear-gradient(60deg, #5e2ced 0%, #8359f8 100%);
    background-image: -ms-linear-gradient(60deg, #5e2ced 0%, #8359f8 100%);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(18, 1, 64, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(18, 1, 64, 0.1);
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.f_btn {
    font-size: 16px;
    line-height: 25px;
    color: #5e2ced;
    font-weight: 500;
    border: 2px solid #b196fa;
    border-radius: 45px;
    padding: 10px 39px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.f_btn:hover {
    background: #5e2ced;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
    box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
    color: #fff;
    border-color: #5e2ced;
}

.f_two {
    margin-top: 190px;
}

.f_two .f_img {
    margin-left: -50px;
}

.f_two .f_content {
    margin-left: 62px;
}

.utility_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0px 100px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    z-index: 2;
}

.utility_area .u_round {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1;
}

.utility_area .utility_left {
    width: 40%;
}

.utility_area .utility_right {
    width: 60%;
}

.utility_area .utility_right .slick-list {
    padding-left: 0 !important;
}

.utility_area .utility_right .slick-list .slick-slide {
    padding: 20px;
    padding-bottom: 50px;
}

.utility_area .utility_right .slick-list img {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
    box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
    border-radius: 10px;
}

.slick-dots {
    text-align: left;
    padding-left: 20px;
    margin-top: -10px;
    bottom: 0;
}

.slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.slick-dots li button {
    padding: 0px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
}

.slick-dots li button:before {
    color: #dedef1;
    opacity: 1;
    font-size: 8px;
    width: auto;
    height: auto;
    line-height: 8px;
}

.slick-dots li.slick-active button:before {
    color: #5e2cec;
}

.u_content {
    max-width: 592px;
    margin-right: 0;
    margin-left: auto;
    padding-right: 100px;
}

.u_content h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #5e2ced;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.u_content h2 {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 44px;
}

.u_content p {
    margin-bottom: 40px;
}

.u_content .dmeo_banner_btn {
    padding: 8px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 45px;
    border: 2px solid transparent;
}

.u_content .dmeo_banner_btn:hover {
    border-color: #5e2ced;
    -webkit-box-shadow: rgba(123, 78, 245, 0.3) 0px 20px 50px 0px;
    box-shadow: rgba(123, 78, 245, 0.3) 0px 20px 50px 0px;
    color: #fff;
}

.plugin_area {
    text-align: center;
    padding: 110px 0px 10px;
    position: relative;
    z-index: 1;
}

.plugin_area h6 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #5e2ced;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.plugin_area h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 55px;
}

.plugin_area h2 a {
    color: #5e2ced;
    position: relative;
}

.plugin_item {
    margin-bottom: 75px;
}

.plugin_item img {
    margin-bottom: -30px;
}

.plugin_item .img {
    position: relative;
}

.plugin_item .save {
    position: absolute;
    top: -14px;
    right: 22px;
}

.plugin_item h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.plugin_item p {
    font-size: 14px;
    color: #5e2ced;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.plugin_item p.orange {
    color: #ff754b;
}

@media (min-width: 1400px) {
    .blog_area .container, .shop_area .container {
        max-width: 1200px;
    }
}

.shop_area {
    padding: 40px 0px 120px;
    position: relative;
    z-index: 0;
}

.shop_area:before {
    content: "";
    width: 752px;
    background: url("../img/circle-3.png") no-repeat center left;
    height: 1000px;
    left: 0;
    position: absolute;
    bottom: 50px;
    z-index: -1;
}

.shop_area .shop_slider {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 0;
}

.shop_area .shop_slider .slick-slide {
    padding: 40px;
}

.shop_area .shop_slider .slick-slide img {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
    box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
    border-radius: 10px;
}

.shop_area .u_content {
    padding-right: 0;
    padding-left: 80px;
}

.shop_area .u_content ul {
    margin-bottom: 35px;
}

.shop_area .u_content ul li {
    font-size: 16px;
    color: #7b7b93;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}

.shop_area .u_content ul li:before {
    background: url("../img/arrow.png") no-repeat scroll center 0;
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
    display: initial;
    vertical-align: middle;
}

.shop_area .u_content ul li + li {
    margin-top: 10px;
}

.shop_area .slick-dots {
    bottom: 0;
    padding-left: 0;
    left: 0;
    text-align: center;
    position: relative;
}

.blog_area {
    overflow: hidden;
    background: #f9fafe;
    padding-top: 100px;
}

.blog_area .u_content {
    padding-right: 0;
}

.blog_area .u_content h2 {
    line-height: 50px;
}

.arrow i {
    border-width: 1px;
    border-color: #f3f5f8;
    border-style: solid;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    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;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.arrow i:hover {
    background: #5e2ced;
    color: #fff;
}

.arrow i + i {
    margin-left: 12px;
}

.blog_slider {
    margin-right: -200px;
    margin-bottom: -28px;
    right: -90px;
    position: relative;
}

.blog_slider.slick-initialized .slick-slide {
    display: block;
    padding-right: 90px;
}

.blog_slider .item {
    position: relative;
    padding-left: 10px;
    padding-right: 150px;
}

.blog_slider .item .round {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #08c31a;
    -webkit-box-shadow: 10.856px 10.321px 20px 0px rgba(33, 108, 184, 0.12);
    box-shadow: 10.856px 10.321px 20px 0px rgba(33, 108, 184, 0.12);
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -66px;
    top: 109px;
    z-index: 1;
    -webkit-animation: fadeOut 0.2s both 0.9s;
    animation: fadeOut 0.2s both 0.9s;
}

.blog_slider .item .round .text {
    position: relative;
    padding-right: 7px;
}

.blog_slider .item .round sup {
    font-weight: 400;
    font-size: 32px;
    position: absolute;
    top: 11px;
}

.blog_slider .item .round span {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: block;
}

.blog_slider .item img {
    position: relative;
    bottom: 0px;
}

.blog_slider .item .img {
    -webkit-animation: fadeOutLeft 0.2s both 0.3s;
    animation: fadeOutLeft 0.2s both 0.3s;
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(1, 1, 64, 0.06);
    box-shadow: 5px 8.66px 20px 0px rgba(1, 1, 64, 0.06);
}

.blog_slider .item .img_two {
    position: absolute;
    right: -21px;
    bottom: 0px;
    -webkit-animation: fadeOut .5s both;
    animation: fadeOut .5s both;
    -webkit-box-shadow: -46.985px -17.101px 80px 0px rgba(1, 1, 64, 0.2);
    box-shadow: -46.985px -17.101px 80px 0px rgba(1, 1, 64, 0.2);
}

.blog_slider .slick-active .item .round {
    -webkit-animation: zoomIn 0.2s both 1.3s;
    animation: zoomIn 0.2s both 1.3s;
}

.blog_slider .slick-active .item .img {
    -webkit-animation: fadeInLeft 0.7s both 0.8s;
    animation: fadeInLeft 0.7s both 0.8s;
}

.blog_slider .slick-active .item .img_two {
    -webkit-animation: fadeInRight 0.7s both 1s;
    animation: fadeInRight 0.7s both 1s;
}

.correct_features_area {
    padding-top: 110px;
}

.correct_features_area .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.c_features_item {
    margin-bottom: 94px;
}

.c_features_item .img {
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c_features_item .img img {
    display: inline-block;
}

.c_features_item h6 {
    margin-bottom: 0;
    font-size: 16px;
    color: #7b7b93;
    font-weight: 400;
    margin-top: 25px;
}

.portfolio_area {
    padding: 140px 0px;
    position: relative;
    z-index: 1;
}

.portfolio_area .portfolio_slider {
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: auto;
    padding-bottom: 30px;
    margin-top: -30px;
}

.portfolio_area .portfolio_slider .slick-slide {
    padding: 30px 100px;
}

.portfolio_area .portfolio_slider .p_item {
    display: inline-block;
    text-align: right;
    width: 900px;
}

.portfolio_area .portfolio_slider .p_item img {
    display: inline-block;
    max-width: 100%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(18, 1, 64, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(18, 1, 64, 0.08);
    border-radius: 10px;
    opacity: 0.2;
}

.portfolio_area .portfolio_slider .slick-active .p_item {
    text-align: center;
}

.portfolio_area .portfolio_slider .slick-active .p_item img {
    opacity: 1;
}

.portfolio_area .p_slider_inner {
    position: relative;
}

.portfolio_area .p_slider_inner .arrow i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio_area .p_slider_inner .arrow i.prevs {
    left: 370px;
}

.portfolio_area .p_slider_inner .arrow i.nexts {
    right: 370px;
}

.portfolio_area .p_slider_inner .slick-dots {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.portfolio_area_two {
    background: #8e81fc;
    padding: 100px 0px 80px;
    position: relative;
    z-index: 1;
}

.portfolio_area_two h2 {
    color: #fff;
    line-height: 50px;
}

.portfolio_area_two .slick-slide {
    padding: 30px 78px 55px;
}

.portfolio_area_two .slick-slide .item img {
    background-color: white;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.1);
}

.c_features_area_two {
    padding: 80px 0px 0px;
}

@media (min-width: 1500px) {
    .c_features_area_two .custom_container {
        max-width: 1410px;
    }
}

.c_features_area_two .c_features_item {
    text-align: center;
    padding: 0px 22px;
}

.c_features_area_two .c_features_item img {
    margin-bottom: 32px;
}

.c_features_area_two .c_features_item h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonial_area {
    background: #f9fafe;
    padding: 82px 0px 70px;
}

.test_inner {
    position: relative;
}

.test_inner .arrow .tprevs, .test_inner .arrow .tnexts {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.test_inner .arrow .tprevs {
    left: 380px;
}

.test_inner .arrow .tnexts {
    right: 380px;
}

.demo_testimonial_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.demo_testimonial_slider .slick-slide {
    height: 100%;
    padding: 15px 80px 64px;
    min-height: 300px;
}

.demo_testimonial_slider .slick-slide .d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.demo_testimonial_slider .slick-slide .item {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.08);
    box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.08);
    min-height: 300px;
    padding: 50px 55px;
    opacity: 0.6;
    -webkit-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

.demo_testimonial_slider .slick-slide .item h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c51;
    margin-bottom: 5px;
}

.demo_testimonial_slider .slick-slide .item span {
    color: #7b7b93;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.demo_testimonial_slider .slick-slide .item .ratting i {
    color: #f2b827;
    font-size: 14px;
    padding-left: 5px;
}

.demo_testimonial_slider .slick-slide .item p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 20px;
}

.demo_testimonial_slider .slick-slide.slick-center .item {
    opacity: 1;
    background: -webkit-linear-gradient(315deg, #7d2dff, #1f6eff);
    background: -o-linear-gradient(315deg, #7d2dff, #1f6eff);
    background: linear-gradient(135deg, #7d2dff, #1f6eff);
}

.demo_testimonial_slider .slick-slide.slick-center .item h5, .demo_testimonial_slider .slick-slide.slick-center .item span, .demo_testimonial_slider .slick-slide.slick-center .item p {
    color: #fff;
}

.portfolio_area_three {
    padding: 120px 0px 80px;
}

.portfolio_area_three .slick-slide {
    padding: 30px 78px 55px;
}

.portfolio_area_three .item img {
    -webkit-box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.08);
    box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.08);
}

.portfolio_area_three .item h6 {
    text-align: center;
}

.portfolio_area_three .item h6 a {
    color: #2c2c51;
    margin-top: 30px;
    font-size: 20px;
    display: inline-block;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.portfolio_area_three .item h6 a:hover {
    color: #5e2ced;
}

.responsive_area {
    padding: 150px 0px 50px;
    position: relative;
    z-index: 1;
}

.responsive_area .r_shap {
    position: absolute;
    left: 0;
    top: 250px;
    z-index: -1;
}

.responsive_area .responsive_device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.responsive_area .responsive_device img {
    max-width: 100%;
    margin-left: -20px;
}

.responsive_content .u_content {
    padding-right: 0;
    margin-left: 0;
}

.responsive_content .u_content .item {
    padding-right: 10px;
    padding-top: 25px;
}

.responsive_content .u_content .item img {
    margin-bottom: 30px;
}

.responsive_content .u_content .item h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.responsive_content .u_content .item p {
    font-size: 15px;
    margin-bottom: 0;
}

.faq_wrap {
    padding: 200px 0 90px;
    background: #fbfbfd;
    background: #f8fafb;
}

.faq_wrap .section_title {
    margin-bottom: 50px;
}

.faq_wrap .filtering_demos {
    margin-bottom: 50px;
}

.faq_wrap .filtering_demos .nav a {
    padding: 10px 30px;
    background: rgba(81, 116, 249, 0.2);
    margin-right: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.faq_wrap .filtering_demos .nav a + .nav-item {
    margin-left: 0;
}

.faq_wrap .filtering_demos .nav a.active,
.faq_wrap .filtering_demos .nav a:hover {
    color: #fff;
    background: #5e2ced;
}

.accordion_item {
    border: none;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 6px 38px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 38px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 35px 30px 15px;
}

.accordion_item .accordion_title {
    color: #222;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
    position: relative;
    padding-right: 40px;
}

.accordion_item .accordion_details p {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.accordion_item .accordion_details p a {
    display: block;
    color: #5e2ced;
}