@media screen and (max-width: 767px) {

    .logo .logo_clip{
        display: none;
    }

    .navs{
        position: fixed;
        background-color: #282828;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 2 !important;
        justify-items: center;
        align-items: center;
        opacity: 0;
        display: none;
        transition: 0.5s all ease;
    }
    .navs_active{
        opacity: 1;
        display: grid;
        text-align: center;
    }
    .navs ul {
        display: block;
        font-size: 18px;
        padding-left: 0;
        line-height: 40px;
    }


    .toggle_icon {
        position: relative;
        z-index: 3;
        cursor: pointer;
        display: block;
    }
    .toggle_icon span{
        display: block;
        margin: 7px 0;
        height: 3px;
    }
    .toggle_icon span:nth-child(1){
        background-color: #ffffff;
        width: 36px;
        transition: 0.4s ease-in-out;
        border-radius: 3px;
    }
    .toggle_icon span:nth-child(2){
        background-color: #ffffff;
        width: 27px;
        transition: 0.4s ease-in-out;
        transform: translateX(8px);
        border-radius: 3px;
    }
    .toggle_icon span:nth-child(3){
        background-color: #ffffff;
        width: 36px;
        transition: 0.4s ease-in-out;
        border-radius: 3px;
    }
    
    .is-active span:nth-child(1){
        background-color: #ffffff;
        width: 36px;
        transition: 0.4s ease-in-out;
        transform: rotateZ(45deg);
        position: absolute;
        top: 2px;
        border-radius: 3px;
    }
    .is-active span:nth-child(2){
        opacity: 0;
        transition: 0.3s ease-in-out;
    }
    .is-active span:nth-child(3){
        background-color: #ffffff;
        width: 36px;
        transition: 0.4s ease-in-out;
        transform: rotateZ(135deg);
        position: absolute;
        top: 2px;
        border-radius: 3px;
    }





    .hero_cnt_main{
        display: block;
    }
    .hero_cnt h1{
        width: auto;
        font-size: 40px;
    }
    .hero_cnt p{
        width: auto;
        font-size: 14px;
    }
    .explore_btn{
        width: auto;
    }
    .explore_btn button {
        border-radius: 50px;
        padding: 7px 15px;
    }
    #myVideo {
        object-fit: cover;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .map_open{
        display: none;
    }
    

    /* ---------------------------------------- */

    .index_abt h1 {
        width: auto;
        font-size: 40px;
    }
    .index_abt_img_wrap{
        margin-bottom: 1.5rem;
    }
    .exp_badge{
        padding: 0.7rem 1.2rem;
    }
    .exp_badge h1{
        font-size: 30px;
    }
    .my_exp_main{
        display: flex;
    }
    .my_exp {
        border-right: 1px solid #e5e5e5;
        padding: 1.2rem 5px;
    }
    .my_exp h1 {
        font-size: 30px;
    }
    .my_exp p{
        font-size: 11px;
    }

    /* ------------------------------------- */

    .service_head p {
        width: auto;
    }
    .service_items{
        flex-wrap: wrap;
        gap: 0.8rem;
        padding: 1.2rem 0rem;
    }
    .service_num::before{
        font-size: 26px;
    }
    .service_items h6 {
        font-size: 18px;
        width: calc(100% - 50px);
    }
    .servi_item_arrow{
        gap: 1.5rem;
        width: 100%;
        padding-left: 50px;
    }
    .servi_item_arrow i{
        opacity: 1;
        transform: none;
    }


    .slick-slide img{
        width: 100%;
    }
    .project_cnt h1 {
        font-size: 32px;
    }
    .index_project_cnt{
        width: auto;
        min-width: 0;
        bottom: 1rem;
        left: 1rem;
        padding: 0.6rem 1rem;
    }
    .index_project_cnt h3{
        font-size: 18px;
    }
    .index_project_cnt p {
        font-size: 10px;
    }
    .prev_button_client {
        top: -3rem;
        right: 4rem;
        left: auto;
    }
    .next_button_client{
        top: -3rem;
        right: 1rem;
        left: auto;
    }
    .prev_button_client,
    .next_button_client{
        width: 42px;
        height: 42px;
        font-size: 13px;
    }

    .view_project {
        margin-top: 3.5rem;
        margin-right: 1rem;
        font-size: 16px;
    }
    .view_project img{
        display: none;
    }

    .about_img img{
        width: 100%;
    }
    .about_cnt h1 {
        font-size: 40px;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .year_paragon{
        border-bottom: 1px solid #666;
        border-right: 0;
    }
    .year_paragon_main {
        margin: 2rem 3rem;
    }

    .banner_cnt {
        width: 80%;
    }
    .service_page_head h1 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 2rem;
    }
    .service_grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .service_card_cnt {
        padding: 1.2rem;
    }
    .find_us_head {
        font-size: 30px;
    }
    .map iframe {
        height: 300px;
    }

    .project_main_img img {
        height: 220px;
    }
    .project_main_cnt {
        padding: 2rem 0.8rem 0.8rem;
    }
    .project_main_cnt h3 {
        margin-bottom: 3px;
        font-size: 17px;
    }
    .project_main_cnt p {
        font-size: 10px;
    }

    .team_main {
        margin: 0.5rem;
    }
    .team_main p{
        font-size: 12px;
    }
    .team_prev_button {
        top: -4.5rem;
        right: 4rem;
    }
    .team_next_button{
        top: -4.5rem;
        right: 1rem;
    }
    .team_prev_button,
    .team_next_button{
        width: 42px;
        height: 42px;
        font-size: 13px;
    }
    .sub_banner_bg {
        height: 345px;
    }

    .team_head h1 {
    font-size: 32px;
}

.service_head h1{
    font-size: 32px;
}

#project {
    padding: 50px 0 30px 0;
}
    



    /* ------------------------------ */

    footer {
        padding: 3rem 1rem;
    }
    .ftr_main{
        display: block;
    }
    .ftr_right {
        display: block;
        padding-top: 1rem;
    }
    .ftr_right ul{
        padding-left: 0;
    }
    .cpright_ftr {
        display: block;
        align-items: center;
        line-height: 35px;
        text-align: center;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px){

    .service_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .navs{
        position: fixed;
        background-color: #282828;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 2 !important;
        justify-items: center;
        align-items: center;
        opacity: 0;
        display: none;
        transition: 0.5s all ease;
    }
    .navs_active{
        opacity: 1;
        display: grid;
    }
    .navs ul {
        display: block;
        font-size: 18px;
        padding-left: 0;
        line-height: 40px;
    }


    .toggle_icon {
        position: relative;
        z-index: 3;
        cursor: pointer;
        display: block;
    }
    .toggle_icon span{
        display: block;
        margin: 7px 0;
        height: 3px;
    }
    .toggle_icon span:nth-child(1){
        background-color: #ffffff;
        width: 36px;
        transition: 0.4s ease-in-out;
        border-radius: 3px;
    }
    .toggle_icon span:nth-child(2){
        background-color: #ffffff;
        width: 27px;
        transition: 0.4s ease-in-out;
        transform: translateX(8px);
        border-radius: 3px;
    }
    .toggle_icon span:nth-child(3){
        background-color: #ffffff;
        width: 36px;
        transition: 0.4s ease-in-out;
        border-radius: 3px;
    }
    
    .is-active span:nth-child(1){
        background-color: #ffffff;
        width: 36px;
        transition: 0.4s ease-in-out;
        transform: rotateZ(45deg);
        position: absolute;
        top: 2px;
        border-radius: 3px;
    }
    .is-active span:nth-child(2){
        opacity: 0;
        transition: 0.3s ease-in-out;
    }
    .is-active span:nth-child(3){
        background-color: #ffffff;
        width: 36px;
        transition: 0.4s ease-in-out;
        transform: rotateZ(135deg);
        position: absolute;
        top: 2px;
        border-radius: 3px;
    }







    .slick-slide img {
        width: 100%;
    }
    .index_project_main {
        margin: 2rem;
    }
    .hero_cnt h1 {
        width: auto;
    }
    .hero_cnt_main {
        bottom: 120px;
        display: block;
    }
    .hero_cnt p{
        width: auto;
    }
    .explore_btn {
        width: auto;
    }
    .explore_btn button {
        border-radius: 50px;
        padding: 20px 15px;
    }
    .index_abt h1 {
        width: 100%;
        font-size: 45px;
    }
    .service_head p {
        width: 70%;
    }
    .ftr_logo img{
        height: 45px;
    }
    .ftr_logo span{
        height: 45px;
    }

    .service_grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .service_card_cnt {
        padding: 1.2rem;
    }
}

@media screen and (min-width: 1400px) and (max-width: 5000px){
    .slick-slide img{
        width: 100%;
    }
    .index_project_main {
        margin: 1.5rem;
    }
}
    
