@media(min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}




@media(max-width:1399px) {}

@media(max-width:1199px) {

    /* =================== Default CSS =================== */
    .mt-100 {
        margin-top: 50px;
    }

    .py-100 {
        padding: 50px 0;
    }

    .title-h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .h4-24 {
        font-size: 23px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .mt-80 {
        margin-top: 50px;
    }

    .w-4 {
        width: 50%;
        margin-bottom: 40px;
        padding-right: 60px;
    }

    /* =================== Header CSS =================== */
    .logo img,
    .w-4>img {
        width: 150px;
    }

    nav ul li:nth-child(7) {
        display: none;
    }

    nav ul li:nth-child(6) a {
        padding-right: 0;
    }

    .banner-text h1 {
        font-size: 45px;
        line-height: 60px;
    }

    .banner-inner-text {
        height: 80vh;
    }

    .banner-text p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .banner-bg,
    .about-bg,
    .exp-bg,
    .f-bg {
        background-size: 65%;
    }

    /* =================== About Home Page CSS =================== */
    .about-text img {
        height: 40px;
        margin: 3px 15px;
    }

    .about-bg,
    .exp-bg,
    .f-bg {
        background-size: 60%;
    }

    /* =================== Service  Home Page CSS =================== */
    /* =================== Experience  Home Page CSS =================== */
    .exp-text {
        padding-right: 80px;
    }

    .exp-inner h2 {
        font-size: 100px;
        line-height: 90px;
        padding-right: 30px;

    }

    .exp-inner h3 {
        font-size: 20px;
        line-height: 30px;
        margin-left: 35px;
    }

    /* =================== Projects  Home Page CSS =================== */
    /* =================== Member  Home Page CSS =================== */
    .member p {
        font-size: 40px;
        padding-right: 20px;

    }

    .member img {
        width: 50px;
        margin-bottom: 20px;
    }

    .member h4 {
        font-size: 25px;
    }

    .member h4 span {
        font-size: 14px;
    }

    /* =================== Feedback  Home Page CSS =================== */
    .f-box,
    .f-title {
        margin-top: 40px;
    }

    .f-text {
        padding: 70px 50px 40px;

    }

    .f-img img {
        width: 110px;
    }

    /* =================== footer  Home Page CSS =================== */

}

@media(max-width:991px) {

    /* =================== Default CSS =================== */
    /* .mt-100 {
        margin-top: 50px;
    }
    
    .py-100 {
        padding: 50px 0;
    } */

    .title-h2 {
        font-size: 29px;
        line-height: 37px;
    }

    .h4-24 {
        font-size: 20px;
        /* line-height: 17px; */
        /* margin-bottom: 8px; */
    }

    .p-14 {
        font-size: 13px;
        line-height: 20px;
        /* color: #777777; */
        margin-bottom: 8px;

    }

    .w-4 {
        width: 50%;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    /* =================== Header CSS =================== */
    .logo img,
    .w-4>img {
        width: 120px;
    }

    .navbar-toggle {
        display: block;
    }

    nav {
        position: absolute;
        top: 57px;
        left: -200px;
        height: 100vh;
        width: 150px;
        background-color: #fff;
        box-shadow: 0 2px 3px black;
        transition: 0.5s;

    }

    nav ul {
        flex-direction: column;
    }

    nav ul li:nth-child(7) {
        display: none;
    }

    .sub-menu {
        position: static;
    }

    nav ul li:hover .sub-menu {
        height: 150px;
    }
    header.left_0 nav{
        left: 0;
    }

    /* =================== Banner Home Page CSS =================== */
    .banner-text {
        width: 60%;
    }

    .banner-text h1 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    .banner-inner-text {
        height: 60vh;
    }

    .banner-text p {
        margin-bottom: 20px;
    }

    .banner-bg {
        background-size: 50%;
    }

    /* =================== About Home Page CSS =================== */
    .about-text img {
        height: 35px;
        margin: 2px 10px;
    }

    .about-text {
        padding-left: 55px;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .about-bg,
    .exp-bg,
    .f-bg {
        background-size: 60%;
    }

    /* =================== Service  Home Page CSS =================== */
    .service-box a {
        font-size: 14px;
    }

    /* =================== Experience  Home Page CSS =================== */
    .exp-text {
        padding-right: 50px;
    }

    .exp-inner h2 {
        font-size: 70px;
        line-height: 60px;
        padding-right: 25px;

    }

    .exp-inner h3 {
        font-size: 16px;
        line-height: 20px;
        margin-left: 30px;
    }

    /* =================== Projects  Home Page CSS =================== */

    .project-navbar li {
        font-weight: 400;
    }

    .project-layer p {
        font-size: 13px;
    }

    .project-layer h3 {
        font-size: 20px;
    }

    /* =================== Member  Home Page CSS =================== */

    .member {
        width: 50%;
        margin-bottom: 30px;
    }

    /* =================== Feedback  Home Page CSS =================== */


    .f-img img {
        width: 100px;
    }

    .f-bg .w-3:first-child {
        width: 40%;
    }

    .f-bg .w-3:nth-child(2) {
        width: 60%;
    }

    .f-bg .w-3:nth-child(3) {
        display: none;
    }

    /* =================== footer  Home Page CSS =================== */
}

@media(max-width:767px) {

    /* =================== Default CSS =================== */
    .mt-100 {
        margin-top: 25px;
    }

    .py-100 {
        padding: 25px 0;
    }

    .title-h2 {
        font-size: 29px;
        line-height: 37px;
        margin-bottom: 30px;
    }

    .h4-24 {
        font-size: 20px;
        /* line-height: 17px; */
        /* margin-bottom: 8px; */
    }

    .p-14 {
        font-size: 13px;
        line-height: 20px;
        /* margin: 15px 0; */

    }

    .w-3 {
        width: calc(50% - 10px);
    }

    .w-5,
    .w-4 {
        width: 100%;
    }

    .mt-20 {
        margin-top: 20px;
    }

    /* =================== Banner Home Page CSS =================== */
    /* =================== footer  Home Page CSS =================== */
    .banner-bg,
    .about-bg,
    .exp-bg,
    .f-bg {
        background: none;
    }

    .banner-text {
        width: 100%;
    }

    .banner-inner-text {
        padding-top: 20px;
        height: fit-content;
    }

    /* =================== About Home Page CSS =================== */


    .about-text,
    .exp-text {
        /* margin-top: 40px; */
        padding-left: 0;
        padding: 30px 0;
    }

    .about-text p,
    .exp-text p {
        margin-bottom: 40px;
    }

    .about-text .d-flex:last-child p {
        margin-bottom: 0;
    }

    /* =================== Service  Home Page CSS =================== */
    .service-box,
    .project-box {
        margin-bottom: 20px;
    }

    /* =================== Experience  Home Page CSS =================== */
    .exp-text {
        order: 2;
    }

    .exp-img {
        order: 1;
    }

    /* =================== Projects  Home Page CSS =================== */
    .project-navbar ul li:first-child {
        padding-left: 0;
    }

    .project-layer p {
        font-size: 12px;
    }

    .project-layer h3 {
        font-size: 18px;
    }



    /* =================== Member  Home Page CSS =================== */
    .member:last-child {
        margin-bottom: 20px;
    }
    /* =================== Feedback  Home Page CSS =================== */
    /* =================== footer  Home Page CSS =================== */
}

@media(max-width:576px) {

    /* =================== Default CSS =================== */
    .mt-100 {
        margin-top: 15px;
    }

    .py-100 {
        padding: 15px 0;
    }

    .title-h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .h4-24 {
        font-size: 16px;
    }

    .p-14 {
        font-size: 12px;
        line-height: 17px;

    }

    .w-4 {
        padding-right: 10px;
    }

    .w-3,
    .member {
        width: 100%;
    }

    .mt-80 {
        margin-top: 20px;
    }

    /* =================== Banner Home Page CSS =================== */
    /* =================== About Home Page CSS =================== */
    .w-5>img,
    .exp-img img {
        display: none;
    }

    /* =================== Service  Home Page CSS =================== */
    .service-box {
        padding: 30px 20px 40px;
    }

    /* =================== Experience  Home Page CSS =================== */
    /* =================== Projects  Home Page CSS =================== */
    .project-navbar li {
        font-size: 12px;
    }

    .project-layer p {
        font-size: 12px;
    }

    .project-layer h3 {
        font-size: 20px;
    }

    /* =================== Member  Home Page CSS =================== */
    .member:last-child {
        margin-bottom: 10px;
    }

    /* =================== Feedback  Home Page CSS =================== */
    .f-bg .w-3:first-child {
        width: 100%;
    }

    .f-bg .w-3:nth-child(2) {
        width: 100%;
    }

    .f-title {
        margin-bottom: 30px;
    }
}

/* =================== footer  Home Page CSS =================== */