/* media query   */

/* ---------------Index Page -------------- */

@media (max-width: 767.98px) {
    /* Header */

    .header-title {
        font-size: 32px;
        padding: 4px;
    }

    .header-tagline {
        font-size: 20px;
        padding: 4px 9px ;
    }

    .col-md-6.text-white.d-flex.justify-content-end.align-items-end.consultation-btn {
        /* display: flex; */
        align-items: center !important;
    }

    h1.header-text {
        padding: 4px 9px ;
        font-size: 32px;
    }

    h1.header-textimg {
        width: 31px;
    }


    .ios {
        background-repeat: no-repeat;
        padding: 30px 20px;
        min-height: 798px;
    }
    a.free-conslt-1.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right{
        margin: 0px 0px  30px 0px;
    }

    .section-title {
        font-size: 28px;
        max-width: none;
        margin-bottom: 20px;
    }

    .section-subtitle {
        font-size: 20px;
        max-width: none;
    }

    .testimonial-text {
        font-size: 16px;
        max-width: none;
    }

    .home .ios::after {
        right: 19px;
        bottom: 18px;
        width: 341px;
        height: 225px;
    }

    .client-says{
        padding: 20px;
    }

    /* About us */

    .about-us {
        background-repeat: no-repeat;
        padding: 30px 20px;
        min-height: 733px;
    }

    .about-title {
        font-size: 26px;
        max-width: none;
        margin-bottom: 20px;

    }

    .about-subtitle {
        font-size: 20px;
        max-width: none;
    }

    .about-text {
        font-size: 16px;
        max-width: none;
    }

    .about-us::after {
        bottom: 52px;
        width: 393px;

    }
    
    .service-image-slide {
        position: absolute;
        bottom: 0;
        right: 30px;
        width: 430px;
    }


    /* service */
    .service-nav-ul {
        display: none;
    }

    .Services-type {
        padding: 30px 20px;
        min-height: 827px;

    }

    .image-service {
        margin-left: 185px;
    }

    .image-service img {
        width: 280px;
    }


    /* work-project-type */

    .work-project-type {
        padding: 30px 30px 0px 20px;
        min-height: 555px;
    }

    .work-project-title {
        font-size: 26px;
        max-width: none;
        margin-bottom: 20px;

    }

    .work-project-subtitle {
        font-size: 20px;
        max-width: none;
    }

    .work-project-text {
        font-size: 16px;
        max-width: none;
    }

    button.carousel-control-next {
        opacity: 0;
    }

    button.carousel-control-prev {
        opacity: 0;
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        opacity: 0;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        opacity: 0;
    }

    .image-tile {
        justify-content: center !important;
    }

    .image-tile img {
        width: 331px;
        margin-top: 30px;
    }

    /* .client-title */

    .client-title {
        font-size: 29px;
        max-width: none;
    }



    .client-subtitle {
        font-size: 16px;
        margin-top: 23px;
        max-width: 99%;
    }

    /* .link-subtitle */

    .link-subtitle {
        font-size: 19px;
    }

    .link-title {
        font-size: 51px;
    }

    .link-title img {
        width: 50px;
    }

    .fot-dirct {
        flex-direction: column-reverse;
    }

    .social-ic-md {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .social-icon {
        flex-direction: column;
        align-items: center;
    }

    .priv-dirct {
        display: contents;
    }

    .inst-face {
        margin-top: 20px !important;
    }

    .footer-text {
        text-align: center !important;
        margin: 20px 0px;
        font-size: 14px;
        font-weight: 400;
    }

    .inst-face.m-0 {
        padding-right: 34px;
    }

    .footer-menu-item {
        color: #9da3ac;
        font-size: 18px;
        margin-left: 30px;
    }

    .footer-pol-item {
        margin: 17px 0px 1px 15px;
    }

    .copyright-content {
        height: auto;
        flex-direction: column-reverse;
    }


    .client-img {
        width: 100px;
        height: 100px;
    }

    .carousel-indicators [data-bs-target] {
        width: 100px;
        height: 100px;
    }

    .client-subtitle {
        font-size: 14px;
        max-width: none;
    }
    .client-heading {
        font-size: 29px;

        margin-bottom: 20px;
        max-width: 100%;
    }

    h1.header-text img {
        width: 40px;
    }

 
    .menu-mainmenu-container .menu a{
        font-size: 37px;
    }
}

/* IpAD */

@media (min-width: 768px) and (max-width: 1199.98px) {
    button.btn.btn-primary.butn {


        width: 225px;
    }

    .ios {
        padding: 57px 30px;
        min-height: 660px;
    }

    .home .ios::after {
        width: 400px;
    }

    .section-title {
        font-size: 33px;
        max-width: 85%;

    }

    .section-subtitle {
        font-size: 20px;
        max-width: 86%;
        margin-bottom: 44px;

    }

    .about-title {
        font-size: 33px;
        max-width: 78%;

    }

    .about-us {
        padding: 57px 30px;
      min-height: 606px;
    }



    .about-subtitle {
        font-size: 22px;
        max-width: 68%;
    }

    .about-us::after {
        width: 430px;
    }

    .work-project-type {
        padding: 54px 0px 0px 64px;
        min-height: 606px;
    }

    .work-project-title {
        font-size: 42px;
    }
    .client-says{
        padding: 18px  28px 20px 20px;  
        min-height: 452px;
    }
    
    .work-project-subtitle {
        font-size: 22px;
        margin-bottom: 29px;
    }

    .work-project-text {
        font-size: 17px;
    }

    .Services-type {
        padding: 42px 30px 0px 172px;
        /* min-height: 707px; */
    }

    .client-img {
        width: 100px;
        height: 100px;
    }

    .carousel-indicators [data-bs-target] {
        width: 100px;
        height: 100px;
    }

    .client-subtitle {
        font-size: 19px;
        max-width: none;
    }

    .link-subtitle {
        font-size: 26px;
    }

    .link-title {

        font-size: 56px;
    }

    .link-title img {
        width: 60px;
    }

    .client-says {
        overflow: hidden;
        background-color: #f5f5f5;
          padding: 18px  28px 20px 20px;}

    .client-heading {
        font-size: 32px;
        color: #000000;
        margin-bottom: 20px;
    }



    .fot-dirct {
        flex-direction: column-reverse;
    }


    .social-ic-md {
        display: flex;

    }

    .social-icon {
        display: block;
    }

    .priv-dirct {
        display: contents;
    }

    .inst-face {
        display: flex;
        margin-top: 20px;
    }

    .copyright-content {
        height: 120px;

        
    }
    h1.header-text {
        font-size: 42px;
    }
    h1.header-text img{
        width: 60px;
    }

  
    .footer-text {
        font-size: 14px;
    }    
}