/*-------------------------------------------------------------
                    responsive start
-------------------------------------------------------------*/
.for-mobile {
    display: none;
}
.for-desktop {
    display: block;
}
.menu-wrapper {
    display: none;
}
@media only screen and (max-width:991px) {
    .for-mobile {
        display: block;
    }
    .for-desktop {
        display: none !important;
    }
    .menu-wrapper {
        display: inline-block;
    }
    .technology-heading {
        width: 55%;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .right-menu {
        align-items: flex-start;
        flex-direction: column;
    }
    .right-menu .menu-section {
        flex-direction: column;
        width: 100%;
    }
    .main-footer {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        padding: 50px 0;
    }
    .footer-bottom {
        text-align: center;
        row-gap: 0;
        flex-direction: column-reverse;
    }
    .main_menu ul li .active, .main_menu ul li:hover > a {
        color: var(--black-color);
        background: transparent;
    }
    .main_menu ul li .active .arrow-icon, .main_menu ul li:hover .arrow-icon {
        color: var(--black-color);
    }
    .inline-menu {
        width: 100%;
        height: 100%;
    }
    .center-heading {
        text-align: center;
    }
    .main-head {
        font-size: 34px;
    }
    .marquee-section, .header-social {
        display: none;
    }
    .header-top-bar {
        justify-content: center;
    }
    .fa-xl {
        font-size: 1.3em;
    }
    .slider__content--maintitle {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }
    .slider__content--desc {
        display: none;
    }
    .inline-main-btn {
        margin-top: 15px;
    }
    .home2__slider--bg, .hero__slider--items__inner {
        height: 35vh;
    }
    .new-slick-dots .slick-dots {
        display: none !important;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }
    .contact-banner-section {
        flex-direction: row;
        gap: 20px;
    }
    .working-process-one__shape3, .working-process-one__shape4, .working-process-one__shape5 {
        display: none;
    }
    .about-img-wrap {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .about_shape1.dance {
        display: none;
    }
    .tab-content {
        display: inline-block !important;
    }
    .portfolio-box {
        width: 100%;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .portfolio-img {
        height: 100px;
        border-radius: 6px 6px 0 0;
    }
    .portfolio-item {
        border-radius: 6px;
    }
    .feature-list {
        margin-bottom: 10px;
    }
    .client-text {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .customers-review-text h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .tab {
        padding: 0 !important;
    }
    .home-contact-info {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .home-contact-info-items {
        margin-bottom: 0;
        flex-direction: row;
        gap: 10px;
    }
    .contact-info-content {
        text-align: left;
    }
    .contact-form {
        padding: 15px;
        height: auto;
    }
    .contact-map-home iframe {
        width: 100%;
        height: 300px;
        margin-top: 15px;
    }
    .row-space-1 {
        padding-left: 0;
    }
    .row-space-2 {
        padding-left: 0;
    }
    .footer-item {
        margin-bottom: 20px;
    }
    .top-info {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .top-info .main-btn.btn-1 span {
        padding: 10px 10px;
    }
    .top-info a:nth-child(2) {
        display: none;
    }
#myHeader {
    display: none;
}
.logo-for-mobile {
    display: flex;align-items: center;justify-content: center;
    background: #dbefdf;
    height: 60px;
}
.logo-for-mobile img {
    height: 60px;
}
.sub-head {
    font-size: 12px;
    margin-bottom: 0;
}
.scroll-icon {
    display: none;
}
header {
    position: relative;
}
.section-padding {
    padding: 50px 0 50px 0;
}
.section-heading {
    margin-bottom: 20px;
}
.service-content {
    display: none !important;
}
.service-item {
    height: 45px !important;
    padding: 0 !important;
    border-radius: 4px !important;
    margin-bottom: 0 !important;
}
.service-heading h4 {
    width: fit-content;
    font-size: 14px !important;
    position: relative !important;
    top: 0;
    margin-top: 0 !important;
    left: 0;
}
.service-btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    top: 9px;
    right: 5px; 
}
.service-heading h6 {
    font-size: 14px;
    top: 5px;
}
.service-grid {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.service-shape {
    height: auto;
}
.service-heading:before {
    border-radius: 4px;
}
.service-heading {
    padding: 10px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
}
.contact-banner-section .section-heading {
    width: 50%;
}
.contact-banner.section-padding {
    padding: 20px 0 20px 0;
}
.technology-inline-item .main-head {
    font-size: 14px;
    line-height: 20px;
}
.technology-heading .main-head:before {
    content: "";
    background: var(--black-color);
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: -1;
}
.technology-inline-item {
    width: 100%;
}
.technology-box {
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
    margin-top: 10px;
}
.tooltip {
    display: none !important;
}
.working-process-one__single {
    padding: 0;
}
.working-process-one__single .icon-box i {
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.working-process-one__single .icon-box .overlay-list span {
    font-size: 10px;
}
.working-process-one__single .icon-box .overlay-list {
    width: 24px;
    height: 24px;
    top: -5px;
    right: calc(100% - 80%);
}
.working-process-one__single .content-box .title-box h5 {
    display: none;
}
.title-box p {
    display: none;
}
.working-process-one__single .content-box .title-box h3 a {
    font-size: 12px;
    line-height: 14px;
}
.working-process-one__single .content-box .title-box h3 {
    line-height: 0px;
}
.working-process-one__single .content-box {
    padding-top: 8px;
}
.working-process-one__single .icon-box {
    display: flex;
    justify-content: center;
    max-width: 100%;
}
.working-process-section .shape-4, .working-process-section .shape-3 {
    display: none;
}
.working-process-section .row {
    margin-top: 25px;
}
.about-img-wrap .about-img-1 {
    position: relative;
    max-width: 100%;
    width: calc(100% - 40%);
    height: 200px;
    padding: 5px;
    border-radius: 16px;
}
.about_play.style_three {
    top: 5px;
    right: 0;
}
.about-img-wrap .about-img-1 .video-btn {
    display: none;
}
.about-img-wrap .about-img-1 img {
    border-radius: 14px;
}
.about-img-wrap .about-img-2 {
    display: none;
}
.our-team-section {
    display: none;
}
.tab-nav-bar {
    margin: 0 0 15px 0 !important;
}
.portfolio-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.portfolio-item-content .read-btn {
    display: none;
}
.portfolio-item-content {
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: 100%;
    height: auto;
}
.tab-btn {
    padding: 5px 15px;
}
.left-btn, .right-btn {
    padding: 13px;
}
.portfolio-item-content h4 {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--secondary-color);
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.testimonial-section .shape-2, .testimonial-section .shape-3 {
    display: none;
}
#accordionFaq {
    margin-top: 5px;
}
.home-contact-info-items {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 10px;
}
.contact-form {
    display: none;
}
.faq-section {
    display: none;
}
.contact-info i {
    line-height: 22px;
}
.footer-widget a {
    margin-bottom: 5px;
    align-items: flex-start;
}
.footer-widget p {
    margin-top: 5px;
}
.footer-title {
    margin-bottom: 15px;
}
.footer-bottom {
    padding: 10px 0 10px 0;
    margin-top: 10px;
}
.pad-top {
    padding-top: 50px;
}
.pad-bottom {
    padding-bottom: 50px;
}
.why-choose-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.why-choose-text {
    height: auto;
    padding: 20px;
    border-radius: 14px 14px 0 0;
}
.why-choose-img img {
    border-radius: 0 0 14px 14px;
    height: auto;
    object-fit: cover;
}
    .breadcrumb-area {
        margin-top: 0px;
    }
    .about-page {
        padding-top: 50px;
    }
    .blog-grid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .blog-content {
        margin-top: 0;
        position: relative;
        left: 0;
        width: 100%;
        padding: 10px;
        height: auto;
        border-radius: 0 0 10px 10px;
    }
    .auth-area {
        display: none;
    }
    .blog-content p {
        display: none;
    }
    .blog-btn {
        margin-top: 0;
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .blog-content h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 2px;
    }
    .blog-date {
        top: 10px;
        right: 10px;
        padding: 0px 10px;
        font-size: 12px;
    }
    .main-service-img img {
        height: auto;
    }
    .sidebar-service-section {
        margin-top: 15px;
    }
    .sidebar-heading {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .blog-category-list.blog-tag {
        margin-top: 15px;
    }
    .customers-review-grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .customers-review-grid .customers-review-item {
        padding: 15px;
    }
    .contact-page .contact-form {
        display: block;
    }

}



@media only screen and (max-width:768px) {
    .home-contact-info {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .customers-review-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .working-process-one__single .icon-box .overlay-list {
        right: calc(100% - 90%);
    }
    .blog-date {
        font-size: 10px;
    }
    .blog-item .blog-img {
        height: 100px;
        border-radius: 10px 10px 0 0;
    }
    .about-page {
        padding-top: 30px;
    }
    .technology-item {
        padding: 10px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
    }
    .center-heading .main-head {
        padding: 0 15px;
    }
    .main-head {
        font-size: 20px;
        line-height: 30px;
    }
    .right-dots .owl-nav {
        display: none !important;
    }
    .section-padding {
        padding: 30px 0 30px 0;
    }
    .pad-top {
        padding-top: 30px;
    }
    .pad-bottom {
        padding-bottom: 30px;
    }
    .section-heading {
        margin-bottom: 15px;
    }
    .happy-client-item {
        height: 50px;
    }
    .happy-client-item img {
        height: 30px;
    }
    .service-shape .shape-2.left {
        display: none;
    }
    .service-heading h4 {
        font-size: 14px !important;
        word-break: break-word;
        width: 80%;
    }





}



@media only screen and (max-width:480px) {


}

/*-------------------------------------------------------------
                    responsive end
-------------------------------------------------------------*/