@media only screen and (min-width:1920px) {
    .banner-area {
        background-size: cover;
    }
}

@media only screen and (max-width:1600px) {
    .clients-say-area .slider-wapper {
        margin: 0 60px
    }

    .projects-area .slider-wapper {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width:1199px) {
    .banner-area {
        background-size: auto;
        padding-bottom: 88px;
    }

    .section-title h2 br,
    .section-title p br,
    .banner-content p br {
        display: none
    }
}

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

@media only screen and (max-width:991px) {
    .banner-area {
        background-size: auto;
        padding-bottom: 90px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 100%
    }

    .navbar-collapse.show {
        transform: translate(0, 0);
        padding: 20px 0
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        background-color: var(--color-1);
        width: calc(100% - 65px);
        left: 0;
        right: 0;
        height: 100%;
        z-index: 9999;
        transition: transform .3s ease-in-out;
        transform: translate(-282px, 0)
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none
    }

    .navbar .navbar-nav .nav-link {
        color: var(--white-color);
        padding: 10px;
        background-color: var(--color-3);
        margin: 5px
    }

    .navbar-toggler {
        height: 45px;
        width: 45px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .navbar-toggler[aria-expanded="true"] svg.menus {
        display: none
    }

    .navbar-toggler[aria-expanded="true"] svg.close {
        display: block
    }

    .showcase-image {
        border-radius: 15px;
        margin-bottom: 15px
    }

    .showcase-content {
        margin: 0 !important
    }

    .show-mobile {
        display: block
    }

    .hide-mobile {
        display: none
    }

    .showcase-content h3 {
        font-size: 28px
    }

    .showcase-content h3 br {
        display: none
    }

    .showcase-content p {
        font-size: 16px
    }

    .section-title {
        margin-bottom: 30px !important
    }

    .clients-patten,
    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }

    .clients-say-area .slider-wapper {
        margin: 0
    }

    .swiper.testimonials-slider {
        margin-left: 20px;
        margin-right: 20px
    }

    .clients-say-area {
        padding: 50px 0 20px 0
    }

    .services-area,
    .projects-area,
    .showcase-area {
        padding: 50px 0
    }

    .banner-content h1 {
        font-size: 46px;
        text-align: left;
    }

    .banner-area {
        padding: 130px 0 80px 0;
        border-radius: 0;
        height: 1600px;
        margin-bottom: -393px;
        background-position: center;
        background-size: cover;
        z-index: -9;
    }

    .bg-shape-10 {
        display: none;
    }

    .what-is-area {
        padding: 80px 0;
    }

    .what-is-area img {
        margin: 30px auto;
        text-align: center;
        display: table;
    }

    .hire-area p {
        padding: 0;
    }

    .hire-area .right-main-img {
        padding-top: 20px;
        margin: 0 auto;
        text-align: center;
        display: table;
    }

    .case-study-area .industry-left p {
        margin-bottom: 20px;
    }

    .back-btn-trans {
        background-color: transparent;
    }

    .main-box-plan .button-style {
        padding: 15px;
    }

    .right-plan-area h2 {
        font-size: 20px;
        color: #fff;
    }

    .right-plan-area ul li {
        font-size: 14px;
    }

    .right-plan-area p {
        font-size: 14px;
    }

    .main-box-plan h5 {
        font-size: 20px;
    }

    .bg-shape-1 {
        opacity: .2
    }

    .banner-content p {
        font-size: 18px;
        padding-bottom: 10px;
        text-align: left;
    }

    .banner-content {
        text-align: left;
        margin-bottom: 60px
    }

    .video-box {
        margin: 0 auto;
        width: 70%;
    }

    header.header {
        top: 10px
    }

    .services-image {
        height: 300px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px
    }

    .services-image img {
        max-height: 300px;
        max-width: 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        object-fit: cover;
        border-radius: 10px
    }

    .accordion-body {
        padding: 15px
    }

    .accordion-body-icon svg {
        width: 50px;
        height: 50px;
        margin-bottom: 10px
    }

    .accordion-body-content p {
        font-size: 15px;
        line-height: normal
    }

    .accordion-button {
        font-size: 18px;
        line-height: normal
    }

    .accordion-item {
        margin-bottom: 15px
    }

    .accordion-button .title-icon {
        width: 40px;
        height: 50px;
        margin-right: 15px
    }

    .accordion-button .arrow-icon {
        width: 35px
    }

    .single-projects-item,
    .single-projects-item .single-projects-image {
        overflow: hidden;
        border-radius: 15px
    }

    .projects-area .swiper-wrapper {
        padding-bottom: 60px !important
    }
}

@media only screen and (max-width:767px) {
    .banner-content .form-group {
        width: 100%;
    }

    .banner-content .form-group input {
        width: 50%;
    }

    .main-rule {
        align-content: flex-end;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .banner-content {
        text-align: left;
        margin-bottom: 30px;
    }

    .banner-area {
        padding: 130px 0 80px 0;
        border-radius: 0;
        height: 1700px;
        margin-bottom: -416px;
        background-position: center;
        z-index: -9;
    }

    .video-box {
        margin: 0 auto;
        width: 100%;
    }

    .plr-50-90 {
        padding: 15px;
    }

    .what-is-area h1 {
        font-size: 26px;
        color: #fff;
    }

    .what-is-area p {
        font-size: 16px;
        color: #969EBD;
    }

    .plr-30-50 {
        padding: 15px;
    }

    .hire-area h2 {
        font-size: 26px;
    }

    .hire-area .nav-tabs .nav-link {
        padding: 8px 11px;
        font-size: 15px;
    }

    .hire-area .tab-pane h3 {
        font-size: 23px;
    }

    .hire-area .tab-pane p {
        font-size: 18px;
    }

    .case-study-area h4 {
        font-size: 16px;
    }

    .case-study-area .industry-left h6 {
        font-size: 20px;
    }

    .case-study-area .line {
        display: none;
    }

    .case-study-area .line-boreder {
        margin-bottom: 25px;
    }

    .case-study-area h3 {
        font-size: 26px;
    }

    .right-plan-area h1 {
        font-size: 26px;
        color: #fff;
    }

    .main-box-plan {
        display: flex;
        justify-content: space-between;
        min-height: 210px;
        flex-direction: column;
        gap: 20px;
        align-items: normal;
    }

    .dollar-box {
        text-align: left;
    }

    .main-box-plan .button-style {
        width: 100%;
        text-align: center;
    }

    .heading-btn h5 img {
        position: relative;
        top: -13px;
        left: 64px;
    }

    .heading-btn {
        border-radius: 5px;
    }

    .heading-btn h5 {
        margin: 0px;
        font-size: 11px;
    }

    .build-area h1 {
        font-size: 26px;
    }

    .build-area p {
        font-size: 14px;
    }

    .bg-shape-11 {
        width: auto;
        height: auto;
    }

    .heading-btn h5 img {
        position: relative;
        top: 0px;
        left: 0;
        width: 16px;
    }

    .pr-58 {
        padding: 0px;
    }

    .bg-shape-1,
    .bg-shape-2,
    .bg-shape-3,
    .bg-shape-4,
    .bg-shape-5,
    .bg-shape-6,
    .bg-shape-7 {
        display: none;
    }

    .apply-area .calling-img {
        width: 200px;
        margin-bottom: 35px;
    }

    .socialmedia-icon {
        justify-content: left;
    }

    .button-style {
        font-size: 14px;
    }

    .it-area .main-box {
        margin-bottom: 15px;
    }

    .main-voice-box {
        margin-bottom: 15px;
    }

    .voice-area {
        padding: 40px 0;
    }

    .it-area {
        padding: 40px 0;
    }

    .about-us-area {
        padding: 40px 0;
    }

    .ml-160 {
        margin-left: 0px;
    }

    .card.loved-box {
        min-height: 400px;
    }

    .loved-box h3 {
        font-size: 22px;
    }

    .profile-content img {
        width: 60px;
    }

    .loved-box .content-profile h6 {

        font-size: 18px;
    }

    .pricing-area h2 {
        line-height: 40px;
    }

    .price-tabls ul li a {
        padding: 10px 10px;
        font-size: 12px;
    }

    .plan-mobile {
        display: block;
    }

    .plan-month {
        display: none;
    }

    .shap-items1,
    .shap-items2,
    .shap-items3,
    .shap-items4 {
        display: none
    }

    .header-right-button a {
        padding: 10px 15px;
        font-size: 14px;
        box-shadow: none;
        border-radius: 50px
    }

    .swiper-slide {
        margin-top: 0 !important
    }

    .cta-wapper .section-title .tags:before {
        height: 5px;
        width: 18px;
        top: 7px;
        left: -30px
    }

    .cta-wapper .section-title .tags::after {
        height: 4px;
        width: 18px;
        top: 7px;
        right: -30px
    }

    .cta-wapper .section-title .tags {
        font-size: 14px
    }

    .cta-wapper .section-title {
        padding: 20px
    }

    .cta-area {
        padding: 50px 0 50px 0
    }

    .scrolling-ticker-area .scrolling-ticker-box .scrolling-content h2 {
        font-size: 26px
    }

    .portal-icon {
        width: 25px
    }

    .footer-widget-about .widget-content {
        margin-right: 0
    }

    .footer-widget {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 5em;
    }
}

@media only screen and (max-width:480px) {
    .banner-content h1 {
        font-size: 38px
    }

    .navbar-brand img.desktop-logo {
        width: 115px
    }
}

@media only screen and (min-width:481px) and (max-width:550px) {
    .navbar-brand img.desktop-logo {
        width: 220px;
    }
}

@media (min-width: 576px) {

    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}