@media screen and (min-width:992px) {
    .logo_hold,
    .menu_block{
        width: 50%;
    }
    .menu_block{
        display: flex;
        justify-content: flex-end;   
    }
}
@media (max-width: 1200px){
    header{
        padding: 18px 15px;
    }
}

@media (max-width: 1600px){
    .slider_sec::after {
        top: -124px;
        left: 81px;
    }
    .inner_silder_img {
        margin: auto;
    }
    .startup_service_section {
        background-position: top;
    }
}
@media (max-width: 1500px){
    .about_management_img img {
        width: 750px;
        padding-right: 80px;
    }
    .about_slider_title {
        margin-left: 200px;
    }
    .strategy_title{
        padding: 0 15px 0 90px;
        max-width: 630px;
    }
    .strategy_img img{
        width: 700px;
    }
}

@media (max-width: 1440px){
    .slider_sec::after {
        top: -124px;
        left: 7px;
    }
    .service_right_sec {
        margin-left: 40px;
    }
   
}
@media (max-width: 1280px){
    .miison_title_flex {
        padding: 0 90px 0 140px;
    }
    .about_management_img img {
        width: 600px;
        padding-right: 30px;
    }
    .strategy_title{
        padding: 0 15px 0 50px;
        max-width: 630px;
    }
    .our_clients_sec{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1199px){
    .menu_block .navbar_nav .nav_btn:not(:last-child) {
        margin-right: 20px;
    }
    .logo_hold a img {
        max-width: 50%;
    }
    .menu_block .navbar_nav .nav_btn a {
        font-size: 16px;
    }
    .heding_hero_sec{
        font-size: 42px;
    }
    .hero_logo .logo_hero_section a img {
        width: 89%;
    }
    .hero_section{
        background-position: center;
    }
    .inner_content_title {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .inner_left_content {
        width: 45%;
    }
    .sub_content_ld br{
        display: none;
        padding-right: 10px;
    }
    .sub_content_ld{
        padding-right: 10px;
    }
    .inner_content_leadership_sec{
        justify-content: space-between;
    }
    .leader_content {
        padding: 25px 10px 25px 15px;
    }
    .ld_title {
        font-size: 20px;
    }

    .miison_title_flex {
        padding: 0 90px 0 60px;
    }
    #real_world_slider .owl-nav button.owl-prev {
        left: 0px;
    }
    #real_world_slider .owl-nav button.owl-next {
        right: 0px;
    }
}

@media (max-width: 1024px){
    .indirectly_sec {
        background-size: 1130px;
    }
    .indirectly_text h2 {
        font-size: 27px;
    }
    .indirectly_text {
        width: 531px;
    }
    .indirectly_text h2 {
        padding-top:160px;
        line-height: 1.5;
        padding-bottom: 50px;
    }

    .leadership_section {
        padding-top: 90px;
        padding-bottom: 130px;
    }

    .service_contact_img{
        max-width: 500px;
    }
    .fale_form_wrap {
        padding-top: 30px;
    }
    .service_conatct_main p {
        padding-bottom: 10px;
    }
    .formbold-form-input1 {
        height: 200px;
    }
    .private_card_title h2 a {
        font-size: 24px;
    }


    .about_expertise_right_sec {
        margin-right: 0px;
    }
    .about_inner_card .col-lg-4 {
        width: 33%;
    }
    .miison_title_flex {
        padding: 0 50px 0 20px;
    }
    .about_management_title {
        max-width: 723px;
        padding-right: 15px;
    }
    .about_management_img img {
        width: 600px;
        padding-right: 20px;
    }
    .about_management_title h2 {
        padding-top: 20px;
        padding-bottom: 16px;
    }
    .strategy_title {
        padding: 0 15px 0 50px;
        max-width: 525px;
    }
    .strategy_title h2 {
        font-size: 39px;
    }
    .progress_bar1 {
        width: 52%;
    }
    .real_ld_box {
        max-width: 300px;
    }
}

@media (max-width: 991px){

    /********************  Mobile Menu Css Start *********************/
    .sticky.fixed .menu_block .navbar_nav .nav_btn a {
        color: #fff;
    }
    .cm-overflow .header_fixed_logo {
        filter: invert(1);
    }
    .cm-overflow .sticky.fixed .menu_toggle_btn span {
        background-color: #fff;
    }
    .cm-overflow, .cm-overflow body, .modal-open {
        overflow: hidden;
        touch-action: none;
    }
    .menu_list{
        display: block;
        width: auto;
        position: relative;
        z-index: 99;
        
    }
    .logo_hold {
        position: relative;
        z-index: 110;
        max-width: 75px;
    }
    .menu_toggle_btn {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        width: 20px;
        height: 24px;
        position: relative;
        z-index: 102;
    }
    .open_menu .menu_toggle_btn span {
        background-color: #fff;
    }
    .open_menu .menu_toggle_btn span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .open_menu .menu_toggle_btn span:nth-child(2) {
       opacity: 0;
    }
    .open_menu .menu_toggle_btn span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .open_menu .menu_block {
        clip-path: circle(100%);
        -webkit-clip-path: circle(100%);
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
        text-align: center;
    }
    .menu_block {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #0b2e35;
        clip-path: circle(0px at 100% 0px);
        transition: 0.5s ease all;
        z-index: 100;
        padding: 70px 0px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .open_menu .menu_block .menu_list > .navbar_nav {
        flex-direction: column;
        width: auto;
    }
    .open_menu .menu_block .menu_list > .navbar_nav .nav_btn {
        transform: translateX(0);
    }
    .menu_block .menu_list > .navbar_nav .nav_btn {
        height: unset;
        padding-left: 0;
        margin-right: 0;
        text-align: center;
        min-width: auto;
        transform: translateX(100vw);
        transition: all 0.3s ease-in-out;
    }
    .menu_block .menu_list > .navbar_nav .nav_btn:not(:last-child) {
        margin-bottom: 15px;
    }
    .header_fixed_btn {
        margin-left: 0;
        margin-top: 20px;
    }
    .megamenu {
        position: unset;
        text-align: center;
        margin-top: 7px;
    }
    .menu_block .navbar_nav .nav_btn a {
        color: #fff;
        font-size: 20px;
        display: inline-block;
        text-align: center;
    }
    .menu_block .navbar_nav .nav_btn:nth-child(1) {
        transition-delay: 0.05s;
    }
    .menu_block .navbar_nav .nav_btn:nth-child(2) {
        transition-delay: 0.10s;
    }
    .menu_block .navbar_nav .nav_btn:nth-child(3) {
        transition-delay: 0.15s;
    }
    .menu_block .navbar_nav .nav_btn:nth-child(4) {
        transition-delay: 0.20s;
    }
    .navbar_nav .nav_btn a::after{
        bottom: -2px;
    }
/********************  Mobile Menu Css Close *********************/ 
    .logo_hold a img {
        max-width: 171px;
    }
    .hero_section_title {
        padding-bottom: 100px;
        padding-top: 160px;
    }
    .heding_hero_sec {
        font-size: 32px;
        padding-bottom: 15px;
      
    }
    .hero_logo {
        padding-bottom: 40px;
    }
    .make_easy_section {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .make_easy_main_title {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .make_easy_sub_title {
        font-size: 40px;
    }
    .right_side_outside_sec {
        padding-left: 40px;
    }
    .outside_box_sub_title br{
        display: none;
    }
    .outside_box_main_title {
        padding-bottom: 20px;
    }
    .outside_section {
        background-color: #f7f7f5;
        padding-bottom: 50px;
        padding-top: 75px;
    }
    .inner_content_title {
        font-size: 30px;
    }
    .sub_content_ld {
        font-size: 18px;
    }
    .inner_right_content {
        width: 60%;
    }
   


    .business_growth_text h2 {
        font-size: 40px;
    }
    .business_growth_text h2 span {
        font-size: 40px;
    }
    .business_growth_sec {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .item {
        padding-top: 60px;
        max-width: 932px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        padding-bottom: 60px;
    }
    .insights_img img{
        width: 425px;
    }
    .insights_sec {
        padding: 50px 0;
    }
    .insights_text h2 {
        font-size: 37px;
    }
    .slider_sec {
        margin-top: -350px;
    }
    .slider_sec::after {
        top: -51px;
        left: -32px;
        background-size: 120px;
    }
    .leadership_section {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    /* client page */
    .cm_col {
        width: auto;
    }
    .services_slider .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .services_slider .item{
        padding-top: 0;
        margin: 0;
    }
    .our_clients_logo {
        margin: 0;
    }
    .our_clients_sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
  

    .services_slider.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
        border: 1px solid #e2e2e2;
        display: inline-block;
        cursor: pointer; 
        background: transparent;
        color: #FFF;
        text-decoration: none;
        padding: 7px !important;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        text-align: center;
        outline: none;
    }
    /* .services_slider .fa-arrow-left:before {
        content: "\f060";
        color: #b9b9b9;
    }
    .services_slider .fa-arrow-right:before {
        content: "\f061";
        color: #b9b9b9;
        
    } */
    .services_slider.owl-carousel .owl-nav button.owl-next i,
.services_slider.owl-carousel .owl-nav button.owl-prev i{
    color: #b9b9b9;
}
.services_slider.owl-carousel .owl-nav button.owl-next:hover ,.services_slider.owl-carousel .owl-nav button.owl-prev:hover  {
    color: #fff;
    background-color: #ef9344;
}
.services_slider.owl-carousel .owl-nav button.owl-next:hover i,.services_slider.owl-carousel .owl-nav button.owl-prev:hover i {
    color: #fff;
}

.business_startup_silder.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
    color: #FFF;
    text-decoration: none;
}
    .services_slider.owl-theme .owl-nav [class*=owl-]:hover {
        background: unset;
        color: #FFF;
        text-decoration: none;
    }
    .silder_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .clients_slider .item{
        padding-top: 0;
    }
    .startup_title br{
        display: none;
    }
    .startup_service_section {
        padding: 90px 0 90px 0;
        background-position: 79% center;
    }



    .private_main_title {
        padding-bottom: 35px;
    }
    .private_main_title p {
        padding-bottom: 15px;
    }
    .private_main_title h2 {
        font-size: 40px;
    }
    .private_client_card .col, [class*=col-] {
        padding: 15px;
        margin: 0 auto;
    }
    .pricing_client_card {
        padding-bottom: 90px;
    }
    .service_contact_flex {
        display: block;
    }
    .service_right_sec {
        margin-left: 0;
        width: 100%;
        margin-top: 34px;
    }
    .fale_form_wrap form{
        
        padding: 0px 0 50px;
    }
    .service_contact_img{
        margin: 0 auto;
    }
    .card_title h2 br{
        display: none;
    }


    .misson_title {
        max-width: 810px;
    }
    .about_management_title span {
        font-size: 35px;
    }
    .about_management_title h2 {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size: 20px;
    }
    .about_management_title p {
        max-width: 500px;
        font-size: 15px;
    }
    .about_management_title p {
        padding-bottom: 10px;
    }
    .about_management_flex {
       align-items: start;
    }
    .about_management_title {
        padding-top: 20px;
    }
    .about_slider_title {
        margin-left: 100px;
    }
    .strategy_title {
        padding: 0 15px 0 30px;
    }
    .real_world_main_title h2 {
        font-size: 40px;
        padding-top: 40px;
        padding-bottom: 15px;
    }
    .real_world_main_title p {
        padding-bottom: 38px;
    }
    .call_section{
        text-align: center;
    }
    .visit_section{
        text-align: center;
    }
    .follow_section{
        text-align: center;
    }
    .social_flex ul {
        justify-content: center;
    }


}

@media(max-width:768px){
    .inner_content_leadership_sec{
        flex-wrap: wrap;
    }
    .inner_left_content{
        width: 100%;
    }
    .inner_right_content{
        width: 100%;
        order: -1;
        padding-bottom: 20px;
    }
    .leadership_section {
       
        padding-bottom: 60px;
    }
    .outside_box_sub_title {
        font-size: 40px;
    }


    .footer_flex {
        display: block;
        text-align: center;
        padding-top: 50px;
    }
    .footer_p {
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 40px;
        line-height: 1.5;
    }
    .p_md {
        padding-bottom: 10px;
    }
    .footer_h2 {
        padding-bottom: 15px;
    }
    .footer_sec_2 ul li {
        padding-bottom: 10px;
    }
    .footer_sec_3{
        padding-top: 30px;
    }
    .social_flex ul{
        justify-content: center;
    }
    .footer_sec_3 p {
        padding-top: 15px;
        line-height: 1.5;
        padding-bottom: 50px;
    }
    .social_flex ul li {
        width: 35px;
        height: 35px;
    }
    .business_growth_img img{
        width: 350px;
    }
    .business_growth_text p {
        padding-bottom: 10px;
    }
    .business_growth_text h2 {
        font-size: 34px;
        padding-bottom: 20px;
    }
    .business_growth_text h2 span {
        font-size: 34px;

    }
    .business_growth_sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .indirectly_text {
        width: 460px;
    }
    .indirectly_text h2 {
        padding-top: 160px;
        padding-bottom: 40px;
    }
    .indirectly_sec {
        background-size: 1000px;
    }
    .slider_sec {
        margin-top: -355px;
    }
    .slider_sec::after {
        top: -56px;
        left: -33px;
        background-size: 118px;
    }
    .slider_img {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        padding-bottom: 30px;
    }
    .item h2 {
        font-size: 25px;
    }
    .item {
        padding-top: 80px;
    }
    .insights_text h2 {
        font-size: 32px;
    }
    .insights_text p {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .insights_img img {
        width: 370px;
    }
    .insights_text h2 {
        font-size: 30px;
    }
    .insights_text{
        max-width: 347px;
    }

    /* clients page start */

    .services_slider .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 15px;
    }
    .services_slider.owl-theme .owl-nav.disabled+.owl-dots {
        padding-bottom: 15px;
    }

    .inner_contact_sec{
        flex-wrap: wrap;
    }
    .left_side_contact_sec{
        width: 100%;
        padding-bottom: 30px;
    }
    .right_side_contact_sec{
        width: 100%;
    }
    .two_line_input_field {
        width: 98%;
    }
    .space_input input {
        margin-left: 15px;
    }
    .call_num a {
        font-size: 25px;
    }

    .contact_section {
        padding: 60px 0 60px 0;
    }
    .contact_page_sub_title {
        padding-bottom: 13px;
        font-size: 33px;
    }
    .contact_title {
        padding-bottom: 15px;
    }
    .call_visit_follow_section {
        padding-bottom: 25px;
    }
    /* clients page end */



    .faq_text h2 {
        font-size: 80px;
    }
    .faq_flex {
        display: block;
    }
    .faq_img img {
        width: 382px;
    }
    .faq_img{
        text-align: center;
    }
    .faq_main_title h2 {
        padding-bottom: 0px;
    }
    .faq_main_title p {
        padding-bottom: 10px;
    }
    .faq_section {
        padding-top: 50px;
        padding-bottom: 60px;
    }


    .card_service_sec {
        padding: 50px 0;
    }
    .private_card_title h2 a {
        font-size: 25px;
    }
    .pricing_client_card {
        padding-top: 50px;
    }
    .pricing_clicent_wrap {
        padding: 30px 0;
    }
    .pricing_clicent_wrap ul {
        padding: 20px 0;
    }
    .btn_service {
        margin: 0;
    }
    .pricing_client_card {
        padding-bottom: 80px;
    }



    .about_expertise_left_sec h2 {
        font-size: 35px;
    }
    .about_expertise_left_sec h3 {
        padding-top: 20px;
        font-size: 21px;
    }
    .about_expertise_sec {
        padding-top: 60px;
    }
    .about_expertise_wrap {
        padding: 0 15px 20px;
        width: 176px;
    }
    .about_expertise_flex {
        padding: 0 0 40px;
    }
    .about_card_title {
        padding-top: 20px;
    }
    .about_inner_card .col, [class*=col-] {
        padding: 0 15px;
    }
    .miison_title_flex {
        padding: 60px 0px 0 15px;
    }
    .misson_title h2 {
        font-size: 17px;
    }
    .misson_title {
        max-width: 678px;
    }
    .about_slider_title {
        padding: 70px 0;
    }
    .about_slider_title h2 {
        margin-bottom: 30px;
        max-width: 470px;
        font-size: 35px;
    }
    .about_slider_title {
        margin-left: 60px;
    }
    .strategy_title {
        padding: 0 15px 0 20px;
        max-width: 370px;
    }
    .strategy_title h2 {
        font-size: 29px;
        padding-bottom: 10px;
    }
    .strategy_title h3 {
        padding-bottom: 15px;
        font-size: 20px;
    }
    .strategy_title p {
        padding-bottom: 15px;
    }
    .progress_bar {
        width: 95%;
    }
    .progress_bar1 {
        width: 75%;
        margin-top: 12px;
    }
    .strategy_title p {
        font-size: 15px;
    }
    .real_ld_box {
        max-width: 345px;
    }
    .real_world_main_title h2 {
        font-size: 35px;
    }
    .real_world_main_title p {
        font-size: 20px;
    }
    #real_world_slider .owl-dots {
        padding-top: 25px;
    }

}

@media (max-width: 767px){
    .heding_hero_sec {
        font-size: 30px;
        
    }
    .hero_section_title {
        padding-bottom: 80px;
        padding-top: 130px;
    }
    .sub_title {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .hero_btn {
        padding: 13px 28px;
    }
    .separator h2{
        font-size: 18px;
        padding: 0 20px;
    }
    .hero_section {
        background-position: center right;
    }
    .easy_make_sec::after {
        width: 123px;
        height: 134px;
    }
    .make_easy_sub_title {
        font-size: 35px;
    }
    .make_easy_title {
        font-size: 18px;
    }
    .cm_box {
        text-align: center;
        margin-top: 20px;
        padding: 20px 0 20px 0;
    }
    
    .outside_box_sub_title{
        font-size: 30px;
    } 
    .outside_box_main_title {
        padding-bottom: 10px;
        font-size: 16px;
    }   
    .outside_box_sub_title {
      
        padding-bottom: 18px;
       
    }
    /* clients page */

   
    .startup_service_section {
        background-position: 79% center;
    }
    .startup_title {
        font-size: 30px;
        padding-top: 30px;
        padding-bottom: 20px;
        line-height: 1.2;
    }
    .startup_service_sec {
        padding: 25px 0;
    }
    
    

}

@media (max-width: 575px){
    .about_expertise_wrap {
        width: 100%;
    }
    .time .time_sec{
        width: 100%;
    }
    .contct_btn {
        width: 100%;
    }
    .visit_section{
        padding-bottom: 15px;
    }
    .follow_section{
        padding-bottom: 15px;
    }
    .call_section{
        padding-bottom: 15px;
    }
    .heding_hero_sec {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .hero_btn {
        padding: 12px 19px;
        font-size: 14px;
    }
    .hero_section_title {
        padding-bottom: 55px;
        padding-top: 114px;
    }
    .separator h2 {
        font-size: 16px;
        padding: 0px 12px;
    }
    .separator {
        padding-bottom: 15px;
    }
    .hero_logo .logo_hero_section a img {
        width: 100%;
    }
    .hero_logo {
        padding-bottom: 24px;
    }
    .logo_hold a img {
        max-width: 140px;
    }
    header {
        padding: 10px 15px;
    }
    .make_easy_section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .make_easy_main_title {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .make_easy_sub_title {
        font-size: 25px;
    }
    .make_easy_title {
        padding-top: 15px;
    }
    .cm_box {
        margin-top: 15px;
        padding: 15px 0 15px 0;
    }
    .outside_btn {
        font-size: 16px;
        padding: 12px 20px;
    }
    .outside_box_sub_title {
        padding-bottom: 15px;
    }
    .outside_box{
        flex-wrap: wrap;
    }
    .right_side_outside_sec {
        padding-left: 0px;
        text-align: center;
        padding-top: 20px;
        margin: 0 auto;
        
    }
    .leadership_section {
        padding-bottom: 50px;
        padding-top: 15px;
    }
    .sub_content_ld {
        padding-right: 0px;
    }
    .ld_img img {
        height: 320px;
        width: 100%;
        object-fit: cover;
    }
    .inner_content_title {
        font-size: 20px;
    }
    .ld_title {
        font-size: 19px;
    }
    .ld_title {
        padding-bottom: 25px;
    }
    .inner_right_content {
   
        padding-bottom: 30px;
    }
    .left_side_outside_sec{
        text-align: center;
    }
    .left_side_outside_sec img{
        max-width: 62%;
    }
    .outside_section {
    
        padding-top: 50px;
    }
    .modal-body iframe {
        height: 230px;
    }



    .business_growth_flex {
        display: block;
    }
    .business_growth_img{
        text-align: center;
    }
    .business_growth_text {
      padding: 30px 0 0;
      width: max-content;
      margin: 0 auto;
    }
    .indirectly_sec {
        background-size: 715px;
    }
    .indirectly_text h2 {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .indirectly_text {
        width: 320px;
    }
    .item {
        padding-top: 80px;
        max-width: 932px;
    }
    .item {
        padding-top: 60px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .slider_sec::after {
        top: -30px;
        left: -47px;
        background-size: 89px;
    }
    .insights_flex {
        display: block;
    }
    .insights_img{
        margin: 0 auto;
        width: 370px;
        padding-top: 40px;
    }
    .insights_text {
        padding-top: 30px;
        margin: 0 auto;
    }
    .insights_sec {
        padding: 0px ;
    }
    
    .ld_box {
        margin-top: 30px;  
    }

    .clients_text p br{
        display: none;
    }
    .cm_col {
        padding: 0 10px 10px;
    }
    .services_slider.owl-carousel button.owl-dot {
        width: 20px;
        height: 20px;
    }
    .services_slider.owl-theme .owl-dots .owl-dot span {
        margin: auto;
    }
    .our_clients_sec {
        padding-top: 40px;
       
    }
    .our_clients_title {
        font-size: 30px;
        padding-bottom: 0px;
        font-weight: 400;
        color: #08456f;
        font-family: 'IBM Plex Sans', sans-serif;
    }
    .services_slider .owl-stage {
        height: auto;
    }
    .silder_section {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    
    .cm_row1 {
        width: auto;
        padding: 0 10px 10px;
    }
    .startup_title {
        font-size: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .startup_service_section {
        padding: 50px 0 50px 0;
    }
    .signature_demo img{
        max-width: 100px;
    }
    .signature_demo {
        width: 100px;
        height: auto;
    }
    .contact_page_discri br{
        display: none;
    }
    .contact_page_sub_title {
        padding-bottom: 10px;
        font-size: 25px;
    }
    .contact_page_discri {
        font-size: 18px;
    }
    .two_line_input_field {
        width: 100%;
    }
    .space_input input {
        margin-left: 0px;
    }
    .two_line_input_field{
        flex-wrap: wrap;
    }
    .contact_input {
        margin-bottom: 20px;
    }
    .inner_contact_sec {
        padding-bottom: 20px;
    }
    .contact_section {
        padding: 60px 0 30px 0;
    }
    .call_titile {
        padding-bottom: 10px;
    }
    .contact_input input {
        font-size: 16px;
        height: 45px;
    }
    .contact_input textarea {
        font-size: 16px;
        height: 170px;
    }
    .sead_message {
        padding: 16px 34px;
    }
    .call_num a {
        font-size: 20px;
    }
    
    /* client end */
    .faq_main_title h2 {
        font-size: 40px;
    }


    .private_main_title {
        padding-bottom: 10px;
    }
    .private_main_title h2 {
        font-size: 35px;
    }
    .service_conatct_main h2 {
        font-size: 35px;
    }



    .about_expertise_flex {
        display: block;
    }
    .about_expertise_left_sec p {
        padding-bottom: 10px;
    }
    .about_expertise_sec {
        padding-top: 50px;
    }
    .about_expertise_right_sec {
        padding-top: 40px;
    }
    .about_expertise_h2 h2 br{
        display: none;
    }
    .about_expertise_flex {
        padding: 0 0 20px;
    }
    .about_card_title span {
        font-size: 25px;
    }
    .about_card_title h2 {
        padding-top: 10px;
        font-size: 15px;
    }
    .misson_title {
        max-width: 750px;
    }
    .miison_title_flex {
        padding: 0 1px 0 15px;
    }
    .about_management_flex {
        flex-direction: column-reverse;
    }
    .about_management_section{
        padding: 10px 15px;
    }
    .about_management_img img {
        padding-right: 0px;
    }
    .about_management_title {
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .about_slider_title h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .about_slider_title {
        margin-left: 30px;
    }
    #about_tactics_slider .owl-dots {
        margin-top: -40px;
    }
    .strategy_flex{
        flex-direction: column-reverse;
    }
    .slider_tactics_section{
        padding-top: 30px;
    }
    .strategy_sec{
        padding: 50px 15px;
    }
    .strategy_title {
        padding: 0;
        max-width: 100%;
    }
    .strategy_img{
        padding-top: 30px;
    }
    .progress_bar {
        width: 60%;
    }
    .progress_bar1 {
        width: 50%;
    }
    .strategy_title p {
        font-size: 16px;
    }
    .strategy_title h2 {
        font-size: 32px;
        padding-bottom: 20px;
    }
    .real_world_main_title h2 {
        font-size: 30px;
    }
    .real_world_main_title p {
        font-size: 18px;
    }
    #real_world_slider .owl-dots {
        padding-top: 0px;
    }
    .real_world_sec {
        padding-bottom: 25px;
    }
    .map_section iframe{
        height: 400px;
    }
    .date-wrapper {
        width: 100%;
    }
    .time {
        width: 100%;
    }
    .date {
        top: 16px;
    }
    .time_set {

        right: 10px;
        top: 16px;
    }
    .approx_number label {
        font-size: 16px;
    }
    

}

@media (max-width: 450px){
    .easy_make_sec::after {
        width: 100px;
        height: 100px;
        top: -40px;
        left: -19px;
    }
    .outside_section {
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .ld_img img {
     
        height: 270px;
        width: 100%;
        object-fit: cover;
    }
    .ld_box {
        margin-top: 30px;  
    }



    .copy_right p, .copy_right p a, .copy_right span a {
        font-size: 13px;
    }
    .footer_sec_3 p {
        padding-bottom: 30px;
    }
    .icon li a i {
        font-size: 16px;
    }
    .copy_right {
        padding: 15px 0;
    }
    .footer_sec_1 img {
        width: 200px;
    }
    .slider_sec {
        margin-top: -446px;
    }
    #button {
        width: 35px;
        height: 35px;
        bottom: 10px;
        right: 4px;
    }
    #button::after {
        line-height: 38px;
    }
    #button {
        bottom: 37px;
    }


    .faq_text h2 {
        font-size: 60px;
    }
    .faq_text {
        padding-top: 90px;
    }
    .faq_main_title h2 {
        font-size: 30px;
    }
    .set {
        padding: 15px 10px;
    }
    .set > a {
        font-size: 15px;
    }
    .set > a span {
        padding-right: 6px;
    }
    .content p {
        margin: 0 0 0 24px;
    }

    .card_service_pd {
        padding: 20px 20px;
        height: 200px;
    }
    .card_title br{
        display: none;
    }
    .pricing_client_card {
        padding-bottom: 60px;
    }
    .service_contact_flex {
        padding: 0 15px;
    }


    .about_expertise_left_sec h2 {
        font-size: 27px;
    }
    .about_expertise_left_sec h3 {
        padding-top: 13px;
        font-size: 17px;
    }
    .about_expertise_h2 h2 br{
        display: block;
    }
    .misson_flex {
        display: block;
    }
    .misson_section{
        padding: 30px 15px;
    }
    .miison_title_flex {
        padding: 0 0px 20px 0px;
    }
    .misson_title h2 {
        padding-top: 10px;
    }
    .about_slider_title {
        padding: 40px 0 60px;
    }
    .about_slider_title p {
        padding-bottom: 10px;
    }
    .about_slider_title h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .about_slider_title button {
        height: 40px;
        width: 150px;
    }
    #about_tactics_slider .owl-dot {
        width: 20px;
        height: 20px;
    }
    #about_tactics_slider .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
        margin: 5px 7px;
    }
    #about_tactics_slider .owl-dots {
        margin-top: -28px;
    }
       
    .about_slider_title button {
        font-size: 13px !important;
    }
    .strategy_title h2 {
        font-size: 26px;
    }
    .strategy_title h3 {
        font-size: 18px;
    }
    .progress_bar {
        width: 70%;
    }
    .progress_bar1 {
        width: 60%;
    }
    .real_world_main_title p {
        padding-bottom: 25px;
    }
    .real_ld_box {
        max-width: 300px;
    }

}

@media (max-width: 400px){
    .hero_section {
        background-position: center right 25%;
    }
    .heding_hero_sec {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .sub_title {
        font-size: 14px;
        padding-bottom: 16px;
    }
    .hero_section_title {
        padding-bottom: 40px;
        padding-top: 100px;
    }
    .separator h2 {
        font-size: 14px;
        padding: 0px 5px;
    }
    .logo_hold a img {
        max-width: 130px;
    }
    .indirectly_sec button {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }



    #button {
        bottom: 2px;
    }
    .business_growth_img img {
        width: 300px;
    }
    .indirectly_sec {
        background-size: 570px;
    }
    .indirectly_text h2 {
        font-size: 18px;
    }
    .indirectly_text h2 {
        padding-top: 80px;
        padding-bottom: 10px;
    }
    .indirectly_text {
        width: 272px;
    }
    .indirectly_sec button {
        width: 160px;
        height: 42px;
    }
    .slider_sec {
        margin-top: -500px;
    }
    .insights_sec .btn_business {
        height: 40px;
    }
    .business_growth_text .btn_business{
        height: 40px;
    }
    .indirectly_sec {
        margin-top: -22px;
    }

    /* client start */
    .startup_service_sec img {
        max-width: 160px;
    }
    .contact_page_sub_title {
        font-size: 20px;
    }
    .contact_page_discri {
        font-size: 16px;
    }
    /* client end */

      .map_section iframe{
        height: 300px;
    }
    .faq_text p {
        font-size: 20px;
        padding-bottom: 100px;
    }
    .set > a {
        font-size: 13px;
    }
    .content p {
        font-size: 14px;
    }
    .faq_section {
        padding-bottom: 40px;
    }
    .set > a span {
        font-size: 13px;
    }
    .content p {
        margin: 0 0 0 21px;
    }


    .private_main_title h2 {
        font-size: 30px;
    }
    .private_main_title p {
        padding-bottom: 10px;
    }
    .private_card_title h2 a {
        font-size: 20px;
    }
    .private_card_title h2 a {
        font-size: 20px;
    }
    .pricing_client_card {
        padding-top: 35px;
    }
    .pricing_client_card {
        padding-bottom: 50px;
    }



    .about_inner_card .col-lg-4 {
        width: 50%;
    }
    .about_inner_card .col-lg-4 {
        width: 50%;
        padding-bottom: 20px;
    }
    .about_card_title {
        padding-top: 10px;
    }
    .about_expertise_flex {
        padding: 0px;
    }
    .about_expertise_sec {
        padding-bottom: 30px;
    }
    .about_management_title span {
        font-size: 30px;
    }
    #real_world_slider .leader_content {
        padding: 15px;
    }
    #real_world_slider .real_ld_title {
        font-size: 18px;
    }
   #real_world_slider .read_more {
        font-size: 13px;
    }
    .real_ld_box .md_content .moreless-button img {
        width: 13px;
        height: 13px;
        margin-left: 6px;
    }

}

@media(max-width:375px){
    .about_inner_card .col-lg-4 {
        width: 100%;
    }
    .about_expertise_flex1 {
        flex-wrap: wrap;
    }
    .about_expertise_right_sec{
        text-align: center;
    }
    .about_expertise_h2 h2 br{
        display: none;
    }
    .ld_box {
        margin-top: 30px;
    }
    .read_more {
        font-size: 15px;
    }

    .about_expertise_wrap {
        padding: 0 0px 20px;
    }
    .about_expertise_h2 h2 {
        font-size: 15px;
    }
    .private_client_card .col, [class*=col-] {
        margin: 0;
    }

    .footer_sec_1 img {
        margin-left: 31px;
    }
    .footer_p {
        padding-bottom: 20px;
    }
.footer_sec_3 {
    padding-top: 20px;
}
.footer_h2 {
    padding-bottom: 10px;
}
.footer_sec_3 p {
    padding-bottom: 20px;
}
.footer_flex {
    padding-top: 30px;
}
.footer_address {
    padding-top: 30px;
}
.copy_right p, .copy_right p a, .copy_right span a {
    font-size: 12px;
}
.business_growth_img img {
    width: 250px;
}
.business_growth_text h2 {
    font-size: 28px;
}
.business_growth_text h2 span {
    font-size: 28px;
}
.business_growth_sec {
    padding-top: 30px;
    padding-bottom: 40px;
}
.item h2 {
    font-size: 20px;
}
.item {
    max-width: 300px;
}
.slider_img {
    padding-top: 18px;
    padding-bottom: 10px;
}
.slider_text p {
    padding-top: 0px;
}
.slider_img img {
    max-width: 75px;
    margin: 0 auto;
}
.insights_img img {
    width: 288px;
}
.insights_img {
    width: 300px;
}
.insights_text h2 {
    font-size: 25px;
    padding-bottom: 15px;
}
.indirectly_sec {
    margin-top: -39px;
}
#button {
    width: 35px;
    height: 35px;
}
#button::after {
    line-height: 37px;
}
.copy_right {
    padding: 10px 0;
}
#button {
    bottom: 42px;
    right: 10px;
 }

  /* client start */

    .services_slider .item {
        margin: 0 auto;
    }
    .our_clients_title {
        padding-bottom: 10px;
    }
    /* client end */

    .faq_text h2 {
        font-size: 50px;
    }
    .faq_main_title h2 {
        font-size: 25px;
    }
    .set > a span {
        padding-right: 5px;
    }



    .card_service_pd {
        padding: 15px 20px;
        height: auto;
    }
    .card_title h2 {
        font-size: 18px;
    }
    .card_service_sec {
        padding: 30px 0;
    }
    .card_img img {
        max-width: 70px;
        max-height: 70px;
    }
    .private_main_title h2 {
        font-size: 25px;
    }
    .private_card_title {
        padding: 20px;
    }
    .private_card_title h2 a {
        font-size: 18px;
    }
    .private_img img {
        height: 200px;
    }
    .pricing_card_title h2 {
        font-size: 20px;
    }
    .pricing_clicent_wrap ul li {
        font-size: 15px;
    }
    .pricing_clicent_wrap ul {
        padding: 10px 0 20px;
    }
    .btn_service {
        padding: 11px 20px;
    }
    .pricing_h3 h3 {
        font-size: 18px;
    }
    .pricing_clicent_wrap {
        padding: 20px 0;
    }
    .service_conatct_main h2 {
        font-size: 30px;
    }
    .formbold-form-input1 {
        height: 150px;
    }
    .fale_form_wrap {
        padding-top: 20px;
    }
    .wpcf7-submit {
        padding: 10px 34px;
    }
    .formbold-mb-5 label {
        font-size: 16px;
    }
    .formbold-form-input {
        font-size: 16px;
        padding: 10px 14px;
    }



    .about_expertise_left_sec h2 {
        font-size: 24px;
    }
    .about_expertise_sec {
        padding-top: 40px;
    }
    .about_expertise_left_sec h3 {
        padding-top: 10px;
        font-size: 15px;
    }
    .about_card_title span {
        font-size: 18px;
    }
    .about_expertise_sec {
        padding-bottom: 20px;
    }
    .misson_title h2 {
        font-size: 15px;
    }
    .misson_title p {
        font-size: 11px;
        line-height: 1;
    }
    .about_management_title {
        padding-right: 0px;
    }
    .about_slider_title button {
        height: 35px;
        width: 125px;
    }
    .about_slider_title h2 {
        margin-bottom: 13px;
        font-size: 17px;
        max-width: 253px;
    }
    .strategy_title h2 {
        padding-bottom: 15px;
    }
    .strategy_sec {
        padding: 40px 15px;
    }
    .real_world_main_title h2 {
        font-size: 25px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    #real_world_slider .service2_sm_content {
        padding-bottom: 16px;
        padding-top: 0px;
    }
    #real_world_slider .owl-dots {
        padding-top: 10px;
    }
    #real_world_slider .real_ld_title {
        font-size: 16px;
    }

}
@media (max-width: 367px){
    .ld_img img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }
    .startup_title {
        font-size: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 320px){
    .business_startup_silder .item {
   max-width: 100%;
    }
    .copy_right {
        padding: 15px 0;
    }
    #button {
        bottom: 12px;
        right: 10px;
    }
    .footer_sec_3 p {
        font-size: 12px;
        padding-top: 10px;
    }
    .social_flex ul li {
        width: 30px;
        height: 30px;
    }
    .icon li a i {
        font-size: 13px;
    }
    .footer_p {
        font-size: 12px;
    }
    .footer_sec_2 ul li a {
        font-size: 13px;
    }
    .indirectly_sec {
        background-size: 450px;
    }
    .indirectly_text h2 {
        font-size: 15px;
    }
    .indirectly_text {
        width: 180px;
    }
    .indirectly_text h2 {
        padding-top: 108px;
        padding-bottom: 10px;
    }
    .indirectly_sec button {
        width: 135px;
        height: 35px;
        font-size: 14px;
    }
    .indirectly_sec button i {
        margin-right: 4px;
    }
    .item h2 {
        font-size: 17px;
    }
    .item {
        max-width: 240px;
    }

    .faq_text p {
        font-size: 18px;
        padding-bottom: 80px;
    }
    .faq_main_title h2 {
        font-size: 23px;
    }
    .set > a{
        display: flex;
    }
    .pricing_client_card {
        padding-bottom: 30px;
    }



    .about_expertise_wrap {
        padding: 0 25px 25px;
    }
    .about_management_title span {
        font-size: 26px;
    }
    .about_management_title h2 {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size: 18px;
    }
    .about_slider_title {
        padding: 20px 0 40px;
    }
    #about_tactics_slider .owl-dots {
        margin-top: -24px;
    }
    .strategy_title h2 {
        font-size: 24px;
    }
    .strategy_title p {
        font-size: 15px;
    }
    .progress_bar {
        width: 80%;
    }
    .progress_bar1 {
        width: 70%;
    }
    .strategy_title h3 {
        font-size: 17px;
    }
    .real_ld_box {
        max-width: 260px;
    }
    #real_world_slider .owl-nav button.owl-prev {
        left: -6px;
    }
    #real_world_slider .owl-nav button.owl-next {
       right: -5px;
    }
}





