@media (max-width: 575.98px) {
    
    .header {
        padding-top: 50px;
        height: auto;
        overflow-x: hidden;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    .header {
        padding-top: 50px;
        height: auto;
        overflow-x: hidden;
    }
    
}

@media (max-width: 767.98px) {
    
    .header__row--margin-top {
        margin-top: 100px;
    }
    
    .header .jarallax-img {
        display: none;
    }

    .header__row--margin-top h2 {
        font-size: 3.2rem;
        color: #7d5b39;
    }

    .header__row--margin-top p {
        font-size: 1.8rem !important;
        line-height: 2.4rem !important;
    }
    
}

@media (min-width: 768px) {

    .header__row--margin-top h2 {
        font-size: 3.2rem;
        color: #7d5b39;
    }

    .header__row--margin-top p {
        font-size: 1.8rem !important;
        line-height: 2.4rem !important;
    }
    
    .specializations__col {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .specializations__box {
        aspect-ratio: 1 / 0.5;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .header {
        padding-top: 50px;
        height: auto;
        overflow-x: hidden;
    }
    
    .header__row--margin-top {
        margin-top: 100px;
    }

}

@media (max-width: 991.98px) {
    
    .header {
        margin-top: 60px;
        overflow-y: hidden;
    }

}

@media (min-width: 992px) {
    
    .header__row--margin-top {
        margin-top: 230px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .header {
        padding-top: 100px;
        height: auto;
    }
    
}

@media (min-width: 1200px) {
        
    .header {
        padding-top: 250px;
        height: auto;
    }

}

.header {
    padding-bottom: 50px;
    background-color: #ffffff;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header__heading-1 {
    margin-left: -2px;
    margin-bottom: 20px;
    color: #7d5b39;
}

.header__heading-1 span {
    margin-left: 2px;
    margin-bottom: 0;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #3b3b3a;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    line-height: 2rem;
    display: block;
}

.header p {
    font-size: 1.5rem;
    color: #3b3b3a;
}

.header p strong {
    color: #7d5b39;
}

.header .container {
    position: relative;
    z-index: 2;
}

.header__image {
    height: auto;
    max-width: 100%;
}

.about {
    background-color: #3b3b3a;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.about--padding {
    padding: 70px 0;
}

.about .container {
    position: relative;
    z-index: 1;
}

.about__heading-2 {
    margin-bottom: 30px;
    color: #ffffff;
}

.about p {
    font-size: 1.5rem;
    color: #ffffff;
}

.about__image {
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index 0;
}

.specializations {
    background-color: #f8f8f8;
}

.specializations--padding {
    padding: 70px 0;
}

.specializations__heading-2 {
    margin-bottom: 30px;
    color: #04162c;
}

.specializations__heading-3 {
    font-size: 2.3rem;
}

.specializations p {
    font-size: 1.5rem;
    color: #04162c;
}

.specializations__box {
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    top: 0;
}

.specializations__col a, .fee__col a {
    display: block;
}

.specializations__col a .specializations__box, .specializations__col a:focus .specializations__box {
    display: block;
    transition: ease all .3s;
}

.specializations__col a:hover .specializations__box {
    background-color: #fafafa;
    display: block;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.specializations__col:nth-child(odd) a .specializations__box .specializations__heading-3 {
    color: #3b3b3a;
}

.specializations__col:nth-child(even) a .specializations__box .specializations__heading-3 {
    color: #3b3b3a;
}

.specializations__col a:hover .specializations__box .specializations__heading-3 {
    color: #3b3b3a;
    font-weight: 500;
    text-decoration: none;
    transition: ease all .3s;
}

.specializations__col a:hover {
    text-decoration: none !important;
}

.specializations__image {
    margin-bottom: 20px;
    height: 56px;
    width: auto;
}

.sb__inner {
    margin: 25px 15px;
}

.fee {
    background-color: #3b3b3a;
}

.fee--padding {
    padding: 70px 0 140px 0;
}

.fee__heading-2 {
    margin-bottom: 30px;
    color: #ffffff;
}

.fee__heading-3 {
    font-size: 2.4rem;
    color: #ffffff;
}

.fee p {
    font-size: 1.5rem;
    color: #ffffff;
}

.fee__box {
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    top: 0;
    aspect-ratio: 1 / 0.36;
}

.fee__col a .fee__box {
    background-color: #7d5b39;
}

.fee__col a .fee__box, .fee__col a:focus .fee__box {
    display: block;
    transition: ease all .3s;
}

.fee__col a:hover .fee__box {
    background-color: #ffffff !important;
    display: block;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}

.fee__col a:hover .fee__box h3 {
    color: #7d5b39;
}

.fee__col a:hover .fee__box p {
    color: #3b3b3a;
}

.fb__inner {
    position: absolute;
    top: 20px;
    left: 20px;
}