.event_schedule_area {
    background: #fdfaf6
}

.event_schedule_inner {
    max-width: 970px;
    margin: 0 auto
}

.event_schedule_inner .event_tab {
    justify-content: center;
    padding-bottom: 20px;
    border: 0
}

.event_schedule_inner .event_tab .nav-item {
    margin: 0
}

.event_schedule_inner .event_tab .nav-item .nav-link {
    text-align: center;
    border: 2px solid #009ef7;
    border-radius: 45px;
    padding: 6px 58px 8px;
    transition: all .2s linear;
    cursor: pointer
}

.event_schedule_inner .event_tab .nav-item .nav-link h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #009ef7
}

.event_schedule_inner .event_tab .nav-item .nav-link h5 span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding-top: 5px
}

.event_schedule_inner .event_tab .nav-item .nav-link.active, .event_schedule_inner .event_tab .nav-item .nav-link:hover {
    background: #009ef7;
    box-shadow: 0 10px 50px 0 rgba(195, 33, 52, .3)
}

.event_schedule_inner .event_tab .nav-item .nav-link.active h5, .event_schedule_inner .event_tab .nav-item .nav-link:hover h5 {
    color: #fff
}

.event_schedule_inner .event_tab .nav-item + .nav-item {
    margin-left: 20px
}

.event_tab_content {
    max-width: 970px;
    margin: 0 auto
}

.event_tab_content .media {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 30px 60px 0 rgba(92, 10, 20, .08);
    padding: 20px 40px;
    margin-top: 20px;
    transform: translateY(10px);
    transition: all .3s linear;
    display: flex;
    flex-wrap: wrap
}

.event_tab_content .media .media-left {
    margin-right: 40px
}

.event_tab_content .media .media-left img {
    border-radius: 50%;
    margin-bottom: 12px
}

.event_tab_content .media .media-left a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #2c2c51;
    margin-top: 6px
}

.event_tab_content .media .media-left a i {
    color: #009ef7;
    padding-right: 8px
}

.event_tab_content .media .media-body {
    border-left: 1px solid #f1ece5;
    padding-left: 40px;
    flex: 1
}

.event_tab_content .media .media-body .h_head {
    font-weight: 500;
    margin-bottom: 3px
}

.event_tab_content .media .media-body span {
    color: #7b7b93
}

.event_tab_content .media .media-body span a {
    color: #009ef7
}

.event_tab_content .media .media-body p {
    color: #7b7b93;
    margin-bottom: 0;
    padding-top: 12px
}

.event_tab_content .show .media {
    transform: translateY(0)
}

.event_price_item {
    padding: 46px 0 36px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(64, 1, 9, .06);
    position: relative;
    margin-bottom: 30px
}

.event_price_item:before {
    content: "";
    background: url(../img/home-event/price_shap.png) no-repeat scroll center bottom;
    position: absolute;
    bottom: -22px;
    left: 0;
    height: 22px;
    width: 100%;
    background-size: cover
}

.event_price_item .p_head {
    border: 0
}

.event_price_item .p_head h5 {
    margin-bottom: 0
}

.event_price_item .p_head .rate, .event_price_item .p_head .tag {
    color: #fba820
}

.event_price_item .p_body {
    padding: 0 40px 30px;
    border-bottom: .5px dashed #cfcfdc
}

.event_price_item .p_body li {
    color: #7b7b93
}

.event_price_item .p_body li .ti-check {
    color: #26da15
}

.event_price_item .p_body li .ti-close {
    color: #fc314e
}

.event_price_item .event_btn {
    width: 100%
}

.event_price_item .event_btn:hover {
    box-shadow: 0 10px 40px 0 rgba(195, 33, 52, .3)
}

.event_price_item .text-center {
    padding: 40px 40px 0
}

.event_price_item.active {
    padding-top: 20px;
    box-shadow: 0 50px 100px 0 rgba(64, 1, 9, .1)
}

.event_price_item.active .p_head .rate {
    color: #009ef7
}

.event_price_item.active .p_body li {
    color: #7b7b93
}

.event_price_item.active .event_btn {
    box-shadow: 0 10px 40px 0 rgba(195, 33, 52, .3)
}

.event_price_item:hover {
    box-shadow: 0 50px 100px 0 rgba(64, 1, 9, .1)
}

.event_fact_area {
    background: #fdfaf6
}

.event_fact_area .seo_fact_info:before {
    background: url(../img/home-event/dot.png) no-repeat center center
}

.event_fact_area .seo_fact_info .seo_fact_item {
    margin-top: 0
}

.event_gallery .portfolio_item .portfolio_img:hover .hover_content {
    background-image: linear-gradient(-120deg, rgb(253, 71, 93) 0%, rgb(14, 4, 75) 100%);
    opacity: .8
}

.event_sponser_inner .event_sponser_item {
    border-top: 1px solid #f0ebec;
    padding: 40px 0
}

.event_sponser_inner .event_sponser_item .sponser_title {
    margin-bottom: 0;
    padding-top: 25px
}

.event_sponser_inner .event_sponser_item .analytices_logo {
    margin-top: 0
}

.event_sponser_inner .event_sponser_item .event_btn:hover {
    box-shadow: 0 10px 50px 0 rgba(195, 33, 52, .3)
}

.event_sponser_inner .event_sponser_item .event_btn.event_btn_two {
    margin-left: 20px
}

.event_sponser_inner .event_sponser_item.last-child {
    padding-top: 60px;
    padding-bottom: 0
}

.event_footer_area {
    background: #212146
}

.event_footer_area .instagram_widget ul li a:before {
    background: rgba(253, 71, 93, .5)
}

.event_location_area {
    position: relative;
    z-index: 1
}

.event_location_area .map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    z-index: 1
}

.event_location {
    max-width: 570px;
    z-index: 2;
    position: relative;
    background-color: rgba(255, 255, 255, .922);
    padding: 150px 100px
}

.event_location h6 {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c51
}

.event_location p {
    font-size: 16px;
    color: #7b7b93;
    margin-bottom: 0
}

.event_location .contact_info_item {
    border: 0
}

.event_location .f_social_icon_two {
    padding-top: 30px
}

.event_location .f_social_icon_two a {
    color: #7b7b93
}

.event_location .f_social_icon_two a:hover {
    color: #009ef7
}

.tracking_banner_area {
    background: #efeec9;
    padding-top: 175px
}

.tracking_banner_content h3 {
    font-size: 48px;
    color: #051441;
    font-weight: 400;
    line-height: 60px
}

.tracking_banner_content p {
    color: #666;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px
}

.tracking_software_logo {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 60px;
    padding-bottom: 50px;
    align-items: center
}

.tracking_software_logo img {
    filter: grayscale(100%);
    opacity: .25
}

.tracking_activity_area {
    padding-top: 115px;
    background: #f6f6f6
}

.tracking_item img {
    margin-right: 10px
}

.tracking_item .media-body h3 {
    font-weight: 600;
    margin-bottom: 10px
}

.tracking_item .media-body h3:hover {
    color: #6754e2
}

.tracking_item .media-body p {
    margin-bottom: 0
}

.tracking_product_area {
    background: #f6f6f6
}

.tracking_pr_item {
    padding: 60px
}

.tracking_pr_item .tracking_bg {
    text-align: center
}

.tracking_pr_item .tracking_content {
    padding: 45px 55px;
    border: 1px solid #ffc2c2
}

.tracking_pr_item .tracking_content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    margin-bottom: 18px
}

.tracking_pr_item .tracking_content p {
    color: #fff;
    margin-bottom: 32px
}

.tracking_pr_item .tracking_content .seo_btn {
    border-radius: 45px;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 7px 44px
}

.tracking_pr_item .tracking_content .seo_btn:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .1)
}

.tracking_pr_item .tracking_content .seo_btn_one {
    border: 1px solid #9472cd;
    color: #8964c7;
    background: #eee9f7
}

.tracking_pr_item .tracking_content .seo_btn_one:hover {
    background: #8964c7
}

.tracking_pr_item + .tracking_pr_item {
    margin-top: 120px
}

.tracking_pr_two .tracking_content {
    border-color: #fff
}

.tracking_price_area {
    background: #f8ad5d
}

.tracking_price_inner {
    max-width: 760px;
    margin: 0 auto
}

.tracking_price_inner h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0
}

.tracking_price_inner .track_price {
    padding-right: 70px
}

.tracking_price_inner .track_price h3 {
    font-size: 120px;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 10px
}

.tracking_price_inner .track_price h6 {
    color: rgba(255, 255, 255, .5);
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0
}

.tracking_price_inner .track_body {
    padding: 80px 0
}

.tracking_price_inner .track_text {
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-left: 72px
}

.tracking_price_inner .track_text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px
}

.tracking_price_inner .track_text ul {
    margin-bottom: 0
}

.tracking_price_inner .track_text ul li {
    font-size: 18px;
    color: #fff
}

.tracking_price_inner .track_text ul li i {
    font-size: 16px;
    margin-right: 7px
}

.tracking_price_inner .software_banner_btn {
    font-size: 16px;
    background-color: #6754e2;
    box-shadow: none
}

.tracking_price_inner .software_banner_btn:hover {
    box-shadow: 0 17px 35px 0 rgba(103, 84, 226, .27);
    color: #fff
}

.tracking_price_inner h6 {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px
}

.tracking_getting_area {
    text-align: center;
    background: url("../img/home-tracking/cta_pattern_bg.jpg") no-repeat scroll center 0/cover
}

.tracking_getting_area h2 {
    font-weight: 700;
    font-size: 36px;
    color: #222
}

.tracking_getting_area .software_banner_btn {
    background-color: #6754e2;
    font-size: 16px;
    box-shadow: 0 17px 35px 0 rgba(103, 84, 226, .27);
    padding: 17px 60px;
    margin-top: 10px
}

.tracking_getting_area .software_banner_btn:hover {
    box-shadow: none;
    color: #fff
}

.chat_banner_area {
    height: 100vh;
    min-height: 700px;
    background: #fafafe;
    position: relative;
    padding: 150px 0 120px;
    overflow: hidden
}

.chat_banner_area .cloud {
    top: 190px;
    left: 0;
    width: 100%
}

.chat_banner_area .left {
    left: 0;
    bottom: 30px
}

.chat_banner_area .right {
    right: 0;
    bottom: 30px
}

.chat_banner_content {
    padding-top: 128px
}

.chat_banner_content .c_tag {
    border-radius: 4px;
    background: #e2f4e8;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #0ec123;
    padding: 4px 15px;
    margin-bottom: 25px
}

.chat_banner_content .c_tag img {
    margin-right: 6px
}

.chat_banner_content h2 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 400;
    color: #051441;
    margin-bottom: 30px
}

.chat_banner_content .chat_btn {
    width: 100%
}

.chat_banner_content span {
    font-size: 14px;
    color: #999
}

.chat_img {
    position: relative
}

.chat_img .round {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: .7
}

.chat_img .round.one {
    background: #deeef1;
    left: 0;
    bottom: 120px
}

.chat_img .round.two {
    background: #f5eae3;
    right: -20px;
    top: 120px
}

.chat_img .round.three {
    background: #f9f5e8;
    right: -50px;
    top: 70px;
    width: 60px;
    height: 60px
}

.chat_img .p_one {
    right: -250px;
    bottom: 300px;
    animation: fadeInUp3 2.5s 1s both alternate infinite;
    z-index: 1
}

.chat_img .p_two {
    left: -140px;
    bottom: 300px;
    z-index: 1;
    animation: fadeInUp3 2.5s 3s both alternate infinite
}

.chat_img .p_three {
    right: -70px;
    bottom: 180px;
    z-index: 1;
    animation: fadeInUp3 1.5s 5s both alternate infinite
}

.chat_title {
    margin-bottom: 75px
}

.chat_title h2 {
    color: #222;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px
}

.chat_title h2 span {
    font-weight: 700
}

.chat_title p {
    max-width: 730px;
    margin: 0 auto;
    color: #677294
}

.chat_features_item {
    text-align: center;
    padding: 0 30px
}

.chat_features_item .round {
    height: 270px;
    line-height: 324px;
    position: relative
}

.chat_features_item .round .top_img {
    top: -6px;
    right: 8px;
    transition: all .3s linear
}

.chat_features_item .round_circle {
    background-image: linear-gradient(-140deg, rgb(244, 131, 163) 0%, rgb(198, 112, 254) 100%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    left: 58%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    top: 0
}

.chat_features_item .round_circle.two {
    background-image: linear-gradient(-140deg, rgb(131, 243, 244) 0%, rgb(112, 182, 254) 100%)
}

.chat_features_item .round_circle.three {
    background-image: linear-gradient(-140deg, rgb(240, 244, 131) 0%, rgb(254, 192, 112) 100%)
}

.chat_features_item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    position: relative;
    z-index: 1
}

.chat_features_item p {
    color: #666;
    line-height: 24px
}

.chat_features_item:hover .round .top_img {
    transform: rotate(90deg)
}

.chat_features_area {
    padding: 120px 0
}

.chat_features_img {
    background-image: linear-gradient(-140deg, rgb(131, 224, 244) 0%, rgb(112, 148, 254) 100%);
    width: 100%;
    height: 475px;
    position: relative;
    padding-left: 60px
}

.chat_features_img .chat_features_img_bg_one {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%)
}

.chat_features_img .chat_one, .chat_features_img .chat_two {
    box-shadow: 0 5px 20px 0 rgba(12, 0, 46, .15)
}

.chat_features_img .chat_one {
    top: 0;
    position: relative
}

.chat_features_img .chat_two {
    left: 46%;
    bottom: -35px
}

.chat_features_img .dot_bg {
    left: -30px;
    bottom: 40px
}

.chat_features_content img {
    margin-bottom: 28px
}

.chat_features_content h2 {
    font-size: 36px;
    font-weight: 400;
    color: #222;
    margin-bottom: 16px
}

.chat_features_content h2 span {
    font-weight: 700
}

.chat_features_content p {
    line-height: 30px;
    color: #666
}

.chat_features_content a {
    color: #666;
    font-size: 14px;
    font-weight: 700
}

.chat_features_content a:hover {
    color: #6754e2
}

.chat_features_img_two {
    background-image: linear-gradient(-140deg, rgb(247, 176, 92) 0%, rgb(240, 130, 96) 100%);
    margin-left: 30px
}

.chat_features_img_two .chat_two {
    bottom: 50px;
    left: -30px
}

.chat_features_img_two .chat_one {
    top: -30px
}

.chat_features_img_three {
    background-image: linear-gradient(-140deg, rgb(92, 247, 125) 0%, rgb(112, 199, 254) 100%)
}

.chat_features_img_three .chat_two {
    left: 60px;
    bottom: 50px
}

.chat_integration_area {
    padding-bottom: 120px
}

.chat_integration_area .border-bottom {
    margin-bottom: 110px
}

.chat_clients_feedback {
    background-image: linear-gradient(-140deg, rgb(92, 227, 247) -100%, rgb(112, 165, 254) 100%);
    display: flex;
    align-items: flex-end
}

.chat_clients_feedback.feedback_two {
    background-image: linear-gradient(-140deg, rgb(180, 115, 254) 0%, rgb(173, 101, 255) 100%)
}

.chat_clients_feedback.feedback_two .clients_feedback_item .feedback_body {
    padding-right: 0
}

.clients_feedback_item {
    display: flex;
    align-items: flex-start;
    align-items: center;
    padding-top: 40px
}

.clients_feedback_item .feedback_body {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    flex: 1
}

.clients_feedback_item .feedback_body p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px
}

.clients_feedback_item .feedback_body .ratting {
    padding-bottom: 10px
}

.clients_feedback_item .feedback_body .ratting i {
    font-size: 16px;
    color: #ffc859
}

.clients_feedback_item .feedback_body .f_name {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

.clients_feedback_item .feedback_body a {
    font-size: 14px;
    color: #fff
}

.chat_get_started_area {
    background: url(../img/home-chat/get_started_bg.png) no-repeat scroll center bottom;
    height: 712px;
    padding-top: 120px
}

.chat_get_started_content h2 {
    font-weight: 700;
    color: #222;
    font-size: 36px
}

.chat_get_started_content p {
    font-size: 18px;
    line-height: 30px;
    max-width: 550px;
    margin: 0 auto 40px
}

.chat_btn {
    background: #6754e2;
    color: #fff;
    padding: 9px 95px;
    border-radius: 4px
}

.chat_btn:hover {
    box-shadow: 0 10px 40px 0 rgba(103, 84, 226, .3)
}

.h_footer_track {
    padding-bottom: 100px
}

.h_footer_track:before, .h_footer_track:after {
    display: none
}

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

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

.banner_text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 45px
}

.image_mockup .one_img {
    position: absolute;
    z-index: -1
}

.image_mockup .one_img .layer {
    position: relative !important
}

.image_mockup .one_img:nth-child(1) {
    right: -29px;
    top: 106px
}

.image_mockup .one_img:nth-child(2) {
    right: 178px;
    top: 338px
}

.image_mockup .one_img:nth-child(3) {
    bottom: 18px;
    right: 541px
}

.image_mockup .one_img:nth-child(4) {
    bottom: -433px;
    right: 665px
}

.image_mockup .one_img:nth-child(5) {
    bottom: 78px;
    right: -185px
}

.image_mockup .one_img:nth-child(6) {
    bottom: -323px;
    right: 76px
}

.image_mockup .one_img:nth-child(7) {
    bottom: 190px;
    right: 90px;
    z-index: -2
}

.image_mockup .one_img:nth-child(8) {
    top: 100px;
    left: -150px;
    z-index: -2
}

.image_mockup .one_img:nth-child(9) {
    top: 50%;
    left: 56%;
    z-index: -2
}

.image_mockup .one_img:nth-child(10) {
    top: 210px;
    left: 30%;
    z-index: -2
}

.image_mockup .one_img:nth-child(11) {
    bottom: 80px;
    left: 200px;
    z-index: -2
}

.image_mockup .one_img:nth-child(12) {
    top: 42%;
    left: 160px;
    z-index: -2
}

.image_mockup .one_img:nth-child(13) {
    top: 220px;
    right: 30%;
    z-index: -2
}

.image_mockup .one_img:nth-child(14) {
    top: 80px;
    right: 40%;
    z-index: -2;
    animation: zoomIn 3s linear infinite alternate
}

.image_mockup .one_img:nth-child(15) {
    bottom: 180px;
    left: 600px;
    z-index: -2
}

.image_mockup .one_img:nth-child(16) {
    top: 460px;
    right: 414px;
    z-index: -2
}

.dmeo_banner_btn {
    font-size: 16px;
    color: #fff;
    background-color: #5e2ced;
    box-shadow: 0 20px 50px 0 rgba(123, 78, 245, .3);
    border-radius: 25px;
    font-weight: 500;
    padding: 11px 41px;
    display: inline-block;
    transition: all .3s linear
}

.dmeo_banner_btn:hover {
    box-shadow: none;
    color: #fff
}

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

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

.demo_features_area {
    position: relative
}

.demo_features_area .section_title h2 {
    font-size: 34px;
    line-height: 44px
}

.demo_features_area .row {
    margin-bottom: -100px
}

.section_title {
    margin-bottom: 70px
}

.section_title .number {
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
    font-family: poppins, sans-serif;
    background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px
}

.section_title .number sup {
    font-weight: 500;
    background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: -.4em
}

.section_title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #051441
}

.section_title h2 span {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #5e2ced;
    letter-spacing: 2px
}

.section_title p {
    font-size: 18px;
    line-height: 30px;
    color: #7b7b93;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto
}

.banner_text mark {
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0
}

.banner_text mark:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    height: 10px;
    background-color: #f591c3;
    z-index: -1;
    width: 100%
}

.banner_text .typed {
    font-weight: 700
}

.banner_text .typed-cursor {
    font-weight: 500
}

.demo_features_area .features_item {
    text-align: center;
    margin-bottom: 100px
}

.demo_features_area .features_item .content {
    padding-top: 44px
}

.demo_features_area .features_item .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #051441;
    font-weight: 600
}

.demo_features_area .features_item .content p {
    margin-bottom: 0
}

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

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

.filtering_demos {
    margin-bottom: 0
}

.filtering_demos .nav-tabs {
    border: 0;
    align-items: center;
    justify-content: center
}

.filtering_demos .nav-tabs .nav-item {
    border: 0;
    padding: 0;
    font-weight: 500;
    font-size: 17px;
    color: #2c2c51;
    position: relative
}

.filtering_demos .nav-tabs .nav-item span {
    background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    border-radius: 25px;
    position: absolute;
    font-weight: 600;
    top: -12px;
    right: -18px;
    font-size: 14px;
    text-align: center
}

.filtering_demos .nav-tabs .nav-item.active {
    color: #5e2ced;
    background: 0 0
}

.filtering_demos .nav-tabs .nav-item.active span {
    color: #5e2ced
}

.filtering_demos .nav-tabs .nav-item + .nav-item {
    margin-left: 75px
}

.demo_area {
    position: relative
}

.demo_area .bg_demo {
    position: absolute;
    height: 755px;
    background: #f9fafe;
    width: 100%;
    top: 0
}

.portfolio-image {
    text-align: center;
    position: relative;
    padding-top: 10px;
    margin-top: 60px;
    cursor: pointer
}

.portfolio-image h1 {
    font-size: 24px;
    color: #5e2ced;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    font-weight: 600
}

.portfolio-image .overlay_link {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%
}

.portfolio-image .new {
    font-size: 16px;
    border-radius: 4px;
    background-color: red;
    box-shadow: 0 10px 20px 0 rgba(255, 0, 0, .2);
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0 13px;
    color: #fff;
    font-weight: 500
}

.portfolio-image .img {
    transition: all .3s linear;
    position: relative
}

.portfolio-image .img img {
    box-shadow: 0 30px 60px 0 rgba(1, 1, 64, .08);
    width: 100%;
    max-width: 100%
}

.portfolio-image h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    transition: color .2s linear;
    margin-bottom: 0;
    color: #051441
}

.portfolio-image h6:hover {
    color: #5e2ced
}

.portfolio-image:hover .img {
    transform: translateY(-8px)
}

.elemator_area {
    background: #f9fafe;
    text-align: center
}

.elemator_inner {
    position: relative
}

.elemetor_img {
    position: absolute;
    z-index: 1
}

.elemetor_img img {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 20px 50px 0 rgba(1, 1, 64, .08);
    z-index: 1
}

.elemetor_img.one {
    left: 155px;
    top: 65px
}

.elemetor_img.two {
    left: 315px;
    top: 135px
}

.elemetor_img.three {
    left: 235px;
    top: 308px
}

.elemetor_img.four {
    bottom: 109px;
    left: 150px
}

.elemetor_img.five {
    left: 185px;
    top: 195px
}

.elemetor_img.six {
    bottom: 153px;
    left: 350px
}

.elemetor_img.seven {
    top: 42%;
    left: 0
}

.elemetor_img.eight {
    right: 155px;
    top: 65px
}

.elemetor_img.nine {
    right: 315px;
    top: 135px
}

.elemetor_img.ten {
    right: 209px;
    top: 325px
}

.elemetor_img.eleven {
    bottom: 109px;
    right: 95px
}

.elemetor_img.r_one {
    right: 132px;
    top: 195px
}

.elemetor_img.r_two {
    bottom: 153px;
    right: 350px
}

.elemetor_img.r_three {
    top: 42%;
    right: 0
}

.elemator_img {
    display: inline-block;
    margin: 0 auto;
    position: relative
}

.elemator_img .e_log {
    position: absolute;
    top: -50px;
    right: -50px
}

.slider_demos_area {
    background: #f9fafe;
    padding: 120px 0 80px
}

.slider_demos_area .section_title {
    margin-bottom: 50px
}

.slider_demos_area .slick-slide .inner {
    margin: 32px 15px 65px
}

.slider_demos_area .slick-slide .inner img {
    box-shadow: 0 10px 50px 0 rgba(1, 1, 64, .1);
    background: #f9fafe;
    margin-bottom: 30px
}

.slider_demos_area .section_title .number {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 30px
}

.demo_feature_area {
    padding: 120px 0 80px;
    position: relative
}

.demo_feature_area .row {
    padding-left: 120px
}

.demo_feature_area .f_shap {
    position: absolute
}

.demo_feature_area .f_shap.f_shap_one {
    right: 0;
    top: 50px
}

.demo_feature_area .f_shap.f_shap_two {
    left: 0;
    bottom: 50px
}

.f_content {
    max-width: 600px;
    margin-top: -40px
}

.f_content h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    color: #051441;
    margin-bottom: 30px
}

.f_content p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
    padding-right: 50px
}

.f_content .g_logo {
    border-radius: 50%;
    margin-bottom: 35px;
    background-image: -moz-linear-gradient(60deg, rgb(94, 44, 237) 0%, rgb(131, 89, 248) 100%);
    background-image: -webkit-linear-gradient(60deg, rgb(94, 44, 237) 0%, rgb(131, 89, 248) 100%);
    background-image: -ms-linear-gradient(60deg, rgb(94, 44, 237) 0%, rgb(131, 89, 248) 100%);
    box-shadow: 0 20px 30px 0 rgba(18, 1, 64, .1);
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px
}

.f_btn {
    font-size: 16px;
    line-height: 25px;
    color: #5e2ced;
    font-weight: 500;
    border: 2px solid #b196fa;
    border-radius: 45px;
    padding: 10px 39px;
    display: inline-block;
    transition: all .3s linear
}

.f_btn:hover {
    background: #5e2ced;
    box-shadow: 0 20px 50px 0 rgba(123, 78, 245, .3);
    color: #fff;
    border-color: #5e2ced
}

.f_two {
    margin-top: 190px
}

.f_two .f_img {
    margin-left: -50px
}

.f_two .f_content {
    margin-left: 62px
}

.utility_area {
    display: flex;
    padding: 100px 0;
    position: relative;
    flex-direction: row-reverse;
    z-index: 2
}

.utility_area .u_round {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1
}

.utility_area .utility_left {
    width: 40%
}

.utility_area .utility_right {
    width: 60%
}

.utility_area .utility_right .slick-list {
    padding-left: 0 !important
}

.utility_area .utility_right .slick-list .slick-slide {
    padding: 20px;
    padding-bottom: 50px
}

.utility_area .utility_right .slick-list .slick-slide:focus {
    outline: none !important
}

.utility_area .utility_right .slick-list img {
    box-shadow: 0 20px 20px 0 rgba(18, 1, 64, .08);
    border-radius: 10px
}

.slick-dots {
    text-align: left;
    padding-left: 20px;
    margin-top: -10px;
    bottom: 0
}

.slick-dots li {
    margin: 0;
    width: auto;
    height: auto
}

.slick-dots li button {
    padding: 0;
    margin-right: 10px;
    width: 8px;
    height: 8px
}

.slick-dots li button:before {
    color: #dedef1;
    opacity: 1;
    font-size: 8px;
    width: auto;
    height: auto;
    line-height: 8px
}

.slick-dots li.slick-active button:before {
    color: #5e2cec
}

.u_content {
    max-width: 592px;
    margin-right: 0;
    margin-left: auto;
    padding-right: 100px
}

.u_content h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #5e2ced;
    text-transform: uppercase;
    letter-spacing: 2px
}

.u_content h2 {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 44px;
    color: #051441;
    font-weight: 600
}

.u_content p {
    margin-bottom: 40px
}

.u_content .dmeo_banner_btn {
    padding: 8px 30px;
    box-shadow: none;
    border-radius: 45px;
    border: 2px solid transparent
}

.u_content .dmeo_banner_btn:hover {
    border-color: #5e2ced;
    box-shadow: rgba(123, 78, 245, .3) 0 20px 50px 0;
    color: #fff
}

.plugin_area {
    text-align: center;
    padding: 110px 0 10px;
    position: relative;
    z-index: 1
}

.plugin_area h6 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #5e2ced;
    text-transform: uppercase;
    letter-spacing: 2px
}

.plugin_area h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px
}

.plugin_area h2 a {
    color: #5e2ced;
    position: relative
}

.plugin_area .plugin_sub_title {
    color: #2c2c51;
    font-size: 30px;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 55px
}

.plugin_area .plugin_sub_title span {
    color: #5e2ced
}

.plugin_item {
    margin-bottom: 75px
}

.plugin_item img {
    margin-bottom: -30px
}

.plugin_item .img {
    position: relative
}

.plugin_item .save {
    position: absolute;
    top: -14px;
    right: 22px
}

.plugin_item h4 {
    font-size: 20px;
    margin-bottom: 5px
}

.plugin_item p {
    font-size: 14px;
    color: #5e2ced;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .2s linear
}

.plugin_item p.orange {
    color: #ff754b
}

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

.slick-slide:focus {
    outline: none !important
}

.shop_area {
    padding: 40px 0 120px;
    position: relative;
    z-index: 0
}

.shop_area:before {
    content: "";
    width: 752px;
    background: url(../img/demo/circle-3.png) no-repeat center left;
    height: 1000px;
    left: 0;
    position: absolute;
    bottom: 50px;
    z-index: -1
}

.shop_area .shop_slider {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 0
}

.shop_area .shop_slider .slick-slide {
    padding: 40px
}

.shop_area .shop_slider .slick-slide img {
    box-shadow: 0 20px 20px 0 rgba(18, 1, 64, .08);
    border-radius: 10px
}

.shop_area .u_content {
    padding-right: 0;
    padding-left: 80px
}

.shop_area .u_content ul {
    margin-bottom: 35px
}

.shop_area .u_content ul li {
    font-size: 16px;
    color: #7b7b93;
    font-weight: 500;
    position: relative;
    padding-left: 25px
}

.shop_area .u_content ul li:before {
    background: url(../img/demo/arrow.png) no-repeat scroll center 0;
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
    display: initial;
    vertical-align: middle
}

.shop_area .u_content ul li + li {
    margin-top: 10px
}

.shop_area .slick-dots {
    bottom: 0;
    padding-left: 0;
    left: 0;
    text-align: center;
    position: relative
}

.blog_area {
    overflow: hidden;
    background: #f9fafe;
    padding-top: 100px
}

.blog_area .u_content {
    padding-right: 0
}

.blog_area .u_content h2 {
    line-height: 50px
}

.arrow i {
    border-width: 1px;
    border-color: #f3f5f8;
    border-style: solid;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 18px;
    color: #4e5761;
    line-height: 47px;
    text-align: center;
    transition: all .3s linear;
    cursor: pointer
}

.arrow i:hover {
    background: #5e2ced;
    color: #fff
}

.arrow i + i {
    margin-left: 12px
}

.blog_slider {
    margin-right: -200px;
    margin-bottom: -28px;
    right: -90px;
    position: relative
}

.blog_slider.slick-initialized .slick-slide {
    display: block;
    padding-right: 90px
}

.blog_slider .blog_item {
    position: relative;
    padding-left: 10px;
    padding-right: 150px
}

.blog_slider .blog_item .round {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #08c31a;
    box-shadow: 10.856px 10.321px 20px 0 rgba(33, 108, 184, .12);
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -66px;
    top: 109px;
    z-index: 1;
    animation: fadeOut .2s both .9s
}

.blog_slider .blog_item .round .text {
    position: relative;
    padding-right: 7px
}

.blog_slider .blog_item .round sup {
    font-weight: 400;
    font-size: 32px;
    position: absolute;
    top: 11px
}

.blog_slider .blog_item .round span {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: block
}

.blog_slider .blog_item img {
    position: relative;
    bottom: 0
}

.blog_slider .blog_item .img {
    animation: fadeOutLeft .2s both .3s;
    box-shadow: 5px 8.66px 20px 0 rgba(1, 1, 64, .06)
}

.blog_slider .blog_item .img_two {
    position: absolute;
    right: -21px;
    bottom: 0;
    animation: fadeOut .5s both;
    box-shadow: -46.985px -17.101px 80px 0 rgba(1, 1, 64, .2)
}

.blog_slider .slick-active.item .round {
    animation: zoomIn .2s both 1.3s
}

.blog_slider .slick-active.item .img {
    animation: fadeInLeft .7s both .8s
}

.blog_slider .slick-active.item .img_two {
    animation: fadeInRight .7s both 1s
}

.correct_features_area {
    padding-top: 110px
}

.correct_features_area .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center
}

.c_features_item {
    margin-bottom: 94px
}

.c_features_item .img {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center
}

.c_features_item .img img {
    display: inline-block
}

.c_features_item h6 {
    margin-bottom: 0;
    font-size: 16px;
    color: #7b7b93;
    font-weight: 400;
    margin-top: 25px
}

.portfolio_area {
    padding: 140px 0;
    position: relative;
    z-index: 1
}

.portfolio_area .portfolio_slider {
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: auto;
    padding-bottom: 30px;
    margin-top: -30px
}

.portfolio_area .portfolio_slider .slick-slide {
    padding: 30px 100px
}

.portfolio_area .portfolio_slider .p_item {
    display: inline-block;
    text-align: right;
    width: 900px
}

.portfolio_area .portfolio_slider .p_item img {
    display: inline-block;
    max-width: 100%;
    box-shadow: 0 10px 30px 0 rgba(18, 1, 64, .08);
    border-radius: 10px;
    opacity: .2
}

.portfolio_area .portfolio_slider .slick-active .p_item {
    text-align: center
}

.portfolio_area .portfolio_slider .slick-active .p_item img {
    opacity: 1
}

.portfolio_area .p_slider_inner {
    position: relative
}

.portfolio_area .p_slider_inner .arrow i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.portfolio_area .p_slider_inner .arrow i.prevs {
    left: 370px
}

.portfolio_area .p_slider_inner .arrow i.nexts {
    right: 370px
}

.portfolio_area .p_slider_inner .slick-dots {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0
}

.portfolio_area_two {
    background: #8e81fc;
    padding: 100px 0 80px;
    position: relative;
    z-index: 1
}

.portfolio_area_two h2 {
    color: #fff;
    line-height: 50px
}

.portfolio_area_two .slick-slide {
    padding: 30px 78px 55px
}

.portfolio_area_two .slick-slide .item img {
    background-color: #fff;
    box-shadow: 0 30px 50px 0 rgba(18, 1, 64, .1)
}

.c_features_area_two {
    padding: 80px 0 0
}

@media (min-width: 1500px) {
    .c_features_area_two .custom_container {
        max-width: 1410px
    }
}

.c_features_area_two .section_title {
    margin-bottom: 88px
}

.c_features_area_two .c_features_item {
    text-align: center;
    padding: 0 22px
}

.c_features_area_two .c_features_item img {
    margin-bottom: 32px
}

.c_features_area_two .c_features_item h4 {
    font-size: 20px;
    margin-bottom: 15px
}

.testimonial_area {
    background: #f9fafe;
    padding: 82px 0 70px
}

.test_inner {
    position: relative
}

.test_inner .arrow .tprevs, .test_inner .arrow .tnexts {
    position: absolute;
    top: 45%;
    transform: translateY(-50%)
}

.test_inner .arrow .tprevs {
    left: 380px
}

.test_inner .arrow .tnexts {
    right: 380px
}

.testimonial_slider_demo .slick-track {
    display: flex
}

.testimonial_slider_demo .slick-slide {
    height: 100%;
    padding: 15px 80px 64px;
    min-height: 300px
}

.testimonial_slider_demo .slick-slide .d-flex {
    justify-content: space-between;
    align-items: center
}

.testimonial_slider_demo .slick-slide .content {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 30px 50px 0 rgba(18, 1, 64, .08);
    min-height: 300px;
    padding: 50px 55px;
    opacity: .6;
    transition: opacity .4s linear
}

.testimonial_slider_demo .slick-slide .content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c51;
    margin-bottom: 5px
}

.testimonial_slider_demo .slick-slide .content span {
    color: #7b7b93;
    font-size: 15px;
    font-style: italic;
    font-weight: 400
}

.testimonial_slider_demo .slick-slide .content .ratting i {
    color: #f2b827;
    font-size: 14px;
    padding-left: 5px
}

.testimonial_slider_demo .slick-slide .content p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 20px
}

.testimonial_slider_demo .slick-slide.slick-center .content {
    opacity: 1;
    background: linear-gradient(135deg, rgb(125, 45, 255), rgb(31, 110, 255))
}

.testimonial_slider_demo .slick-slide.slick-center .content h5, .testimonial_slider_demo .slick-slide.slick-center .content span, .testimonial_slider_demo .slick-slide.slick-center .content p {
    color: #fff
}

.portfolio_area_three {
    padding: 120px 0 80px
}

.portfolio_area_three .slick-slide {
    padding: 30px 78px 55px
}

.portfolio_area_three .item img {
    box-shadow: 0 30px 50px 0 rgba(18, 1, 64, .08)
}

.portfolio_area_three .item h6 {
    text-align: center
}

.portfolio_area_three .item h6 a {
    color: #2c2c51;
    margin-top: 30px;
    font-size: 20px;
    display: inline-block;
    transition: color .2s linear
}

.portfolio_area_three .item h6 a:hover {
    color: #5e2ced
}

.mark_text {
    color: #5e2ced;
    background-color: transparent;
    padding: 0
}

.typography_part {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 140px 0
}

@media (max-width: 991px) and (min-width: 768px) {
    .typography_part {
        padding: 100px 0
    }
}

@media (max-width: 768px) {
    .typography_part {
        padding: 70px 0
    }
}

@media (min-width: 1200px) {
    .typography_part .custom_container {
        max-width: 1440px
    }
}

@media (min-width: 1200px) {
    .typography_part .typgraphy_content {
        margin-left: -17px
    }

    .typography_part .typgraphy_content br {
        display: none
    }
}

.typography_part .typgraphy_content h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #5e2ced;
    letter-spacing: 3px;
    margin-bottom: 15px
}

@media (max-width: 991px) and (min-width: 768px) {
    .typography_part .typgraphy_content h5 {
        margin-bottom: 10px
    }
}

@media (max-width: 768px) {
    .typography_part .typgraphy_content h5 {
        margin-bottom: 10px
    }
}

.typography_part .typgraphy_content h2 {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 19px;
    font-weight: 600;
    color: #051441
}

@media (max-width: 991px) and (min-width: 768px) {
    .typography_part .typgraphy_content h2 {
        font-size: 25px;
        margin-bottom: 15px
    }
}

@media (max-width: 768px) {
    .typography_part .typgraphy_content h2 {
        font-size: 30px;
        margin-bottom: 15px
    }
}

.typography_part .typgraphy_content .btn_1 {
    box-shadow: 0 20px 50px 0 rgba(123, 78, 245, .3);
    margin-top: 25px;
    padding: 10px 40px
}

.typography_part .typgraphy_content .btn_1:hover {
    box-shadow: none
}

.typography_part .typgraphy_img {
    position: relative;
    right: -67px;
    text-align: right
}

.typography_part .typgraphy_img img {
    box-shadow: 30px 10px 70px rgba(18, 1, 64, .1)
}

@media (max-width: 991px) and (min-width: 768px) {
    .typography_part .typgraphy_img {
        right: 0
    }
}

@media (max-width: 768px) {
    .typography_part .typgraphy_img {
        right: 0;
        margin-top: 40px
    }
}

.typography_part .circle_shape_1 {
    border-radius: 50%;
    background: #fef5f3;
    position: absolute;
    right: 47px;
    width: 400px;
    height: 400px;
    animation: circleAnimation 7s linear infinite;
    z-index: -1;
    bottom: 70px
}

.utility_pages_1_wrap {
    background: #fafafc;
    overflow: hidden;
    position: relative;
    padding: 71px 0 0
}

.utility_pages_1_wrap .round_shape_bg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center
}

.utility_pages_1_wrap .round_shape_bg .r_img {
    position: relative;
    display: inline-block
}

.utility_pages_1_wrap .round_shape_bg .r_img:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eae2ff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: round_circle 3s infinite
}

.utility_pages_1_wrap .section_title {
    margin-bottom: 128px
}

.utility_pages_1_wrap .utility_pages_imgs .utility_img {
    position: relative;
    height: 410px
}

.utility_pages_1_wrap .utility_pages_imgs .utility_img .uti_img {
    position: absolute;
    bottom: 0;
    transition: all .3s
}

.utility_pages_1_wrap .utility_pages_imgs .utility_img .uti_img img {
    transition: all .3s;
    box-shadow: 10px 0 20px 0 rgba(0, 22, 46, .1)
}

.utility_pages_1_wrap .utility_pages_imgs .utility_img .utility_img_1 {
    left: 0;
    transform: translateY(0);
    z-index: 5
}

.utility_pages_1_wrap .utility_pages_imgs .utility_img .utility_img_2 {
    left: 20%;
    transform: translateY(0);
    z-index: 4
}

@media (max-width: 768px) {
    .utility_pages_1_wrap .utility_pages_imgs .utility_img .utility_img_2 {
        left: 15%
    }
}

.utility_pages_1_wrap .utility_pages_imgs .utility_img .utility_img_3 {
    left: 39%;
    transform: translateY(0);
    z-index: 3
}

@media (max-width: 768px) {
    .utility_pages_1_wrap .utility_pages_imgs .utility_img .utility_img_3 {
        left: 35%
    }
}

.utility_pages_1_wrap .utility_pages_imgs .utility_img .utility_img_4 {
    right: 18%;
    transform: translateY(0);
    z-index: 2
}

@media (max-width: 768px) {
    .utility_pages_1_wrap .utility_pages_imgs .utility_img .utility_img_4 {
        right: 15%
    }
}

.utility_pages_1_wrap .utility_pages_imgs .utility_img .utility_img_5 {
    right: 0;
    transform: translateY(0);
    z-index: 1
}

.mb_show {
    display: none
}

.utility_pages_2_wrap {
    background: #fff;
    padding: 290px 0 265px;
    position: relative
}

@media (max-width: 768px) {
    .utility_pages_2_wrap {
        padding: 110px 0
    }
}

.utility_pages_2_wrap .shape_2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.utility_pages_2_wrap .section_title {
    margin-bottom: 40px
}

.utility_pages_2_wrap .section_title h4 {
    margin-bottom: 7px
}

.utility_pages_2_wrap .utility_pages_2_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: right
}

@media (max-width: 1450px) {
    .utility_pages_2_wrap .utility_pages_2_img img {
        width: 90%
    }
}

@media (max-width: 1450px) and (max-width: 1200px) {
    .utility_pages_2_wrap .utility_pages_2_img img {
        width: 70%
    }
}

@media (max-width: 1450px) and (max-width: 1200px) and (max-width: 991px) {
    .utility_pages_2_wrap .utility_pages_2_img img {
        width: 50%
    }
}

.support_part .single_support_part {
    text-align: center
}

@media (max-width: 991px) {
    .support_part .single_support_part {
        margin-bottom: 30px
    }
}

.support_part .single_support_part h4 {
    margin-top: 35px
}

.support_part .single_support_part h4 a {
    color: #2c2c51;
    font-size: 24px;
    transition: all .5s
}

.support_part .single_support_part h4 a:hover {
    color: #5e2ced
}

@media (min-width: 991px) {
    .support_part .single_support_part .single_support_img {
        min-height: 197px;
        display: inline-block
    }
}

.support_part .single_support_part p {
    margin-top: 15px
}

.support_part .single_support_part .read_more_btn {
    color: #2c2c51;
    display: inline-block;
    font-size: 16px;
    margin-top: 9px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    margin-right: 29px
}

.support_part .single_support_part .read_more_btn i {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    right: -25px;
    top: 5px
}

.support_part .single_support_part .read_more_btn:hover {
    color: #5e2ced
}

.support_part .single_support_part .read_more_btn:hover i {
    right: -30px
}

.cta_section {
    border: 1px solid #f0eef5
}

.cta_section .cta_part_iner {
    text-align: center
}

.cta_section .cta_part_iner h2 {
    font-size: 50px
}

@media (max-width: 991px) {
    .cta_section .cta_part_iner h2 {
        font-size: 35px
    }
}

.cta_section .cta_part_iner p {
    margin: 14px 0 40px
}

.cta_section .cta_part_iner p a {
    color: #5e2ced;
    text-decoration: underline
}

.responsive_area {
    padding: 150px 0 50px;
    position: relative;
    z-index: 1
}

.responsive_area .r_shap {
    position: absolute;
    left: 0;
    top: 250px;
    z-index: -1
}

.responsive_area .responsive_device {
    display: flex;
    align-items: flex-end
}

.responsive_area .responsive_device img {
    max-width: 100%;
    margin-left: -20px
}

.responsive_content .u_content {
    padding-right: 0;
    margin-left: 0
}

.responsive_content .u_content .item {
    padding-right: 10px;
    padding-top: 25px
}

.responsive_content .u_content .item img {
    margin-bottom: 30px
}

.responsive_content .u_content .item h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.responsive_content .u_content .item p {
    font-size: 15px;
    margin-bottom: 0
}

.footer_part {
    background-color: #5e2ced;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    padding: 140px 0 150px
}

.footer_part .footer_shap_1 {
    position: absolute;
    left: 0;
    bottom: 0
}

.footer_part .footer_shap_2 {
    position: absolute;
    right: 0;
    top: 0
}

.footer_part .footer_shap_3 {
    position: absolute;
    left: 30%;
    top: 40%
}

.footer_part .circle_shape_1 {
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
    opacity: .1;
    position: absolute;
    right: -150px;
    top: 40%;
    width: 300px;
    height: 300px;
    -webkit-animation: circleAnimation 7s linear infinite;
    animation: circleAnimation 7s linear infinite;
    z-index: -1
}

.footer_part .footer_shap_3 {
    backface-visibility: hidden;
    animation: jumping_animation 3s ease-in-out .5s infinite alternate;
    animation-delay: .5s;
    transition: all .5s ease 5s;
    user-select: none;
    z-index: -1
}

.footer_part h2 {
    color: #fff;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 50px
}

.footer_part a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #dfd5fb;
    padding: 8px 36px;
    display: inline-block;
    border-radius: 25px;
    transition: all .3s linear
}

.footer_part a i {
    padding-right: 15px;
    font-size: 22px;
    position: relative;
    top: 2px
}

.footer_part a:hover {
    background: #fff;
    border-color: #fff;
    color: #5e2ced
}

.footer_part .f_logo {
    background: 0 0;
    padding: 0;
    border: 0;
    margin-bottom: 40px
}

.footer_part .f_logo:hover {
    background: 0 0
}

.agency_title {
    margin-bottom: 70px
}

.agency_title h4 {
    font-size: 16px;
    color: #3d59e8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.92px;
    margin-bottom: 15px
}

.agency_title h2 {
    font-size: 40px;
    color: #051441;
    font-weight: 600
}

.agency_title.agency_title_decoration .small_title {
    margin-bottom: 0
}

.agency_title.agency_title_decoration img {
    margin-bottom: 10px
}

.testimonial_section {
    background-position: center bottom;
    padding: 120px 0 230px
}

.agency_testimonial_carousel {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px
}

.agency_testimonial_carousel .testimonia_list_layout {
    margin: 0
}

.agency_testimonial_carousel .owl-dots {
    top: 50%;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0 !important;
    transform: translateY(-50%)
}

.agency_testimonial_carousel .owl-dots .owl-dot {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 30px
}

.agency_testimonial_carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0
}

.agency_testimonial_carousel .owl-dots .owl-dot button {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block;
    font-weight: 700;
    color: #677294;
    transition: all .4s ease-in-out;
    border-bottom: 1px solid #dedede
}

.agency_testimonial_carousel .owl-dots .owl-dot:hover button {
    color: #3e5ae8;
    transform: scale(1.3);
    border-color: #3e5ae8
}

.agency_testimonial_carousel .owl-dots .owl-dot.active button {
    color: #3e5ae8;
    transform: scale(2.55);
    border-color: #3e5ae8
}

.testimonia_list_layout {
    margin-top: 60px
}

.testimonia_list_layout .member_image {
    z-index: 1;
    float: left;
    width: 470px;
    text-align: center;
    position: relative
}

.testimonia_list_layout .member_image .image_wrap {
    max-width: 370px;
    display: inline-block
}

.testimonia_list_layout .member_image .flow_1, .testimonia_list_layout .member_image .flow_2 {
    top: 0;
    left: 0;
    max-width: 90px;
    position: absolute
}

.testimonia_list_layout .member_image .flow_1 {
    top: 105px;
    z-index: 1
}

.testimonia_list_layout .member_image .flow_2 {
    top: 125px;
    z-index: -1
}

.testimonia_list_layout .member_content {
    display: table;
    max-width: 455px;
    padding-left: 40px
}

.testimonia_list_layout .quote_icon {
    opacity: .2;
    max-width: 60px;
    margin-bottom: 15px;
    display: inline-block
}

.testimonia_list_layout .quote_icon svg {
    width: 100%;
    height: auto;
    display: block
}

.testimonia_list_layout .member_name {
    margin-bottom: 10px
}

.testimonia_list_layout .member_name > a {
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    color: #222d39
}

.testimonia_list_layout .member_name > a:hover {
    color: #3e5ae8
}

.testimonia_list_layout .member_name > a:before {
    width: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 2px;
    content: "";
    position: absolute;
    background: #3e5ae8;
    transition: width .3s linear
}

.testimonia_list_layout:hover .member_name > a:before {
    left: 0;
    width: 100%;
    right: auto
}

.testimonia_list_layout .member_title {
    display: block;
    line-height: 1;
    font-size: 14px
}

.testimonia_list_layout .flow_shape {
    line-height: 1;
    max-width: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block
}

.blog_grid {
    margin-bottom: 30px;
    transition: all .2s linear
}

.blog_grid .blog_image {
    display: block;
    overflow: hidden;
    position: relative
}

.blog_grid .blog_image > img {
    max-width: 100%
}

.blog_grid .blog_content {
    padding: 30px 40px;
    box-shadow: 0 30px 50px 0 rgba(64, 1, 4, .06)
}

.blog_grid .entry_post_info {
    line-height: 1;
    color: #7b7b93;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 13px;
    text-transform: uppercase
}

.blog_grid .entry_post_info i {
    color: #f86570;
    margin-right: 8px
}

.blog_grid .blog_title {
    margin-bottom: 40px
}

.blog_grid .blog_title > a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding-right: 18px;
    line-height: 1.56;
    color: #222d39;
    transition: all .2s linear
}

.blog_grid:hover .blog_title > a {
    color: #3e5ae8
}

.blog_grid ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog_grid ul > li {
    flex: 1;
    float: left;
    text-align: center;
    display: inline-block
}

.blog_grid ul > li:first-child {
    text-align: left
}

.blog_grid ul > li:last-child {
    text-align: right
}

.blog_grid ul > li > a {
    line-height: 1;
    color: #7b7b93;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.blog_grid ul > li > a i {
    color: #f86570;
    margin-right: 8px;
    vertical-align: bottom
}

.blog_grid ul > li > a .arrow_right {
    margin-left: 5px;
    margin-right: 0;
    transition: all .2s linear;
    display: inline-block
}

.blog_grid ul > li > a:hover {
    color: #3e5ae8
}

.blog_grid ul > li > a:hover i {
    color: #3e5ae8
}

.blog_grid ul > li > a:hover .arrow_right {
    transform: translateX(5px)
}

.main_product_item {
    display: block;
    overflow: hidden;
    position: relative
}

.main_product_item > img {
    width: 100%;
    display: block
}

.main_product_slider {
    position: relative;
    padding-bottom: 120px
}

.main_product_slider .main_product_item {
    margin-bottom: 67px
}

.main_product_slider .carousel-control-next, .main_product_slider .carousel-control-prev {
    top: 39%;
    z-index: 1;
    opacity: 1;
    width: 70px;
    height: 80px;
    bottom: unset;
    display: flex;
    text-align: center;
    position: absolute;
    color: #3e5ae8;
    justify-content: center;
    background-color: #fff;
    transform: translateY(-39%);
    transition: all .2s linear;
    box-shadow: 0 0 0 1px #3e5ae8
}

.main_product_slider .carousel-control-next i, .main_product_slider .carousel-control-prev i {
    display: block;
    font-size: 24px
}

.main_product_slider .carousel-control-next:hover, .main_product_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #3e5ae8;
    box-shadow: 0 10px 20px 0 rgba(66, 97, 234, .2);
    background-image: linear-gradient(-45deg, #5176ef 0%, #293ce1 100%)
}

.main_product_slider .carousel-control-prev {
    left: -150px
}

.main_product_slider .carousel-control-next {
    right: -150px
}

.carousel-indicators {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    text-align: center;
    position: relative
}

.carousel-indicators li {
    opacity: 1;
    margin: 0;
    width: auto;
    border: none;
    height: auto;
    padding: 15px 0;
    max-width: max-content;
    line-height: 1;
    color: #bbb;
    text-indent: 0;
    font-size: 32px;
    font-weight: 600;
    background: 0 0;
    position: relative;
    display: inline-block;
    transition: all .2s linear
}

.carousel-indicators li:after {
    top: 0;
    height: 1px;
    width: 30px;
    content: "";
    bottom: auto;
    margin-left: 35px;
    margin-right: 35px;
    vertical-align: middle;
    position: relative;
    background-color: #bbb
}

.carousel-indicators li:before, .carousel-indicators li:last-child:after {
    display: none
}

.carousel-indicators li:hover, .carousel-indicators li.active {
    color: #222d39
}

.home2_service_title {
    margin-bottom: 30px
}

.home2_service_title .title_icon {
    max-width: 100px;
    margin-bottom: 60px;
    display: inline-block
}

.home2_service_title .title_text {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.421;
    color: #fff
}

.home2_service_title .title_text span {
    color: #f6ff00;
    display: inline-block
}

.image_primary_service {
    max-width: 370px;
    margin: 35px auto 0
}

.image_primary_service .serial_number {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff;
    display: inline-block;
    text-decoration: underline
}

.image_primary_service .service_title {
    margin-bottom: 25px
}

.image_primary_service .service_title > a {
    z-index: 1;
    line-height: 1;
    font-size: 30px;
    position: relative;
    display: inline-block;
    color: #fff
}

.image_primary_service .service_title > a:before {
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: -1px;
    height: 2px;
    content: "";
    position: absolute;
    background: #fff;
    transition: width .3s linear
}

.image_primary_service:hover .service_title > a:before {
    left: 0;
    width: 100%;
    right: auto
}

.image_primary_service .service_image {
    display: block;
    overflow: hidden;
    position: relative
}

.image_primary_service .service_image > img {
    width: 100%;
    display: block
}

.image_primary_service .service_image:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    transition: all .2s linear;
    background-color: rgba(61, 89, 232, .55)
}

.image_primary_service:hover .service_image:before {
    opacity: 1
}

.creative_features_one .agency_title {
    margin-bottom: 90px
}

.creative_fun_fact_area {
    padding: 40px 0 120px
}

.creative_fun_fact_area .seo_fact_info:before {
    display: none
}

.creative_fun_fact_area .seo_fact_info .seo_fact_item {
    margin-right: 0;
    margin-top: 0;
    width: auto;
    height: auto;
    box-shadow: none
}

.creative_fun_fact_area .seo_fact_info .seo_fact_item:before {
    top: 50%;
    width: 7px;
    content: "";
    right: -5px;
    height: 64px;
    position: absolute;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/digital-agency/shapes/flow_04.png)
}

.creative_fun_fact_area .seo_fact_info .seo_fact_item .counter {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 5px
}

.creative_fun_fact_area .seo_fact_info .col-lg-3:last-child .seo_fact_item:before {
    display: none
}

.consultation_image {
    float: left;
    overflow: hidden;
    max-width: 1240px;
    position: relative;
    margin-left: -375px;
    background-color: #000
}

.consultation_image .square_play_btn {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 162px;
    height: 230px;
    display: flex;
    color: #fff;
    line-height: 1;
    text-align: center;
    position: absolute;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    transform: translate(-50%, -50%)
}

.consultation_image .square_play_btn:hover {
    color: #fff
}

.consultation_image .square_play_btn > span {
    line-height: 1;
    display: block;
    font-size: 18px;
    text-transform: uppercase
}

.consultation_image .square_play_btn > span i {
    display: block;
    font-size: 30px;
    margin-bottom: 25px
}

.consultation_content {
    top: 50%;
    z-index: 2;
    right: 15px;
    width: 570px;
    display: flex;
    padding: 50px;
    min-height: 600px;
    text-align: center;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background-color: #3e5ae8;
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21)
}

.consultation_content .text {
    max-width: 390px;
    margin-bottom: 0
}

.consultation_content .text .small_title {
    color: #fff;
    font-weight: 700
}

.consultation_content .text .flow_image {
    max-width: 45px;
    margin-bottom: 20px;
    display: inline-block
}

.consultation_content .text .title_text {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.176;
    margin-bottom: 25px;
    color: #fff
}

.consultation_content .text p {
    font-size: 18px;
    margin-bottom: 50px;
    color: #fff
}

.consultation_content .slider_btn {
    font-weight: 700;
    color: #3e5ae8;
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    padding: 20px 69px
}

.consultation_content .slider_btn:hover {
    background: #333;
    color: #fff
}

.creative_feedback {
    background-image: linear-gradient(30deg, #ee376a 0%, #f2498e 100%);
    margin-bottom: 70px
}

.creative_feedback .sec_title p {
    color: #fff
}

.f_bg {
    background: #eff2f9;
    box-shadow: 0 -1px 0 0 rgba(231, 236, 246, .004)
}

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

.f_widget .widget-wrap {
    margin-top: 35px
}

.f_widget .widget-wrap p span {
    color: #051441
}

.f_widget .widget-wrap p a {
    color: #677294;
    transition: color .2s linear
}

.f_widget.company_widget .mchimp-errmessage, .f_widget.company_widget .mchimp-sucmessage {
    position: absolute
}

.f_widget.about-widget .f_list {
    margin-bottom: 0
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px
}

.f_widget.about-widget .f_list li a {
    font: 300 16px/20px "Poppins", sans-serif;
    color: #677294;
    position: relative;
    transition: color .2s linear;
    display: inline-block
}

.f_widget.about-widget .f_list li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #6754e2;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    transition: width .2s linear
}

.f_widget.about-widget .f_list li a:hover:before {
    width: 100%;
    right: auto;
    left: 0
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0
}

.f_subscribe {
    position: relative;
    margin-top: 40px
}

.f_subscribe .form-control {
    font: 300 14px poppins, sans-serif;
    color: #333;
    border: 1px solid #e2e7f3;
    border-radius: 3px;
    background: #e9ecf3;
    padding-left: 25px;
    height: 54px;
    box-shadow: none
}

.f_subscribe .form-control.placeholder {
    color: #9ba2b5
}

.f_subscribe .form-control:-moz-placeholder {
    color: #9ba2b5
}

.f_subscribe .form-control::-moz-placeholder {
    color: #9ba2b5
}

.f_subscribe .form-control::-webkit-input-placeholder {
    color: #9ba2b5
}

.f_subscribe .form-control:focus {
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06)
}

.f_subscribe button {
    position: absolute;
    right: 25px;
    background: 0 0;
    padding: 0;
    color: #222d39;
    font-size: 16px;
    top: 52%;
    transform: translateY(-50%)
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0
}

.footer_bottom p a {
    transition: color .2s linear
}

.footer_bottom .f_menu {
    margin-bottom: 0
}

.footer_bottom .f_menu li {
    display: inline-block;
    position: relative
}

.footer_bottom .f_menu li a {
    color: #7f88a6;
    transition: color .2s linear
}

.footer_bottom .f_menu li a:hover {
    color: #6754e2
}

.footer_bottom .f_menu li + li {
    margin-left: 16px
}

.footer_bottom .f_menu li + li:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #b1b7ca;
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle
}

.footer_bottom a:hover {
    color: #6754e2
}

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

.footer_area_two {
    background: #fbfbfd
}

.footer_area_two .footer_top_two {
    border-bottom: 1px solid #e9ecf3;
    padding: 120px 0 70px
}

.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:before {
    background: #00aff0
}

.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:hover {
    color: #00aff0
}

.footer_area_two .footer_top_two .f_widget .widget-wrap p a:hover {
    color: #00aff0
}

.footer_area_two .footer_bottom {
    position: relative
}

.footer_area_two .footer_bottom p a {
    color: #00aff0
}

.footer_area_two .footer_bottom .f_menu li a:hover {
    color: #00aff0
}

.footer_area_two .footer_bottom .f_menu li + li:before {
    background: #7f88a6
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    transition: all .2s linear
}

.f_social_icon a:hover {
    background: #00aff0;
    color: #fff
}

.f_social_icon a + a {
    margin-left: 10px
}

.pagescroll_btn {
    width: 44px;
    height: 44px;
    border: 1px solid #1d1d42;
    font-size: 16px;
    color: #00aff0;
    text-align: center;
    line-height: 44px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
    background: #121233
}

.footer_three {
    background: #1b1e29
}

.footer_three .footer_top {
    border-color: #252130;
    color: #b2b6c4
}

.footer_three .footer_top p {
    color: #b2b6c4
}

.footer_three .footer_top .f-title {
    color: #fff
}

.footer_three .footer_top .f_widget.about-widget .f_list li a {
    color: #b2b6c4
}

.footer_three .footer_top .f_widget.about-widget .f_list li a:before {
    background: #a8a9ab
}

.footer_three .footer_top .f_widget.about-widget .f_list li a:hover {
    color: #fff
}

.footer_three .footer_top .social_icon {
    margin-top: 42px
}

.footer_three .footer_top .social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #8a8e9b;
    font-size: 14px;
    line-height: 45px;
    background: #282b38;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
    transition: all .2s linear
}

.footer_three .footer_top .social_icon a:hover {
    background: #7444fd;
    color: #fff
}

.footer_three .footer_bottom {
    color: #b2b6c4
}

.footer_three .footer_bottom .f_menu li a {
    color: #b2b6c4
}

.footer_three .footer_bottom .f_menu li a:hover {
    color: #fff
}

.footer_area_four .footer_top {
    border-bottom: 1px solid #e9ecf3;
    padding: 120px 0 70px
}

.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced
}

.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover:before {
    background: #5e2ced
}

.footer_area_four .footer_top .f_widget .widget-wrap p a:hover {
    color: #5e2ced
}

.footer_area_four .footer_bottom p a {
    color: #5e2ced
}

.footer_area_four .footer_bottom a:hover {
    color: #5e2ced
}

.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover {
    color: #3d64f4
}

.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover:before {
    background: #3d64f4
}

.footer_area_five .footer_top .f_widget .widget-wrap p a:hover {
    color: #3d64f4
}

.footer_area_five .footer_bottom p a {
    color: #3d64f4
}

.footer_area_five .footer_bottom a:hover {
    color: #3d64f4
}

.footer_area_six {
    background-image: linear-gradient(0deg, rgb(28, 20, 59) 0%, rgb(17, 19, 57) 100%);
    border-top: 2px solid #192161
}

.footer_top_six .company_widget a {
    color: #3d64f4
}

.footer_top_six .f_widget.about-widget .f_list li a:before {
    background: #fff
}

.footer_top_six .f_widget.about-widget .f_list li a:hover {
    color: #fff
}

.footer_top_six .social-widget {
    margin-right: -15px
}

.footer_top_six .social-widget .f_social_icon {
    padding-top: 4px
}

.footer_top_six .social-widget .f_social_icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #232453;
    transition: all .3s linear
}

.footer_top_six .social-widget .f_social_icon a + a {
    margin-left: 2px
}

.footer_top_six .social-widget .f_social_icon a:hover {
    background: #3d57f4
}

.footer_seven {
    border-top: 1px solid #d9e1fb
}

.footer_seven .f_social_icon {
    padding-top: 14px
}

.footer_seven .f_social_icon a {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #969db4;
    background: 0 0
}

.footer_seven .f_social_icon a:hover {
    color: #4069eb
}

.footer_seven .f_social_icon a + a {
    margin-left: 16px
}

.footer_seven .f_widget .widget-wrap p a:hover {
    color: #4069eb
}

.footer_seven .f_widget.about-widget .f_list li {
    margin-bottom: 13px
}

.footer_seven .f_widget.about-widget .f_list li a {
    font-size: 14px
}

.footer_seven .f_widget.about-widget .f_list li a:before {
    background: #4069eb
}

.footer_seven .f_widget.about-widget .f_list li a:hover {
    color: #4069eb
}

.footer_seven .footer_bottom {
    padding: 20px 0
}

.footer_seven .footer_bottom a:hover {
    color: #4069eb
}

.footer_seven .footer_bottom p a {
    color: #4069eb
}

.error_footer {
    background: #eff2f9;
    padding: 40px 0
}

.error_footer a:hover {
    color: #5e2ced
}

.error_footer .f_menu li a {
    position: relative
}

.error_footer .f_menu li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #5e2ced;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .2s linear
}

.error_footer .f_menu li a:hover {
    color: #5e2ced
}

.error_footer .f_menu li a:hover:before {
    width: 100%
}

.error_footer .f_menu li + li:before {
    display: none
}

.footer_dark_one {
    background: #15133a
}

.footer_dark_one .footer_top {
    border-color: #1f1d48
}

.footer_dark_one .f_widget.about-widget .f_list li a, .footer_dark_one .f_widget .widget-wrap p a, .footer_dark_one .f_social_icon_two a {
    color: #9ca5c1
}

.dark_f_bottom a {
    transition: color .2s linear
}

.dark_f_bottom a:hover {
    color: #4069eb
}

.dark_f_bottom p {
    color: #9ca5c1
}

.dark_f_bottom p a {
    color: #4069eb
}

.dark_f_bottom .f_menu li a {
    color: #9ca5c1
}

.dark_f_bottom .f_menu li a:hover {
    color: #4069eb
}

.dark_f_bottom .f_menu li + li:before {
    background: #5e6482
}

.dark_widget .f-title {
    color: #fff
}

.dark_widget.company_widget .f_social_icon_two {
    margin-top: 25px
}

.dark_widget.company_widget .f_social_icon_two a:first-child {
    margin-left: 0
}

.dark_widget.company_widget .f_social_icon_two a:hover {
    color: #4069eb
}

.dark_widget .widget-wrap p span {
    color: #fff
}

.dark_widget .widget-wrap p a:hover {
    color: #4069eb
}

.dark_widget.about-widget .f_list li a:before {
    background: #4069eb
}

.dark_widget.about-widget .f_list li a:hover {
    color: #4069eb
}

.dark_widget .f_subscribe .form-control {
    background: 0 0;
    border-color: #202430
}

.dark_widget .f_subscribe button {
    color: #fff
}

.footer_dark_two {
    background: #13112d
}

.footer_dark_two .footer_top {
    border-color: #1f1d48
}

.footer_dark_two .dark_widget.company_widget .f_social_icon_two a:hover {
    color: #6754e2
}

.footer_dark_two .dark_widget .widget-wrap p a:hover {
    color: #6754e2
}

.footer_dark_two .dark_widget.about-widget .f_list li a:before {
    background: #6754e2
}

.footer_dark_two .dark_widget.about-widget .f_list li a:hover {
    color: #6754e2
}

.footer_dark_two .dark_f_bottom a {
    transition: color .2s linear
}

.footer_dark_two .dark_f_bottom a:hover {
    color: #6754e2
}

.footer_dark_two .dark_f_bottom p a {
    color: #6754e2
}

.footer_dark_two .dark_f_bottom .f_menu li a:hover {
    color: #6754e2
}

.footer_dark_three {
    background: #1b1e29
}

.footer_dark_three .footer_top {
    border-color: #212532
}

.footer_dark_three .dark_widget .widget-wrap p a {
    color: #6d738c;
    transition: color .2s linear
}

.footer_dark_three .dark_widget .widget-wrap p a:hover {
    color: #5e2ced
}

.footer_dark_three .dark_widget.about-widget .f_list li a {
    color: #6d738c
}

.footer_dark_three .dark_widget.about-widget .f_list li a:before {
    background: #5e2ced
}

.footer_dark_three .dark_widget.about-widget .f_list li a:hover {
    color: #5e2ced
}

.footer_dark_three .dark_f_bottom a {
    color: #6d738c
}

.footer_dark_three .dark_f_bottom a:hover {
    color: #5e2ced
}

.footer_dark_three .dark_f_bottom p {
    color: #6d738c
}

.footer_dark_three .dark_f_bottom p a {
    color: #5e2ced
}

.footer_dark_three .dark_f_bottom .f_menu li a {
    color: #6d738c
}

.footer_dark_three .dark_f_bottom .f_menu li a:hover {
    color: #5e2ced
}

.footer_dark_four {
    background: #16143a
}

.footer_dark_five {
    background: #121233
}

.footer_dark_five .footer_top_two {
    border-color: #1d1d42
}

.footer_dark_five .f_widget .widget-wrap p span {
    color: #fff
}

.footer_dark_five .f_widget .f_social_icon a {
    background: #1c1c42
}

.footer_dark_five .f_widget .f_social_icon a:hover {
    background: #00aff0
}

.footer_nine_area {
    position: relative;
    z-index: 1
}

.footer_nine_area .footer_shap {
    position: absolute;
    background: url(../img/home9/footer.png) no-repeat scroll center;
    left: 0;
    width: 100%;
    background-size: cover;
    top: 0;
    height: 100%;
    z-index: -1
}

.footer_nine_top {
    padding-bottom: 170px;
    position: relative;
    padding-top: 150px
}

.footer_nine_top .f_widget .f-title {
    color: #051441;
    text-transform: uppercase
}

.footer_nine_top .f_widget .f-title:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background: #ebeefa;
    margin-top: 15px
}

.footer_nine_top .f_widget.about-widget .f_list li a:before {
    background: #0479f7
}

.footer_nine_top .f_widget.about-widget .f_list li a:hover {
    color: #0479f7
}

.footer_nine_top .company_widget .f_social_icon_two a:first-child {
    margin-left: 0
}

.footer_nine_top .company_widget .f_social_icon_two a:hover {
    color: #0479f7
}

.footer_nine_bottom {
    background: #051441;
    padding: 27px 0
}

.footer_nine_bottom p {
    font: 300 14px poppins, sans-serif;
    color: #7f88a6
}

.footer_nine_bottom p a {
    color: #fff
}

.footer_nine_bottom .flag_selector {
    float: right
}

.footer_nine_bottom .flag_selector .dropdown-toggle {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font: 400 14px poppins, sans-serif;
    color: #7f88a6
}

.footer_nine_bottom .flag_selector .dropdown-toggle:after {
    display: none
}

.footer_nine_bottom .flag_selector .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important
}

.footer_nine_bottom .flag_selector .text {
    display: flex !important
}

.footer_nine_bottom .flag_selector .text .flag-icon {
    margin-left: 0;
    margin-right: 20px;
    float: none;
    align-self: center
}

.footer_nine_bottom .flag_selector .flag-icon {
    position: relative;
    display: inline-block;
    width: 39px;
    line-height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    height: 22px;
    margin-left: 27px;
    float: right
}

.footer_nine_bottom .flag_selector .flag-icon:before {
    content: "";
    width: 1px;
    height: 100%;
    position: relative;
    display: inline-block;
    background: #18295c;
    left: -15px
}

.footer_nine_bottom .flag_selector .flag-icon.flag-icon-us {
    background-image: url(../img/home9/flag.png)
}

.footer_nine_bottom .flag_selector .flag-icon.flag-icon-mx {
    background-image: url(../img/home9/flag.png)
}

.footer_nine_bottom .flag_selector .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0
}

.footer_nine_bottom .flag_selector .dropdown-menu .flag-icon:before {
    display: none
}

.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item {
    transition: all .2s linear
}

.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item:hover {
    background: #21d4fd;
    color: #fff
}

.footer_dark_ten .f_widget .widget-wrap p a:hover {
    color: #23b1fe
}

.footer_dark_ten .f_widget.about-widget .f_list li a:before {
    background: #23b1fe
}

.footer_dark_ten .f_widget.about-widget .f_list li a:hover {
    color: #23b1fe
}

.footer_dark_ten .dark_f_bottom .f_menu li a:hover, .footer_dark_ten .dark_f_bottom a {
    color: #23b1fe
}

.payment_footer_area {
    background: #07112d;
    border: 0;
    padding: 220px 0 100px
}

.payment_footer_area .f_widget.company_widget p {
    color: #7f88a6
}

.payment_footer_area .f_widget.company_widget a {
    color: #5f51fb
}

.payment_footer_area .f_widget.about-widget .f_list li a {
    color: #959eb8
}

.payment_footer_area .social-widget .f_social_icon a {
    background: #182240
}

.payment_footer_area .social-widget .f_social_icon a:hover {
    background: #5f51fb
}

.payment_footer_area_two {
    padding: 100px 0
}

.new_footer_area {
    background: #fbfbfd
}

.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px
}

.new_footer_area .footer_bottom p {
    font-size: 16px;
    color: #6a7695;
    line-height: 28px;
    margin-bottom: 0
}

.new_footer_area .footer_bottom p i {
    color: #fd2f51
}

.new_footer_top {
    padding: 120px 0 270px;
    position: relative
}

.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e
}

.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px
}

.new_footer_top .company_widget .f_subscribe_two .form-control {
    border: 1px solid #e2e2eb;
    border-radius: 4px;
    height: 55px;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 55px;
    padding-left: 30px
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695
}

.new_footer_top .f_widget.about-widget .f_list li a:before {
    display: none
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced
}

.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: 0 0;
    border: 1px solid #e2e2eb;
    font-size: 12px
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced
}

.new_footer_top .f_social_icon a + a {
    margin-left: 4px
}

.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url(../img/seo/footer_bg.png) no-repeat scroll center 0;
    width: 100%;
    height: 266px
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url(../img/seo/car.png) no-repeat center center;
    width: 70px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 30%;
    animation: myfirst 22s linear infinite
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url(../img/seo/bike.png) no-repeat center center;
    width: 50px;
    height: 52px;
    bottom: 0;
    left: 38%;
    position: absolute;
    animation: myfirst 30s linear infinite
}

.white_footer_area .footer_top .f_widget .f_title {
    color: #222
}

.white_footer_area .footer_top .f_widget p {
    color: #56575e;
    font-size: 14px
}

.white_footer_area .footer_top .f_widget.about-widget .f_list li a {
    font-size: 16px;
    color: #56575e
}

.white_footer_area .footer_top .f_widget.about-widget .f_list li a:before {
    background: #56575e
}

.white_footer_area .footer_top .f_widget.about-widget .f_list li a:hover {
    color: #56575e
}

.white_footer_area .footer_top .f_widget.social-widget {
    margin-left: -15px
}

.white_footer_area .footer_top .f_widget .f_social_icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: 0 0;
    font-size: 12px
}

.white_footer_area .footer_top .f_widget .f_social_icon a:hover {
    background: #3d57f4;
    color: #fff
}

.white_footer_area .footer_top .f_widget .f_social_icon a + a {
    margin-left: 0
}

.agency_footer_area {
    overflow: hidden;
    position: relative;
    background-color: #fcfdf9
}

.agency_footer_area a {
    display: inline-block
}

.agency_footer_area .shape_1 {
    left: 0;
    bottom: -220px;
    max-width: 415px
}

.agency_footer_area .shape_2 {
    top: -100px;
    right: 135px;
    max-width: 475px
}

.agency_footer_area .shape_3 {
    right: 0;
    bottom: -221px;
    max-width: 408px
}

.agency_footer_area p {
    max-width: 570px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #222d39;
    margin-left: auto;
    margin-right: auto
}

.agency_footer_area .newsletter_form {
    background-color: #fff;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto
}

.agency_footer_area .newsletter_form .col-form-label {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 68px;
    padding: 0;
    width: 33%;
    border: 1px solid #dfe5ed;
    border-right: 0
}

.agency_footer_area .newsletter_form .col-form-label i {
    color: #6754e2
}

.agency_footer_area .newsletter_form input {
    width: 47%;
    border: none;
    outline: none;
    display: block;
    padding: 0 30px;
    border-radius: 0;
    border: 1px solid #dfe5ed
}

.agency_footer_area .newsletter_form .submit_btn {
    width: 20%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #6754e2;
    border: 0;
    cursor: pointer;
    box-shadow: .418px 2.971px 10px 0 rgba(66, 97, 234, .21)
}

.agency_footer_area .copyright_text {
    display: block;
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 16px;
    color: #222d39
}

.agency_footer_area .site_name {
    color: #3e5ae8;
    display: inline-block
}

.agency_footer_area .author_link {
    position: relative;
    color: #6754e2
}

.agency_footer_area .author_link:before {
    width: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    background: #6754e2;
    transition: width .3s linear
}

.agency_footer_area .author_link:hover:before {
    left: 0;
    width: 100%;
    right: auto
}

.agency_footer_area .circle_social_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.agency_footer_area .circle_social_links li {
    margin-right: 3px
}

.agency_footer_area .circle_social_links li:last-child {
    margin-right: 0
}

.agency_footer_area .circle_social_links li a {
    z-index: 1;
    width: 48px;
    height: 48px;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    position: relative;
    border-radius: 100%;
    transition: all .2s linear
}

.agency_footer_area .circle_social_links li a.bg_facebook {
    background-color: #3b5998;
    box-shadow: 1.392px 9.903px 10px 0 rgba(59, 89, 152, .21)
}

.agency_footer_area .circle_social_links li a.bg_googleplus {
    background-color: #ea4335;
    box-shadow: 1.392px 9.903px 10px 0 rgba(234, 67, 53, .21)
}

.agency_footer_area .circle_social_links li a.bg_twitter {
    background-color: #1da1f2;
    box-shadow: 1.392px 9.903px 10px 0 rgba(29, 161, 242, .21)
}

.agency_footer_area .circle_social_links li a.bg_linkedin {
    background-color: #007bb5;
    box-shadow: 1.392px 9.903px 10px 0 rgba(0, 119, 181, .21)
}

.agency_footer_area .circle_social_links li a:hover {
    box-shadow: none
}

@-moz-keyframes myfirst {
    0% {
        left: -25%
    }
    100% {
        left: 100%
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%
    }
    100% {
        left: 100%
    }
}

@keyframes myfirst {
    0% {
        left: -25%
    }
    100% {
        left: 100%
    }
}
.blog_list_item_two .post_date{
    top: 0;
    left: 10px;
}
.blog_single_info .blog_list_item_two .blog_content {
    padding-top: 40px;
}
.blog-title{
    top: 30px;
    left: 120px;
    position: relative;
    z-index: 1;
}
