/* Start Company Banner */
.company-banner
{
    background: url("../../images/Redesign/Company/Banner.png") center center no-repeat fixed;
    background-size: cover; 
    color: #fff;
    padding-top: 80px;
    max-height: 100vh;
    min-height: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.company-banner h6
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 10px;
}
/* End Company Banner */

/* Start Company Intro */
.company-intro
{
    background: #050318;
    padding-top: 80px;
    padding-bottom: 80px;
}
.company-intro .title 
{
    margin-bottom: 45px
}
.company-intro .title h5
{
    color: #FAFCFE;
}
.company-intro .item
{
    margin-bottom: 80px;
}
.company-intro .item:last-of-type
{
    margin-bottom: 0;
}
.company-intro .item h3
{
    color: #fff;
    margin-bottom: 10px;
}
.company-intro .item h6
{
    color: #C4C7D2;
    margin-bottom: 0;
}
.company-intro .item .highlight
{
    padding: 20px 15px;
    color: #99E2F2;
    border: 1px solid #99E2F2;
}
.company-intro .item .highlight h5,
.company-intro .item .highlight ul
{
    margin-bottom: 0;
}
.company-intro .item .highlight h5,
.company-intro .item .highlight ul li
{
    color: #99E2F2;
    font-size: 24px;
}
/* End Company Intro */

/* Start How We Got */
.how-we-got
{
    padding-top: 100px;
    padding-bottom: 100px;
    background: -o-linear-gradient(59.73deg, #99E2F2 0%, #0C9FF2 81.57%);
    background: linear-gradient(30.27deg, #99E2F2 0%, #0C9FF2 81.57%);
}
.how-we-got h5
{
    margin-bottom: 40px;
}
.how-we-got h5:last-of-type
{
    margin-bottom: 0;
}
/* End How We Got */

/* Start Our Leadership */
.our-leadership
{
    background: #ECEFF4;
    padding-top: 80px;
    padding-bottom: 40px;
}
.our-leadership:target:before
{
    margin: -80px 0 0;
}
.our-leadership .title
{
    margin-bottom: 80px;
    border-bottom: 1px solid #C4C7D2;
}
.our-leadership .title h2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
}
.our-leadership .item
{
    margin-bottom: 80px;
}
.our-leadership .item img 
{
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 40px;
    border-radius: 50%;
}
.our-leadership .item h5
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 10px;
}
/* End Our Leadership */

/* Start Our Class */
.our-class
{
    padding-top: 0;
    padding-bottom: 40px;
}
.our-class .title
{
    margin-bottom: 30px;
}
.our-class .award
{
    margin-bottom: 40px;
}
.our-class .award .award-image
{
    background: #fff;
    padding: 30px;
    height: 216px;
    margin-bottom: 20px;
}
.our-class .award img
{
    display: block;
    height: 100%;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
/* End Our Class */

/* Start Press Releases */
.press-releases
{
    padding-top: 40px;
    padding-bottom: 80px;
}
.press-releases .title
{
    margin-bottom: 30px;
}
.press-releases .press 
{
    margin-bottom: 40px;
}
.press-releases .press p.date
{
    color: #4A4A68;
    font-size: 12px;
    margin-bottom: 10px
}
.press-releases .press h5
{
    font-size: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.press-releases .press p
{
    color: #4A4A68;
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* End Press Releases */

/* Start Our Careers */
.our-careers
{
    background: #24214B;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-careers .title
{
    margin-bottom: 60px;
}
.our-careers h5
{
    color: #C4C7D2;
    margin-bottom: 30px;
}
.our-careers .item
{
    margin-bottom: 40px;
}
.our-careers .item a.btn
{
    border-color: #0C9FF2;
}
/* End Our Careers */