@media(min-width: 1200px){
	.head01.new-head-1{
		font-size:84px;
	}
}
@media(max-width: 991px){
    .main-nav .nav-wrapper .nav-list{
        display: none;
    }
    .main-nav .nav-wrapper .r-part .menu-toggle{
        display: block;
    }
    .home-header .project-wrap img{
        max-width: 100%;
        margin-top: 25px;
    }
	.fttr, .main-footer .web-flex{
        margin-bottom: 25px;
    }
}
@media(max-width: 767px){
    .head01{
        font-size: 42px;
    }
    .main-head-video{
        height: auto;
        padding-top: 0%;
        margin-bottom: 25px;
    }
    .main-nav .nav-wrapper .l-part .nav-logo img, .main-nav .nav-wrapper .l-part .nav-logo svg{
        width: 200px;
    }
    .head01.big{
        font-size: 52px;
    }
    .main-nav .nav-wrapper{
        padding: 0.8em 0em;
    }
    .con-form{
        margin-top: 25px;
    }
    .contact-sec{
        padding-top: 75px;
        padding-bottom: 2.5em;
    }
    .link-btn.a-right{
        margin-left: 0 !important;
    }
    .mobile-menu .link-btn.a-right{
        margin-left: auto !important;
        margin-right: 0px;
    }
    .head02{
        font-size: 42px;
    }
    .high-02{
        margin-top: 20px;
    }
	.main-footer .ft-logo img {
	  width: 50px;
	}
	
}
.gallery-mobile{
    display: none;
}
@media(max-width: 500px){
    .cons-list li{
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .cons-list li span:nth-child(1){
        font-weight: 700;
    }
    .cons-list li span:nth-child(2){
        font-style: italic;
        font-size: 14px;
    }
    .tb-wrapper .team-card .team-profile .profile h4{
        font-size: 16px;
    }
    .team-card .team-con .team-det p{
        font-size: 14px;
    }
    .web-flex .ft-link.style-2:nth-child(2){
        padding-left: 0;
    }
    .col-num{
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--color01);
        font-size: 2.5em !important;
    }
    .campus-img{
        min-height: 633px;
        object-fit: cover;
        object-position: top;
    }
    .mob-img{
        min-height: 450px;
        object-fit: cover;
        object-position: center;
    }
    .bar.thin{
        margin-top: 40px
    }
    .fl-wrap .fl-det{
        grid-template-columns: 1fr 50px;
        padding: 1em 0.8em;
        gap: 8px;
        height: auto;
        max-height: 100%;
        min-height: 385px;
    }
    .bar-grid .bg-i:nth-child(1), .bar-grid .bg-i:nth-child(5){
        display: none;
    }
    .bar-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .floor-swiper .swiper-slide{
        height: 100% !important;
    }
    .floor-swiper-container{
        padding: 0px 1em;
        padding-right: 0;
    }
    .fl-wrap .fl-det .r-part img{
        width: 42px;
    }
    .fl-wrap .fl-det .l-part h3{
        font-size: 28px;
    }
    .pl-cc{
        display: none;
    }
    .num-grid{
        margin-bottom: 2.3em;
    }
    .num-sec .head02{
        margin-top: 20px;
    }
    .map-wrapper{
        padding: 0px 1em;
        padding-bottom: 1em;
    }
    .map{
        padding-top: 130%;
        margin-top: 15px;
    }
    .ot-logo{
        width: 200px;
    }
    .desk-wrap{
        display: none;
    }
    .mob-wrap{
        display: block;
    }
    .fttr .ft-link{
        text-align: right;
        margin-left: auto;
        display: block;
        max-width: max-content;
    }
    
    .main-footer .ft-bt{
        margin-top: 0px;
    }
    .sec{
        padding: 2.5em 0px !important;
    }
    .hightlight-sec .con-wrapper{
        padding-top: 1.5em !important;
    }
    .high-sl{
        display: block;
    }
    .high-wrap{
        padding-top: 140%;
    }
    .high-wrap .con h3{
        font-size: 32px;
    }
    .high-01, .high-02{
        display: none;
    }
    .gallery-swiper{
        display: none;
    }
    .g-top{
        padding: 1em 0em;
        background: var(--color01);
        position: sticky;
        top: 0;
        z-index: 999;
    }
    .gallery-mobile{
        display: block;
        width: 100%;
    }
    
    .head01{
        font-size: 42px;
    }
    .num-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .num-grid .num{
        padding: 1em 1em;
    }
    .num-grid .num h3{
        font-size: 85px;
    }
    .head02{
        font-size: 48px;
        margin-bottom: 20px;
    }
    .high-container{
        margin-top: 30px;
    }
    .high-01{
        margin-top: 0;
    }
    .banner-tp-area .pt-40{
        padding-top: 20px !important;
    }
    .bp-sec .bp-grid .g-item .wi-wrap p{
        font-size: 16px;
    }
    .bp-sec .bp-grid .g-item .wi-wrap{
        padding: 2em 1em;
    }
    .bp-sec .bp-grid .g-item .wi-wrap img{
        max-width: 100px;
    }
}
@media(min-width: 1360px){
    .pl-cc{
        padding-left: 3em !important;
    }
}