/* 3XL (dektop 22 inche ) Device :1200px. */
@media (min-width: 1400px) and (max-width: 1650px) {

}
/* XXL (laptop) Device :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {

    .banner_table {
        margin-top: 81px;
        height: 105vh;
    }

    .banner_overlay {
        height: 105vh;
    }

}


/* LG Device :992px. */

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 32px;
    }

    h5 {
        font-size: 23px;
    }

    .btn_com {
        padding: 10px 18px;
        font-size: 16px;
    }

    .header_info .header_top_icon .head_btn {
        padding: 5px 9px;
    }

    .header_info .header_top_icon ul li a {
        padding: 10px 4px;
    }

    .banner_content h1 {
        font-size: 46px;
    }

    .banner_table {
        margin-top: 81px;
        height: 110vh;
    }

    .banner_overlay {
        height: 110vh;
    }

    footer .main_footer_part .footer_item h4 {
        font-size: 20px;
    }

    .pb_90 {
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 34px;
    }

    h4 {
        font-size: 24px;
    }

    .pb_90 {
        padding-bottom: 60px;
    }

    .pt_90 {
        padding-top: 60px;
    }

    .btn_com {
        padding: 10px 18px;
        font-size: 16px;
    }

    .banner_table {
        margin-top: 81px;
        height: 100vh;
    }

    .banner_overlay {
        height: 100vh;
    }

    .banner_content h1 {
        margin-bottom: 15px;
        font-size: 36px;
    }

    .menu .nav-item .nav-link {
        padding: 24px 6px;
        font-size: 15px;
    }

    .header_top_icon.text-end {
        text-align: left !important;
    }
}



/* -- Phone Landscape -- */

@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .pb_90 {
        padding-bottom: 60px;
    }

    .pt_90 {
        padding-top: 60px;
    }



    .btn_com {
        padding: 10px 18px;
        font-size: 16px;
    }

    header .menu_part {
        padding: 20px 0px;

    }




    .header_info .header_top_icon a {
        padding: 5px 15px;
    }

    .header_top_icon.text-end {
        text-align: left !important;
    }

    .banner_table {
        margin-top: 81px;
        height: 100vh;
    }

    .banner_overlay {
        height: 100vh;
    }

    .banner_content h1 {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .recent_project_part .recent_pro_slide_item .recent_pro_slide_item_img .recent_pro_slide_item_img_overlay h3 {
        font-size: 22px;
        padding-top: 20px;
    }

    .recent_project_part .arrow_rt,
    .recent_project_part .arrow_lf {
        bottom: -45px;
    }

    .top_client_part .arrow_lf2,
    .top_client_part .arrow_rt2 {
        bottom: -45px;
    }

    .menu_none {
        display: none;
    }

    .menu_part2 {
        display: block;
    }

    .menu_part2 .navbar-brand img {
        width: 80px;
        height: 80px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(248, 174, 28, 0.93);
        border-color: rgba(248, 174, 28, 0.93);

    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(248, 174, 28, 0.93)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    header .menu_part .navbar-brand img {
        width: 150px;
    }

    header .menu_part .bg_menu {
        padding: 5px 35px !important;
        width: 100%;
        border-radius: 0;
    }

    header .menu_part .menu_main .nav-item ul li ul {
        left: 0px;
        top: 30px;
    }

    .menu_none {
        display: none;
    }

    header .menu_part2 {
        display: block;
        padding: 20px 0px;
    }

    .menu_part2 .navbar-brand img {
      width: 80px;
      height: 80px;
    }



}


/* mobile size 480 small Device. */

@media (min-width: 400px) and (max-width: 480px) {}


/* Extra small Device. */

@media (min-width: 320px) and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    body {
        /*overflow-x: hidden;*/
    }

    .pb_90 {
        padding-bottom: 60px;
    }

    .pt_90 {
        padding-top: 60px;
    }

    .py_90 {
        padding: 60px 0px 60px;
    }

    .py_6090 {
        padding: 30px 0px 60px;
    }

    .btn_com {
        padding: 10px 18px;
        font-size: 16px;
        margin-right: 15px;
    }

    header .menu_part {
        padding: 20px 0px;

    }




    .header_info .header_top_icon a {
        padding: 5px 15px;
    }

    .header_top_icon.text-end {
        text-align: left !important;
    }

    .banner_table {
        margin-top: 81px;
        height: 140vh;
    }

    .banner_overlay {
        height: 140vh;
    }

    .banner_content h1 {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .recent_project_part .recent_pro_slide_item .recent_pro_slide_item_img .recent_pro_slide_item_img_overlay h3 {
        font-size: 22px;
        padding-top: 20px;
    }

    .recent_project_part .arrow_rt,
    .recent_project_part .arrow_lf {
        bottom: -45px;
    }

    .top_client_part .arrow_lf2,
    .top_client_part .arrow_rt2 {
        bottom: -45px;
    }

    .menu_none {
        display: none;
    }

    .menu_part2 {
        display: block;
    }

    .menu_part2 .navbar-brand img {
      width: 80px;
      height: 80px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(248, 174, 28, 0.93);
        border-color: rgba(248, 174, 28, 0.93);

    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(248, 174, 28, 0.93)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    header .menu_part .navbar-brand img {
        width: 150px;
    }

    header .menu_part .bg_menu {
        padding: 5px 35px !important;
        width: 100%;
        border-radius: 0;
    }

    header .menu_part .menu_main .nav-item ul li ul {
        left: 0px;
        top: 30px;
    }

    .menu_none {
        display: none;
    }

    header .menu_part2 {
        display: block;
        padding: 20px 0px;
    }

    .menu_part2 .navbar-brand img {
      width: 80px;
      height: 80px;
    }

}
