﻿@charset "UTF-8";
/* ------------------------------------------------------@File: Default Styles@Author: Themazine.@Developed By: Emran Khan@Developer Email: fed.emran@gmail.com更多精品模板请访问：http://www.bootstrapmb.comThis file contains the styling for the actual theme, thisis the file you need to edit to change the look of thetheme.------------------------------------------------------- *//* ======================================================@Template Name: Rstu @Author: Themazine. @Default StylesTable of Content: 01/ Variables02/ Prefix03/ Animat 04/ Header05/ Banner06/ Services07/ About08/ Agency08/ Testimonial09/ team10/ Pricing 11/ Blog 12/ Portfollio13/ Extra 14/ From15/ Footer16/ Responsive ===================================================== *//*----------------------------------------------------*//*font Variables*//*Color Variables*//* Button Style */
@import url(bootstrap.min.css);
@import url("all.css");
@import url(font-awesome.min.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(owl.carousel.min.css);
@import url(jquery-ui.min.css);
@import url("449957a21b6d4926a4bcbc5eca15f03d.css");

.theme_btn {
    color: #fff;
    text-align: center;
    font: 400 18px/57px "Overpass", sans-serif;
    display: inline-block;
    padding: 0 20px;
    background-image: linear-gradient(to right, #a227f9 0%, #dd56f9 51%, #a227f9 100%);
    background-size: 200% auto;
    z-index: 1;
    border-radius: 30px;
    padding-top: 3px;
}

.theme_btn:hover, .theme_btn:focus {
    color: #fff;
    background-position: right center;
    text-decoration: none;
    box-shadow: 0px 12px 30px 0px rgba(174, 174, 174, 0.35);
}

.home_v3 .theme_btn {
    background-image: linear-gradient(to right, #9b79fb 0%, #5468ef 51%, #9b79fb 100%);
}

.home_v3 .tittle h4 {
    color: #9978fb;
}

/* Amination */
.up_animat {
    animation: float-bob-y infinite 2s linear;
}

.pt {
    padding-top: 20px;
}

/* Amination *//* tittle */
.tittle {
    display: block;
    overflow: hidden;
    text-align: center;
}

.tittle h4 {
    font: 700 22px/1 "Overpass", sans-serif;
    color: #d953f9;
}

.tittle h2 {
    font: 700 45px/55px "Overpass", sans-serif;
    color: #282828;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px;
}

/* tittle *//* Scroll Top */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: #d953f9;
    border: 0;
    box-shadow: none;
    z-index: 999;
    color: #fff;
}

.scroll-top:hover, .scroll-top:focus {
    background: #ce8506;
}

/* Preloader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/preloader.svg");
}

/*----------------------------------------------------*//*Prefix Styles*/
body {
    font-family: "Overpass", sans-serif; /*Section Fix*/ /*Ancore*/
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0;
}

body p {
    color: rgba(36, 36, 37, 0.702);
    margin: 0;
    font: 400 16px/28px "Overpass", sans-serif;
}

body ul {
    margin: 0;
    padding: 0;
}

body ul li {
    list-style: none;
}

body section.row, body header.row, body footer.row {
    margin: 0;
}

body #success {
    display: none;
}

body #error {
    display: none;
}

body iframe {
    border: none;
}

body i:before {
    margin-left: 0px !important;
}

body a, body .btn, body button {
    outline: none;
    transition: all 300ms linear 0s;
}

body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
    transition: all 300ms linear 0s;
}

body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s;
}

#parallax {
    overflow: hidden;
    display: block;
}

/* post_select */
.post_select {
    position: relative;
    background: #fff;
    border: 0;
    box-shadow: none;
    outline: none;
    font: 400 16px/40px "Overpass", sans-serif;
    padding: 0 30px;
    height: auto;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.6);
    min-width: 150px;
    background-color: transparent;
}

.post_select:after {
    display: none;
}

.post_select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 18px/40px FontAwesome;
    color: #6b6b6b;
}

.post_select .list {
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}

.post_select .list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #282828;
}

/*----------------------------------------------------*//* Move frame*/
@keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 100px;
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 200px;
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@-webkit-keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 200px;
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 100px;
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@keyframes moveShap {
    0% {
        left: 0px;
        top: 0px;
    }
    25% {
        left: 100px;
        top: 0px;
    }
    50% {
        left: 100px;
        top: 100px;
    }
    75% {
        left: 0px;
        top: 200px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

@keyframes moveShap2 {
    0% {
        right: 230px;
        top: 85px;
    }
    25% {
        right: 100px;
        top: 85px;
    }
    50% {
        right: 100px;
        top: 100px;
    }
    75% {
        right: 230px;
        top: 200px;
    }
    100% {
        right: 220px;
        top: 100px;
    }
}

/* Move frame*//* Heartbeat frame*/
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/* Rotation frame*/
@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

/* pulseBig */
@keyframes pulseBig {
    0% {
        box-shadow: 0 0 0 0 #f3f4fc;
    }
    70% {
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes BottomToTop {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes BottomToTop {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

/* DoublePulse */
@-webkit-keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*----------------------------------------------------*//* Min header area */
.main_header_area {
    display: block;
    width: 100%;
    z-index: 999;
    position: absolute;
    padding: 25px 110px 0;
}

.main_header_area .navbar {
    padding: 0;
    width: 100%;
}

.main_header_area .navbar .navbar-brand {
    padding: 0;
}

.main_header_area .navbar .navbar_supported ul li a {
    margin: 0 20px;
    padding: 0;
    color: #282828;
    font: 400 20px/60px "Overpass", sans-serif;
    position: relative;
    display: block;
    z-index: 1;
}

.main_header_area .navbar .navbar_supported ul li a:after {
    display: none;
}

.main_header_area .navbar .navbar_supported ul li a:hover, .main_header_area .navbar .navbar_supported ul li a:focus, .main_header_area .navbar .navbar_supported ul li a.active {
    color: #d953f9;
}

.main_header_area .navbar .navbar_supported ul li.dropdown {
    position: relative;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    margin: 0;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75); /* Sub dropdown */
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu:before {
    content: "\f0d8";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    top: -17px;
    left: 25px;
    color: #fff;
}

@media (min-width: 991px) {
    .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -40px;
        min-width: 240px;
        background-color: #fff;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
    }
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
    background-color: transparent;
    font: 400 18px/40px "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.702);
    margin: 0;
    display: block;
    padding: 0 25px;
    position: relative;
    cursor: pointer;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:after {
    display: none;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    border: 0;
    width: 5px;
    height: 5px;
    background: #d953f9;
    border-radius: 50%;
    opacity: 0;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active {
    color: #d953f9;
    padding-left: 30px;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover:before, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus:before, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active:before {
    opacity: 1;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown {
    position: relative;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown a:after {
    border: 0;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px FontAwesome;
    color: #d953f9;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
    display: block;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu:before {
    content: "\f0d9";
    font: normal normal normal 30px/1 FontAwesome;
    color: rgba(0, 0, 0, 0.05);
    top: 7px;
    left: -10px;
}

@media (min-width: 991px) {
    .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
        transform: translateZ(0);
        transform: scaleX(0);
        transform-origin: 0 50%;
        position: absolute;
        left: 100%;
        right: auto;
        width: auto;
        top: 0px;
    }
}

@media (min-width: 991px) {
    .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:hover .dropdown-menu, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

@media (min-width: 991px) {
    .main_header_area .navbar .navbar_supported ul li.dropdown:hover .dropdown-menu, .main_header_area .navbar .navbar_supported ul li.dropdown:focus .dropdown-menu {
        left: 0px;
        visibility: visible;
        opacity: 1;
    }
}

.main_header_area .navbar .navbar_supported .header_social {
    padding-left: 120px;
    padding-right: 20px;
}

.main_header_area .navbar .navbar_supported .header_social li {
    display: inline-block;
}

.main_header_area .navbar .navbar_supported .header_social li a {
    font-size: 23px;
    line-height: 60px;
    color: #918a96;
    margin: 0 15px;
}

.main_header_area .navbar .navbar_supported .header_social li a:hover, .main_header_area .navbar .navbar_supported .header_social li a:focus {
    color: #d953f9;
}

.main_header_area .navbar .right_nav li {
    display: inline-block; /* Search bar */
}

.main_header_area .navbar .right_nav li .number {
    font: 400 23px/60px "Overpass", sans-serif;
    color: #9778fa;
    display: inline-block;
    padding-right: 30px;
}

.main_header_area .navbar .right_nav li a {
    color: #282828;
    padding: 0;
    line-height: 60px;
    font-size: 16px;
}

.main_header_area .navbar .right_nav li a:after {
    display: none;
}

.main_header_area .navbar .right_nav li.dropdown {
    position: relative;
}

.main_header_area .navbar .right_nav li.dropdown .dropdown-menu {
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: #fff;
    min-width: 280px;
    margin-left: -195px;
    box-shadow: 1px 0px 20px 0px rgba(22, 43, 70, 0.2);
}

.main_header_area .navbar .right_nav li.dropdown .dropdown-menu:before {
    content: "\f0d8";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    top: -17px;
    right: 25px;
    color: #fff;
}

@media (min-width: 991px) {
    .main_header_area .navbar .right_nav li.dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -40px;
        min-width: 240px;
        background-color: #fff;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
    }
}

@media (min-width: 991px) {
    .main_header_area .navbar .right_nav li.dropdown:hover .dropdown-menu, .main_header_area .navbar .right_nav li.dropdown:focus .dropdown-menu {
        left: 0px;
        visibility: visible;
        opacity: 1;
    }
}

.main_header_area .navbar .right_nav li.cart_d .dropdown-menu {
    padding: 20px;
}

.main_header_area .navbar .right_nav li.search_dropbown {
    padding-left: 30px;
    padding-right: 22px;
}

.main_header_area .navbar .right_nav li.search_dropbown a i:before {
    position: relative;
    top: 5px;
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu {
    margin-left: -180px;
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li {
    position: relative;
    display: block;
    float: none;
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li input {
    font: 400 16px/40px "Overpass", sans-serif;
    background: #fff;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 15px;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li input.placeholder {
    color: rgba(36, 36, 37, 0.702);
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li input:-moz-placeholder {
    color: rgba(36, 36, 37, 0.702);
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li input::-moz-placeholder {
    color: rgba(36, 36, 37, 0.702);
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li input::-webkit-input-placeholder {
    color: rgba(36, 36, 37, 0.702);
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li input:focus.placeholder {
    color: #fff;
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li input:focus:-moz-placeholder {
    color: #fff;
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li input:focus::-moz-placeholder {
    color: #fff;
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li input:focus::-webkit-input-placeholder {
    color: #fff;
}

.main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu li span {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    line-height: 42px;
    width: 40px;
    background: #d953f9;
    text-align: center;
    transition: all 300ms linear 0s;
    color: #fff;
}

.main_header_area .navbar .right_nav li .cart {
    position: relative;
    top: 3px;
}

.main_header_area .navbar .right_nav li .cart:before {
    content: "0";
    position: absolute;
    top: 5px;
    right: -17px;
    height: 22px;
    width: 22px;
    font: 400 15px/22px "Overpass", sans-serif;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #d953f9;
    display: block;
    padding-top: 2px;
}

.main_header_area .navbar .right_nav li .theme_btn {
    color: #fff;
    min-width: 155px;
}

.main_header_area.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0 110px;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
}

.main_header_area.navbar_fixed .navbar .navbar_supported ul li a.theme_btn {
    margin-top: 2px !important;
}

.mha_2 .navbar .navbar_supported {
    padding-left: 120px;
}

.mha_2 .navbar .right_nav li .cart:before {
    background: #9778fa;
}

/*----------------------------------------------------*/
.banner_area {
    display: block;
    overflow: hidden;
    text-align: center;
    padding-top: 340px;
    position: relative;
}

.banner_area:before {
    content: "";
    position: absolute;
    top: 260px;
    z-index: -1;
    border: 3px solid #baf6fa;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    left: 40%;
    animation: float-bob-x infinite 15s linear;
}

.banner_area h2 {
    font: 900 60px/70px "Overpass", sans-serif;
    color: #282828;
    display: block;
    margin: 0 auto;
    max-width: 910px;
}

.banner_area p {
    font: 400 22px/38px "Overpass", sans-serif;
    color: rgba(41, 41, 41, 0.8);
    max-width: 630px;
    margin: 0 auto;
    padding-top: 20px;
}

.banner_area .strategy_tab {
    text-align: center;
    display: block;
    padding: 20px 0 75px;
    overflow: hidden;
}

.banner_area .strategy_tab li {
    display: inline-block;
    padding-right: 25px;
}

.banner_area .strategy_tab li:last-child {
    padding: 0;
}

.banner_area .strategy_tab li:last-child a:before {
    background: #93fbf0;
}

.banner_area .strategy_tab li:last-child a:hover, .banner_area .strategy_tab li:last-child a:focus {
    color: #93fbf0;
}

.banner_area .strategy_tab li:nth-child(2) a:before {
    background: #78f6b3;
}

.banner_area .strategy_tab li:nth-child(2) a:hover, .banner_area .strategy_tab li:nth-child(2) a:focus {
    color: #78f6b3;
}

.banner_area .strategy_tab li a {
    font: 400 22px/38px "Overpass", sans-serif;
    color: rgba(41, 41, 41, 0.8);
    padding-left: 40px;
    position: relative;
}

.banner_area .strategy_tab li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    background: #d953f9;
}

.banner_area .strategy_tab li a:hover, .banner_area .strategy_tab li a:focus {
    color: #d953f9;
}

.banner_area .tab-content {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.banner_area .tab-content .images_1 {
    position: absolute;
    left: -140px;
    bottom: 0;
    animation: float-bob-y infinite 2s linear;
}

.banner_area .tab-content .images_2 {
    position: absolute;
    right: -230px;
    bottom: 140px;
    animation: float-bob-y infinite 2s linear;
}

.banner_area .tab-content .tab-pane {
    position: relative;
}

.banner_area .tab-content img {
    max-width: 100%;
}

.ba_2 {
    padding-top: 270px;
    background: url("../images/banner-bg-1.png") no-repeat right bottom;
}

.ba_2 .illustration-1 {
    margin-left: -195px;
}

.ba_2 .banner_contant {
    padding-left: 60px;
    padding-top: 80px;
    text-align: left;
}

.ba_2 .banner_contant .strategy_tab {
    text-align: left;
    padding: 35px 0 55px;
}

.ba_2 .banner_contant .strategy_tab li {
    display: block;
}

.ba_2 .banner_contant .theme_btn {
    min-width: 214px;
}

.ba_2 .shap_style {
    left: auto;
    right: 0;
    top: 330px;
}

.ba_2 .shap_style:before {
    right: auto;
    left: 60px;
}

.ba_2 .shap_style span {
    right: auto;
    left: 48px;
}

.ba_2 .images_2 {
    position: absolute;
    right: 115px;
    bottom: 140px;
    animation: float-bob-y infinite 2s linear;
}

.ba_3 {
    text-align: left;
    padding-top: 320px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.ba_3:after {
    content: "Digital";
    position: absolute;
    left: -40px;
    top: 315px;
    font: 700 320px/1 "Overpass", sans-serif;
    color: #f7f7f7;
    z-index: -1;
}

.ba_3 h2 {
    padding-top: 120px;
}

.ba_3 .theme_btn {
    min-width: 214px;
    margin-top: 65px;
}

.ba_3 .banner_img {
    padding-left: 50px;
}

.ba_3 .shap_style {
    top: auto;
    bottom: 0;
}

.ba_3 .style_2 {
    top: 260px;
}

.ba_3 .images_1 {
    position: absolute;
    top: 300px;
    left: 210px;
    animation: float-bob-y infinite 2s linear;
}

.ba_3 .images_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    animation: float-bob-y infinite 2s linear;
}

.ba_3 .bg_shap:before {
    content: "";
    position: absolute;
    right: 15%;
    bottom: 40px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #baf6fa;
    animation: float-bob-x infinite 15s linear;
    z-index: -1;
}

.ba_3 .bg_shap:after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: 60px;
    height: 14px;
    width: 14px;
    border: 3px solid #ecbbfa;
    border-radius: 50%;
    animation: float-bob-x infinite 15s linear;
}

.shap_style {
    width: 210px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 555px;
    z-index: -1;
}

.shap_style:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, white, #eae7ff, #d4cfff, #bcb8ff, #a2a2ff, #a2a2ff, #a2a2ff, #a2a2ff, #bcb8ff, #d4cfff, #eae7ff, white);
    height: 2px;
    width: 100%;
    display: block;
}

.shap_style:before {
    content: "";
    position: absolute;
    right: 60px;
    transform: translateX(-50%);
    background-image: linear-gradient(to top, white, #eae7ff, #d4cfff, #bcb8ff, #a2a2ff, #a2a2ff, #a2a2ff, #a2a2ff, #bcb8ff, #d4cfff, #eae7ff, white);
    width: 2px;
    height: 100%;
    display: block;
}

.shap_style span {
    background-image: -moz-linear-gradient(135deg, #5260ef 0%, #f5efff 100%);
    background-image: -webkit-linear-gradient(135deg, #5260ef 0%, #f5efff 100%);
    background-image: -ms-linear-gradient(135deg, #5260ef 0%, #f5efff 100%);
    height: 24px;
    width: 24px;
    position: absolute;
    right: 51px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 5px solid #e2e5fd;
    animation: pulseBig 2s infinite;
}

.shap_style.ss_2:before {
    background-image: linear-gradient(to top, white, #f3edff, #edd9fc, #ebc4f5, #edaeea, #edaeea, #edaeea, #edaeea, #ebc4f5, #edd9fc, #f3edff, white);
}

.shap_style.ss_2:after {
    background-image: linear-gradient(to right, white, #f3edff, #edd9fc, #ebc4f5, #edaeea, #edaeea, #edaeea, #edaeea, #ebc4f5, #edd9fc, #f3edff, white);
}

.shap_style.ss_2 span {
    background-image: -moz-linear-gradient(135deg, #f38bd2 0%, #dbc8fe 100%);
    background-image: -webkit-linear-gradient(135deg, #f38bd2 0%, #dbc8fe 100%);
    background-image: -ms-linear-gradient(135deg, #f38bd2 0%, #dbc8fe 100%);
    border-color: #f2ecfd;
}

.style_2 {
    width: 130px;
    height: 130px;
    left: auto;
    right: 130px;
    top: 340px;
    animation: rotation 10s linear infinite;
    z-index: -1;
}

.style_2:before {
    background-image: linear-gradient(to top, white, #f3edff, #edd9fc, #ebc4f5, #edaeea, #edaeea, #edaeea, #edaeea, #ebc4f5, #edd9fc, #f3edff, white);
}

.style_2:after {
    background-image: linear-gradient(to right, white, #f3edff, #edd9fc, #ebc4f5, #edaeea, #edaeea, #edaeea, #edaeea, #ebc4f5, #edd9fc, #f3edff, white);
}

.style_2 span {
    background-image: -moz-linear-gradient(135deg, #f38bd2 0%, #dbc8fe 100%);
    background-image: -webkit-linear-gradient(135deg, #f38bd2 0%, #dbc8fe 100%);
    background-image: -ms-linear-gradient(135deg, #f38bd2 0%, #dbc8fe 100%);
    border-color: #f2ecfd;
}

.pages_banner {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f1ecfe;
    padding: 255px 0 60px;
    position: relative;
}

.pages_banner:before {
    content: "";
    position: absolute;
    top: 50%;
    z-index: -1;
    border: 3px solid #f2b4ff;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    left: 155px;
    animation: float-bob-x infinite 15s linear;
}

.pages_banner:after {
    content: "";
    position: absolute;
    top: 280px;
    z-index: -1;
    border: 3px solid #baf6fa;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    left: 60%;
    animation: float-bob-x infinite 15s linear;
}

.pages_banner figure {
    position: absolute;
    left: 75px;
    bottom: 0;
}

.pages_banner figure .banner-lamp {
    animation: float-bob-y infinite 2s linear;
}

.pages_banner h2 {
    font: 900 60px/70px "Overpass", sans-serif;
    color: #282828;
    padding-top: 100px;
}

.pages_banner .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    padding-top: 35px;
}

.pages_banner .breadcrumb li {
    padding-left: 50px;
    position: relative;
}

.pages_banner .breadcrumb li:first-child {
    padding: 0;
}

.pages_banner .breadcrumb li:first-child:before {
    display: none;
}

.pages_banner .breadcrumb li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 20px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #9978fb;
}

.pages_banner .breadcrumb li a {
    font: 400 22px/1 "Overpass", sans-serif;
    color: rgba(40, 40, 40, 0.8);
}

.pages_banner .breadcrumb li a:hover, .pages_banner .breadcrumb li a:focus, .pages_banner .breadcrumb li a.active {
    color: #9978fb;
}

.pb_2 {
    text-align: center;
    padding-bottom: 180px;
    border: 0;
    position: relative;
}

.pb_2:before {
    background: #baf6fa;
    left: 70%;
    bottom: 0;
    border: 0;
    top: auto;
}

.pb_2 figure {
    position: absolute;
    left: 100px;
    bottom: 60px;
    z-index: -1;
}

.pb_2 figure img {
    animation: float-bob-y infinite 2s linear;
}

.pb_2 .banner_ai {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.pb_2 .banner-lamp {
    position: absolute;
    left: -100px;
    bottom: 0;
    animation: float-bob-y infinite 2s linear;
}

.pb_2 .tittle {
    display: block;
    overflow: hidden;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 60px;
}

.pb_2 .tittle h4 {
    font: 700 22px/1 "Overpass", sans-serif;
    color: #9978fb;
}

.pb_2 .tittle h2 {
    font: 700 45px/55px "Overpass", sans-serif;
    color: #282828;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px;
}

.pb_2 .tittle_2 {
    position: relative;
}

.pb_2 .tittle_2 h1 {
    content: "Staff";
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    font: 700 300px/1 "Overpass", sans-serif;
    color: #f8f5f9;
    z-index: -1;
    bottom: -50px;
}

.pb_2 .tittle_2 h2 {
    max-width: 520px;
}

.pb_3 {
    padding-bottom: 50px;
}

.pb_p {
    padding-bottom: 180px;
}

.pb_p .banner_ai {
    position: absolute;
    bottom: 0;
    left: 70px;
}

.pb_p .banner_ai img {
    animation: float-bob-y infinite 2s linear;
}

.pb_p figure {
    position: absolute;
    right: 245px;
    bottom: 0;
    left: auto;
    margin: 0;
}

.pb_p h2 {
    position: relative;
    z-index: 1;
}

.pb_p h2:after {
    content: "";
    position: absolute;
    left: -60px;
    top: 30px;
    display: block;
    width: 100%;
    height: 235px;
    background: url("../images/project.png") no-repeat;
    z-index: -1;
}

.pb_p h4 {
    font: 400 22px/1 "Overpass", sans-serif;
    color: rgba(40, 40, 40, 0.8);
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.pb_p .shap_style {
    bottom: 40px;
    right: 30px;
    top: auto;
}

.pb_p_2 {
    text-align: center;
    border: 0;
}

.pb_p_2 h2 {
    max-width: 900px;
    margin: 0 auto;
}

.pb_p_2 h2:after {
    background: url(../images/project-2.png) no-repeat;
    width: 965px;
    left: -40px;
}

.pb_b {
    padding-bottom: 100px;
}

.pb_b .tittle_2 {
    padding-bottom: 100px;
}

.pb_b .tittle_2 h1 {
    bottom: -10px;
}

.pb_b .s_shap_1 {
    bottom: 30%;
}

.pb_b .s_shap_2 {
    position: absolute;
    right: 215px;
    bottom: 80px;
    left: auto;
}

.pb_b .ti_2 h2 {
    max-width: 680px;
}

.pb_b2 {
    padding-bottom: 20px;
}

.pb_b2 .tittle_2 {
    text-align: left;
}

.pb_b2 .tittle_2 h1 {
    text-align: left;
    left: -20px;
    bottom: 60px;
}

.pb_b2 .tittle_2 h2 {
    max-width: 785px;
    margin: 0;
}

.pb_b2 .tittle_2 h6 {
    font: 400 16px/35px "Overpass", sans-serif;
    color: #626161;
    padding-top: 10px;
}

.pb_b2 .tittle_2 h6 i {
    margin-right: 10px;
}

/*----------------------------------------------------*/
.services_area {
    display: block;
    overflow: hidden;
    padding: 190px 0 150px;
    position: relative;
}

.services_area:after {
    content: "";
    position: absolute;
    right: 185px;
    top: 40%;
    border-radius: 10px;
    background-image: -moz-linear-gradient(106deg, #76fcf1 0%, #b7eaf0 100%);
    background-image: -webkit-linear-gradient(106deg, #76fcf1 0%, #b7eaf0 100%);
    background-image: -ms-linear-gradient(106deg, #76fcf1 0%, #b7eaf0 100%);
    opacity: 0.4;
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    width: 27px;
    height: 26px;
    animation: float-bob-x infinite 15s linear;
}

.services_area .tittle {
    padding-bottom: 100px;
}

.services_area .services_items {
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px 60px;
    max-width: 370px;
    margin: 0 auto 30px;
    transition: all 300ms linear 0s;
}

.services_area .services_items .icons {
    width: 130px;
    height: 115px;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    padding-top: 15px;
    padding-left: 10px;
}

.services_area .services_items .icons .icon_2 {
    margin-left: -10px;
    margin-top: 7px;
}

.services_area .services_items .icons .icon_3 {
    margin-top: 15px;
    margin-left: 10px;
}

.services_area .services_items .icons:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #78f6b3;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.services_area .services_items .icons span {
    position: absolute;
    right: 4px;
    top: 25px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #d953f9;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.services_area .services_items .icons:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 50%;
    background-image: -moz-linear-gradient(134deg, white 0%, #f9e8ff 100%);
    background-image: -webkit-linear-gradient(134deg, white 0%, #f9e8ff 100%);
    background-image: -ms-linear-gradient(134deg, white 0%, #f9e8ff 100%);
    width: 114px;
    height: 114px;
    z-index: -1;
}

.services_area .services_items a {
    display: block;
    font: 600 24px/1 "Overpass", sans-serif;
    color: #282828;
    padding: 42px 0 28px;
}

.services_area .services_items a:hover, .services_area .services_items a:focus {
    color: #d953f9;
}

.services_area .services_items p {
    color: rgba(40, 40, 40, 0.8);
}

.services_area .services_items:hover, .services_area .services_items:focus {
    box-shadow: 0px 0px 30px 0px rgba(186, 184, 191, 0.35);
}

.sa_2:before {
    content: '';
    position: absolute;
    bottom: 150px;
    right: 90px;
    border: 6px solid #eea5fb;
    border-radius: 10px;
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    width: 29px;
    height: 29px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.sa_3 {
    padding: 100px 0;
}

.sa_3 .services_items .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    padding-right: 15px !important;
}

.sa_3 .services_items .icons img {
    padding: 0 !important;
    margin: 0 !important;
}

.sa_3 .services_items .icons:before {
    background: #9978fb;
}

.sa_3 .services_items .icons.icons_a:before {
    background: #78f6b3;
}

.sa_4 {
    padding-top: 140px;
}

.sa_5:after, .sa_6:after {
    top: 50px;
}

.sa_5 .shap_style, .sa_6 .shap_style {
    top: 100px;
}

.sa_6 {
    position: relative;
}

.sa_6 .services_items {
    margin: 0;
    padding: 0;
    min-width: 100%;
    box-shadow: none !important;
    margin-bottom: 100px;
}

.sa_6 .services_items .mw {
    max-width: 508px;
}

.sa_6 .ss_3 {
    left: auto;
    right: 0;
    top: 55%;
}

.sa_6 .ss_3:before {
    right: auto;
    left: 60px;
}

.sa_6 .ss_3 span {
    right: 0;
    left: 48px;
}

/*----------------------------------------------------*/
.about_agency {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.about_agency:before {
    content: '';
    position: absolute;
    top: 120px;
    left: 90px;
    border: 6px solid #eea5fb;
    border-radius: 10px;
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    width: 29px;
    height: 29px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.about_agency:after {
    content: "";
    position: absolute;
    left: 120px;
    bottom: 150px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ecbafa;
    animation: float-bob-x infinite 15s linear;
}

.about_agency .tittle {
    text-align: left;
    padding-bottom: 70px;
}

.about_agency .tittle h2 {
    margin: 0;
}

.about_agency .tittle h5 {
    font: 400 28px "Overpass", sans-serif;
    color: #282828;
    padding-top: 20px;
}

.about_agency .tittle h5 i {
    color: #d953f9;
}

.about_agency img {
    max-width: 100%;
}

.about_agency .studios_text h6 {
    font: 400 22px/30px "Overpass", sans-serif;
    color: rgba(40, 40, 40, 0.8);
    padding-top: 40px;
}

.about_agency .studios_text p {
    padding: 20px 0 35px;
    max-width: 440px;
}

.about_agency .studios_text .theme_btn {
    background: transparent;
    border: 2px solid #d953f9;
    color: #d953f9;
    min-width: 214px;
    line-height: 56px;
    font-size: 20px;
}

.about_agency .studios_text .theme_btn i {
    font-size: 18px;
    padding-left: 12px;
}

.about_agency .studios_text .theme_btn:hover, .about_agency .studios_text .theme_btn:focus {
    background: #d953f9;
    color: #fff;
}

.about_agency .about_bg {
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 100%;
    z-index: -1;
}

.about_agency .shap_bg:before {
    content: "";
    position: absolute;
    right: 20%;
    top: 50px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #baf6fa;
    animation: float-bob-x infinite 15s linear;
    z-index: -1;
}

.about_agency .shap_bg:after {
    content: "";
    position: absolute;
    right: 40%;
    bottom: 50px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #f0ddff;
    animation: float-bob-x infinite 15s linear;
    z-index: -1;
}

.about_agency .shap_bg img {
    position: absolute;
    right: 110px;
    top: 0;
    animation: rotation 20s linear infinite;
    z-index: -1;
}

.aa_2:before {
    display: none;
}

.aa_2 .shap_bg img {
    right: auto;
    left: 0;
    top: -30px;
}

.aa_2 .shap_bg:after {
    background: #baf6fa;
}

.aa_3 {
    padding-top: 340px;
    padding-bottom: 215px;
}

.aa_3:before {
    top: 250px;
    left: auto;
    right: 100px;
}

.aa_3:after {
    bottom: 0;
}

.aa_3 .about_bg {
    right: auto;
    left: 0;
    top: 370px;
}

.aa_3 .shap_bg img {
    display: none;
}

.aa_3 .shap_bg:before {
    top: 120px;
}

.aa_3 .shap_bg:after {
    right: 20%;
}

.aa_3 .shap_bg span {
    position: absolute;
    left: 20%;
    top: 190px;
    height: 14px;
    width: 14px;
    border: 3px solid #93fec5;
    border-radius: 50%;
    animation: float-bob-x infinite 15s linear;
}

.aa_3 .tittle {
    padding-bottom: 5px;
}

.aa_3 .tittle h4 {
    color: #9978fb;
}

.aa_3 .tittle h5 i {
    color: #9978fb;
}

.aa_3 h6 {
    max-width: 460px;
}

.aa_3 .studios_text {
    padding-left: 45px;
}

.aa_3 .studios_text .theme_btn {
    color: #9978fb;
    border-color: #9978fb;
}

.aa_3 .studios_text .theme_btn:hover, .aa_3 .studios_text .theme_btn:focus {
    background-image: -moz-linear-gradient(0deg, #9a79fb 0%, #5468ef 100%);
    background-image: -webkit-linear-gradient(0deg, #9a79fb 0%, #5468ef 100%);
    background-image: -ms-linear-gradient(0deg, #9a79fb 0%, #5468ef 100%);
    box-shadow: 0px 14px 10px 0px rgba(86, 105, 239, 0.45);
    border-color: transparent;
}

.introducing_area {
    display: block;
    overflow: hidden;
    padding: 200px 0 175px;
    position: relative;
}

.introducing_area:after {
    content: "";
    position: absolute;
    left: 80px;
    bottom: 100px;
    height: 14px;
    width: 14px;
    border: 3px solid #ecbbfa;
    border-radius: 50%;
    animation: float-bob-x infinite 15s linear;
}

.introducing_area figure {
    position: absolute;
    bottom: 100px;
    right: 20px;
}

.introducing_area figure img {
    animation: rotation 20s linear infinite;
}

.introducing_area .introducing_img img {
    margin-left: -230px;
}

.introducing_area .introducing {
    padding-top: 120px;
}

.introducing_area .introducing h2 {
    font: 700 45px/55px "Overpass", sans-serif;
    color: #282828;
}

.introducing_area .introducing p {
    max-width: 550px;
    padding-bottom: 30px;
}

.introducing_area .introducing .bold_p {
    font: 400 22px/30px "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.702);
    max-width: 520px;
    padding: 30px 0 20px;
}

.introducing_area .introducing .theme_btn {
    min-width: 246px;
    text-transform: uppercase;
}

.introducing_area .shap_style {
    left: auto;
    right: 0;
    top: 40px;
}

.introducing_area .shap_style:before {
    right: auto;
    left: 60px;
}

.introducing_area .shap_style span {
    right: 0;
    left: 48px;
}

.ia_2 {
    padding-top: 150px;
}

.ia_2 .introducing_img {
    padding-top: 70px;
}

.ia_3 {
    padding: 100px 0;
}

.contact_info {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-bottom: 200px;
}

.contact_info .shap_style {
    top: 170px;
}

.contact_info .info {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(186, 184, 191, 0.35);
    margin-bottom: 30px;
    padding: 50px 20px;
    text-align: center;
}

.contact_info .info .icons {
    width: 114px;
    height: 114px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 auto;
    background-image: -moz-linear-gradient(134deg, white 0%, #f9e8ff 100%);
    background-image: -webkit-linear-gradient(134deg, white 0%, #f9e8ff 100%);
    background-image: -ms-linear-gradient(134deg, white 0%, #f9e8ff 100%);
    border-radius: 50%;
}

.contact_info .info .icons i:before {
    font-size: 63px;
    color: #282828;
    line-height: 1;
    display: block;
}

.contact_info .info .icons .cc:before {
    padding-top: 10px;
}

.contact_info .info .icons:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #78f6b3;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.contact_info .info .icons:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #d953f9;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.contact_info .info h4 {
    font: 600 24px/1 "Overpass", sans-serif;
    color: #282828;
    padding-bottom: 28px;
    padding-top: 45px;
}

.contact_info .info a, .contact_info .info p {
    display: block;
    font: 400 18px/28px "Overpass", sans-serif;
    color: rgba(40, 40, 40, 0.8);
}

.contact_info .info a:hover {
    color: #d953f9;
}

/*----------------------------------------------------*/
.digital_agency {
    display: block;
    overflow: hidden;
    padding-top: 130px;
    position: relative;
}

.digital_agency:before {
    content: "";
    position: absolute;
    left: 60%;
    top: 0;
    height: 14px;
    width: 14px;
    border: 3px solid #ecbbfa;
    border-radius: 50%;
    animation: float-bob-x infinite 15s linear;
}

.digital_agency:after {
    content: "";
    background-image: -moz-linear-gradient(135deg, #f38bd2 0%, #dbc8fe 100%);
    background-image: -webkit-linear-gradient(135deg, #f38bd2 0%, #dbc8fe 100%);
    background-image: -ms-linear-gradient(135deg, #f38bd2 0%, #dbc8fe 100%);
    height: 24px;
    width: 24px;
    position: absolute;
    left: 170px;
    top: 280px;
    transform: translateY(-50%);
    z-index: 1;
    border: 5px solid #f2ecfd;
    animation: pulseBig 2s infinite;
}

.digital_agency .tittle {
    padding-bottom: 100px;
}

.digital_agency .tittle .ball {
    height: 37px;
    width: 37px;
    position: relative;
    margin: 0 auto;
    display: block;
    animation: rotation 10s linear infinite;
}

.digital_agency .tittle .ball:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #93fbf0;
}

.digital_agency .tittle .ball:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #78f6b3;
}

.digital_agency .tittle .ball span {
    position: absolute;
    top: 2px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #fd58c9;
}

.digital_agency .tittle h2 {
    max-width: 865px;
    padding-top: 30px;
}

.digital_agency .tittle p {
    font: 400 22px/30px "Overpass", sans-serif;
    color: rgba(40, 40, 40, 0.8);
    max-width: 870px;
    margin: 0 auto;
    padding-top: 30px;
}

.digital_agency .agency_count {
    display: block;
    overflow: hidden;
    background: url("../images/digital-agency-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 150px 0 100px;
    position: relative;
}

.digital_agency .agency_count:before {
    content: "";
    position: absolute;
    left: 0;
    top: 112px;
    bottom: 112px;
    display: block;
    width: 680px;
    height: 515px;
    border: 1px solid #fff;
    border-left: 0;
}

.digital_agency .agency_count .watch {
    height: 210px;
    display: block;
    position: relative;
    margin-top: 100px;
}

.digital_agency .agency_count .watch h4 {
    font: 400 18px/1 "Overpass", sans-serif;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -80px;
    top: 44%;
}

.digital_agency .agency_count .watch .popup-youtube {
    height: 98px;
    line-height: 98px;
    width: 98px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    display: block;
    color: #dd56f9;
    animation: pulseBig 2s infinite;
    position: absolute;
    left: 70px;
    top: 50px;
}

.digital_agency .agency_count .watch .popup-youtube i:before {
    font-size: 50px;
}

.digital_agency .agency_count .countarup_area {
    padding-left: 85px;
}

.digital_agency .agency_count .countarup_area .counter_item {
    float: left;
    border-radius: 50%;
    background: #7bf2d5;
    height: 216px;
    width: 216px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 30px !important;
}

.digital_agency .agency_count .countarup_area .counter_item h4 {
    color: #fff;
    font: 400 24px/1 "Overpass", sans-serif;
    display: block;
    width: 100%;
}

.digital_agency .agency_count .countarup_area .counter_item h2 {
    color: #fff;
    font: 700 50px/1 "Overpass", sans-serif;
    padding-top: 10px;
    width: 100%;
}

.digital_agency .agency_count .countarup_area .counter_item:first-child {
    width: 182px;
    height: 182px;
    margin: 0;
    background-image: -moz-linear-gradient(-48deg, #fc5af2 0%, #ff2347 100%);
    background-image: -webkit-linear-gradient(-48deg, #fc5af2 0%, #ff2347 100%);
    background-image: -ms-linear-gradient(-48deg, #fc5af2 0%, #ff2347 100%);
}

.digital_agency .agency_count .countarup_area .counter_item:nth-child(2) {
    margin-top: 55px;
}

.digital_agency .agency_count .countarup_area .counter_item:nth-child(3) {
    background: #c8c8ff;
    margin-top: -50px;
    margin-left: 40px;
}

.digital_agency .agency_count .countarup_area .counter_item:nth-child(4) {
    width: 182px;
    height: 182px;
    margin: 0;
    margin-top: 30px;
    background-image: -moz-linear-gradient(-35deg, #59def6 0%, #98b0fe 100%);
    background-image: -webkit-linear-gradient(-35deg, #59def6 0%, #98b0fe 100%);
    background-image: -ms-linear-gradient(-35deg, #59def6 0%, #98b0fe 100%);
}

.da_2:after {
    top: 40%;
}

.da_2:before {
    left: auto;
    right: 10%;
    background: #baf6fa;
    border: 0;
}

.da_2 .shap_style {
    top: 60px;
}

.da_2 .agency_count {
    background: url("../images/digital-agency-bg-2.jpg") no-repeat bottom right;
    padding: 0;
}

.da_2 .agency_count .illistasion_img {
    padding-top: 120px;
}

.da_2 .agency_count .illistasion {
    margin-left: -240px;
}

.da_2 .agency_count .countarup_area {
    margin: 90px 0;
    padding-left: 0;
    background: #cc6bfc;
    position: relative;
}

.da_2 .agency_count .countarup_area:after {
    content: "";
    position: absolute;
    left: 30px;
    right: -30px;
    top: 30px;
    bottom: -30px;
    display: block;
    border: 1px solid #fff;
}

.da_2 .agency_count .countarup_area .countarup_row {
    padding-top: 75px;
    max-width: 510px;
    margin-left: 100px;
}

.da_2 .agency_count .countarup_area .counter_item_2 {
    margin-bottom: 50px;
}

.da_2 .agency_count .countarup_area .counter_item_2 h4 {
    color: #fff;
    font: 400 24px/1 "Overpass", sans-serif;
    display: block;
    padding-bottom: 25px;
}

.da_2 .agency_count .countarup_area .counter_item_2 h2 {
    color: #fff;
    font: 700 50px/122px "Overpass", sans-serif;
    min-width: 180px;
    display: inline-block;
    background: #d979fd;
    border-radius: 10px;
    text-align: center;
}

.da_2 .agency_count .countarup_area .watch_area {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    z-index: 1;
}

.da_2 .agency_count .countarup_area .watch_area .watch {
    width: 185px;
    margin: 0;
    z-index: 1;
}

.da_2 .agency_count .countarup_area .watch_area .watch h4 {
    right: -130px;
    left: auto;
}

/*----------------------------------------------------*/
.testimonial_area {
    display: block;
    overflow: hidden;
    padding-top: 185px;
    margin-top: 100px;
    padding-bottom: 245px;
    background: url("../images/testimonial-bg.png") no-repeat center bottom;
    background-size: cover;
    position: relative;
}

.testimonial_area:before {
    content: "";
    position: absolute;
    left: 30%;
    top: 40px;
    height: 14px;
    width: 14px;
    border: 3px solid #93fec5;
    border-radius: 50%;
    animation: float-bob-x infinite 15s linear;
}

.testimonial_area .tittle h2 {
    position: relative;
    padding-bottom: 25px;
}

.testimonial_area .tittle h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    display: block;
    height: 2px;
    background: #d953f9;
    width: 70px;
}

.testimonial_area .ts_slide {
    text-align: center;
}

.testimonial_area .ts_slide p {
    font: 400 22px/30px "Overpass", sans-serif;
    color: #242425;
    max-width: 840px;
    margin: 0 auto;
    padding: 40px 0;
}

.testimonial_area .ts_slide a {
    display: block;
    font: 400 22px/30px "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.902);
    padding-top: 20px;
}

.testimonial_area .ts_slide a:hover, .testimonial_area .ts_slide a:focus {
    color: #d953f9;
}

.testimonial_area .ts_slide h6 {
    color: rgba(217, 83, 249, 0.8);
    font: 400 18px/1 "Overpass", sans-serif;
    padding-top: 7px;
}

.testimonial_area .ts_slide .indicators {
    padding: 0;
    margin: 0;
    padding-top: 55px;
    text-align: center;
    z-index: 1;
}

.testimonial_area .ts_slide .indicators li {
    display: inline-block;
    cursor: pointer;
    font: 400 22px/1 "Overpass", sans-serif;
    color: #c4c4c4;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 14px 25px;
    margin: 0 12px;
}

.testimonial_area .ts_slide .indicators li:hover, .testimonial_area .ts_slide .indicators li:focus, .testimonial_area .ts_slide .indicators li.active {
    color: #d953f9;
    border-color: #d953f9;
}

.testimonial_area .indicators_img {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: -1;
}

.testimonial_area .indicators_img li:nth-child(2) {
    margin-top: 230px;
}

.testimonial_area .indicators_img li:nth-child(3) {
    margin-top: 335px;
}

.testimonial_area .indicators_img li:nth-child(4) {
    margin-top: 215px;
}

.testimonial_area .indicators_img li figure {
    padding-bottom: 35px;
    position: relative;
}

.testimonial_area .indicators_img li figure:after {
    content: "";
    position: absolute;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background: #fc55f2;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.testimonial_area .indicators_img li img {
    box-shadow: 0px 27px 30px 0px rgba(83, 83, 83, 0.35);
    border-radius: 10px;
}

.ta_2 {
    background: #fefdf5 url(../images/testimonial-bg-2.png) no-repeat center bottom;
    margin: 0;
    position: relative;
    padding: 140px 0 150px;
    margin-bottom: 30px;
}

.ta_2:before {
    display: none;
}

.ta_2 .tittle {
    text-align: left;
}

.ta_2 .tittle h2 {
    margin: 0;
}

.ta_2 .tittle h2:after {
    margin: 0;
}

.ta_2 .ts_slide p {
    margin: 0;
    text-align: left;
    max-width: 650px;
}

.ta_2 .ts_slide a, .ta_2 .ts_slide h6, .ta_2 .ts_slide .indicators {
    text-align: left;
}

.ta_2 figure {
    position: absolute;
    right: 0;
    top: 130px;
}

.ta_2 .user-img {
    animation: float-bob-y infinite 2s linear;
}

.ta_3 {
    margin-top: 0;
}

.ta_p {
    margin: 0;
    padding-top: 100px;
    margin-bottom: 190px;
}

/*----------------------------------------------------*/
.team_area {
    display: block;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.team_area:after {
    content: "Staff";
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    font: 700 300px/1 "Overpass", sans-serif;
    color: #f8f5f9;
    z-index: -1;
}

.team_area .team_item {
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;
    max-width: 370px;
    text-align: center;
}

.team_area .team_item .team_img {
    display: block;
    overflow: hidden;
    border-radius: 0px 45px 0px 45px;
    margin-bottom: 37px;
}

.team_area .team_item .team_img img {
    max-width: 100%;
    transition: all 300ms linear 0s;
}

.team_area .team_item a {
    display: block;
    font: 700 22px/1 "Overpass", sans-serif;
    color: #242425;
}

.team_area .team_item h6 {
    font: 400 16px/1 "Overpass", sans-serif;
    color: rgba(40, 40, 40, 0.8);
    padding-top: 18px;
}

.team_area .team_item:hover a {
    color: #d953f9;
}

.team_area .team_item:hover .team_img img {
    transform: scale3D(1.2, 1.2, 2);
}

.ta_4 {
    padding-top: 250px;
    margin-bottom: 100px;
    position: relative;
}

.ta_4:after {
    content: "";
    position: absolute;
    top: 140px;
    z-index: -1;
    border: 3px solid #93fec5;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    left: 35%;
    animation: float-bob-x infinite 15s linear;
}

.ta_5 {
    padding-top: 170px;
    padding-bottom: 130px;
}

.ta_5:after {
    display: none;
}

.ta_5 .team_item {
    margin-bottom: 60px;
}

/*----------------------------------------------------*/
.pricing_area {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 140px;
    padding-bottom: 90px;
}

.pricing_area .tittle {
    padding-bottom: 40px;
}

.pricing_area .tittle h6 {
    font: 700 26px/1 "Overpass", sans-serif;
    color: #242425;
    padding-top: 20px;
}

.pricing_area .tittle p {
    font-size: 18px;
    line-height: 30px;
    max-width: 790px;
    margin: 0 auto;
    padding-top: 30px;
}

.pricing_area .nav-tabs {
    border: 0;
    background-image: -moz-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    background-image: -webkit-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    background-image: -ms-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    border-radius: 30px;
    height: 60px;
    width: 131px;
    display: block;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 90px;
}

.pricing_area .nav-tabs li {
    display: inline-block;
}

.pricing_area .nav-tabs li:before {
    content: "Monthly";
    font: 700 18px/49px "Overpass", sans-serif;
    color: #242425;
    position: absolute;
    margin-left: -85px;
}

.pricing_area .nav-tabs li:last-child {
    padding-left: 18px;
}

.pricing_area .nav-tabs li:last-child:before {
    content: "Yearly";
    margin-left: 68px;
}

.pricing_area .nav-tabs li a {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: transparent;
    display: block;
}

.pricing_area .nav-tabs li a.active {
    background: #fff;
}

.pricing_area .plan {
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    margin: 0 auto 30px;
    max-width: 370px;
    padding: 30px;
    padding-bottom: 65px;
    text-align: center;
}

.pricing_area .plan h4 {
    font: 700 18px/1 "Overpass", sans-serif;
    color: #242425;
    padding-top: 20px;
}

.pricing_area .plan h2 {
    font: 700 42px/1 "Overpass", sans-serif;
    color: #d853f9;
    padding-top: 40px;
    background: url("../images/price-shap.png") no-repeat center bottom;
    padding-bottom: 12px;
}

.pricing_area .plan ul {
    padding: 35px 0;
    padding-bottom: 50px;
}

.pricing_area .plan ul li {
    font: 400 16px/32px "Overpass", sans-serif;
    color: #242425;
}

.pricing_area .plan .theme_btn {
    line-height: 53px;
    min-width: 190px;
    background: transparent;
    border: 2px solid #db55f9;
    color: #d953f9;
    text-transform: uppercase;
}

.pricing_area .plan .theme_btn:hover, .pricing_area .plan .theme_btn:focus {
    background-image: -moz-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    background-image: -webkit-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    background-image: -ms-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    box-shadow: 0px 22px 18px 0px rgba(164, 119, 174, 0.45);
    color: #fff;
}

.pricing_area .shap_style {
    top: 0;
}

.pricing_area:after {
    content: '';
    position: absolute;
    top: 80px;
    right: 0;
    background: url("../images/skye-shap-3.png") no-repeat;
    width: 201px;
    height: 184px;
    animation: rotation 20s linear infinite;
}

.pa_2 {
    padding-bottom: 200px;
}

/*----------------------------------------------------*/
.tidings_blog_area {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 150px 0 200px;
}

.tidings_blog_area .tittle {
    text-align: left;
    padding-bottom: 65px;
}

.tidings_blog_area .tittle p {
    color: rgba(40, 40, 40, 0.8);
    font: 400 22px/30px "Overpass", sans-serif;
    max-width: 520px;
    padding: 20px 0;
}

.tidings_blog_area .tittle a {
    font: 400 22px "Overpass", sans-serif;
    color: #d953f9;
    text-decoration: underline;
    display: inline-block;
    margin-top: 20px;
}

.tidings_blog_area .subscribe h4 {
    font: 400 22px "Overpass", sans-serif;
    color: #242425;
    display: block;
    padding-bottom: 55px;
}

.tidings_blog_area .subscribe h4 span {
    color: #d953f9;
}

.tidings_blog_area .subscribe .input-group {
    background: #fdfdfd;
    border-radius: 10px;
    box-shadow: 0px 25px 18px 0px rgba(214, 214, 214, 0.45);
    padding: 10px;
}

.tidings_blog_area .subscribe .input-group .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    font: 400 15px/56px "Overpass", sans-serif;
    color: #242425;
    padding: 0 20px;
    height: auto;
}

.tidings_blog_area .subscribe .input-group .form-control.placeholder {
    color: #242425;
}

.tidings_blog_area .subscribe .input-group .form-control:-moz-placeholder {
    color: #242425;
}

.tidings_blog_area .subscribe .input-group .form-control::-moz-placeholder {
    color: #242425;
}

.tidings_blog_area .subscribe .input-group .form-control::-webkit-input-placeholder {
    color: #242425;
}

.tidings_blog_area .subscribe .input-group .form-control:focus.placeholder {
    color: transparent;
}

.tidings_blog_area .subscribe .input-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.tidings_blog_area .subscribe .input-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.tidings_blog_area .subscribe .input-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.tidings_blog_area .subscribe .input-group .input-group-text {
    background: #da54f9;
    border-radius: 10px;
    border: 0;
    padding: 0 25px;
    color: #fff;
    font-size: 22px;
    min-width: 177px;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

.tidings_blog_area .subscribe .input-group .input-group-text:hover, .tidings_blog_area .subscribe .input-group .input-group-text:focus {
    background: #d953f9;
    color: #fff;
    box-shadow: 0px 25px 18px 0px rgba(214, 214, 214, 0.45);
}

.tidings_blog_area .tidings_item {
    background-color: #fdfdfd;
    box-shadow: 0px 25px 18px 0px rgba(214, 214, 214, 0.45);
    max-width: 370px;
    margin: 0 auto 30px;
    transition: all 300ms linear 0s;
    padding: 60px 30px 45px 34px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.tidings_blog_area .tidings_item:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    right: 0;
    bottom: 0;
    background: url("../images/blog-bg-shap.png") no-repeat;
    opacity: 0;
    animation: float-bob-x infinite 15s linear;
}

.tidings_blog_area .tidings_item .heding {
    font: 400 26px/32px "Overpass", sans-serif;
    color: #242425;
}

.tidings_blog_area .tidings_item h6 {
    font: 400 16px/1 "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.702);
    padding: 20px 0 30px;
}

.tidings_blog_area .tidings_item h6 a {
    color: rgba(36, 36, 37, 0.702);
}

.tidings_blog_area .tidings_item h6 a:hover, .tidings_blog_area .tidings_item h6 a:focus {
    color: #d953f9;
}

.tidings_blog_area .tidings_item .read_more {
    display: inline-block;
    font: 400 16px/1 "Overpass", sans-serif;
    color: #242425;
    position: relative;
    padding-left: 40px;
    margin-top: 45px;
}

.tidings_blog_area .tidings_item .read_more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 2px;
    width: 30px;
    background: #d953f9;
}

.tidings_blog_area .tidings_item:hover, .tidings_blog_area .tidings_item:focus {
    background-image: -moz-linear-gradient(-12deg, #a025f9 0%, #df58f9 100%);
    background-image: -webkit-linear-gradient(-12deg, #a025f9 0%, #df58f9 100%);
    background-image: -ms-linear-gradient(-12deg, #a025f9 0%, #df58f9 100%);
}

.tidings_blog_area .tidings_item:hover:after, .tidings_blog_area .tidings_item:focus:after {
    opacity: 1;
}

.tidings_blog_area .tidings_item:hover .heding, .tidings_blog_area .tidings_item:focus .heding {
    color: #fff;
}

.tidings_blog_area .tidings_item:hover p, .tidings_blog_area .tidings_item:hover h6, .tidings_blog_area .tidings_item:hover a, .tidings_blog_area .tidings_item:focus p, .tidings_blog_area .tidings_item:focus h6, .tidings_blog_area .tidings_item:focus a {
    color: rgba(255, 255, 255, 0.8);
}

.tidings_blog_area .tidings_item:hover .read_more, .tidings_blog_area .tidings_item:focus .read_more {
    color: #fff;
}

.tidings_blog_area .tidings_item:hover .read_more:before, .tidings_blog_area .tidings_item:focus .read_more:before {
    background: #fff;
}

.tidings_blog_area:before {
    content: "";
    position: absolute;
    left: 45%;
    top: 0;
    height: 14px;
    width: 14px;
    border: 3px solid #ecbafa;
    border-radius: 50%;
    animation: float-bob-x infinite 15s linear;
    z-index: -1;
}

.tidings_blog_area:after {
    content: "";
    position: absolute;
    left: 120px;
    top: 250px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ecbafa;
    animation: float-bob-x infinite 15s linear;
    z-index: -1;
}

.tidings_blog_area .shap_style {
    left: auto;
    right: 0;
    top: 0;
}

.tidings_blog_area .shap_style:before {
    right: auto;
    left: 60px;
}

.tidings_blog_area .shap_style span {
    right: 0;
    left: 48px;
}

.tba_2 .bg_shap:before {
    content: "";
    position: absolute;
    left: 40%;
    bottom: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #f7ceff;
    animation: float-bob-x infinite 15s linear;
    z-index: -1;
}

.tba_2 .bg_shap:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/skye-shap-3.png) no-repeat;
    width: 201px;
    height: 184px;
    animation: rotation 20s linear infinite;
    z-index: -1;
}

.tba_3 {
    padding-bottom: 120px;
}

.tba_3:after, .tba_3:before {
    display: none;
}

.blog_area {
    display: block;
    overflow: hidden;
}

.blog_area .blog_left_sidebar .blog_item {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ffeeee;
}

.blog_area .blog_left_sidebar .blog_item .blog_img {
    display: block;
    overflow: hidden;
}

.blog_area .blog_left_sidebar .blog_item .blog_img img {
    max-width: 100%;
    transition: all 300ms linear 0s;
}

.blog_area .blog_left_sidebar .blog_item ul {
    display: block;
    overflow: hidden;
    padding-top: 40px;
}

.blog_area .blog_left_sidebar .blog_item ul li {
    display: inline-block;
    font: 400 16px/35px "Overpass", sans-serif;
    color: #626161;
}

.blog_area .blog_left_sidebar .blog_item ul li i {
    margin-right: 10px;
}

.blog_area .blog_left_sidebar .blog_item ul li a {
    color: #9978fb;
    font: 400 16px/30px "Overpass", sans-serif;
    border: 1px solid #9978fb;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    padding-top: 4px;
    margin-right: 20px;
}

.blog_area .blog_left_sidebar .blog_item ul li a:hover, .blog_area .blog_left_sidebar .blog_item ul li a:focus {
    background: #a428f9;
    color: #fff;
}

.blog_area .blog_left_sidebar .blog_item .heding {
    font: 700 30px/40px "Overpass", sans-serif;
    color: #2f2f2f;
    display: block;
    padding: 35px 0 15px;
}

.blog_area .blog_left_sidebar .blog_item .heding:hover, .blog_area .blog_left_sidebar .blog_item .heding:focus {
    color: #d953f9;
}

.blog_area .blog_left_sidebar .blog_item .theme_btn {
    min-width: 190px;
    margin-top: 30px;
    background: transparent;
    border: 1px solid #ededed;
    color: #37253c;
    text-transform: uppercase;
}

.blog_area .blog_left_sidebar .blog_item .theme_btn:hover, .blog_area .blog_left_sidebar .blog_item .theme_btn:focus {
    background-image: linear-gradient(to right, #9b79fb 0%, #5468ef 100%);
    color: #fff;
}

.blog_area .blog_left_sidebar .blog_item:hover .blog_img img, .blog_area .blog_left_sidebar .blog_item:focus .blog_img img {
    transform: scale3D(1.2, 1.2, 2);
}

.blog_area .blog_left_sidebar .blog_item .link_blog {
    background: #f3f0ff;
    color: #ff3d3d;
    font: 400 22px/30px "Overpass", sans-serif;
    display: block;
    padding: 90px 15px;
    text-align: center;
    margin-bottom: 30px;
}

.blog_area .blog_left_sidebar .blog_item .link_blog:hover, .blog_area .blog_left_sidebar .blog_item .link_blog:focus {
    color: #d953f9;
}

.blog_area .blog_left_sidebar .blog_item iframe {
    height: 200px;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(194, 194, 194, 0.35);
}

.blog_area .blog_right_sidebar {
    padding-left: 45px;
}

.blog_area .blog_right_sidebar .input-group {
    padding: 30px;
    box-shadow: 0px 16px 22px 0px rgba(204, 204, 204, 0.35);
}

.blog_area .blog_right_sidebar .input-group input {
    box-shadow: none;
    border: 1px solid #f7f4ff;
    border-right: 0;
    background: #fff;
    font: 400 16px/68px "Overpass", sans-serif;
    color: #b4bebb;
    border-radius: 0;
    padding: 0 30px;
    padding-right: 0;
    height: auto;
}

.blog_area .blog_right_sidebar .input-group input.placeholder {
    color: #b4bebb;
}

.blog_area .blog_right_sidebar .input-group input:-moz-placeholder {
    color: #b4bebb;
}

.blog_area .blog_right_sidebar .input-group input::-moz-placeholder {
    color: #b4bebb;
}

.blog_area .blog_right_sidebar .input-group input::-webkit-input-placeholder {
    color: #b4bebb;
}

.blog_area .blog_right_sidebar .input-group input:focus.placeholder {
    color: transparent;
}

.blog_area .blog_right_sidebar .input-group input:focus:-moz-placeholder {
    color: transparent;
}

.blog_area .blog_right_sidebar .input-group input:focus::-moz-placeholder {
    color: transparent;
}

.blog_area .blog_right_sidebar .input-group input:focus::-webkit-input-placeholder {
    color: transparent;
}

.blog_area .blog_right_sidebar .input-group .input-group-append {
    background: #fff;
    cursor: pointer;
    border: 1px solid #f7f4ff;
    border-left: 0;
}

.blog_area .blog_right_sidebar .input-group .input-group-append span {
    border: 0;
    background-color: transparent;
    padding: 0 20px;
    border-radius: 0;
    color: #a428f9;
}

.blog_area .blog_right_sidebar .input-group .input-group-append span:hover, .blog_area .blog_right_sidebar .input-group .input-group-append span:focus {
    background: #d953f9;
    color: #fff;
}

.blog_area .blog_right_sidebar .input-group .input-group-append i {
    font-size: 18px;
    line-height: 50px;
}

.blog_area .blog_right_sidebar .widget {
    padding-top: 60px;
}

.blog_area .blog_right_sidebar .widget h4 {
    font: 700 24px/1 "Overpass", sans-serif;
    color: #34263c;
    padding-bottom: 20px;
}

.blog_area .blog_right_sidebar .widget .categories li a {
    display: block;
    font: 400 18px/62px "Overpass", sans-serif;
    color: #807b81;
    border: 1px solid #fff;
    border-bottom-color: #f7f4ff;
}

.blog_area .blog_right_sidebar .widget .categories li a span {
    float: right;
    color: #fff;
    background: #a428f9;
    width: 32px;
    line-height: 37px;
    height: 32px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    margin-top: 13px;
    opacity: 0;
}

.blog_area .blog_right_sidebar .widget .categories li a:hover, .blog_area .blog_right_sidebar .widget .categories li a:focus, .blog_area .blog_right_sidebar .widget .categories li a.active {
    border-color: #f7f4ff;
    padding: 0 20px;
}

.blog_area .blog_right_sidebar .widget .categories li a:hover span, .blog_area .blog_right_sidebar .widget .categories li a:focus span, .blog_area .blog_right_sidebar .widget .categories li a.active span {
    opacity: 1;
}

.blog_area .blog_right_sidebar .widget .rcent_p li {
    font: 400 16px/1 "Overpass", sans-serif;
    color: #626161;
    display: block;
    border-bottom: 1px solid #e5e4e4;
    padding: 25px 0 30px;
}

.blog_area .blog_right_sidebar .widget .rcent_p li i {
    margin-right: 10px;
}

.blog_area .blog_right_sidebar .widget .rcent_p li a {
    display: block;
    font: 700 18px/28px "Overpass", sans-serif;
    color: #503c57;
    padding-bottom: 15px;
}

.blog_area .blog_right_sidebar .widget .rcent_p li a:hover, .blog_area .blog_right_sidebar .widget .rcent_p li a:focus {
    color: #d953f9;
}

.blog_area .blog_right_sidebar .widget .add {
    background: url("../images/blog-widget.jpg") no-repeat;
    padding: 95px 45px;
    text-align: center;
    font: 400 22px/30px "Overpass", sans-serif;
    color: #fff;
    background-size: cover;
    display: block;
    overflow: hidden;
}

.blog_area .blog_right_sidebar .widget .tag li {
    display: inline-block;
}

.blog_area .blog_right_sidebar .widget .tag li a {
    display: block;
    font: 400 16px/36px "Overpass", sans-serif;
    text-align: center;
    color: #503c57;
    border: 1px solid #f7f4ff;
    padding: 0 12px;
    margin-bottom: 10px;
}

.blog_area .blog_right_sidebar .widget .tag li a:hover, .blog_area .blog_right_sidebar .widget .tag li a:focus {
    color: #9978fb;
    border-color: #9978fb;
}

.blog_details {
    padding-bottom: 80px;
}

.blog_details h3 {
    font: 700 26px/38px "Overpass", sans-serif;
    color: #282828;
    padding-bottom: 20px;
}

.blog_details p {
    font-size: 18px;
    padding-bottom: 15px;
}

.blog_details h2 {
    font: 700 30px/38px "Overpass", sans-serif;
    color: #282828;
    padding-bottom: 35px;
    padding-top: 20px;
}

.blog_details .video_area {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 45px 0 70px;
}

.blog_details .video_area img {
    max-width: 100%;
    transition: all 300ms linear 0s;
}

.blog_details .video_area i:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    color: #fff;
    font-size: 116px;
}

.blog_details .video_area:hover img, .blog_details .video_area:focus img {
    transform: scale3D(1.2, 1.2, 2);
}

.blog_details .hilight {
    padding-left: 30px;
    border-left: 1px solid #9779fb;
    font: 400 26px/38px "Overpass", sans-serif;
    color: #2f2f2f;
    padding-bottom: 0;
    max-width: 725px;
    margin: 45px 0;
}

.share_post {
    display: block;
    overflow: hidden;
    background: #eefff6;
    padding: 120px 0;
    text-align: center;
}

.share_post h4 {
    font: 700 18px/1 "Overpass", sans-serif;
    color: #2f2f2f;
}

.share_post .socail {
    display: block;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 40px;
}

.share_post .socail li {
    display: inline-block;
    padding-left: 20px;
}

.share_post .socail li:first-child {
    padding: 0;
}

.share_post .socail li a {
    width: 44px;
    border-radius: 50%;
    text-align: center;
    color: #3c3b3c;
    font: normal normal normal 18px/44px FontAwesome;
    display: block;
    background: #ffffff;
}

.share_post .socail li a:hover, .share_post .socail li a:focus {
    background: #a428f9;
    color: #fff;
}

.share_post .keywords {
    display: block;
    padding-top: 10px;
}

.share_post .keywords li {
    display: inline-block;
    padding-left: 15px;
}

.share_post .keywords li:first-child {
    padding: 0;
}

.share_post .keywords li a {
    font: 400 16px/1 "Overpass", sans-serif;
    color: #2f2f2f;
    text-decoration: underline;
}

.share_post .keywords li a:hover, .share_post .keywords li a:focus {
    color: #a428f9;
}

.comments_area {
    display: block;
    overflow: hidden;
    padding: 140px 0 100px;
}

.comments_area .related_blog {
    display: block;
    overflow: hidden;
    max-width: 370px;
    margin: 0 auto 30px;
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
}

.comments_area .related_blog .blog_img {
    display: block;
    overflow: hidden;
}

.comments_area .related_blog .blog_img img {
    max-width: 100%;
    transition: all 300ms linear 0s;
}

.comments_area .related_blog .blog_cont {
    padding: 35px 40px;
    min-height: 164px;
}

.comments_area .related_blog .blog_cont a {
    font: 400 22px/30px "Overpass", sans-serif;
    color: #2f2f2f;
    display: block;
}

.comments_area .related_blog .blog_cont a:hover, .comments_area .related_blog .blog_cont a:focus {
    color: #a428f9;
}

.comments_area .related_blog .blog_cont .read_more {
    font-size: 16px;
    color: #5a5a5a;
    padding-top: 5px;
}

.comments_area .related_blog .blog_cont .read_more:hover, .comments_area .related_blog .blog_cont .read_more:focus {
    color: #a428f9;
}

.comments_area .related_blog:hover .blog_img img, .comments_area .related_blog:focus .blog_img img {
    transform: scale3D(1.2, 1.2, 2);
}

.comments_area .comment_row {
    padding-top: 120px;
}

.comments_area .comment_row h3 {
    font: 700 26px/1 "Overpass", sans-serif;
    color: #2f2f2f;
    display: block;
    padding-bottom: 50px;
}

.comments_area .comment_row .media {
    box-shadow: 0px 0px 16px 0px rgba(226, 226, 226, 0.35);
    padding: 40px;
    padding-top: 55px;
    margin-bottom: 40px;
}

.comments_area .comment_row .media img {
    border-radius: 50%;
}

.comments_area .comment_row .media .media-body {
    padding-left: 40px;
}

.comments_area .comment_row .media .media-body .heding {
    font: 400 22px/1 "Overpass", sans-serif;
    color: #2f2f2f;
    display: block;
}

.comments_area .comment_row .media .media-body .heding:hover, .comments_area .comment_row .media .media-body .heding:focus {
    color: #a428f9;
}

.comments_area .comment_row .media .media-body h6 {
    font: 400 16px/1 "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.702);
    padding-top: 5px;
    padding-bottom: 25px;
}

.comments_area .comment_row .media .media-body p {
    max-width: 470px;
}

.comments_area .comment_row .media .media-body .reply {
    font: 400 15px/40px "Overpass", sans-serif;
    background: #eeeeee;
    min-width: 77px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: rgba(36, 36, 37, 0.702);
    margin-top: 23px;
}

.comments_area .comment_row .media .media-body .reply:hover, .comments_area .comment_row .media .media-body .reply:focus {
    color: #fff;
    background: #9779fb;
}

.comments_area .comment_row .media_r {
    margin-left: 80px;
}

/*----------------------------------------------------*/
.images_area {
    overflow: hidden;
    max-width: 1370px;
    margin: 0 auto !important;
    padding-top: 30px;
}

.images_area .images_por {
    position: relative;
    margin-bottom: 60px;
}

.images_area .images_por .img {
    display: block;
    overflow: hidden;
}

.images_area .images_por img {
    max-width: 100%;
    transition: all 300ms linear 0s;
}

.images_area .images_por a {
    width: 76px;
    line-height: 76px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -38px;
    border-radius: 50%;
    background-color: rgba(153, 120, 251, 0.8);
    text-align: center;
    display: block;
    color: #fff;
    opacity: 0;
}

.images_area .images_por a:hover, .images_area .images_por a:focus {
    background: #d953f9;
}

.images_area .images_por:hover img, .images_area .images_por:focus img {
    transform: scale3D(1.1, 1.1, 1);
}

.images_area .images_por:hover a, .images_area .images_por:focus a {
    opacity: 1;
}

.latest_portfolio {
    display: block;
    overflow: hidden;
    padding-top: 115px;
}

.latest_portfolio .tittle {
    padding-bottom: 140px;
}

.latest_portfolio .tittle p {
    font: 400 20px/28px "Overpass", sans-serif;
    color: rgba(40, 40, 40, 0.8);
    max-width: 590px;
    margin: 10px auto 0;
}

.latest_portfolio .portfollio_m {
    margin-bottom: 50px;
    align-items: center;
}

.latest_portfolio .portfollio_m img {
    max-width: 100%;
}

.latest_portfolio .portfollio_m .media-body {
    padding-left: 70px;
}

.latest_portfolio .portfollio_m .media-body h4 {
    font: 400 22px/1 "Overpass", sans-serif;
    color: #37253c;
}

.latest_portfolio .portfollio_m .media-body .heding {
    display: block;
    font: 700 35px/45px "Overpass", sans-serif;
    color: #37253c;
    padding-top: 20px;
}

.latest_portfolio .portfollio_m .media-body .heding:hover, .latest_portfolio .portfollio_m .media-body .heding:focus {
    color: #d953f9;
}

.latest_portfolio .portfollio_m .media-body p {
    font-size: 18px;
    max-width: 600px;
    padding: 20px 0 45px;
}

.latest_portfolio .portfollio_m .media-body .theme_btn {
    min-width: 190px;
    box-shadow: 0px 22px 18px 0px rgba(164, 119, 174, 0.45);
    text-transform: uppercase;
}

.portfolio_grid {
    display: block;
    overflow: hidden;
    padding-top: 185px;
    position: relative;
}

.portfolio_grid:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #baf6fa;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    right: 240px;
    top: 290px;
    animation: float-bob-x infinite 15s linear;
}

.portfolio_grid .protfoli_filter {
    text-align: center;
    padding-bottom: 120px;
}

.portfolio_grid .protfoli_filter li {
    display: inline-block;
    padding-left: 20px;
}

.portfolio_grid .protfoli_filter li:first-child {
    padding: 0;
}

.portfolio_grid .protfoli_filter li a {
    font: 400 18px/56px "Overpass", sans-serif;
    color: #9978fb;
    display: block;
    padding: 0 25px;
    border-radius: 30px;
    box-shadow: 0px 22px 18px 0px rgba(200, 200, 200, 0.45);
    background: #fff;
    text-transform: uppercase;
    padding-top: 4px;
    min-width: 110px;
}

.portfolio_grid .protfoli_filter li:hover a, .portfolio_grid .protfoli_filter li:focus a, .portfolio_grid .protfoli_filter li.active a {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    background-image: -webkit-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    background-image: -ms-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    box-shadow: 0px 22px 18px 0px rgba(164, 119, 174, 0.45);
}

.portfolio_grid .portfoli_inner .portfolio_item {
    margin-bottom: 70px;
}

.portfolio_grid .portfoli_inner .portfolio_item .p_img {
    display: block;
    overflow: hidden;
}

.portfolio_grid .portfoli_inner .portfolio_item .p_img img {
    max-width: 100%;
    transition: all 300ms linear 0s;
}

.portfolio_grid .portfoli_inner .portfolio_item h4 {
    font: 400 22px/1 "Overpass", sans-serif;
    color: #37253c;
    padding-top: 40px;
}

.portfolio_grid .portfoli_inner .portfolio_item .heding {
    display: block;
    font: 700 35px/45px "Overpass", sans-serif;
    color: #37253c;
    padding-top: 20px;
}

.portfolio_grid .portfoli_inner .portfolio_item .heding:hover, .portfolio_grid .portfoli_inner .portfolio_item .heding:focus {
    color: #d953f9;
}

.portfolio_grid .portfoli_inner .portfolio_item p {
    font-size: 18px;
    max-width: 460px;
    padding: 20px 0 45px;
}

.portfolio_grid .portfoli_inner .portfolio_item .mw {
    min-width: 525px;
}

.portfolio_grid .portfoli_inner .portfolio_item .theme_btn {
    min-width: 190px;
    text-transform: uppercase;
    border: 2px solid #ededed;
    color: #37253c;
    background: #fff;
    line-height: 53px;
}

.portfolio_grid .portfoli_inner .portfolio_item .theme_btn:hover, .portfolio_grid .portfoli_inner .portfolio_item .theme_btn:focus {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    background-image: -webkit-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    background-image: -ms-linear-gradient(0deg, #a025f9 0%, #df58f9 100%);
    box-shadow: 0px 22px 18px 0px rgba(164, 119, 174, 0.45);
    border-color: transparent;
}

.portfolio_grid .portfoli_inner .portfolio_item:hover .p_img img, .portfolio_grid .portfoli_inner .portfolio_item:focus .p_img img {
    transform: scale3D(1.2, 1.2, 2);
}

.portfolio_grid .pi_2 {
    padding: 0 15px;
    max-width: 1800px;
    margin: 0 auto;
}

.portfolio_grid .pi_2 .portfolio_item {
    margin-bottom: 30px;
}

.p_full {
    margin-bottom: 200px;
}

.p_full .portfoli_inner {
    margin: 0;
}

.p_full .portfoli_inner .col-lg-4 {
    padding: 0;
}

.p_full .portfoli_inner .portfolio_item {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.p_full .portfoli_inner .portfolio_item .hover {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    display: block;
    background-color: rgba(49, 33, 97, 0.749);
    border: 16px solid rgba(227, 218, 255, 0.749);
    text-align: center;
    padding-top: 130px;
    z-index: 1;
    transform: perspective(400px) rotateY(90deg);
    transform-origin: left;
    transition: all 0.5s;
    opacity: 0;
}

.p_full .portfoli_inner .portfolio_item .hover:before {
    content: "";
    position: absolute;
    background: url("../images/shap-1.png") no-repeat;
    height: 92px;
    width: 30px;
    left: 55px;
    top: 20px;
    z-index: 1;
}

.p_full .portfoli_inner .portfolio_item .hover:after {
    content: "";
    position: absolute;
    background: url("../images/shap-2.png") no-repeat;
    right: 35px;
    bottom: 30px;
    width: 75px;
    height: 58px;
    z-index: -1;
}

.p_full .portfoli_inner .portfolio_item .hover img {
    transform: none !important;
}

.p_full .portfoli_inner .portfolio_item .hover .heding {
    font: 700 35px "Overpass", sans-serif;
    color: #fff;
    display: block;
    padding-bottom: 40px;
}

.p_full .portfoli_inner .portfolio_item .hover .heding:hover, .p_full .portfoli_inner .portfolio_item .hover .heding:focus {
    color: #d953f9;
}

.p_full .portfoli_inner .portfolio_item:hover .hover, .p_full .portfoli_inner .portfolio_item:focus .hover {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
}

.portfolio_slider {
    display: block;
}

.portfolio_slider img {
    max-width: 100%;
}

.portfolio_slider .portfolio_slide {
    position: relative;
}

.portfolio_slider .portfolio_slide .carousel-indicators {
    margin-bottom: 0;
    bottom: -30px;
    text-align: center;
    position: absolute;
}

.portfolio_slider .portfolio_slide .carousel-indicators li {
    border-radius: 50%;
    background-color: white;
    width: 59px;
    height: 59px;
    text-align: center;
    margin: 0 13px;
    flex: 0 0 auto;
    text-indent: initial;
    padding-top: 2px;
    color: #fff;
. cursor: pointer;
    font: 400 18px/59px "Overpass", sans-serif;
    transition: all 300ms linear 0s;
}

.portfolio_slider .portfolio_slide .carousel-indicators li:after, .portfolio_slider .portfolio_slide .carousel-indicators li:before {
    display: none;
}

.portfolio_slider .portfolio_slide .carousel-indicators li:hover, .portfolio_slider .portfolio_slide .carousel-indicators li:focus, .portfolio_slider .portfolio_slide .carousel-indicators li.active {
    background: #9978fb;
}

/*----------------------------------------------------*/
.purpose_area {
    display: block;
    overflow: hidden;
}

.purpose_area h2 {
    font: 900 45px/55px "Overpass", sans-serif;
    color: #282828;
}

.purpose_area p {
    font-size: 18px;
    padding-bottom: 20px;
    max-width: 610px;
}

.purpose_area .first_p {
    font: 400 24px/30px "Overpass", sans-serif;
    color: rgba(40, 40, 40, 0.8);
    max-width: 810px;
    padding-top: 26px;
}

.purpose_area .purpose_last {
    padding-top: 130px;
}

.pua_2 {
    position: relative;
    padding-top: 140px;
}

.pua_2 .shap_style {
    left: auto;
    right: 0;
    top: 40px;
}

.pua_2 .shap_style:before {
    right: auto;
    left: 60px;
}

.pua_2 .shap_style span {
    right: 0;
    left: 48px;
}

.pa_3 {
    padding-bottom: 200px;
}

.pa_3 h4 {
    font: 900 24px/1 "Overpass", sans-serif;
    color: #282828;
    padding-top: 15px;
}

.pa_3 .theme_btn {
    min-width: 246px;
    margin-top: 30px;
    text-transform: uppercase;
}

.pa_4 {
    padding-bottom: 30px;
}

.pa_t {
    padding-bottom: 30px;
    padding-top: 180px;
}

.infographic_design {
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(197, 197, 197, 0.35);
    background: url("../images/infographic_design.png") no-repeat;
    padding: 130px 0 100px;
}

.infographic_design .tittle h4 {
    color: #9978fb;
}

.infographic_design .tittle p {
    font-size: 22px;
    color: rgba(55, 37, 60, 0.8);
    max-width: 860px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    padding-bottom: 60px;
}

.infographic_design .tittle p:after {
    content: "";
    position: absolute;
    left: 45px;
    right: 45px;
    bottom: 0;
    border-bottom: 1px solid #f5f5f5;
}

.infographic_design .client_year {
    max-width: 810px;
    margin: 0 auto;
}

.infographic_design .client_year .client_list {
    padding-top: 40px;
}

.infographic_design .client_year .client_list:nth-child(2) {
    padding-left: 50px;
}

.infographic_design .client_year .client_list:last-child {
    padding-left: 90px;
}

.infographic_design .client_year .client_list h4 {
    font: 700 18px/1 "Overpass", sans-serif;
    color: #37253c;
}

.infographic_design .client_year .client_list h6 {
    font: 400 16px/28px "Overpass", sans-serif;
    color: rgba(55, 37, 60, 0.8);
    padding-top: 10px;
}

.infographic_design .share {
    text-align: center;
    padding-top: 60px;
}

.infographic_design .share li {
    display: inline-block;
    font: 400 18px/1 "Overpass", sans-serif;
    color: #37253c;
}

.infographic_design .share li:first-child {
    padding-right: 20px;
}

.infographic_design .share li a {
    width: 44px;
    border-radius: 50%;
    text-align: center;
    color: #3c3b3c;
    font: normal normal normal 18px/44px FontAwesome;
    display: block;
}

.infographic_design .share li a:hover, .infographic_design .share li a:focus {
    background-image: -moz-linear-gradient(2deg, #9978fb 0%, #5a69f0 100%);
    background-image: -webkit-linear-gradient(2deg, #9978fb 0%, #5a69f0 100%);
    background-image: -ms-linear-gradient(2deg, #9978fb 0%, #5a69f0 100%);
    color: #fff;
}

.the_challenge {
    display: block;
    overflow: hidden;
    padding: 130px 0 50px;
}

.the_challenge h2 {
    font: 700 32px/45px "Overpass", sans-serif;
    color: #37253c;
    padding-bottom: 15px;
}

.the_challenge p {
    font: 400 18px/28px "Overpass", sans-serif;
    color: rgba(55, 37, 60, 0.8);
    max-width: 700px;
}

.the_challenge .challange_img_1 {
    padding-left: 40px;
}

.the_challenge .challange_img_2 img {
    margin-left: -102%;
}

.the_challenge .challainge_row {
    align-items: center;
    margin-bottom: 100px;
}

.project_details {
    display: block;
    overflow: hidden;
    text-align: center;
}

.project_details img {
    max-width: 100%;
    margin-bottom: 30px;
}

.project_details h2 {
    font: 700 32px/45px "Overpass", sans-serif;
    color: #37253c;
    padding-bottom: 15px;
    padding-top: 100px;
}

.project_details p {
    font: 400 18px/28px "Overpass", sans-serif;
    color: rgba(55, 37, 60, 0.8);
    max-width: 700px;
    display: block;
    margin: 0 auto 55px;
}

.project_details .details_row img {
    box-shadow: 0px 0px 32px 0px rgba(239, 176, 246, 0.35);
}

.project_details .more_row {
    padding-top: 107px;
    padding-bottom: 200px;
}

.project_details .more_row .more_text {
    font: 400 22px/28px "Overpass", sans-serif;
    color: #37253c;
    position: relative;
    display: block;
    padding-bottom: 10px;
    padding-top: 20px;
}

.project_details .more_row .more_text:before {
    content: "";
    position: absolute;
    left: 38%;
    margin: 0 auto;
    background: #fff;
    height: 3px;
    width: 3px;
    display: block;
    bottom: 0;
    z-index: 1;
}

.project_details .more_row .more_text:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #9978fb;
    height: 3px;
    width: 95px;
    display: block;
    bottom: 0;
}

.project_details .more_row .more_text:hover:after, .project_details .more_row .more_text:focus:after {
    background: #dd56f9;
}

.project_details .more_row .more {
    font: 700 20px/133px "Overpass", sans-serif;
    width: 133px;
    border-radius: 50%;
    background: #9978fb;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
}

.project_details .more_row .more:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 35px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #ea87fe;
}

.project_details .more_row .more:hover, .project_details .more_row .more:focus {
    background: #dd56f9;
}

.project_details .more_row .more:hover:after, .project_details .more_row .more:focus:after {
    background: #fff;
}

.digital_business {
    display: block;
    overflow: hidden;
    padding-bottom: 200px;
}

.digital_business h2 {
    font: 700 30px/42px "Overpass", sans-serif;
    color: #282828;
    max-width: 470px;
    padding-bottom: 45px;
}

.digital_business h2 span {
    color: #9978fb;
}

.digital_business .title_p {
    font-size: 22px;
    color: rgba(40, 40, 40, 0.8);
    padding-bottom: 60px;
}

.digital_business .socail {
    text-align: right;
}

.digital_business .socail li {
    display: inline-block;
    padding-left: 25px;
}

.digital_business .socail li:first-child {
    padding: 0;
}

.digital_business .socail li a {
    font-size: 24px;
    color: #bbb1c3;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.digital_business .socail li a:hover, .digital_business .socail li a:focus {
    color: #a428f9;
}

.digital_business .experiences_img img {
    max-width: 100%;
    margin-bottom: 40px;
}

.digital_business .experiences_text {
    padding-left: 55px;
}

.digital_business .experiences_text h3 {
    padding-bottom: 30px;
    font: 700 22px "Overpass", sans-serif;
    color: #a428f9;
}

.digital_business .experiences_text p {
    padding-bottom: 10px;
    font-size: 18px;
}

.digital_business .experiences_text .experiences {
    box-shadow: 0px 10px 26px 0px rgba(211, 209, 209, 0.35);
    padding: 40px;
    margin-top: 40px;
}

.digital_business .experiences_text .experiences li {
    font: 400 18px/55px "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.702);
    display: block;
}

.digital_business .experiences_text .experiences li b {
    font-weight: 700;
    color: #282331;
    min-width: 190px;
    display: inline-block;
}

.digital_business .experiences_text .experiences li a {
    color: rgba(36, 36, 37, 0.702);
}

.digital_business .experiences_text .experiences li a:hover {
    color: #a428f9;
}

.digital_business .pn_post {
    padding-top: 80px;
}

.digital_business .pn_post a {
    font: 700 21px/1 "Overpass", sans-serif;
    color: #282331;
    text-shadow: 0px 8px 4px rgba(153, 142, 142, 0.35);
}

.digital_business .pn_post a:last-child {
    float: right;
}

.digital_business .pn_post a:hover {
    color: #a428f9;
    text-shadow: 0px 8px 4px rgba(153, 120, 251, 0.35);
}

/*----------------------------------------------------*/
.error_area {
    display: block;
    overflow: hidden;
    text-align: center;
    background: #faf2fe url("../images/e-shap-1.png") no-repeat center bottom;
    padding-top: 290px;
}

.error_area img {
    max-width: 100%;
}

.error_area h4 {
    font: 700 30px/40px "Overpass", sans-serif;
    color: #292929;
    padding: 25px 0 90px;
}

.error_area a {
    min-width: 255px;
}

.error_area p {
    padding-top: 220px;
    padding-bottom: 50px;
}

.error_area p a {
    color: rgba(36, 36, 37, 0.702);
}

.error_area p a:hover {
    color: #d953f9;
}

.bg_s {
    position: relative;
    z-index: 1;
}

.bg_s:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 15%;
    height: 71px;
    width: 71px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-176deg, #ffebff 0%, #e240ff 100%);
    background-image: -webkit-linear-gradient(-176deg, #ffebff 0%, #e240ff 100%);
    background-image: -ms-linear-gradient(-176deg, #ffebff 0%, #e240ff 100%);
    box-shadow: 0px 22px 32px 0px rgba(157, 157, 157, 0.35);
    z-index: -1;
    animation: float-bob-x infinite 15s linear;
}

.bg_s:after {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 10%;
    height: 71px;
    width: 71px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-113deg, #faf2fe 0%, #9779fb 100%);
    background-image: -webkit-linear-gradient(-113deg, #faf2fe 0%, #9779fb 100%);
    background-image: -ms-linear-gradient(-113deg, #faf2fe 0%, #9779fb 100%);
    box-shadow: 0px 22px 32px 0px rgba(157, 157, 157, 0.35);
    z-index: -1;
    animation: float-bob-x infinite 15s linear;
}

.bg_s .shap_1 {
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: -1;
    animation: float-bob-y infinite 2s linear;
}

.bg_s .shap_2 {
    position: absolute;
    right: 34%;
    bottom: 0;
    z-index: -1;
    animation: float-bob-y infinite 2s linear;
}

.bg_s .shap_3 {
    position: absolute;
    left: 30%;
    bottom: 0;
    z-index: -1;
    animation: float-bob-y infinite 2s linear;
}

.coming_soon {
    display: block;
    overflow: hidden;
    text-align: center;
    background: #e9fffc url("../images/c-shap-1.png") no-repeat center bottom;
    padding-top: 390px;
    position: relative;
    z-index: 1;
}

.coming_soon .s_shap_1 {
    position: absolute;
    right: 110px;
    top: 30%;
    z-index: -1;
    animation: float-bob-y infinite 2s linear;
}

.coming_soon .s_shap_2 {
    position: absolute;
    left: 110px;
    bottom: 30%;
    animation: float-bob-y infinite 2s linear;
    z-index: -1;
}

.coming_soon img {
    max-width: 100%;
}

.coming_soon h2 {
    font: 700 35px/45px "Overpass", sans-serif;
    color: #292929;
    max-width: 680px;
    margin: 0 auto;
    padding: 25px 0 90px;
}

.coming_soon .countdown {
    padding: 190px 0;
}

.coming_soon .countdown .ds-element {
    display: inline-block;
    min-width: 210px;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}

.coming_soon .countdown .ds-element:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 15px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #f197ff;
}

.coming_soon .countdown .ds-element:first-child:after {
    display: none;
}

.coming_soon .countdown .ds-element .ds-element-title {
    font: 400 22px/1 "Overpass", sans-serif;
    color: #302929;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.coming_soon .countdown .ds-element .ds-element-value {
    font: 700 50px/1 "Overpass", sans-serif;
    color: #ff3d3d;
}

.coming_soon ul li {
    display: inline-block;
}

.coming_soon ul li a {
    font: 400 18px/35px "Overpass", sans-serif;
    color: #292929;
    padding: 0 20px;
    display: block;
    text-align: center;
    padding-top: 4px;
}

.coming_soon ul li a:hover, .coming_soon ul li a:focus, .coming_soon ul li a.active {
    color: #fff;
    background: #dd57f9;
}

.coming_soon p {
    padding-top: 220px;
    padding-bottom: 50px;
}

.coming_soon p a {
    color: rgba(36, 36, 37, 0.702);
}

.coming_soon p a:hover {
    color: #d953f9;
}

/*----------------------------------------------------*//* Problem_solve Area */
.problem_solve {
    display: block;
    overflow: hidden;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.problem_solve figure {
    position: absolute;
    right: 0;
    top: 0;
}

.problem_solve:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/solve-shap.png") no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.problem_solve .tittle {
    text-align: left;
    padding-bottom: 50px;
}

.problem_solve .tittle h2 {
    margin: 0;
}

.problem_solve .tittle p {
    font-size: 18px;
    max-width: 450px;
    padding-top: 15px;
}

.problem_solve .solve_from {
    max-width: 565px;
}

.problem_solve .solve_from .form-group {
    margin-bottom: 40px;
}

.problem_solve .solve_from .form-group .form-control {
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    font: 400 18px/57px "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.702);
    height: auto;
    padding: 0;
    resize: none;
}

.problem_solve .solve_from .form-group .form-control.placeholder {
    color: rgba(36, 36, 37, 0.702);
}

.problem_solve .solve_from .form-group .form-control:-moz-placeholder {
    color: rgba(36, 36, 37, 0.702);
}

.problem_solve .solve_from .form-group .form-control::-moz-placeholder {
    color: rgba(36, 36, 37, 0.702);
}

.problem_solve .solve_from .form-group .form-control::-webkit-input-placeholder {
    color: rgba(36, 36, 37, 0.702);
}

.problem_solve .solve_from .form-group .form-control:focus.placeholder {
    color: transparent;
}

.problem_solve .solve_from .form-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.problem_solve .solve_from .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.problem_solve .solve_from .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.problem_solve .solve_from .form-group textarea {
    height: 125px !important;
    line-height: 30px !important;
    padding-top: 30px !important;
}

.problem_solve .solve_from .form-group textarea.placeholder {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.problem_solve .solve_from .form-group textarea:-moz-placeholder {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.problem_solve .solve_from .form-group textarea::-moz-placeholder {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.problem_solve .solve_from .form-group textarea::-webkit-input-placeholder {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.problem_solve .solve_from .form-group .theme_btn {
    margin: 0;
    width: 125px;
    color: #fff;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    overflow: hidden;
    font-weight: 400;
    display: block;
    float: right;
    box-shadow: 0px 22px 18px 0px rgba(164, 119, 174, 0.45);
}

.ps_2 {
    padding-top: 30px;
}

.ps_2 figure {
    right: auto;
    left: 0;
    top: 170px;
}

.ps_2 .solve_from {
    max-width: 100%;
}

.ps_2 .solve_from .form-group .theme_btn {
    box-shadow: 0px 22px 18px 0px rgba(172, 157, 241, 0.45);
}

.ps_3 {
    margin-top: 150px;
}

.ps_3 .skye_img {
    right: 0;
    top: 0;
    left: auto;
}

.ps_3 .skye_img img {
    animation: float-bob-y infinite 2s linear;
}

.ps_3 .shap_style {
    top: auto;
    right: 40px;
    bottom: 100px;
}

/* Problem_solve Area *//* leave_reply Area */
.leave_comment {
    display: block;
    overflow: hidden;
    padding: 120px 0;
    background: #f9f9f9;
}

.leave_comment h2 {
    font: 700 26px/1 "Overpass", sans-serif;
    color: #282828;
    padding-bottom: 55px;
}

.leave_comment .comment_from {
    max-width: 770px;
}

.leave_comment .form-group {
    margin-bottom: 45px;
    display: block;
    overflow: hidden;
    width: 100%;
}

.leave_comment .form-group .form-control {
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    font: 400 16px/60px "Overpass", sans-serif;
    color: rgba(83, 112, 151, 0.6);
    height: auto;
    padding: 0 30px;
    resize: none;
}

.leave_comment .form-group .form-control.placeholder {
    color: rgba(80, 60, 87, 0.6);
}

.leave_comment .form-group .form-control:-moz-placeholder {
    color: rgba(80, 60, 87, 0.6);
}

.leave_comment .form-group .form-control::-moz-placeholder {
    color: rgba(80, 60, 87, 0.6);
}

.leave_comment .form-group .form-control::-webkit-input-placeholder {
    color: rgba(80, 60, 87, 0.6);
}

.leave_comment .form-group .form-control:hover, .leave_comment .form-group .form-control:focus {
    background-color: white;
    box-shadow: 0px 20px 18px 0px rgba(230, 211, 188, 0.35);
}

.leave_comment .form-group .form-control:hover.placeholder, .leave_comment .form-group .form-control:focus.placeholder {
    color: transparent;
}

.leave_comment .form-group .form-control:hover:-moz-placeholder, .leave_comment .form-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.leave_comment .form-group .form-control:hover::-moz-placeholder, .leave_comment .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.leave_comment .form-group .form-control:hover::-webkit-input-placeholder, .leave_comment .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.leave_comment .form-group textarea {
    height: 210px !important;
    line-height: 30px !important;
    padding-top: 30px !important;
}

.leave_comment .form-group .theme_btn {
    margin: 0;
    width: 235px;
    color: #fff;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    overflow: hidden;
    font-weight: 400;
    display: block;
    background-image: linear-gradient(to right, #9b79fb 0%, #5468ef 51%, #9b79fb 100%);
}

/* End leave_reply Area */
.map_from {
    overflow: hidden;
    padding-bottom: 60px;
}

.map_from .map {
    padding: 0;
    margin-bottom: -8px;
    position: relative;
}

.map_from .map img {
    position: absolute;
    top: 50%;
    right: 150px;
}

.map_from .map iframe {
    width: 100%;
    height: 700px;
}

.map_from .from_main {
    padding: 95px 65px;
    box-shadow: 0px 0px 22px 0px rgba(205, 205, 205, 0.35);
}

.map_from .from_main .form-group {
    margin-bottom: 30px;
}

.map_from .from_main .form-group .form-control {
    box-shadow: none;
    outline: none;
    border: 1px solid #f5f0ff;
    background: #fff;
    font: 400 16px/58px "Overpass", sans-serif;
    color: rgba(40, 35, 49, 0.6);
    border-radius: 0;
    height: auto;
    padding: 0 25px;
    resize: none;
    min-width: 100%;
}

.map_from .from_main .form-group .form-control.placeholder {
    color: rgba(40, 35, 49, 0.702);
}

.map_from .from_main .form-group .form-control:-moz-placeholder {
    color: rgba(40, 35, 49, 0.702);
}

.map_from .from_main .form-group .form-control::-moz-placeholder {
    color: rgba(40, 35, 49, 0.702);
}

.map_from .from_main .form-group .form-control::-webkit-input-placeholder {
    color: rgba(40, 35, 49, 0.702);
}

.map_from .from_main .form-group .form-control:focus {
    box-shadow: 0px 14px 28px 0px rgba(247, 223, 205, 0.35);
    border-color: #fff;
}

.map_from .from_main .form-group .form-control:focus.placeholder {
    color: transparent;
}

.map_from .from_main .form-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.map_from .from_main .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.map_from .from_main .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.map_from .from_main .form-group textarea {
    line-height: 30px !important;
    height: 190px !important;
    padding-top: 20px !important;
}

.map_from .from_main .form-group .theme_btn {
    border: 0;
    box-shadow: none;
    outline: none;
    width: 234px;
    margin-top: 20px;
    background-image: linear-gradient(to right, #9b79fb 0%, #5468ef 51%, #9b79fb 100%);
}

.map_from .from_main .form-group.has-error .form-control {
    border-color: red;
}

/*----------------------------------------------------*//* summer_collerction */
.summer_collerction {
    display: block;
    background: url("../images/shop-bg.png") no-repeat top right;
    box-shadow: 0px 0px 45px 0px rgba(212, 187, 254, 0.35);
    padding-top: 200px;
}

.summer_collerction .shop_caption {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 140px;
}

.summer_collerction .shop_caption h3 {
    font: 700 46px/1 "Overpass", sans-serif;
    color: rgba(40, 35, 49, 0.6);
}

.summer_collerction .shop_caption h2 {
    font: 700 62px/1 "Overpass", sans-serif;
    color: #282828;
    padding: 40px 0 70px;
}

.summer_collerction .shop_caption .theme_btn {
    border-radius: 10px;
    font-weight: 400;
    min-width: 200px;
}

.summer_collerction .shop_slide img {
    max-width: 100%;
}

.summer_collerction .shop_slide .nav_control {
    text-align: center;
    position: relative;
    top: 38px;
}

.summer_collerction .shop_slide .nav_control a {
    width: 74px;
    line-height: 74px;
    height: 74px;
    text-align: center;
    font-size: 43px;
    color: #d953f9;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 45px 62px 0px rgba(161, 161, 161, 0.35);
    display: inline-block;
    margin: 0 10px;
}

.summer_collerction .shop_slide .nav_control a i:before {
    line-height: 74px;
    font-size: 43px;
}

.summer_collerction .shop_slide .nav_control a:hover, .summer_collerction .shop_slide .nav_control a:focus {
    background: #d953f9;
    color: #fff;
}

/* summer_collerction *//* shop_with_sidebar */
.shop_with_sidebar {
    display: block;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 100px; /* shop_right_sidebar */ /* Shop Items */
}

.shop_with_sidebar .shop_left_sidebar .input-group {
    position: relative;
}

.shop_with_sidebar .shop_left_sidebar .input-group input {
    font: 400 16px/58px "Overpass", sans-serif;
    color: rgba(12, 20, 35, 0.431);
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 0 20px;
    width: 100%;
    height: auto;
}

.shop_with_sidebar .shop_left_sidebar .input-group input.placeholder {
    color: rgba(12, 20, 35, 0.431);
}

.shop_with_sidebar .shop_left_sidebar .input-group input:-moz-placeholder {
    color: rgba(12, 20, 35, 0.431);
}

.shop_with_sidebar .shop_left_sidebar .input-group input::-moz-placeholder {
    color: rgba(12, 20, 35, 0.431);
}

.shop_with_sidebar .shop_left_sidebar .input-group input::-webkit-input-placeholder {
    color: rgba(12, 20, 35, 0.431);
}

.shop_with_sidebar .shop_left_sidebar .input-group input:focus.placeholder {
    color: #fff;
}

.shop_with_sidebar .shop_left_sidebar .input-group input:focus:-moz-placeholder {
    color: #fff;
}

.shop_with_sidebar .shop_left_sidebar .input-group input:focus::-moz-placeholder {
    color: #fff;
}

.shop_with_sidebar .shop_left_sidebar .input-group input:focus::-webkit-input-placeholder {
    color: #fff;
}

.shop_with_sidebar .shop_left_sidebar .input-group .input-group-text {
    position: absolute;
    top: 4px;
    right: 3px;
    z-index: 3;
    color: #bfbfbf;
    font-size: 18px;
    background: #fff;
    line-height: 46px;
    padding: 0 25px;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    bottom: 4px;
    transition: all 300ms linear 0s;
}

.shop_with_sidebar .shop_left_sidebar .input-group .input-group-text:hover, .shop_with_sidebar .shop_left_sidebar .input-group .input-group-text:focus {
    color: #fff;
    background: #d953f9;
}

.shop_with_sidebar .shop_left_sidebar .s_widget {
    padding-top: 80px;
}

.shop_with_sidebar .shop_left_sidebar .s_widget h4 {
    font: 700 21px/1 "Overpass", sans-serif;
    color: #282828;
}

.shop_with_sidebar .shop_left_sidebar .s_widget .categories {
    padding-top: 20px;
}

.shop_with_sidebar .shop_left_sidebar .s_widget .categories li a {
    font: 700 15px/55px "Overpass", sans-serif;
    color: #39436f;
}

.shop_with_sidebar .shop_left_sidebar .s_widget .categories li a:hover, .shop_with_sidebar .shop_left_sidebar .s_widget .categories li a:focus {
    color: #d953f9;
}

.shop_with_sidebar .shop_left_sidebar .range_w {
    padding-top: 75px;
}

.shop_with_sidebar .shop_left_sidebar .range_w .range_input {
    padding-top: 45px;
}

.shop_with_sidebar .shop_left_sidebar .range_w .range_input #slider-range {
    border: 0;
    background: #eef2f5;
    border-radius: 0;
    height: 4px;
    margin-bottom: 40px;
}

.shop_with_sidebar .shop_left_sidebar .range_w .range_input #slider-range .ui-slider-range {
    background: #feddd6;
}

.shop_with_sidebar .shop_left_sidebar .range_w .range_input #slider-range .ui-slider-handle {
    border-radius: 50%;
    border: 0;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    height: 15px;
    width: 15px;
    outline: none;
    top: -7px;
    cursor: pointer;
}

.shop_with_sidebar .shop_left_sidebar .range_w .range_input label {
    font: 700 15.2px/46px "Overpass", sans-serif;
    display: inline-block;
    background: #fc8b6f;
    color: #fff;
    margin: 0;
    text-align: center;
    min-width: 142px;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

.shop_with_sidebar .shop_left_sidebar .range_w .range_input label:hover, .shop_with_sidebar .shop_left_sidebar .range_w .range_input label:focus {
    box-shadow: 0px 25px 42px 0px rgba(164, 109, 253, 0.35);
}

.shop_with_sidebar .shop_left_sidebar .range_w .range_input input {
    border: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.651);
    font: 700 15.2px/46px "Overpass", sans-serif;
    width: 40%;
    float: right;
    text-align: right;
}

.shop_with_sidebar .shop_left_sidebar .popular_products h4 {
    padding-bottom: 52px;
}

.shop_with_sidebar .shop_left_sidebar .popular_products .media {
    margin-bottom: 25px;
}

.shop_with_sidebar .shop_left_sidebar .popular_products .media:hover .media-body a, .shop_with_sidebar .shop_left_sidebar .popular_products .media:focus .media-body a {
    color: #fc8b6f;
}

.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body {
    margin-left: 30px;
}

.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body a {
    font: 700 18px/1 "Overpass", sans-serif;
    color: #39436f;
    display: block;
    margin-top: -2px;
}

.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body .rating {
    padding-top: 5px;
}

.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body .rating li {
    display: inline-block;
}

.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body .rating li a {
    font-size: 12px;
    color: #fc8b6f;
    display: inline-block;
}

.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body h4 {
    font: 400 18px/1 "Overpass", sans-serif;
    color: rgba(0, 0, 0, 0.4);
    padding: 0;
    padding-top: 5px;
}

.shop_with_sidebar .shop_right_sidebar {
    margin: 0;
    padding: 0;
}

.shop_with_sidebar .shop_items {
    margin-bottom: 70px;
}

.shop_with_sidebar .shop_items .shop_img {
    display: block;
    overflow: hidden;
}

.shop_with_sidebar .shop_items .shop_img img {
    max-width: 100%;
    transition: all 500ms linear 0s;
}

.shop_with_sidebar .shop_items .heding {
    font: 700 21px/1 "Overpass", sans-serif;
    color: #39436f;
    display: inline-block;
    padding-top: 45px;
}

.shop_with_sidebar .shop_items .heding span {
    display: block;
    font: 400 24px/1 "Overpass", sans-serif;
    color: rgba(0, 0, 0, 0.4);
    padding-top: 15px;
}

.shop_with_sidebar .shop_items .heding:hover, .shop_with_sidebar .shop_items .heding:focus {
    color: #d953f9;
}

.shop_with_sidebar .shop_items .more_btn {
    font-size: 21px;
    background: #d9c5ff;
    line-height: 74px;
    width: 74px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-right: 40px;
    float: right;
    margin-top: 40px;
    font-family: "Font Awesome 5 Pro";
    box-shadow: 0px 45px 62px 0px rgba(161, 161, 161, 0.35);
}

.shop_with_sidebar .shop_items .more_btn:hover, .shop_with_sidebar .shop_items .more_btn:focus {
    background: #d953f9;
    box-shadow: 0px 30px 38px 0px rgba(151, 93, 250, 0.35);
}

.shop_with_sidebar .shop_items:hover .shop_img img, .shop_with_sidebar .shop_items:focus .shop_img img {
    transform: scale3D(1.5, 1.5, 1);
}

.shop_with_sidebar .shop_single {
    padding-bottom: 50px;
}

.shop_with_sidebar .shop_single .shop_slide {
    margin-bottom: 70px;
}

.shop_with_sidebar .shop_single .shop_slide img {
    max-width: 100%;
    box-shadow: 0px 0px 28px 0px rgba(212, 212, 212, 0.35);
}

.shop_with_sidebar .shop_single .shop_slide .carousel-item {
    box-shadow: 0px 0px 28px 0px rgba(212, 212, 212, 0.35);
}

.shop_with_sidebar .shop_single .shop_slide .indicators {
    padding: 0;
    margin: 0;
    margin-top: 50px;
    text-align: center;
}

.shop_with_sidebar .shop_single .shop_slide .indicators li {
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
}

.shop_with_sidebar .shop_single h2 {
    display: block;
    font: 700 32px/45px "Overpass", sans-serif;
    color: #39436f;
    padding-bottom: 10px;
}

.shop_with_sidebar .shop_single .interface {
    display: block;
    overflow: hidden;
}

.shop_with_sidebar .shop_single .interface .price {
    display: inline-block;
    float: left;
}

.shop_with_sidebar .shop_single .interface .price h3 {
    font: 700 32px/45px "Overpass", sans-serif;
    color: #fc8b6f;
}

.shop_with_sidebar .shop_single .interface .price .reting li {
    color: #fc8b6f;
    font-size: 18px;
    display: inline-block;
    padding-right: 10px;
}

.shop_with_sidebar .shop_single .interface .price .reting li span {
    font: 400 15px/1 "Overpass", sans-serif;
    color: #7c84a7;
    padding-left: 20px;
}

.shop_with_sidebar .shop_single .interface .tags {
    padding-left: 150px;
    display: inline-block;
}

.shop_with_sidebar .shop_single .interface .tags li {
    font: 400 16px/28px "Overpass", sans-serif;
    color: #fc8b6f;
}

.shop_with_sidebar .shop_single .interface .tags li a {
    display: inline-block;
    color: #9195a9;
}

.shop_with_sidebar .shop_single .interface .tags li a:hover, .shop_with_sidebar .shop_single .interface .tags li a:focus {
    color: #d953f9;
}

.shop_with_sidebar .shop_single .details {
    color: rgba(57, 67, 111, 0.702);
    max-width: 750px;
    padding: 45px 0 60px;
}

.shop_with_sidebar .shop_single .value-section {
    box-shadow: 0px 0px 28px 0px rgba(212, 212, 212, 0.35);
    border-radius: 10px;
    width: 155px;
    display: inline-block;
    overflow: hidden;
    padding: 4px 0;
}

.shop_with_sidebar .shop_single .value-section li {
    display: inline-block;
    float: left;
}

.shop_with_sidebar .shop_single .value-section li button {
    display: block;
    font: 400 18px/32px "Overpass", sans-serif;
    background: #eaddfd;
    color: #fff;
    width: 32px;
    border-radius: 50%;
    border: 0;
    margin: 5px 0;
    height: 32px;
    cursor: pointer;
}

.shop_with_sidebar .shop_single .value-section li button:hover, .shop_with_sidebar .shop_single .value-section li button:focus {
    background: #d953f9;
}

.shop_with_sidebar .shop_single .value-section #product-value {
    display: inline-block;
    width: 105px;
    text-align: center;
    font: 400 18px/80px "Overpass", sans-serif;
    color: #39436f;
}

.shop_with_sidebar .shop_single .value_buy {
    display: flex;
    align-items: center;
}

.shop_with_sidebar .shop_single .value_buy .theme_btn {
    border-radius: 10px;
    margin-left: 45px;
    line-height: 55px;
    min-width: 190px;
    font-weight: 400;
    text-transform: capitalize;
}

.shop_with_sidebar .shop_single .review-tab {
    display: block;
    overflow: hidden;
    padding: 100px 0;
}

.shop_with_sidebar .shop_single .review-tab .nav-tabs {
    border-bottom: 2px solid #f1f1f1;
    max-width: 750px;
}

.shop_with_sidebar .shop_single .review-tab .nav-tabs li {
    padding-right: 70px;
}

.shop_with_sidebar .shop_single .review-tab .nav-tabs li:last-child {
    padding-right: 0;
}

.shop_with_sidebar .shop_single .review-tab .nav-tabs li a {
    font: 700 20px/30px "Overpass", sans-serif;
    color: #39436f;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.shop_with_sidebar .shop_single .review-tab .nav-tabs li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 0;
    transition: all 300ms linear 0s;
    border-bottom: 2px solid #d953f9;
}

.shop_with_sidebar .shop_single .review-tab .nav-tabs li a:hover:after, .shop_with_sidebar .shop_single .review-tab .nav-tabs li a:focus:after, .shop_with_sidebar .shop_single .review-tab .nav-tabs li a.active:after {
    width: 100%;
}

.shop_with_sidebar .shop_single .review-tab .tab-content {
    background: #f7f1ff;
    padding: 50px 40px;
}

.shop_with_sidebar .shop_single .review-tab .tab-content .tab-pane p {
    color: rgba(57, 67, 111, 0.8);
}

.shop_with_sidebar .related_tittle {
    font: 700 24px/1 "Overpass", sans-serif;
    color: #39436f;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 70px;
}

.shop_with_sidebar .next_pages {
    margin-top: 20px;
    display: block;
    position: relative;
    z-index: 1;
}

.shop_with_sidebar .next_pages:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    background: #f7f8ff;
    height: 4px;
    width: 100%;
    z-index: -1;
}

.shop_with_sidebar .next_pages li {
    display: inline-block;
    float: left;
}

.shop_with_sidebar .next_pages li:last-child {
    float: right;
}

.shop_with_sidebar .next_pages li a {
    font-size: 20px;
    background: #fff;
    line-height: 54px;
    width: 54px;
    height: 54px;
    box-shadow: 0px 0px 54px 0px rgba(206, 206, 206, 0.36);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #d9c5ff;
}

.shop_with_sidebar .next_pages li a:hover, .shop_with_sidebar .next_pages li a:focus {
    background: #d953f9;
    color: #fff;
    box-shadow: 0px 30px 26px 0px rgba(189, 146, 255, 0.36);
}

/* shop_with_sidebar *//*----------------------------------------------------*/
.footer_area {
    display: block;
    overflow: hidden;
    background: #eefff6 url("../images/footer-bg.png") no-repeat center bottom;
    padding-top: 120px;
    position: relative;
    z-index: 1;
}

.footer_area:before {
    content: "";
    position: absolute;
    left: 140px;
    top: 190px;
    height: 14px;
    width: 14px;
    border: 3px solid #ecbafa;
    border-radius: 50%;
    animation: float-bob-x infinite 15s linear;
    z-index: -1;
}

.footer_area:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 14px;
    width: 14px;
    border: 3px solid #bfffdd;
    border-radius: 50%;
    animation: float-bob-y infinite 2s linear;
    z-index: -1;
}

.footer_area .footer_inner {
    padding-bottom: 15px;
}

.footer_area .footer_address address {
    font: 400 18px/28px "Overpass", sans-serif;
    color: rgba(40, 40, 40, 0.8);
}

.footer_area .footer_address address a {
    display: block;
    color: rgba(36, 36, 37, 0.8);
    padding-top: 5px;
}

.footer_area .footer_address address a.number {
    padding-top: 20px;
}

.footer_area .footer_address address a:hover, .footer_area .footer_address address a:focus {
    color: #d953f9;
}

.footer_area .footer_address .footer_social {
    padding: 40px 0 65px;
}

.footer_area .footer_address .footer_social li {
    display: inline-block;
    padding-right: 10px;
}

.footer_area .footer_address .footer_social li:last-child {
    padding: 0;
}

.footer_area .footer_address .footer_social li a {
    font-size: 18px;
    color: #575757;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_area .footer_address .footer_social li a:hover, .footer_area .footer_address .footer_social li a:focus {
    color: #fff;
    background: #d953f9;
}

.footer_area .footer_widget h4 {
    font: 400 20px/1 "Overpass", sans-serif;
    color: #242425;
    padding-bottom: 27px;
    text-transform: uppercase;
}

.footer_area .footer_widget .footer_nav li a {
    font: 400 18px/38px "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.8);
    display: block;
}

.footer_area .footer_widget .footer_nav li a:hover, .footer_area .footer_widget .footer_nav li a:focus {
    color: #d953f9;
}

.footer_area .footer_widget.fw_2 {
    padding-left: 30px;
}

.footer_area .copy_right {
    align-items: center;
    padding: 65px 0;
}

.footer_area .copy_right p {
    color: rgba(36, 36, 37, 0.8);
    line-height: 26px;
}

.footer_area .copy_right p img {
    padding-right: 27px;
}

.footer_area .copy_right p a {
    color: rgba(36, 36, 37, 0.8);
}

.footer_area .copy_right p a:hover, .footer_area .copy_right p a:focus {
    color: #d953f9;
}

.footer_area .copy_right .mobile_icon {
    text-align: center;
}

.footer_area .copy_right .mobile_icon li {
    display: inline-block;
}

.footer_area .copy_right .mobile_icon li:first-child {
    font: 400 18px/1 "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.902);
}

.footer_area .copy_right .mobile_icon li a {
    color: #575757;
    font-size: 20px;
    padding-left: 20px;
    display: inline-block;
}

.footer_area .copy_right .mobile_icon li a:hover, .footer_area .copy_right .mobile_icon li a:focus {
    color: #d953f9;
}

.footer_area .copy_right .footer_nav {
    text-align: right;
}

.footer_area .copy_right .footer_nav li {
    display: inline-block;
    padding-left: 7px;
}

.footer_area .copy_right .footer_nav li a {
    font: 400 16px/1 "Overpass", sans-serif;
    color: rgba(36, 36, 37, 0.8);
    display: block;
    border-bottom: 1px solid transparent;
}

.footer_area .copy_right .footer_nav li a:hover, .footer_area .copy_right .footer_nav li a:focus {
    color: #d953f9;
    border-color: #d953f9;
}

.footer_area.no-shap {
    background: url("../images/footer-bg-2.png") no-repeat center top;
    padding-top: 280px;
}

.footer_area.no-shap:after, .footer_area.no-shap:before {
    display: none;
}

/*----------------------------------------------------*/
@media (max-width: 1700px) {
    .ps_2 .user-img {
        width: 80%;
    }
}

@media (max-width: 1600px) {
    .main_header_area {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main_header_area.navbar_fixed {
        padding: 0 30px;
    }

    .banner_area .tab-content .images_2 {
        right: 0;
        bottom: 0;
    }

    .banner_area .tab-content .images_1 {
        left: 0;
    }

    .about_agency .about_bg {
        width: 30%;
    }

    .ba_3 .images_1 {
        display: none;
    }

    .ba_3 .banner_img img {
        max-width: 100%;
    }

    .aa_3 .about_bg {
        width: 40%;
    }
}

@media (max-width: 1440px) {
    .main_header_area .navbar .navbar_supported .header_social {
        padding-left: 30px;
    }

    .about_agency:before {
        display: none;
    }

    .digital_agency .agency_count:before {
        width: 30%;
    }

    .ba_2 .illustration-1 {
        margin: 0;
        max-width: 100%;
    }

    .ba_2 .banner_contant {
        padding-top: 0;
    }

    .ba_2 .images_2 {
        bottom: 0;
        right: 0;
    }

    .da_2 .agency_count {
        background: none;
    }

    .da_2 .agency_count .illistasion {
        margin: 0;
        max-width: 100%;
    }

    .da_2 .agency_count .countarup_area .watch_area {
        right: 70px;
    }

    .introducing_area .introducing_img img {
        margin: 0;
        max-width: 100%;
    }

    .ta_2 figure {
        width: 40%;
    }

    .problem_solve figure {
        width: 40%;
    }

    .aa_3 {
        padding: 100px 0;
    }

    .aa_3 .about_bg {
        top: 100px;
    }

    .pages_banner figure {
        left: 0;
        bottom: 0;
    }

    .pages_banner .shap_style {
        display: none;
    }

    .pb_p figure {
        left: auto;
        right: 0;
    }

    .pb_p h2:after {
        background-size: contain;
        width: 70%;
        left: 0;
        height: 150px;
        top: 80px;
    }

    .pb_p_2 h2:after {
        background-size: contain;
        width: 100%;
        left: 0;
        background-position: center;
        right: 0;
        top: 0;
    }

    .the_challenge .challange_img_1 {
        padding-left: 15px;
    }
}

@media (max-width: 1366px) and (min-width: 992px) {
    .main_header_area .navbar .navbar_supported {
        display: block !important;
    }

    .main_header_area .navbar .navbar_supported .navbar-nav {
        float: right;
        padding-right: 20px;
    }
}

@media (max-width: 1366px) {
    .main_header_area .navbar .navbar_supported .header_social {
        display: none;
    }

    .main_header_area .navbar .right_nav li .number {
        display: none;
    }

    .ba_3 .images_2 {
        display: none;
    }

    .pb_3 {
        border-bottom: 1px solid #f1ecfe;
    }

    .pb_3 .banner-lamp {
        display: none;
    }

    .pb_3 .tittle {
        padding-top: 50px;
    }

    .pb_2 .banner_ai {
        position: inherit;
        right: 0;
    }

    .pb_2 .banner_ai img {
        max-width: 100%;
    }

    .pb_2 {
        border-bottom: 1px solid #f1ecfe;
        padding-bottom: 30px;
    }

    .pb_2 .banner_ai {
        padding-top: 40px;
    }

    .blog_area {
        padding-top: 100px;
    }

    .contact_info {
        padding: 100px 0;
    }
}

@media (max-width: 1199px) {
    .main_header_area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main_header_area.navbar_fixed {
        padding: 0 15px;
    }

    .main_header_area .navbar .navbar_supported ul li a {
        margin: 0 15px;
    }

    .footer_area .copy_right {
        padding-bottom: 30px;
    }

    .footer_area .copy_right p {
        text-align: center;
        padding-top: 30px;
    }

    .footer_area .copy_right .mobile_icon {
        text-align: left;
    }

    .style_2 {
        right: 0;
    }

    .banner_area .tab-content .images_1, .banner_area .tab-content .images_2 {
        display: none;
    }

    .about_agency .about_bg {
        width: auto;
        position: inherit;
        float: right;
        margin-top: 100px;
    }

    .introducing_area {
        padding: 0;
    }

    .digital_agency:after {
        display: none;
    }

    .digital_agency .agency_count:before {
        display: none;
    }

    .digital_agency .agency_count .watch {
        text-align: center;
        border: 1px solid #fff;
        padding: 40px;
        max-width: 370px;
        margin: 0 auto 50px;
    }

    .digital_agency .agency_count .watch h4 {
        transform: none;
        position: initial;
        padding-bottom: 20px;
    }

    .digital_agency .agency_count .watch .popup-youtube {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto;
    }

    .digital_agency .agency_count .countarup_area {
        padding-left: 15px;
        max-width: 540px;
        margin: 0 auto;
    }

    .testimonial_area {
        margin: 0;
        padding: 100px 0;
    }

    .testimonial_area .indicators_img {
        position: inherit;
    }

    .testimonial_area .indicators_img li {
        margin: 30px auto 0 !important;
    }

    .da_2 .agency_count .illistasion_img {
        padding-top: 0;
        padding-bottom: 50px;
        text-align: center;
    }

    .da_2 .agency_count .countarup_area {
        max-width: 100%;
    }

    .da_2 .agency_count .countarup_area .watch_area .watch {
        width: 245px;
    }

    .ta_2 figure {
        position: relative;
        top: 80px;
        text-align: center;
        width: auto;
    }

    .ta_2 figure img {
        max-width: 100%;
    }

    .problem_solve {
        padding-bottom: 50px;
    }

    .problem_solve figure {
        width: 100%;
        position: inherit;
        text-align: right;
    }

    .problem_solve figure img {
        max-width: 100%;
    }

    .ba_3 {
        padding-bottom: 0;
    }

    .ba_3 h2 {
        padding-top: 0;
    }

    .ba_3 p {
        margin: 0;
    }

    .aa_3 .about_bg {
        left: 0;
        right: auto;
        position: inherit;
        float: none;
        margin: 0;
        top: 0;
        padding-bottom: 50px;
    }

    .ia_3 {
        padding-bottom: 100px;
    }

    .tba_2 {
        padding-bottom: 100px;
    }

    .ps_2 {
        padding-bottom: 100px;
    }

    .ps_2 figure {
        width: auto;
        text-align: center;
        top: 0;
    }

    .ps_2 .user-img {
        width: auto;
    }

    .pb_2 .tittle_2 h1 {
        font-size: 120px;
        bottom: 50px;
    }

    .latest_portfolio .portfollio_m .media-body {
        padding-left: 20px;
    }

    .p_full .portfoli_inner .portfolio_item .hover {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .p_full .portfoli_inner .portfolio_item .hover:after, .p_full .portfoli_inner .portfolio_item .hover:before {
        display: none;
    }

    .p_full .portfoli_inner .portfolio_item .hover .heding {
        font-size: 18px;
        line-height: 30px;
    }

    .the_challenge .challange_img_2 img {
        margin-left: -70%;
    }

    .blog_area .blog_right_sidebar {
        padding-left: 15px;
    }

    .map_from .from_main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .shop_with_sidebar .shop_single .review-tab .nav-tabs li {
        padding-right: 30px;
    }

    .shop_with_sidebar .shop_single .review-tab .nav-tabs li a {
        padding-bottom: 0;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .main_header_area {
        padding: 50px 15px 0;
    }

    .main_header_area .navbar {
        position: relative;
        padding-bottom: 28px;
    }

    .main_header_area .navbar .navbar-brand {
        margin: 0;
        position: relative;
        top: 12px;
    }

    .main_header_area .navbar .navbar-toggler {
        font-size: 25px;
        color: #d953f9;
        margin: 0;
        padding: 0;
        margin-left: 15px;
        line-height: 60px;
        border: 0;
        border-radius: 0;
        position: absolute;
        right: 275px;
        top: 0;
    }

    .main_header_area .navbar .navbar_supported {
        float: none;
        width: 100%;
        margin-top: 28px;
    }

    .main_header_area .navbar .navbar-nav {
        margin: 0;
        max-height: 370px;
        overflow-y: auto;
        background: #d953f9;
        border: 1px dashed #fff;
        padding-left: 0 !important;
    }

    .main_header_area .navbar .navbar-nav li {
        border-bottom: 1px dashed #fff;
    }

    .main_header_area .navbar .navbar-nav li:last-child {
        border: 0;
    }

    .main_header_area .navbar .navbar-nav li a {
        line-height: 45px !important;
        margin: 0 20px !important;
        color: #fff !important;
    }

    .main_header_area .navbar .navbar-nav li a:after {
        display: none !important;
    }

    .main_header_area .navbar .navbar-nav li a:before {
        display: none;
    }

    .main_header_area .navbar .navbar-nav li a.theme_btn {
        background: transparent !important;
        text-align: left !important;
        color: #fff;
        background-image: none;
    }

    .main_header_area .navbar .navbar-nav li.dropdown {
        position: relative;
    }

    .main_header_area .navbar .navbar-nav li.dropdown:after {
        content: "\f103";
        position: absolute;
        top: 0;
        right: 20px;
        font: normal normal normal 15px/48px FontAwesome;
        color: #fff;
    }

    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        border-top: 1px dashed #fff;
        border-radius: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu:before {
        display: none;
    }

    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a {
        border: 0;
        color: #fff;
        margin: 0 10px;
    }

    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover, .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:focus, .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
        color: #fff;
        border: 0;
        padding: 0 20px;
    }

    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu .dropdown:after {
        display: none;
    }

    .main_header_area .navbar .right_nav {
        position: absolute;
        right: 0;
        top: 0;
    }

    .main_header_area .navbar .right_nav li.dropdown .dropdown-menu {
        margin-left: -235px;
    }

    .main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu {
        margin-left: -210px;
    }

    .footer_area .footer_widget.fw_2 {
        padding-left: 15px;
    }

    .services_area {
        padding: 100px 0 0;
    }

    .tittle h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .about_agency .shap_bg img {
        display: none;
    }

    .introducing_area .introducing_img img {
        max-width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .introducing_area .introducing {
        padding-top: 50px;
    }

    .team_area {
        padding: 0;
    }

    .tidings_blog_area {
        padding-bottom: 100px;
    }

    .tidings_blog_area .subscribe {
        padding-bottom: 80px;
    }

    .ba_2 .illustration-1 {
        padding-top: 50px;
    }

    .da_2 .agency_count .countarup_area .watch_area {
        display: none;
    }

    .ia_2 {
        padding-bottom: 100px;
    }

    .mha_2 .navbar .navbar-toggler {
        right: 115px;
        top: 4px;
    }

    .mha_2 .navbar .navbar_supported {
        padding: 0;
    }

    .images_area .images_por {
        margin-bottom: 30px;
        text-align: center;
    }

    .pa_3 {
        padding-bottom: 100px;
    }

    .purpose_area h2 {
        padding-top: 50px;
        font-size: 30px;
    }

    .purpose_area img {
        max-width: 100%;
    }

    .pa_4 {
        padding-bottom: 0;
    }

    .pa_4 h2 {
        padding-top: 0;
    }

    .pa_4 img {
        margin-top: 40px;
    }

    .pages_banner .breadcrumb {
        padding-bottom: 40px;
    }

    .pricing_area {
        padding-bottom: 100px;
    }

    .pua_2 {
        padding-top: 0;
    }

    .ta_4 {
        padding-top: 100px;
    }

    .ps_3 {
        margin-top: 0;
    }

    .ps_3 .skye_img {
        display: none;
    }

    .ta_5 {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .pa_t {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .coming_soon {
        padding-top: 250px;
    }

    .coming_soon h2 {
        padding-bottom: 0;
    }

    .coming_soon .countdown {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .coming_soon .countdown .ds-element {
        margin-bottom: 50px;
    }

    .coming_soon p {
        padding-top: 100px;
    }

    .pb_p {
        padding-bottom: 390px;
    }

    .latest_portfolio .portfollio_m {
        display: block;
    }

    .latest_portfolio .portfollio_m .media-body {
        padding-left: 0;
        padding-top: 40px;
    }

    .portfolio_grid .protfoli_filter li {
        padding: 0 10px;
    }

    .portfolio_grid .protfoli_filter li a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
        padding-top: 4px;
        margin-bottom: 10px;
    }

    .pb_p_2 {
        padding-bottom: 120px;
    }

    .pb_p_2 h2 {
        padding: 0;
    }

    .pb_p_2 .banner_ai {
        display: none;
    }

    .infographic_design .client_year .client_list {
        padding-left: 15px !important;
    }

    .the_challenge .challainge_row img {
        max-width: 100%;
        margin: 0 !important;
    }

    .project_details .more_row {
        padding-bottom: 100px;
    }

    .project_details .more_row .more {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .digital_business {
        padding-bottom: 100px;
    }

    .digital_business .socail {
        text-align: left;
        padding-bottom: 50px;
    }

    .digital_business .experiences_text {
        padding-left: 15px;
    }

    .blog_area .blog_right_sidebar {
        padding-top: 50px;
    }

    .pb_b2 .tittle_2 {
        padding-top: 0;
    }

    .pb_b2 .tittle_2 h1 {
        bottom: 150px;
    }

    .share_post {
        margin-top: 100px;
    }

    .summer_collerction {
        padding-top: 100px;
    }

    .summer_collerction .shop_caption {
        left: 0;
        right: 0;
    }

    .summer_collerction .shop_caption h3 {
        font-size: 25px;
    }

    .summer_collerction .shop_caption h2 {
        font-size: 30px;
        padding: 20px 0;
    }

    .shop_with_sidebar {
        padding-top: 150px;
    }

    .shop_with_sidebar .shop_left_sidebar {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer_area .copy_right p {
        text-align: center;
    }

    .footer_area .copy_right p img {
        padding-right: 10px;
    }

    .footer_area .copy_right .mobile_icon, .footer_area .copy_right .footer_nav {
        text-align: center;
    }

    .footer_area .copy_right .footer_nav {
        padding-top: 15px;
    }

    .banner_area {
        padding-top: 250px;
    }

    .banner_area h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner_area p {
        font-size: 16px;
        line-height: 28px;
    }

    .banner_area .strategy_tab {
        text-align: left;
    }

    .banner_area .strategy_tab li {
        display: block;
    }

    .services_area .tittle {
        padding-bottom: 30px;
    }

    .introducing_area .introducing h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .introducing_area .shap_style, .introducing_area figure {
        display: none;
    }

    .pricing_area:after {
        display: none;
    }

    .da_2 .agency_count .countarup_area:after {
        display: none;
    }

    .da_2 .agency_count .countarup_area .countarup_row {
        margin: 0;
    }

    .da_2 .agency_count .countarup_area .counter_item_2 {
        float: none !important;
        text-align: center;
    }

    .pb_2 .tittle h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .pages_banner h2 {
        font-size: 25px;
        line-height: 35px;
        padding-top: 0;
    }

    .pages_banner .breadcrumb li a {
        font-size: 16px;
    }

    .pages_banner figure .banner-lamp {
        display: none;
    }

    .purpose_area img {
        padding-top: 30px;
    }

    .purpose_area .purpose_last {
        padding-top: 50px;
    }

    .pb_2 .tittle_2 {
        padding: 30px 0;
    }

    .pb_2 .tittle_2 h1 {
        font-size: 120px;
        bottom: 0;
    }

    .coming_soon .countdown .ds-element {
        width: 50%;
    }

    .coming_soon .countdown .ds-element:nth-child(3):after {
        display: none;
    }

    .pb_p h2:after {
        top: 0;
    }

    .pb_p img {
        max-width: 100%;
    }

    .pb_p .banner_ai {
        left: 0;
    }

    .latest_portfolio .portfollio_m .media-body .heding {
        font-size: 25px;
        line-height: 35px;
    }

    .portfolio_grid {
        padding-top: 100px;
    }

    .p_full {
        margin-bottom: 80px;
    }

    .pb_p_2 h2:after {
        top: -60px;
    }

    .the_challenge .challainge_row .challainge {
        padding-bottom: 50px;
    }

    .blog_details h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .blog_details h2 {
        font-size: 25px;
    }

    .blog_details .hilight {
        font-size: 18px;
        line-height: 30px;
    }

    .leave_comment .comment_from {
        margin: 0;
    }

    .map_from .map iframe {
        height: 350px;
    }

    .map_from .map img {
        right: 0;
        max-width: 100%;
    }

    .shop_with_sidebar .shop_items {
        max-width: 460px;
        margin: 0 auto 60px;
    }

    .shop_with_sidebar .shop_single .shop_slide .indicators {
        margin-top: 20px;
    }

    .shop_with_sidebar .shop_single .shop_slide .indicators li {
        width: calc(100% / 4);
    }

    .shop_with_sidebar .shop_single .interface .tags {
        padding: 0;
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .footer_area .footer_widget.fw_2 {
        padding-top: 50px;
    }

    .banner_area {
        padding-top: 180px;
    }

    .banner_area h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .digital_agency .agency_count .countarup_area .counter_item {
        margin: 30px auto !important;
        float: none;
    }

    .testimonial_area .indicators_img {
        max-width: 310px;
        margin: 0 auto;
    }

    .da_2 .shap_style {
        display: none;
    }

    .pages_banner {
        padding-top: 150px;
    }

    .error_area {
        padding-top: 150px;
    }

    .error_area h4 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 50px;
    }

    .error_area p {
        padding-top: 100px;
    }

    .portfolio_grid .portfoli_inner .portfolio_item .heding {
        font-size: 25px;
        line-height: 35px;
    }

    .blog_area .blog_left_sidebar .blog_item .heding {
        font-size: 20px;
        line-height: 30px;
    }

    .comments_area .comment_row .media_r {
        margin-left: 0;
    }
}

@media (max-width: 450px) {
    .main_header_area {
        padding-top: 20px;
    }

    .main_header_area .navbar .right_nav {
        right: 20px;
    }

    .main_header_area .navbar .right_nav li .theme_btn {
        display: none;
    }

    .main_header_area .navbar .navbar-toggler {
        right: 0;
    }

    .tidings_blog_area .tidings_item .heding {
        font-size: 20px;
    }

    .coming_soon {
        padding-top: 200px;
    }

    .coming_soon h2 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 0;
    }

    .coming_soon .countdown .ds-element:after {
        display: none;
    }

    .digital_business .experiences_text .experiences li b {
        min-width: 110px;
    }

    .comments_area .comment_row .media {
        padding: 20px;
        text-align: center;
        display: block;
    }

    .comments_area .comment_row .media .media-body {
        padding: 0;
        padding-top: 20px;
    }

    .shop_with_sidebar .shop_single h2 {
        font-size: 25px;
    }

    .shop_with_sidebar .shop_single .value_buy {
        display: block;
    }

    .shop_with_sidebar .shop_single .value_buy .value-section {
        display: block;
        margin-bottom: 30px;
    }

    .shop_with_sidebar .shop_single .value_buy .theme_btn {
        margin: 0;
    }
}

@media (max-width: 360px) {
    .ba_2 .shap_style {
        display: none;
    }

    .digital_business .pn_post a {
        font-size: 16px;
    }

    .shop_with_sidebar .shop_single .interface .price .reting li span {
        padding-left: 0;
    }
}

/*----------------------------------------------------*//*All CSS call*//* Bootstrap CSS *//* Icon CSS *//* Extra Plugins CSS *//* Font family link *//*# sourceMappingURL=style.css.map */