@media (min-width:991.2px) {
    html{
        font-size: .521vw;
    }
    .container{
        max-width: 167.5rem;
    }
    .leadership .container{
        width:100%;
        max-width: 100%;
        padding: 0;
    }
    
}
@media (max-width:991px) {
    .main-menu{
        position: fixed;
        top: 12.6rem;
        right: 0;
        max-width: 50rem;
        width: 100%;
        transform: translateX(100%);
        transition: .4s ease-in-out;
        height: 100%;
        background-color: var(--body-bg);
        text-align: right;
        z-index: 55;
        padding-left: 5rem;
        overflow: auto;
    }
    .main-menu.active{
        transform: translateX(0%);
    }
    .hamburger-menu{
        display: flex;
    }
    .header-content nav ul {
        display: block;
    }
    .header-content nav ul a.btn-design{
        border: none;
    }
    .header-content nav ul a{
        display: block;
        padding: 4.5rem 0;
        padding-right: 6.5rem;
        font-size: 2.4rem;
        
    }
    .header-content nav ul a.active{
        border-bottom: .3rem solid var(--primary-color);
    }
    .banner {
        padding-top: 18rem;
    }
    .banner-top {
        flex-wrap: wrap;
    }
    .banner-top h1 {
        font-size: 7.6rem;
    }
    .banner-top .btn-design {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 3rem;
    }
    .building-future-content {
        flex-wrap: wrap;
        gap: 4rem;
    }
    .crafting-spaces {
        padding-top: 11rem;
        padding-bottom: 15rem;
    }
    .crafting-row {
        flex-wrap: wrap;
        gap: 4rem;
    }
    .crafting-content h2 {
        font-size: 6rem;
    }
    .crafting-content h2 .shape {
        height: 10rem;
    }
    .expertise h2 {
        font-size: 7.6rem;
    }
    .expertise-top>div {
        align-items: start;
        flex-direction: column;
        gap: 2rem;
    }
    .expertise-slider h3 {
        font-size: 1.9rem;
    }
    .leadership-content-wrap {
        flex-wrap: wrap;
    }
    .leadership-content-wrap>div:first-child {
        width: 100%;
    }
    .leadership-content-wrap>div:last-child {
        width: 100%;
        position: relative;
    }
    .leadership-content h2 {
        font-size: 6rem;
    }
    .sw-nav-wrap {
        left: 0;
        bottom: -10rem;
    }
    .contact-row {
        flex-wrap: wrap;
    }
    .contact-content h2 {
        font-size: 7.6rem;
    }
    .contact-content p {
        margin-top: 4.5rem;
        margin-bottom: 6rem;
    }
    .contact-form {
        padding: 10.5rem 8rem;
    }
    .footer-link-wrap {
        margin-top: 3rem;
    }
    .pre-footer {
        padding-bottom: 15rem;
    }
    .inner-banner {
        height: 96rem;
    }
    .inner-banner h1 {
        font-size: 7.6rem;
    }
    .inner-banner h3 {
        font-size: 3.8rem;
    }
    .below-banner-content {
        flex-wrap: wrap;
        gap: 3rem;
    }
    .below-banner-content h2 {
        font-size: 7.6rem;
    }
    .below-banner-content h2 br{
        display: none;
    }
    .mission-text h2 {
        margin-bottom: 3rem;
        font-size: 6rem;
    }
    .mission-row {
        flex-direction: column-reverse;
        gap: 3rem;
    }
    .vision-row {
        flex-direction: column;
        gap: 3rem;
    }
    .vision-text h2 {
        font-size: 6.4rem;
        margin-bottom: 3rem;
    }
    .vision-text h2 {
        font-size: 6rem;
    }
    .our-value-content {
        flex-wrap: wrap;
        gap: 5rem;
    }
    .our-value-content h2 {
        font-size: 7.6rem;
    }
    .our-value-content h2 br{
        display: none;
    }
    .below-banner-content h3 {
        font-size: 6rem;
        max-width: 100%;
    }
    .service-details-content h3 {
        font-size: 4rem;
    }
    .service-details-content {
        gap: 3rem;
    }
    .contact {
        padding: 16rem 0;
    }
    .social-content {
        align-items: start;
        flex-direction: column;
        gap: 4rem;
    }
    .leadership-content {
        margin-left: 0;
    }
}
@media (min-width:576.2px) and (max-width:768px) {
    html{
        font-size: 1.1vw;
    }
    .container{
        max-width: 80rem;
    }
}
@media (max-width:576px) {
    html{
        font-size: 62.5%;
    }
    .container{
        padding: 0 1.6rem;
    }
    header {
        padding: 1rem 0;
    }
    .header-content .logo img {
        width: 11.4rem;
    }
    .banner-top h1 {
        font-size: 4rem;
    }
    .banner {
        padding-top: 12rem;
    }
    .banner-top {
        margin-bottom: 5rem;
    }
    .banner-shape {
        bottom: -5.8rem;
        border-top: 1.7rem solid var(--primary-color);
        border-right: 1.7rem solid var(--primary-color);
        height: 7.5rem;
        width: 7.5rem;
    }
    .building-future {
        padding-top: 7.5rem;
    }
    .building-future-content {
        gap: 3.1rem;
    }
    .building-future-content h3 {
        font-size: 2.4rem;
        max-width: 33rem;
    }
    .crafting-spaces {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
    .crafting-row {
        gap: 7rem;
    }
    .crafting-content h2 {
        font-size: 3.2rem;
        gap: 1.5rem;
        max-width: 35.3rem;
    }
    .crafting-content h2 .shape {
        height: 6rem;
        max-width: 2rem;
        margin-bottom: 1rem;
    }
    .crafting-content p {
        margin-bottom: 4rem;
    }
    .expertise {
        padding: 7rem 0;
    }
    .expertise-top>div {
        gap: 4rem;
    }
    .expertise h2 {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
    .expertise-slider {
        margin-top: 5rem;
    }
    .expertise-slider .swiper-scrollbar {
        bottom: -3rem !important;
    }
    .leadership {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
    .leadership-content h2 {
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }
    .leadership-content h2 span {
        width: 9.6rem;
        height: .9rem;
    }
    .leadership-content-wrap {
        gap: 5rem;
    }
    .lead-slide-inner h3 {
        font-size: 2rem;
    }
    .sw-nav-wrap {
        width: 15rem;
    }
    .swiper-button-prev {
        background-size: 5.45rem;
        width: 5.45rem;
        height: 8rem;
    }
    .swiper-button-next {
        background-size: 5.45rem;
        width: 5.45rem;
        height: 8rem;
    }
    .sw-nav-wrap {
        width: 15rem;
        bottom: -3rem;
        height: auto;
    }
    .contact {
        padding: 7.5rem 0;
    }
    .contact-content h2 {
        font-size: 4rem;
        max-width: 32.5rem;
    }
    .contact-content p {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
    .contact-shape span {
        height: 7rem;
        width: 7rem;
        border-left: 1.6rem solid var(--primary-color);
        border-bottom: 1.6rem solid var(--primary-color);
    }
    .contact-row {
        gap: 5rem;
    }
    .contact-form {
        padding: 5.5rem 3.8rem;
    }
    .contact-form form {
        gap: 2.8rem;
    }
    .pre-footer {
        padding-top: 7.5rem;
        text-align: center;
        padding-bottom: 1rem;
    }
    .footer-link-wrap {
        flex-wrap: wrap;
    }
    .footer-link{
        margin-bottom: 5.5rem;
    }
    .footer-link a {
        justify-content: center;
    }
    .footer-link.with-mb {
        margin-bottom: 5.5rem;
    }
    .footer-bottom {
        padding: 2.8rem 0;
        flex-direction: column;
        align-items: center;
    }
    .main-menu {
        top: 8.6rem;
        max-width: 37rem;
    }
    .inner-banner {
        height: 84rem;
    }
    .inner-banner h3 {
        font-size: 2.4rem;
    }
    .inner-banner h1 {
        font-size: 4rem;
    }
    .inner-banner .banner-img img {
        object-fit: cover;
    }
    .below-banner {
        padding-top: 8rem;
    }
    .below-banner-content h2 {
        font-size: 3.2rem;
    }
    .below-banner-content {
        padding-bottom: 8rem;
    }
    .mission-text h2 {
        font-size: 4rem;
    }
    .mission-text h2 .long-shape {
        width: 12rem;
        margin-left: 2rem;
    }
    .our-mission {
        padding-bottom: 4rem;
    }
    .our-vision {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }
    .vision-text h2 {
        font-size: 4rem;
    }
    .vision-text h2 .square-shape {
        width: 3rem;
        height: 3.4rem;
        margin-right: 2rem;
    }
    .our-value {
        padding: 8rem 0;
    }
    .our-value-content {
        gap: 3rem;
    }
    .our-value-content h2 {
        font-size: 4rem;
    }
    .our-value-text h3 {
        font-size: 3.2rem;
    }
    .our-value-text li {
        gap: 3.5rem;
    }
    .our-value-text h4 {
        font-size: 2.4rem;
        margin-bottom: 0.5rem;
    }
    .below-banner-content h3 {
        font-size: 3.2rem;
    }
    .commitment-img img {
        object-fit: cover;
    }
    .service-details-content {
        padding-bottom: 6.5rem;
        padding-top: 5rem;
    }
    .service-details-content>div{
        padding: 0;
    }
    .service-details-content h3 {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }
    .social {
        height: 40rem;
    }
    .social-content h2 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
    .contact-details-content ul {
        gap: 5rem;
    }
    .social-icon {
        gap: 4.5rem;
    }
    .social-icon a img {
        height: 4.4rem;
    }
    .social-icon a .youtube-icon {
        height: 3.5rem;
    }
    .footer-logo .logo img {
        width: 20rem;
        margin-bottom: 4.5rem;
    }
}