@media (min-width: 1400px) {
    .container {
        max-width: 1380px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1260px;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 1199.98px) {
    .banner h2 {
        font-size: 68px;
    }

    .banner-text p {
        font-size: 22px;
    }

    header .banner {
        height: 100vh;
        height: 100svh;
        min-height: 550px;
        max-height: 900px !important;
    }
}

@media (min-width: 992px) {

    .navbar .nav-link {
        position: relative;
    }

    .navbar .nav-link::after {
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        transform: scaleX(0);
        height: 4px;
        bottom: 0;
        border-radius: 5px;
        background-color: #0A85C7;
        transition: transform .3s ease;
        transform-origin: center;
        border-radius: 10px;
    }



    .navbar .active .nav-link::after {
        transform: scaleX(.3);
    }

    .navbar .nav-link:hover::after {
        transform: scaleX(1) !important;

    }

    .img-col {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .text-col {
        flex: 0 0 55%;
        max-width: 55%;
    }

    footer .row.justify-content-between {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 991.98px) {

    .navbar .lang-btn {
        padding: 5px 0;
        margin: 5px 0;
        display: inline-block;
    }

    .navbar .container .menu-abs {
        left: 50px;
    }

    .navbar.menuopen {
        background-color: #fff !important;
    }

    .slide-cont .text-box p {
        font-size: 22px;
    }

    .slide-cont .person {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {

    .slide-cont {
        flex-wrap: wrap;
    }

    .slide-cont .text-box,
    .slide-cont .img-wr {
        width: 100% !important;
        max-width: 100%;
    }

    .slide-cont .img-wr img {
        width: 200px;
        max-width: 100%;
    }

    .slide-cont .text-box p {
        font-size: 20px;
    }
}

@media (max-width: 575px) {

    .blog-card .c-cont .lable,
    .blog-card .c-cont .c-title {
        margin-bottom: 1rem;
    }

    .sec-title {
        margin-bottom: 1rem;
        font-size: 32px;
    }

    .slide-cont .text-box p {
        font-size: 16px;
    }

    .slide-cont .text-box>img {
        max-width: 50px;
    }

    .slide-cont .person {
        font-size: 16px;
        margin-bottom: .5rem;
    }

    .slider2 .sbtn {
        width: 48px;
        height: 48px;
    }

    .form-style {
        padding: 1.5rem .5rem;
    }

    .btnstyle {
        padding: 12px !important;
        font-size: 16px !important;
        width: auto !important;
        min-width: 160px !important;
    }

    .fixed-btns {
        position: fixed;
        width: 44px;
        left: 12px;
    }

    .fixed-btns .btn {
        width: 44px;
        height: 44px;
    }


}

@media (max-width: 480px) {
    .form-style .btn-wr .btn {
        margin-top: 0;
    }

    .team-card p,
    .proj-card p,
    body {
        font-size: 14px;
    }

    .banner-text .item {
        font-size: 16px;
    }

    .banner h2 {
        font-size: 58px;
    }

    section#about {
        padding: 3.5rem 0;
    }

    .sec-title {
        margin-bottom: 1rem;
        font-size: 28px;
    }

    .sec-title.text-center {
        margin-bottom: 1.25rem;
    }

    .about-text .d-flex img {
        max-width: 45px;
        max-height: 45px;
    }

    #services {
        padding-top: 3.5rem;
    }

    .btnstyle {
        padding: 10px !important;
        font-size: 16px !important;
        width: auto !important;
        min-width: 140px !important;
    }

    .proj-card .c-title,
    .serv-card .c-title {
        font-size: 17px;
    }

    .show-all {
        padding-top: 1rem;
    }

    #contactUs,
    #team,
    #idea,
    #blogs,
    #projects {
        padding: 3.5rem 0;
    }

    .container.form-wr {
        width: calc(100% - 30px);
    }

    .idea-text h4 {
        font-size: 28px;
        margin-bottom: 1rem;
    }

    .idea-text .item {
        font-size: 16px;
        margin-bottom: .75rem;
    }

    .slide-cont .text-box p {
        font-size: 15px;
    }

    .slide-cont .text-box>img {
        max-width: 40px;
    }

    .sec-bg {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .form-style .form-group small {
        font-size: 12px;
    }
}
.form-style {
    padding-left: 0;
    padding-right: 0;
}