/*!
Theme Name: brainwaveinfoways
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brainwaveinfoways
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

brainwaveinfoways is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*body{
    overflow-x: hidden;
}*/

.fz-50{
    font-size: 3.125rem;
}

/* Button Desing */
.ptf-btn.ptf-btn--primary,
.ptf-btn.ptf-btn--secondary {
    padding: 18px 25px;
    border-radius: 10rem;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.ptf-btn.ptf-btn--primary:hover,
.ptf-btn.ptf-btn--secondary:hover {
    color: #fff;
    -webkit-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    text-decoration: none;
}
.ptf-btn.ptf-btn--primary:after,
.ptf-btn.ptf-btn--secondary:after{
    content: '' !important;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0%;
    right: 0%;
    color: #ffffff;
    z-index: -1;
    visibility: hidden;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.ptf-btn.ptf-btn--primary:after{
    background-color: #000;
}
.ptf-btn.ptf-btn--secondary:after {
    background-color: #fa4529;
}
.ptf-btn.ptf-btn--primary:hover:after,
.ptf-btn.ptf-btn--secondary:hover:after{
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

/*
.ptf-btn.ptf-btn--primary:before,
.ptf-btn.ptf-btn--secondary:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.ptf-btn.ptf-btn--primary:before{
    background-color: #000000;
}
.ptf-btn.ptf-btn--secondary:before{
    background-color: #fa4529;
}
.ptf-btn.ptf-btn--primary:hover:before,
.ptf-btn.ptf-btn--secondary:hover:before {
    width: 100%;
}*/


/*Header CSS*/
nav.ptf-nav.ptf-nav--default {
    margin-right: 0;
    margin-left: auto;
}
header .ptf-navbar .ptf-navbar-inner{
    --ptf-navbar-height: 95px;
}
.ptf-navbar.ptf-navbar--fixed{
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    border-bottom: 1px solid #ececec;
    background-color: hsl(0deg 0% 100% / 70%) !important;
	-webkit-backdrop-filter:blur(9px);
    backdrop-filter: blur(9px);
    border-bottom: none;
}
.hero-banner {
    position: relative;
    background-color: rgb(0 0 0 / 0%);
}
/*Logo Animation*/
.logo-animated{
    position: relative;
    -webkit-transition: all .5s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: all .5s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: all .5s cubic-bezier(.37,.31,.2,.85);
    -o-transition: all .5s cubic-bezier(.37,.31,.2,.85);
    transition: all .5s cubic-bezier(.37,.31,.2,.85);
}
.drop-group {
    width: 60px;
    height: 75px;
    left: 0;
    top: 0;
    z-index: -1;
    text-align: center;
    color: white;
    position: absolute;
    -webkit-transition: all .5s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: all .5s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: all .5s cubic-bezier(.37,.31,.2,.85);
    -o-transition: all .5s cubic-bezier(.37,.31,.2,.85);
    transition: all .5s cubic-bezier(.37,.31,.2,.85);
}
.drop, .drop1, .drop2, .drop3, .drop4, .drop5, .drop6, .drop7 ,.drop8 ,.drop9, .drop10, 
.drop11, .drop12, .drop13, .drop14, .drop15, .drop16, .drop17, .drop18{
    transform: translate(-50%, -50%) rotate(-135deg);
    left: 50%;
    top: 50%;
    background-image: linear-gradient(40deg, #fa4529, #b91d05);
    position: absolute;
    border-radius: 100%;
    z-index: -1;
}
.drop-group .drop {
    width: 15px;
    height: 15px;
    animation: drop 2.5s ease-in infinite;
}
.drop-group .drop1 {
    width: 15px;
    height: 15px;
    animation: drop1 2.5s ease-in infinite;
}
.drop2 {
    width: 6px;
    height: 6px;
    animation: drop2 4s ease-in infinite;
}
.drop3 {
    width: 9px;
    height: 9px;
    animation: drop3 4s ease-in infinite;
}
.drop4 {
    width: 7px;
    height: 7px;
    animation: drop1 4s ease-in infinite;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.drop5 {
    width: 6px;
    height: 6px;
    animation: drop2 4s ease-in infinite;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.drop6 {
    width: 9px;
    height: 9px;
    animation: drop3 4s ease-in infinite;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.drop7 {
    width: 7px;
    height: 7px;
    animation: drop1 4s ease-in infinite;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.drop8 {
    width: 6px;
    height: 6px;
    animation: drop2 4s ease-in infinite;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.drop9 {
    width: 9px;
    height: 9px;
    animation: drop3 4s ease-in infinite;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}
.drop10 {
    width: 6px;
    height: 6px;
    animation: drop4 4s ease-in infinite;
}
.drop11 {
    width: 6px;
    height: 6px;
    animation: drop4 4s ease-in infinite;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.drop12 {
    width: 6px;
    height: 6px;
    animation: drop4 4s ease-in infinite;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.drop13 {
    width: 7px;
    height: 7px;
    animation: drop5 3.5s ease-in infinite;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.drop14 {
    width: 7px;
    height: 7px;
    animation: drop5 3.5s ease-in infinite;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.drop15 {
    width: 7px;
    height: 7px;
    animation: drop5 3.5s ease-in infinite;
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.drop16 {
    width: 5px;
    height: 5px;
    animation: drop6 4s ease-in infinite;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.drop17 {
    width: 5px;
    height: 5px;
    animation: drop6 4s ease-in infinite;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.drop18 {
    width: 5px;
    height: 5px;
    animation: drop6 4s ease-in infinite;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

@keyframes drop {
    50% {
        transform: translate(0px, 0px) rotate(-135deg) scale(1.1);
        opacity: 1;
    }
    100% {
        transform: translate(-80px, 50px) rotate(46deg) scale(1.3);
        opacity: .3;
    }
}
@keyframes drop1 {
    50% {
        transform: translate(-14px, -12px) rotate(-135deg) scale(1.1);
        opacity: 1;
    }
    100% {
        transform: translate(-100px, 0px) rotate(46deg) scale(1.3);
        opacity: .3;
    }
}

@keyframes drop2 {
    0% {
        transform: translate(0, 0) rotate(-135deg);
        opacity: 1;
    }
    100% {
        transform: translate(-50px, 85px) rotate(-135deg);
        opacity: .3;
    }
}

@keyframes drop3 {
    0% {
        transform: translate(0, 0) rotate(-135deg);
        opacity: 1
    }
    100% {
        transform: translate(-150px, -66px) rotate(85deg);
        opacity: .3;
    }
}

@keyframes drop4 {
    0% {
        transform: translate(0, 0) rotate(-135deg);
        opacity: 1
    }
    100% {
        transform: translate(-80px, 30px) rotate(-135deg);
        opacity: .3;
    }
}

@keyframes drop5 {
    0% {
        transform: translate(0, 0) rotate(-135deg);
        opacity: 1
    }
    100% {
        transform: translate(-105px, -30px) rotate(-135deg);
        opacity: .3
    }
}

@keyframes drop6 {
    0% {
        transform: translate(0, 0) rotate(-135deg);
        opacity: 1
    }
    100% {
            transform: translate(-100px, 10px) rotate(-135deg);
        opacity: .3;
    }
}

.about-section{
    background-color: #f5f5f5;
}

.services-section h2{
    font-size: 2rem;
}
.latest_work{
    background: #f5f5f5;
}

footer.footer{
    background-size: 340px;
    background-position: center left;
    position: relative;
}
footer.footer .footer-logo-icon{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 340px;
    opacity: 0.4;
}
.footer.ptf-footer--style-3 .ptf-footer__top{
    padding-top: 6.125rem;
    padding-bottom: 1.125rem;
}
.footer.ptf-footer--style-3 .ptf-footer__bottom{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}
.services-section .ptf-service-box{
    grid-template-columns: 5.5rem 12.75rem 1fr 3.75rem;
    align-items: center;
}
.services-section .ptf-service-box__icon{
    width: 60px;
}
.wp-block-image{
    margin: 0px;
}
.counter-section{
    background: #f5f5f5;
}
.counter-section .ptf-counter-up .counter_symbol{
    font-size: 2.25rem;
    color: #000000;
    margin-left: 3px;
}
.flexible-models .flexible-list i{
    font-size: 2.75rem;
    color: var(--ptf-accent-1)
}
.counter-section .ptf-counter-up--style-2 .ptf-counter-up__title{
    margin-left: 10px;
}
/*About Page CSS*/
.border-bottum-2 {
    border-bottom: 2px solid;
}
.wpcf7-not-valid-tip{
    font-size: 1rem;
}
.ptf-page--about-us .about-us-section .about_content{
    padding-right: 80px;
}
.ptf-counter-up.ptf-counter-up--style-5 {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.ptf-counter-up.ptf-counter-up--style-5 .ptf-counter-up__value{
    font-size: 2.25rem;
    color: #000000;
}
.counter-section h5.ptf-counter-up__title{
    text-align: left;
    color: #666666;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.1rem;
}
/*Services Detail*/
.ptf-page--service-detail h3.h3{ 
    font-size: 3rem;
}
.ptf-page--service-detail .ptf-animated-block img{
    width: 100%;
}
.ptf-page--service-detail .ptf-widget-services-list ul li a i{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding-right: 5px;
    padding-top: 5px;
}
.skill_section_listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.skill_section_listing .skill_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    width: 215px;
}
.skill_section_listing .skill_box .skill_box__content{
    background: #f5f5f5;
    padding: 20px 10px;
    border-radius: 10px;
}
.skill_section_listing .skill_box .skill_box_image {
    margin-bottom: 15px;
}
.skill_section_listing .skill_box .skill_box_image img{
    height: 80px;
    width: auto;
}
.skill_section_listing .skill_box .skill_box_title {
    font-size: 16px;
    font-weight: 500;
}
body .ptf-page--service-detail .ptf-skill-box-grid{
    grid-template-columns: repeat(6,1fr);
    grid-gap: 20px;
}
.navigation.post-navigation .nav-links a > span{
    margin-bottom: 0px;
    font-size: 16px;
}
.navigation.post-navigation .nav-links a .ptf-filled-link{
    color: #000000;
    display: inline-block;
    font-size: 34px;
    margin-bottom: 30px;
}
.navigation .nav-links .nav-previous {
    display: inline-block;
    width: 50%;
    float: left;
    border-right: 1px solid #cccccc;
    padding-top: 30px;
    padding-left: 30px;
}
.navigation .nav-links .nav-next {
    display: inline-block;
    width: 50%;
    text-align: right;
    float: right;
    padding-top: 30px;
    padding-right: 30px;
}
.ptf-post-navigation.ptf-post-navigation--style-2{
    padding-top: 0rem;
    padding-bottom: 0rem;
    float: left;
    width: 100%;
}
.ptf-page--single-work-1 .portfolio_banner{
    position: relative;
    background-image: linear-gradient(147deg, #000000 5%, #fb4529 100%);
}
.ptf-page--single-work-1 .portfolio_banner h1{
    font-size: 4rem;
}

.ptf-page--single-work-1 .portfolio_banner img{
    position: absolute;
    width: 560px;
    bottom: -70px;
}
.portfolio_banner .banner-left-title{
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    font-size: .875rem;
    text-transform: uppercase!important;
}
.portfolio-carousel-outer {
    max-width: 767px;
    width: 100%;
    margin: 0px auto;
}
.portfolio-carousel-outer .portfolio-carousel .portfolio-img img{
    width: auto;
    margin: 0px auto;
}
.portfolio-carousel-outer .portfolio-carousel .owl-nav [class*=owl-]{
    background: #fa4529;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    transition: 0.5s;
}
.portfolio-carousel-outer .portfolio-carousel .owl-nav [class*=owl-]:hover{
    background: #000;
}
.mobile-images{
    padding-top: 210px;
    padding-bottom: 80px;
    position: relative;
    background-color: #f5f5f5;
}
.mobile-images .mobile-list{
    margin-bottom: 30px;
    position: relative;
}
.mobile-images .mobile-list img {
    box-shadow: 0px 24px 12px -19px #000000;
    border-radius: 25px;
    border: 5px solid #000;
}
.mobile-images .mobile-list:nth-child(even) {
    margin-top: -100px;
}
.mobile-images .mobile-list:before {
    content: '';
    width: 80px;
    height: 10px;
    background: #000;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    top: 5px;
    border-radius: 0px 0px 10px 10px;
}
.mobile-images .owl-item {
    opacity: 0.1;
    transition: 0.5s;
}
.mobile-images .owl-item.active {
    opacity: 1;
}

body .ptf-page--single-work-1 .ptf-skill-box-grid{
    grid-template-columns: repeat(6,1fr);
    grid-gap: 20px;
    display: grid;
}
.ptf-skill-box .ptf-skill-box__content{
    padding: 0 15px;
    text-align: center;
}
.ptf-post-navigation .navigation .nav-links {
    border-top: 1px solid #cccccc;
}
.ptf-process-steps .ptf-process-item{
    position: relative;
}
/*Services Page Design*/
.services_list .service_box {
    background: #f5f5f5;
    padding: 50px 25px 43px;
    border-radius: 15px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.services_list .service_box:hover {
    border-radius: 15px !important;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.services_list .service_box:hover .services__item_overlay {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.services_list .services__item_overlay {
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0%;
    right: 0%;
    color: #ffffff;
    background-color: rgb(250 69 41 / 15%);
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.services_list .service_box .service_icon {
    margin-bottom: 10px;
}
.services_list .service_box .service_icon img {
    width: 75px;
}
.services_list .service_box .service_title {
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.services_list .service_box .service_content {
    margin-bottom: 10px;
    font-size: 20px;
    color: #666666;
}
.services_list .service_box .item_more_link{
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    z-index: 1;
    overflow: hidden;
    align-items: center;
    display: flex;
}
.services_list .service_box .item_more_link .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    -ms-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    will-change: visibility,margin-right,text-indent,opacity;
}
.services_list .service_box:hover .link_text{
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
    -ms-transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
    transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
}
.services_list .service_box .item_more_link .link_icon {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.trust_client{
    background: #f5f5f5;
}
.trust_client .trust_client_carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 5px 20px;
    transition: all .2s linear 0s;
    filter: brightness(0.5) invert(0.5);
}
.why-chooes .why-chooes-list i.lnir{
    font-size: 2.75rem;
    color: var(--ptf-accent-1);
}
.why-chooes .why-chooes-list img{
    width: auto;height: 70px;
}
.why-chooes .why-chooes-item .why-chooes-list {
    background: rgb(250 69 41 / 15%);
    padding: 40px 30px;
    border-radius: 20px;
    height: 100%;
}
.why-chooes .why-chooes-item:nth-child(odd) .why-chooes-list{
    background: #f5f5f5;
}
.why-chooes .why-chooes-item{
    margin-bottom: 25px;
}
.cta-section{
    background: #f5f5f5;
}
.development_process {
    padding-bottom: 280px;
}
.development_process .start_step .process_detail{
    display: none;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
/*.development_process .start_step .process_detail h4 br{
    display: none;
}*/
.development_process .start_step.active .process_detail {
    display: block;
    position: absolute;
    max-width: 500px;
    margin: 40px auto 0px auto;
    left: 0;
    right: 0;
    z-index: -1;
}
.development_process .start_step {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    vertical-align: top;
}
.development_process .process{
    position: relative;
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
.development_process .process_line{
    border-bottom: 3px dashed #ccc;
    position: absolute;
    top: 14px;
    width: 640px;
    left: 0;
    margin: 0px auto;
    right: 0;
    z-index: -1;
}
.development_process .process_icon {
    width: 30px;
    height: 30px;
    margin: 0px auto;
    border: 2px solid;
    border-radius: 50px;
    position: relative;
    margin-bottom: 50px;
}
.development_process .active .process_icon{
    width: 100px;
    height: 100px;
    margin-top: -33px;
    margin-bottom: 13px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.development_process .process_icon .dot {
    //content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 10px;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.development_process .active .process_icon .dot{
    top: 48%;
    transform: translateY(-48%);
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    -moz-transform: translateY(-48%);
}
.child-services{
    background: #f5f5f5; 
}
.child-services .child_services_item {
    height: 100%;
    padding: 25px 25px;
    border-radius: 20px;
    background: #fff;
}
.what_u_get{
     background: #f5f5f5; 
}

.what_u_get .what_u_get_item {
    background: #ffffff;
    padding: 50px 25px 43px;
    border-radius: 15px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.what_u_get .what_u_get_item:hover {
    border-radius: 15px !important;
    background: transparent;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.what_u_get .what_u_get_item .what_u_get_item_overlay {
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0%;
    right: 0%;
    color: #ffffff;
    background-color: rgb(250 69 41 / 15%);
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.what_u_get .what_u_get_item:hover .what_u_get_item_overlay {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.what_u_get .what_u_get_item img{
    width: 50px;
}

.design-child-services .child_services_item,
.mobile-child-services .child_services_item {
    background: rgb(255 255 255);
    padding: 40px 30px;
    border-radius: 20px;
    height: 100%;
}
.child_service_icon {
    width: 70px;
}
.design-child-services,
.mobile-child-services{
    background-color: #f5f5f5;
}
.branding-section ul{
    margin-top: 30px;
    list-style: none;
}
.branding-section ul li {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}
.branding-section ul li:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 3px;
    height: 10px;
    width: 10px;
    border: 1px solid #fa4529;
}
.design_timeline .timeline_container{
    position: relative;
}
.design_timeline .timeline_container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 90%;
    width: 4px;
    background-color: rgb(250 69 41 / 15%);
}
.design_timeline .timeline_block{
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
}
.design_timeline .timeline_block:last-child{
    margin-bottom:0em
}
.design_timeline .timeline_block:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.design_timeline .timeline_block:nth-child(even) .timeline_img {
    margin-right: calc(5% - 30px);
}
.design_timeline .timeline_block .timeline_img {
    width: 60px;
    height: 60px;
    -ms-flex-order: 1;
    order: 1;
    margin-left: calc(5% - 30px);
    will-change: transform;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(250 69 41 / 15%), inset 0 2px 0 rgb(250 69 41 / 15%);
    background-color: rgb(250 69 41);
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
}
.design_timeline .timeline_block .timeline_img img{
    width: 32px;
}
.design_timeline .timeline_block .timeline_content{
    width: 45%;
    will-change: transform;
    margin: 0;
    font-size: 18px;
    position: relative;
    background: rgb(250 69 41 / 15%);
    border-radius: 20px;
    padding: 25px 30px;
    box-shadow: 0 3px rgb(250 69 41 / 30%);
}
.design_timeline .timeline_block .timeline_content span,
.design_timeline .timeline_block .timeline_content h3{
    margin-bottom: 10px;
    display: block;
    line-height: 32px;
}
.design_timeline .timeline_block .timeline_content::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: rgb(247 66 38 / 15%);
}
.design_timeline .timeline_block:nth-child(odd) .timeline_content::before {
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: rgb(247 66 38 / 15%);
}
.gray_technology{
    background-color: #f5f5f5
}
.gray_technology .skill_section_listing .skill_box .skill_box__content{
    background-color: #fff;
}
.mobile-welcome-section .mobile-welcome-frame p{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.mobile-welcome-section .mobile-welcome-frame img{
    width: 72px;
    margin: 0px auto;
    display: block;
}
.api_process_section .api_process_list {
    position: relative;
    padding: 30px;
    background-color: rgb(250 69 41 / 15%);
    border-radius: 30px 0px 0px 30px;
    height: 100%;
}
.api_process_section .api_process_list:after {
    position: absolute;
    bottom: 0;
    content: '';
    top: 0;
    height: auto;
    width: 20%;
    left: auto;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#c2cfde));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #c2cfde 100%);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    opacity: 0.2;
}
.api_process_section .api_process_list span{
    font-size: 80px;
    color: rgb(251 132 114 / 20%);
    font-weight: 900;
    line-height: normal;
}
.api_process_section .api_process_list .arrow {
    position: absolute;
    bottom: -50px;
    width: 200px;
    height: 50px;
    border: 3px dashed #ccc;
    right: -100px;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
}
.api_process_section .process_list:last-child .arrow{
    display: none;
}
.api_process_section .api_process_list .arrow:after {
    content: '';
    position: absolute;
    top: -8px;
    right: -10px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: rgb(204 204 204);
}

/*Popup Model*/
.estimation_modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(0 0 0/82%);
}
.estimation_modal .modal_content {
    background-color: #fff;
    margin: 5% auto;
    padding: 35px;
    width: 670px;
    max-width: 90%;
    border-radius: 15px;
    position: relative;
    color: #8e95ab;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.estimation_modal .close_button {
    float: right;
    cursor: pointer;
    color: #000;
    font-size: 40px;
    transition: 0.5s;
    margin: -45px auto 0px auto;
    line-height: normal;
}
.estimation_modal.show_modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 9;
}
.estimation_modal .modal-body,
.estimation_modal .modal-footer{
    margin-top: 20px;
}
.intl-tel-input.allow-dropdown{width: 100%;}
.estimation_modal .modal_content .form-group{
    margin-bottom: 25px;
}

.estimation_modal .modal_content .form-group label {
    font-size: 18px;
    margin-bottom: 0px;
}
.estimation_modal .form-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.estimation_modal .form-group.half {
    flex: 0 0 auto;
    width: 50%;
    box-sizing: border-box;
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}
.estimation_modal .form-group.wide {
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}
.estimation_modal .wpcf7-list-item {
    display: inline-block;
    margin: 10px 10px 0px 0;
    color: #000;
}
.estimation_modal .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
}
.estimation_modal .form-group .your_budget{
    margin-top: 8px;
    display: block;
}
.estimation_modal .intl-tel-input .wpcf7-intl-tel{
    padding-top: 7px;
    padding-bottom: 4px;
}
.ptf-page--service-detail .swiper-slide .ptf-work__media,
.latest_work .swiper-slide .ptf-work__media,
.ptf-page--portfolio-grid .grid-item .ptf-work__media{
    border-radius: 10px;
}

.ptf-page--service-detail .ptf-work__media img,
.latest_work .swiper-slide .ptf-work__media img,
.ptf-page--portfolio-grid .grid-item .ptf-work__media img{
    height: 300px;
    object-fit: contain;
}
.ptf-page--service-detail .ptf-work__meta,
.latest_work .swiper-slide .ptf-work__meta,
.ptf-page--portfolio-grid .grid-item .ptf-work__meta{
    padding-top: 1rem;
    padding-bottom: 2rem;
}