@media (max-width: 575.98px) {
    
    .header {
        height: auto;
        overflow-x: hidden;
    }
    
    .header__inner {
        margin-top: 50px;
        padding-bottom: 50px;
        width: 100%;
    }

    .header__image--front {
        margin-left: 55%;
        height: auto;
        max-width: 90%;
        transform: translateX(-50%);
    }
    
    .header__inner .btn {
        display: block;
    }
    
    .header__inner .btn:last-child {
        margin-top: 15px !important;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    .header {
        height: auto;
        overflow-x: hidden;
    }
    
    .header__inner {
        margin-top: 50px;
        padding-bottom: 50px;
        width: 100%;
    }

    .header__image--front {
        margin-left: 55%;
        height: auto;
        max-width: 60%;
        transform: translateX(-50%);
    }
    
    .header__inner .btn:last-child {
        margin-left: 15px !important;
    }
    
}

@media (max-width: 767.98px) {
    
    .news--padding, .about--padding {
        padding: 110px 0 70px 0;
    }
    
}

@media (min-width: 768px) {

    .news__box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .header {
        height: 550px;
        overflow: hidden;
    }
    
    .header__image--front {
        max-height: 97%;
        width: auto;
        position: absolute;
        right: -20px;
        bottom: 0;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 99;
        transform: translateY(-50%);
    }
    
    .news--padding, .about--padding {
        padding: 110px 0 70px 0;
    }
    
    .header__inner .btn {
        display: block;
    }

}

@media (max-width: 991.98px) {
    
    .header {
        margin-top: 60px;
        overflow-y: hidden;
    }

    .about__inner--dark {
        padding: 40px;
    }

}

@media (min-width: 992px) {

    .about {
        margin-top: -120px;
    }
    
    .about__inner--transparent {
        padding: 110px 30px 40px 0;
    }
    
    .about__inner--dark {
        padding: 110px 40px 110px 60px;
    }
    
    .header__image--front {
        max-height: 97%;
        width: auto;
        right: -15%;
        bottom: 0;
    }
    
    .news--padding, .about--padding {
        padding: 70px 0;
    }
    
    .header__inner .btn:last-child {
        margin-left: 15px !important;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .header {
        height: 600px;
    }
    
    .header__image--front {
        max-height: 97%;
        width: auto;
        position: absolute;
        right: -20px;
        bottom: 0;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 99;
        transform: translateY(-50%);
    }
    
}

@media (max-width: 1199.98px) {
    
    .news__fa--left {
        margin-left: -40px;
        width: 30px;
    }

    .news__fa--right {
        margin-left: 10px;
        width: 30px;
    }
    
    .owl-nav {
        margin: 10px 0 60px 0;
        height: auto;
        width: 100%;
        text-align: center;
    }
    
}

@media (min-width: 1200px) {
        
    .header {
        height: 700px;
    }
    
    .header__image {
        max-height: 90%;
        width: auto;
    }

    .header__image--front {
        max-height: 90%;
        width: auto;
        position: absolute;
        right: 100px;
        bottom: 0;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 99;
        transform: translateY(-50%);
    }
    
    .news__fa--left {
        left: -150px;
    }

    .news__fa--right {
        right: -150px;
    }
    
    .owl-nav {
        margin-top: -50px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
    }
    
}

@media (min-width: 1400px) {
    
    .header__image--front {
        max-height: 90%;
        width: auto;
        position: absolute;
        right: 200px;
        bottom: 0;
    }
    
}

@media (min-width: 1600px) {
 
    .header__image--front {
        max-height: 90%;
        width: auto;
        position: absolute;
        right: 410px;
        bottom: 0;
    }
    
}

.header {
    background-image: url(../images/header.jpg);
    width: 100%;
    position: relative;
}

.header__heading-1 {
    margin-bottom: 20px;
    color: #ffffff;
}

.header span {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: #ddb95e;
    letter-spacing: .3rem;
    line-height: 2rem;
    text-transform: uppercase;
    display: block;
}

.header p {
    font-size: 1.6rem;
    color: #ffffff;
}

.about {
    position: relative;
    z-index: 2;
}

.about--padding {
    padding: 70px 0 0 0;
}

.about__inner--transparent .about__heading-2 {
    color: #132f29;
}

.about__inner--dark .about__heading-2 {
    color: #ffffff;
}

.about__span {
    font-family: 'Barlow', sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: #1e1e1d;
    text-transform: uppercase;
}

.about p {
    font-size: 1.6rem;
}

.about__inner--transparent p {
    color: #212927;
}

.about__inner--dark p {
    color: #ffffff;
}

.about__inner--dark {
    background-color: #132f29;
}

.about__inner--transparent p a, .news p a {
    color: #132f29;
}

.about__inner--dark p a, .news__heading-2 a:hover, .news p a:hover {
    color: #ddb95e !important;
}

.about p a:hover, .news p a:hover {
    font-weight: 500;
}

.news {
    margin-top: -50px;
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
}

.news__heading-2 {
    margin-bottom: 25px;
    font-size: 2.4rem;
    color: #132f29;
    line-height: 3.2rem;
}

.news p {
    font-size: 1.6rem;
    color: #212927;
}

.ni__image {
    height: auto;
    max-width: 100%;
}

.news__image {
    position: relative;
}

.news__owl .owl-stage {
    display: flex;
}

.news__owl .item {
    height: 100%;
}

.news__fa {
    color: #132f29;
    font-size: 6rem;
    position: absolute;
}

.news__fa:hover, .news__fa:focus {
    color: #ddb95e;
}

.owl-next:focus, .owl-prev:focus {
    outline: none;
}

.specializations--padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.specializations__heading-2 {
    margin-bottom: 30px;
    color: #132f29;
}

.specializations__heading-3 {
    font-size: 1.8rem;
    color: #132f29;
}

.specializations p {
    font-size: 1.6rem;
    color: #212927;
}

.specializations__col {
    margin: 0 !important;
    padding: 0 !important;
}

.specializations__box {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    aspect-ratio: 1 / 0.5;
}

.specializations__col a .specializations__box, .specializations__col a:focus .specializations__box {
    display: block;
    transition: ease all .3s;
    border: 2px solid transparent;
}

.specializations__col a:hover .specializations__box {
    display: block;
    border: 2px solid #132f29;
}

.specializations__col:nth-child(odd) a .specializations__box {
    background-color: #f8f8f8;
}

.specializations__col:nth-child(even) a .specializations__box {
    background-color: #ffffff;
}

.specializations__col a:hover .specializations__box h3 {
    color: #132f29;
    font-weight: 500;
    transition: ease all .3s;
}

.specializations__image {
    margin-bottom: 20px;
    height: 60px;
    width: auto;
}

.nb__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}