.padding {
    padding: 0px 0
}

h2.flutter_main_headinh:before {
    position: absolute;
    content: '';
    background-color: blue;
    height: 3px;
    width: 100px;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto
}

h2.flutter_main_headinh {
    position: relative
}

.flutter_heading {
    text-align: center;
    margin-bottom: 50px
}

section.app_his {
    margin-bottom: 70px;
    margin-top: 40px
}

.app_his .row {
    display: flex;
    flex-wrap: wrap
}

.app_his .col-md-4 {
    display: flex
}

.native_app {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 4px;
    padding: 15px;
    position: relative
}

.native_text h3 {
    margin: 0;
    margin-bottom: 12px
}

.native_list li {
    color: #fff;
    list-style: none;
    position: relative
}

.native_list li:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 10px;
    height: 2px;
    left: -17px;
    top: 17px
}

.native_text {
    margin-top: 35px;
    text-align: center
}

.native_icon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 9
}

.overlayy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #FF901A
}

.native_app:hover .overlayy {
    opacity: 1
}

ul.native_list a {
    color: #fff
}

.native_app .text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.business_modal_section {
    margin-top: 50px
}

h2.mobile_main_head:before {
    position: absolute;
    content: '';
    background-color: blue;
    width: 100px;
    height: 4px;
    bottom: -7px;
    left: 0;
    right: 0;
    display: flex;
    margin: 0 auto
}

h2.mobile_main_head {
    position: relative;
    text-align: center
}

.mobile_heading p {
    margin-top: 25px;
    margin-bottom: 25px
}

.section_flip_animate {
    position: relative;
    text-align: center;
    width: 100%;
    height: 280px;
    margin-bottom: 32px
}

.flip_front_side,
.flip_back_side {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-transition: -ms-transform .5s cubic-bezier(.22, .61, .36, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.22, .61, .36, 1);
    transition: transform .5s cubic-bezier(.22, .61, .36, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 30px 0
}

.flip_back_side {
    background-color: #03a9f4;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: table
}

.flip_front_side {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section_flip_animate:hover .flip_front_side {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.verticle_middle {
    display: table-cell;
    vertical-align: middle
}

.verticle_middle p {
    color: #fff;
    font-size: 16px
}

.section_flip_animate:hover .flip_back_side {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.powered-list li {
    box-shadow: 0 0 10px rgba(0, 0, 0, .09);
    margin-bottom: 20px !important;
    border-radius: 6px;
    padding: 30px 6px !important;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: .3s linear all
}

.powered-list ul li .powered-name {
    font-size: 14px !important;
    font-weight: 900
}

section.talk_experts {
    background: #000 none repeat scroll 0 0;
    padding: 20px 0 40px;
    background: #010101;
    background: linear-gradient(90deg, rgba(1, 1, 1, 1) 0%, rgba(17, 18, 189, 1) 28%, rgba(0, 212, 255, 1) 97%)
}

.talk_experts_content {
    text-align: center
}

.talk_experts_content h2 {
    color: #fff
}

.t_btn {
    background-color: #0028d2;
    padding: 13px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    padding: 15px 26px;
    margin-top: 30px
}

a.t_btn:hover {
    color: #fff
}

section.recent_work {
    background-color: #f6f6f6;
    padding: 70px 0
}

.recent_work_heading p {
    text-align: center;
    font-size: 21px;
    padding: 30px 0
}

.our_brand .owl-item {
    background: inherit !important
}

.recent_work .owl-dots {
    display: none
}

.work_1 {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 5px;
    margin-bottom: 20px
}

.work_1_text {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    height: 100%
}

.work_1_text p {
    font-size: 16px
}

.work_1_text h4 {
    font-size: 30px
}

.recent_work .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.recent_work .owl-prev i {
    position: absolute;
    left: -55px;
    top: -12px;
    width: 40px;
    height: 40px;
    background-color: blue;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: 400
}

.recent_work .large-12.columns {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, .3)
}

.recent_work .owl-item {
    background: inherit !important
}

.recent_work .owl-next i {
    position: absolute;
    right: -55px;
    top: -12px;
    width: 40px;
    height: 40px;
    background-color: blue;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: 400
}

.recent_work .item .row {
    display: flex;
    flex-wrap: wrap
}

.recent_work .item .col-md-7 {
    padding-right: 0
}

.recent_work .item .col-md-5 {
    padding: 0
}

a.p_btn {
    background-color: blue;
    display: inline-block;
    width: 35%;
    text-align: center;
    padding: 10px;
    border: solid 1px blue;
    border-radius: 50px;
    color: #fff;
    margin-top: 20px;
    transition: .2s linear all
}

a.p_btn i {
    transition: .2s linear all
}

a.p_btn:hover i {
    transform: translateX(10px)
}

a.p_btn:hover {
    background-color: transparent;
    color: #000;
    font-weight: 700;
    border: solid 1px #000
}

.recent_work .owl-prev i {
    position: absolute;
    left: -55px;
    top: -12px;
    width: 40px;
    height: 40px;
    background-color: blue;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: 400
}

.test_monial_heading p {
    text-align: center;
    font-size: 21px;
    padding: 30px 0
}

#customers-testimonials .owl-item {
    background: inherit !important
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190e7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, .12), 0 5px 7px rgba(0, 0, 0, .05)
}

#customers-testimonials .shadow-effect img {
    width: 20% !important;
    margin: 0 auto
}

.shadow-effect img {
    width: 20%
}

section.our_brand {
    background-color: blue;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.our_brand .item {
    border: solid 3px #fff;
    margin: 0 7px;
    padding: 10px;
    border-radius: 6px
}

.our_brand .item img {
    width: auto !important;
    margin: 0 auto
}

.f_c img.lazy {
    height: 40px
}

.our_brand .flutter_main_headinh {
    color: #fff
}

.our_brand .flutter_main_headinh:before {
    background-color: #fff
}

.f_c {
    padding: 30px 0 0
}

.our_brand .owl-dots {
    display: none
}

section.blog .row {
    display: flex;
    flex-wrap: wrap
}

section.blog .col-md-4 {
    display: flex
}

.blog img {
    max-width: 100%;
    width: 100%
}

.blog-head {
    margin-bottom: 70px
}

.blog-head h6 {
    color: #f05907;
    position: relative;
    display: inline-block;
    text-transform: capitalize
}

.blog-head h6:after,
.blog-head h6:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #f05907;
    top: 50%
}

.blog-head h6:after {
    right: 120%
}

.blog-head h6:before {
    left: 120%
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0
}

.blog {
    background-color: #f7f7f7;
    padding: 100px 0;
    min-height: 100vh
}

.blog .item {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    padding: 0 0 20px
}

.blog .item .more {
    position: absolute;
    right: 30px;
    bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    color: #f05907;
    font-size: 19px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transform: translate(0, 100px);
    transition: all .3s ease-in-out
}

.blog .item:hover .more {
    transform: translate(0, 0)
}

.blog .item:hover .img img {
    transition: all .4s ease
}

.blog .item:hover .img img {
    transform: rotate(-5deg) scale(1.2, 1.2)
}

.blog .item .img {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%, 0 75%)
}

.blog .item .info {
    padding: 1px 30px;
    position: relative
}

.blog .item .info h5 {
    font-size: 16px
}

.blog .item .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog .item .info .date {
    position: absolute;
    left: calc(50% - 25px);
    top: -54px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    text-align: center;
    background-color: blue;
    color: #fff;
    padding: 5px;
    transform: rotate(45deg)
}

.blog .item .info .date span {
    transform: rotate(-45deg);
    display: inline-block
}

.blog-head.text-center p {
    font-size: 21px;
    padding: 30px 0 0
}

.read_more {
    padding: 10px;
    margin-bottom: 15px;
    padding: 25px 0 0 30px
}

.blog .read_more a {
    margin-top: 20px;
    color: #f05907;
    position: absolute;
    bottom: 0;
    background-color: #0028d2;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff
}

.blog .read_more i {
    transition: .2s linear all
}

.blog .read_more a:hover i {
    transform: translateX(10px)
}

.blog .read_more a:hover {
    background-color: transparent;
    color: #000;
    font-weight: 700;
    border: solid 1px #000
}

.blog .item .info .user i {
    margin-right: 5px;
    font-size: 14px
}

a.b_btn {
    background-color: blue;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    margin-top: 20px;
    transition: .2s linear all
}

.blog_btn {
    text-align: center;
    margin-top: 40px
}

a.b_btn i {
    transition: .2s linear all
}

a.b_btn:hover i {
    transform: translateX(10px)
}

a.b_btn:hover {
    background-color: transparent;
    color: #000;
    font-weight: 700;
    border: solid 1px #000
}

.mobile_app_icon {
    display: flex;
    flex-wrap: wrap
}

.mobile-icon-app {
    width: 48%;
    margin: 10px 15px 0 0;
    background-color: #fff;
    padding: 12px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .08);
    border-radius: 3px;
    margin-bottom: 15px
}

.mobile-icon-app .icon-header h3 {
    font-size: 18px
}

@media only screen and (max-width:768px) {
    .native_app {
        margin-bottom: 50px
    }
    .mobile-icon-app {
        width: 100%
    }
    a.p_btn {
        width: 48%;
        margin-bottom: 15px
    }
    section.blog .col-md-4 {
        width: 100%;
        margin-bottom: 20px
    }
}

.app_sol_heading {
    text-align: center;
    margin-bottom: 50px
}

.app_main_heading {
    position: relative
}

h2.app_main_heading:before {
    position: absolute;
    background-color: #0328d2;
    content: '';
    width: 150px;
    height: 4px;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.our_brand .app_main_heading {
    position: relative;
    color: #fff
}

.our_brand .app_main_heading:before {
    background-color: #fff
}