@media (max-width:1600px) {
    :root {
        --headingFontSize: 50px;
        --paragraphSize: 18px;
        --h1: 55px;
        --h2: 50px;
        --h3: 40px;
        --h4: 26px;
        --h5: 20px;
    }

    .hero_banner img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .header_section {
        padding: 10px 0;
    }

    .header_section .logo img {
        width: 130px;
    }

    .header_section .nav_manu ul li a {
        font-size: 16px;
    }

    .hero_banner_wrap h1 {
        font-size: var(--h1);
    }

    .counter_section {
        margin-top: 0;
    }

    .counter_section .counter_row {
        margin-top: 130px;
    }

    .nav_manu ul li ul.sub_menu,
    .nav_manu ul li:hover ul.sub_menu {
        top: 55px;
    }

    .welcome_section .left_side .content span {
        font-size: 22px;
    }

    .welcome_section .left_side .content p {
        font-size: 28px;
    }

    .welcome_section .left_side .content h5 {
        font-size: 33px;
    }

    .finding_section_wrap .search_filter {
        left: 208px;
        width: calc(100% - 416px);
    }

    .header_section .seach_icon {
        width: 22px;
        height: 22px;
    }

    .theme_btn_transparent {
        font-size: 22px;
        padding: 18px 50px;
    }



    .finding_section_wrap .search_filter .select_wrap {
        gap: 0 40px;
    }

    .news_card .content p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news_card.full .content p {
        -webkit-line-clamp: 5;
    }

    .news_card.left {
        margin-right: 2%;
    }

    .news_card.right {
        margin-left: 2%;
        margin-right: 0;
    }

    .search_project_card .content span {
        font-size: 17px;
    }

    .finding_section .overlay .location {
        font-size: 24px;
    }

    ul#testList li {
        margin-bottom: 6px;
    }

    ul#testList li a {
        font-size: 16px;
    }

    .search_sect .search_box {
        margin-top: 20px;
    }

    /* .footer_section .ft_col ul li a {
        font-size: 18px;
    }

    .footer_section .ft_col ul li {
        margin-bottom: 10px;
    }

    .footer_section .ft_col h4 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .theme_btn {
        font-size: 22px;
        padding: 15px 55px;
    }

    .footer_section .ft_col ul {
        margin-bottom: 50px;
    }

    .footer_section .copyright {
        font-size: 18px;
    } */
}

@media (max-width:1399px) {
    :root {
        --headingFontSize: 44px;
        --paragraphBigSize: 20px;
        --h1: 52px;
        --h2: 44px;
        --h3: 38px;
        --h4: 32px;
        --h5: 22px;
    }

    .container-fluid {
        padding-inline: 50px;
    }

    .header_section {
        padding: 20px 0;
    }

    .header_section .seach_icon {
        width: 18px;
        height: 18px;
    }

    .header_section .seach_icon img.close {
        width: 14px;
    }

    .nav_manu ul li ul.sub_menu,
    .nav_manu ul li:hover ul.sub_menu {
        top: 65px;
    }

    .search_sect .search_box form input {
        font-size: 16px;
    }

    .search_sect .search_box {
        margin-top: 40px;
    }

    .triangle {
        margin-top: 10px;
    }

    .counter_section .counter_Card p {
        font-size: 12px;
        line-height: 16px;
    }

    .welcome_section .title_content .heading {
        margin-bottom: 50px;
    }

    .section_padding {
        padding-block: 70px;
    }

    .project_tab ul {
        margin-top: 70px;
    }

    .welcome_section .left_side .content span,
    .welcome_section .left_side .content p {
        font-size: 23px;
    }

    .welcome_section .left_side .content h5 {
        font-size: 28px;
    }

    .news_card.full .content p {
        font-size: 24px;
    }

    .finding_section .overlay .location {
        top: 40px;
        font-size: 23px;
    }

    .finding_section_wrap .search_filter .select_wrap select {
        font-size: 25px;
        padding: 14px 25px;
        padding-right: 48px;
        background-size: 19px;
        background-position: center right 20px;
    }

    .news_card .content .date {
        font-size: 20px;
    }

    .footer_section .ft_logo {
        width: 130px;
        margin: auto;
    }

    .footer_section .ft_social_links a {
        font-size: 30px;
    }

    .theme_btn {
        font-size: 18px;
        padding: 12px 35px;
    }

    .footer_section .ft_col ul li a {
        font-size: 16px;
    }

    .footer_section .ft_col h4 {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .footer_section .copyright {
        font-size: 16px;
    }

    .news_card.left .content .date,
    .news_card.right .content .date {
        font-size: 16px;
    }

    .theme_btn_transparent {
        font-size: 20px;
        padding: 13px 50px;
    }

    .home_slider_section .theme_btn_transparent {
        bottom: 70px;
        right: 60px;
    }

    .search_project_card .content span {
        font-size: 17px;
    }

    .finding_section_wrap .search_filter {
        left: 100px;
        width: calc(100% - 200px);
        padding: 40px 50px 35px 50px;
    }

    .explore_section {
        padding: 70px 0;
    }

    .highlight_slider {
        max-width: calc(100% - 75px);
        margin: auto;
    }

    ul.project_pagination {
        margin: 100px 0 0 0;
    }
}

@media (max-width:1199px) {
    :root {
        --headingFontSize: 40px;
        --paragraphBigSize: 20px;
        --paragraphSize: 18px;
        --h1: 48px;
        --h2: 40px;
        --h3: 34px;
        --h4: 32px;
        --h5: 22px;
    }

    .container-fluid {
        padding-inline: 40px;
    }

    .header_section .nav_manu ul {
        gap: 0 36px;
    }

    .marquer p {
        font-size: 15px;
        padding: 20px 4px;
    }

    .finding_section_wrap .search_filter .select_wrap select {
        font-size: 22px;
    }

    .finding_section .overlay .location {
        top: 30px;
        font-size: 20px;
    }
}

@media (max-width:991px) {
    :root {
        --headingFontSize: 36px;
        --paragraphBigSize: 20px;
        --paragraphSize: 18px;
        --h1: 40px;
        --h2: 36px;
        --h3: 28px;
        --h4: 26px;
        --h5: 22px;
    }

    .hiddenOver .header_section.active .menu_toggle,
    .hiddenOver .header_section.active .logo {
        opacity: 0;
        pointer-events: none;
    }

    body.hiddenOver .header_section_in {
        max-width: 100%;
    }

    body.hiddenOver #smooth-wrapper {
        padding-right: 0;
    }

    .header_section {
        position: fixed;
    }

    .nav_manu_col {
        display: none;
    }

    .nav_manu {
        display: none;
    }

    .header_section .row>div {
        width: auto;
    }

    .header_section .row {
        justify-content: space-between;
    }

    .header_section .menu_toggle {
        display: flex;
    }

    .header_section .search {
        width: 30px;
        float: right;
    }

    .header_section .seach_icon img.close {
        top: 5px;
        width: 16px;
    }

    .section_padding {
        padding-block: 60px;
    }

    .project_tab ul {
        margin-top: 50px;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .project_tab ul li:last-child {
        position: relative;
    }

    .welcome_section .title_content .heading {
        margin-bottom: 35px;
    }

    .welcome_section .left_side {
        padding-right: 12px;
    }

    .welcome_section .right_side {
        border-top: 1px solid #A0A0A0;
        border-left: none;
        padding-left: 12px;
        padding-top: 25px;
        margin-top: 25px;
        padding-right: 12px;
    }

    .finding_section_wrap .search_filter {
        left: 50px;
        width: calc(100% - 100px);
        padding: 30px 30px 35px 30px;
    }


    .footer_section .ft_col {
        width: 50%;
    }

    .footer_section .ft_social_links {
        gap: 0 13px;
    }

    .footer_section .ft_social_links a {
        font-size: 24px;
    }

    .footer_section .ft_logo {
        width: 120px;
    }

    .marquer p {
        padding: 15px 4px;
    }

    .news_card.full .content p {
        font-size: 22px;
    }

    .news_card.full .content p {
        margin-bottom: 40px;
    }

    .news_card.left {
        margin-right: 0;
        margin-bottom: 0;
    }

    .news_card.right {
        margin-left: 0;
    }

    .news_card .content {
        width: 100% !important;
        padding-right: 0;
    }

    .news_card {
        flex-direction: column-reverse;
    }

    .news_card .image {
        width: 100% !important;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .news_card.left .content p,
    .news_card.right .content p {
        font-size: 18px;
    }

    .news_card.left .content .date,
    .news_card.right .content .date {
        font-size: 13px;
    }

    .news_card.full .content p {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .news_card .content .date {
        font-size: 16px;
    }

    .search_sect .search_box {
        max-width: 100%;
    }

    .home_slider_section .theme_btn_transparent {
        right: 40px;
    }

    .home_slider .overlay {
        background: linear-gradient(180deg, rgb(0 0 0 / 21%) 70.07%, rgb(0 0 0 / 90%) 100%);
    }

    .owl-carousel .owl-dots .owl-dot {
        background: #ffffff59;
    }

    .finding_section_wrap .search_filter .select_wrap {
        gap: 0 15px;
    }

    .finding_section_wrap .search_filter p {
        margin-bottom: 30px;
    }

    .short_status_filter .short_select_wrap select {
        background-size: 14px;
        font-size: 15px;
    }

    .finding_section_wrap .search_filter .select_wrap select {
        font-size: 20px;
    }

    ul.project_pagination {
        margin: 50px 0 0 0;
    }

    .project_section_section {
        padding-top: 25px;
    }

    .search_result_popup .section_result_section_popup .search_project_card {
        display: flex;
    }

    .section_result_section_popup .search_project_card .image {
        width: 30%;
        margin: 0;
    }

    .section_result_section_popup .search_project_card .content {
        width: 70%;
        padding-left: 15px;
    }

    .counter_section .counter_row {
        margin-top: 100px;
        gap: 30px 0;
    }

    .counter_section .counter_Card { 
        text-align: center;
    }

}

@media (max-width:767px) {
    :root {
        --headingFontSize: 32px;
        --paragraphBigSize: 18px;
        --paragraphSize: 16px;
        --h1: 34px;
        --h2: 32px;
        --h3: 30px;
        --h4: 26px;
        --h5: 22px;
    }

    ul#testList li a {
        font-size: 14px;
    }

    .explore_section p br {
        display: none;
    }

    .project_tab_mob {
        display: flex;
    }

    .project_tab {
        display: none;
    }

    .mobile_hero_banner {
        display: none;
    }

    .hero_banner_wrap {
        display: block;
    }

    /* .finding_section_wrap .search_filter .select_wrap {
        flex-direction: column;
        gap: 30px 0;
    } */

    .highlights_section .heading {
        margin-bottom: 25px;
    }

    .finding_section_wrap .search_filter .select_wrap {
        gap: 10px;
    }

    .counter_section .counter_row {
        gap: 30px 0;
        justify-content: center;
    }

    .counter_section .counter_col {
        /* width: 33%; */
        text-align: center;
    }

    .counter_section .counter_Card { 
        width: 90%;
    }

    .project_tab ul {
        justify-content: space-between;
        padding-left: 0;
        gap: 0;
    }

    .search_project_card .image span {
        padding-top: 2px;
        padding-right: 7px;
        padding-bottom: 2px;
        padding-left: 7px;
        font-size: 11px;
        left: 8px;
        top: 8px;
    }

    .search_sect .search_box {
        margin-top: 15px;
    }

    .search_result_popup {
        position: fixed;
        top: 0;
        left: 0;
    }

    .search_sect .search_box form input {
        padding-right: 77px;
    }

    .search_result_popup .border_divier {
        margin-bottom: 20px;
    }

    .section_result_section_popup #resultshow {
        font-size: 16px;
    }

    .section_result_section_popup .search_project_card .content span {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .section_result_section_popup .search_project_card .content h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .section_result_section_popup .search_project_card .content p {
        font-size: 16px;
    }

    .section_result_section_popup .search_project_card_row {
        gap: 20px 0;
    }

    .section_result_section_popup ul#testList {
        margin: 0;
    }

    .section_result_section_popup .search_sect .search_box form input {
        padding-right: 82px;
    }



    .header_section .logo img {
        width: 110px;
    }

    .hero_banner_wrap .overlay {
        padding: 0 25px;
    }

    .triangle {
        border-left: 10px solid transparent;
        border-top: 25px solid #010f94;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .triangle {
        margin-top: 24px;
    }

    .finding_section_wrap .search_filter {
        left: 50px;
        width: calc(100% - 100px);
        padding: 20px;
    }

    .finding_section_wrap .search_filter .select_wrap select {
        font-size: 18px;
    }

    .finding_section_wrap .search_filter p {
        margin-bottom: 18px;
    }

    .finding_section .overlay .heading {
        text-align: center;
        padding: 0 25px;
    }

    .container,
    .container-fluid {
        padding-inline: 20px;
    }

    .finding_section_wrap .search_filter {
        left: 50%;
        width: 100%;
        max-width: calc(100% - 48px);
        margin: auto;
        margin-top: 50px;
        transform: translateX(-50%);
        bottom: 0;
    }

    /* 
    .finding_section .overlay {
        align-items: flex-start;
        padding-top: 100px;
    } */

    .finding_section .overlay .location {
        left: 15px;
        top: 15px;
        font-size: 13px;
    }

    .home_slider .owl-dots {
        bottom: 20px;
    }

    .home_slider_section .theme_btn_transparent {
        bottom: 50px;
    }

    .home_slider .overlay .heading {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

    .home_slider .overlay .container-fluid {
        display: flex;
        align-items: flex-end;
        margin-bottom: 60px;
        justify-content: space-between;
        gap: 0 30px;
    }

    .home_slider_section .theme_btn_transparent {
        font-size: 17px;
        padding: 10px 30px;
        transform: none;
        right: auto;
        position: relative;
        bottom: auto;
    }

    .marquer marquee {
        padding: 15px 0;
    }

    .marquer p {
        padding: 11px 15px;
        text-align: left;
    }

    .marquer .marquee_view_btn_wrap {
        position: absolute;
        height: auto;
        width: auto;
        text-align: center;
        background: #000;
    }

    .marquer .marquee_view_btn_wrap a {
        font-size: 12px;
        padding: 6px 15px;
        display: inline-block;
        margin: auto;
        margin-bottom: 0px;
        background: #FFF;
        color: #000;
        font-weight: 600;
        margin-top: 7px;
        margin-right: 6px;
    }

    .footer_top_row {
        gap: 15px 0;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 12px;
    }

    .footer_top_row>div {
        width: auto;
        padding: 0;
    }

    .footer_top_row .theme_btn {
        margin: auto;
    }

    .footer_section .ft_social_links {
        min-width: 113px;
    }

    .footer_section .ft_logo {
        margin: 0;
    }

    .counter_section .counter_row {
        margin-top: 60px;
    }

    .footer_section .ft_col ul li a {
        font-size: 14px;
    }

    .footer_section .ft_col ul {
        padding: 0;
        list-style: none;
        margin-bottom: 30px;
    }

    .footer_section .copyright {
        font-size: 14px;
        margin-top: 20px;
    }

    .home_slider .overlay .heading {
        font-size: 20px;
    }

    body,
    p {
        line-height: 1.3;
    }

    .hero_banner_wrap h1 {
        margin-top: -120px;
    }

    ul.project_pagination li a {
        font-size: 16px;
    }

    .heading {
        letter-spacing: 1px;
    }

    .finding_section .overlay .heading {
        margin-top: -50px;
    }

    .finding_section .overlay .heading {
        font-size: 28px;
    }

    .search_project_card .content h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .search_project_card .content span {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .project_card .content span {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .project_card .content h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .welcome_section .right_side .row {
        gap: 20px 0;
    }




    .footer_section .ft_logo {
        width: 98px;
    }

    .footer_section .ft_social_links {
        gap: 0 8px;
    }

    .footer_section .ft_social_links a {
        font-size: 22px;
    }

    .show-projectvs {
        min-height: auto;
    }

    .theme_btn,
    .theme_btn_transparent,
    .theme_btn.small {
        font-size: 13px !important;
        padding: 8px 16px;
    }

    .custom_arrow_design .owl-nav .owl-prev,
    .custom_arrow_design .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        background: #000 !important;
    }

    .latest_dlf_slider .owl-nav {
        justify-content: center;
    }


}

@media (max-width:480px) {
    :root {
        --headingFontSize: 28px;
        --h1: 28px;
        --h2: 28px;
        --h3: 24px;
    }

    .header_section .logo img {
        width: 90px;
    }

    .hero_banner_wrap .overlay {
        padding: 0 10px;
    }



    .counter_section .counter_Card {
        width: 100%;
        text-align: center;
    }

    /* .counter_section .counter_col:last-child {
        width: 40%;
    }

    .counter_section .counter_col:nth-last-child(2) {
        width: 40%;
    } */

    .counter_section .counter_Card p {
        font-size: 10px;
        line-height: 14px;
    }

    .counter_section .counter_col {
        padding-inline: 9px;
    }

    .counter_section .counter_Card .counter,
    .counter_section .counter_Card .sufix.plus {
        font-size: 30px;
    }

    .counter_section .counter_Card .sufix {
        font-size: 28px;
    }

    .home_slider_section .theme_btn_transparent {
        font-size: 14px;
        padding: 8px 20px;
    }

    .home_slider_section .container-fluid {
        padding-inline: 15px;
    }

    .home_slider .overlay .heading {
        font-size: 18px;
    }

    .home_slider .owl-dots {
        align-items: center;
    }

    .home_slider .owl-dots .owl-dot {
        width: 5px;
        height: 5px;
    }

    .home_slider .owl-dots .owl-dot.active {
        width: 6px;
        height: 6px;
    }

    .news_section .heading_sect .heading {
        margin-bottom: 20px;
    }

    .news_card {
        flex-direction: column-reverse;
        gap: 15px 0;
    }

    .news_card.full .content,
    .news_card .content {
        width: 100%;
        padding: 0;
    }

    .news_card.full .image,
    .news_card .image {
        width: 100%;
        padding-left: 0;
    }

    .news_card.full .content p,
    .news_card .content p {
        margin-bottom: 15px;
    }

    .news_card.right.last {
        margin-bottom: 0;
    }

    .footer_section .ft_col ul li a {
        font-size: 13px;
        line-height: 1.4;
        display: inline-block;
    }

    .footer_section .ft_col h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .body_wrapper {
        padding-bottom: 0 !important;
    }

    .footer_section .ft_col ul li {
        margin-bottom: 2px;
    }



    .footer_section .ft_social_links a {
        font-size: 18px;
    }

    .footer_section .ft_logo {
        width: 75px;
    }


    .footer_section .ft_divider {
        margin: 20px 0 25px 0;
    }

    /* .project_card .content span { 
        font-size: 13px;
    }
    .project_card .content p { 
        font-size: 14px;
    }
    .project_card .content h5 {
        font-size: 18px;
    } */

    .footer_section .ft_social_links {
        gap: 0 6px;
    }

    .counter_section p {
        font-size: 18px;
    }

    .welcome_section .left_side .content span,
    .welcome_section .left_side .content p {
        font-size: 18px;
    }

    .welcome_section .left_side .content h5 {
        font-size: 20px;
    }

    .right_side .project_card .content h5 {
        font-size: 18px;
    }

    .right_side .project_card .content p {
        font-size: 14px;
    }

    .project_card .content span {
        font-size: 12px;
    }

    .search_project_card .content span,
    .search_project_card .content h5 {
        font-size: 16px;
    }

    .search_project_card .content span {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .search_project_card .content p {
        font-size: 14px;
    }

    .finding_section .overlay .heading {
        padding: 0 10px;
        letter-spacing: 1px;
        font-size: 20px;
    }

    .finding_section_wrap .search_filter .select_wrap select {
        font-size: 14px;
        padding: 9px 13px;
        padding-right: 30px;
        background-size: 12px;
        background-position: center right 12px;
    }

    .finding_section_wrap .search_filter p {
        margin-bottom: 17px;
        font-size: 16px;
    }

    .finding_section_wrap .search_filter {
        padding: 15px;
    }

    .finding_section .overlay .location {
        font-size: 10px;
    }

    .search_project_card_row {
        padding-bottom: 0;
        gap: 20px 0;
    }

    .search_project_card .image {
        margin-bottom: 10px;
    }

    .section_result_section_popup .search_project_card .content span {
        font-size: 12px;
    }

    #Suggestion_mgs {
        font-size: 13px;
    }

    .section_result_section_popup .search_project_card .content p {
        font-size: 13px;
    }

    .welcome_section .right_side .row {
        gap: 15px 0;
    }

    .finding_section .overlay .heading {
        margin-top: -20px;
    }

    .news_card.left .content p,
    .news_card.right .content p {
        font-size: 15px;
    }

    .news_section .heading_sect {
        padding-bottom: 20px;
    }

    .news_card {
        padding-bottom: 20px;
    }


}

@media (max-width:400px) {}