@media (max-width: 575.98px) {

    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 700px;
        max-width: 100%;
    }
    
    .hi {
        padding: 100px 0 0 0;
        width: 100%;
    }
    
    .about__col, .about-image-holder {
        height: 400px;
        width: 100%;   
    }
    
    .about__col .vertical-center {
        padding: 30px;
    }
    
    .blog__heading-3 {
        margin-top: 10px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 700px;
        max-width: 100%;
    }
    
    .hi {
        padding: 180px 0 0 0;
        width: 100%;
    }
    
    .about__col, .about-image-holder {
        height: 400px;
        width: 100%;   
    }
    
    .blog__heading-3 {
        margin-top: 10px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 700px;
        max-width: 100%;
    }
    
    .hi {
        padding: 250px 0 0 0;
        width: 100%;
    }
    
    .about__col, .about-image-holder {
        height: 400px;
        width: 100%;   
    }
    
    .about__col .vertical-center {
        padding: 50px;
        width: 350px;
    }
    
    .about__col--1 .vertical-center {
        left: 100% !important;
        transform: translate(-100%, -50%);
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 100vh;
        max-width: 100%;
    }
    
    .hi {
        width: 100%;
        bottom: 250px;
        position: absolute;
        z-index: 99;
    }
    
    .about__col, .about-image-holder {
        height: 400px;
        width: 100%;   
    }
    
    .about__col .vertical-center {
        padding: 50px;
        width: 450px;
    }
    
    .about__col--1 .vertical-center {
        left: 100% !important;
        transform: translate(-100%, -50%);
    }
}

@media (min-width: 1200px) {
    
    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 100vh;
        max-width: 100%;
    }
    
    .hi {
        width: 100%;
        bottom: 250px;
        position: absolute;
        z-index: 99;
    }
    
    .about__col, .about-image-holder {
        height: 550px;
        width: 100%;   
    }
    
    .about__col .vertical-center {
        padding: 50px;
        width: 450px;
    }
    
    .about__col--1 .vertical-center {
        left: 100% !important;
        transform: translate(-100%, -50%);
    }

}

.header {
    background-color: #142b29;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.header span {
    margin-top: 20px;
    font-size: 3.6rem;
    color: #cbac72;
    line-height: 4rem;
    display: block;
}

.header p {
    font-size: 1.6rem;
    color: #ffffff;
}

.header__inner {
    width: 100%;
    position: absolute;
    z-index: 10;
}

.about .container-fluid, .about__col {
    padding: 0;
}

.about__col {
    overflow: hidden;
    position: relative;
}

.about__col .vertical-center {
    z-index: 1 !important;
}

.about__heading-2 {
    color: #ffffff;
}

.about p {
    font-size: 1.6rem;
    color: #ffffff;
}

.specializations, .blog {
    background-color: #ffffff;
}

.specializations--padding, .blog--padding {
    padding: 70px 0;
}

.specializations__heading-2, .blog__heading-2 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    color: #00213f;
    position: relative;
}

.specializations__heading-2:after, .blog__heading-2:after {
    margin-left: -30px;
    background-color: #cbac72;
    height: 5px;
    width: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
}

.specializations p, .blog p {
    font-size: 1.6rem;
    color: #505050;
}

.specializations__heading-3, .blog__heading-3 {
    font-size: 2.6rem;
    color: #020202;
}

.specializations__image {
    margin-bottom: 15px;
    height: 80px;
    widows: auto;
}

.fee, .advices {
    background-color: #020202;
}

.fee--padding, .advices--padding {
    padding: 70px 0;
}

.fee__heading-2, .advices__heading-2 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    color: #ffffff;
    position: relative;
}

.fee__heading-2:after, .advices__heading-2:after {
    margin-left: -30px;
    background-color: #cbac72;
    height: 5px;
    width: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
}

.fee p, .advices p {
    font-size: 1.6rem;
    color: #ffffff;
}

.blog__span {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #cbac72;
    line-height: 2.2rem;
    display: block;
}

.vertical-center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}