/*------------- Define Web Font Families -------------*/
@font-face {
    font-family: 'DIN-Light';
    src: url('../web-fonts/DIN-Light/DIN-Light.eot?#iefix') format('embedded-opentype'),  
         url('../web-fonts/DIN-Light/DIN-Light.otf')  format('opentype'),
         url('../web-fonts/DIN-Light/DIN-Light.woff') format('woff'), 
         url('../web-fonts/DIN-Light/DIN-Light.ttf')  format('truetype'), url('../web-fonts/DIN-Light/DIN-Light.svg#DIN-Light') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
@font-face {
    font-family: 'DIN-Bold';
    src: url('../web-fonts/DIN-Bold/DIN-Bold.eot?#iefix') format('embedded-opentype'),
         url('../web-fonts/DIN-Bold/DIN-Bold.otf')  format('opentype'),
         url('../web-fonts/DIN-Bold/DIN-Bold.woff') format('woff'),
         url('../web-fonts/DIN-Bold/DIN-Bold.ttf')  format('truetype'),
         url('../web-fonts/DIN-Bold/DIN-Bold.svg#DIN-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'DIN-Medium';
    src: url('../web-fonts/DIN-Medium/DIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('../web-fonts/DIN-Medium/DIN-Medium.otf')  format('opentype'),
        url('../web-fonts/DIN-Medium/DIN-Medium.woff') format('woff'), 
        url('../web-fonts/DIN-Medium/DIN-Medium.ttf')  format('truetype'),
        url('../web-fonts/DIN-Medium/DIN-Medium.svg#DIN-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-BoldAlternate';
    src: url('../web-fonts/DIN-BoldAlternate/DIN-BoldAlternate.eot?#iefix') format('embedded-opentype'),
         url('../web-fonts/DIN-BoldAlternate/DIN-BoldAlternate.otf')  format('opentype'),
         url('../web-fonts/DIN-BoldAlternate/DIN-BoldAlternate.woff') format('woff'),
         url('../web-fonts/DIN-BoldAlternate/DIN-BoldAlternate.ttf')  format('truetype'),
         url('../web-fonts/DIN-BoldAlternate/DIN-BoldAlternate.svg#DIN-BoldAlternate') format('svg');
    font-weight: normal;
    font-style: normal;
  }

/*--------------------------- Global ---------------------------*/
* {
    margin:0;
    padding:0;
} 

html, body {
    font-family: 'DIN-Light';
    font-size: 1em;
    overflow-x: hidden;
    min-height: 100%;
    height: 100%;
}

/* outer div to push footer to the bottom */
#wrapper {
    min-height: 100%;
}

/* inside wrapper to add padding of footer height */
#main {
    overflow: auto;
    padding-bottom: 60px; /* same as footer height */
}

h1,h2,h3,h4,h5 {
    font-family: 'DIN-BoldAlternate';
}

h1 {
    text-transform: uppercase;
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
    color: #1c75bb;
}

h3 {
    font-size: 1.125em;
    color: #192840;
}

h4 {
    font-size: 1.07em;
}

h5 {
    font-size: 1em;
}

strong{
    font-family: 'DIN-Medium';
}

a {
    letter-spacing: 0.05em;
}

a:hover {
    text-decoration: none;
}

.blue-text {
    color: #192840;
}

.lightblue-text {
    color: #1c75bb;
}

.orange-text {
    color: #f06522;
}

.darkblue-bg {
    background-color: #192840;
}

.blue-bg {
    background-color: #1c75bb;
}

.lightblue-bg {
    background: #d4e3f5;
}


/*-------- Main Navigation Bar --------*/
#navBar {
    z-index: 2;
    width: 100%;
    height: 55px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.navbar {
    border-radius: 20px 20px 0 0;   
}

.navbar-bg {
    background: #1c75bb;
}

.nav-item a {
    font-family: 'DIN-Medium';
    width: 220px;
    text-align: center;
    font-size: 1.125em; /* 18px */
}

.nav-item a::after {
    content: "|";
    padding-left: 30%;
}

.nav-item a:hover::after {
    text-shadow: none;
}

.nav-item:last-child > a::after {
    content: none;
    padding-left: 0;
}

.navbar-toggler-icon {
    color: #FFF;
}

/*--------- Page Header / Section Header ---------*/
.sectionHeader {
    font-size: 4.5em; /* 72px */
    font-family: 'DIN-Bold';
    color: #f06522;
    line-height: 1em;
    text-transform: uppercase;
}

.sectionHeader::first-line {
    font-size: 0.6em; /* 48px over 72px */
    font-family: 'DIN-Light';
    color: #FFF;
}

/*--------- Page Footer / Section Footer ---------*/
.footer {
    width: 100%;
    background-color: #192840;
    color: #FFF;
    font-size: 0.75em; /* 12px */
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 60px;
    margin-top: -60px;
}

.footer a {
    font-family: 'DIN-Light';
    color: #FFF;
    width: auto;
    text-align: left;
    padding-top: 0;
}

.footer a:hover {
    opacity: 0.8;
}

.footer .nav a::after {
    padding-left: 25px;
    content: "|";
}

.footer .nav a:last-child::after {
    padding-left: 0;
    content: none;
}

.footer .nav a:hover::after {
    opacity: 1;
}

#footerURL {
    text-align: left;
}

#copyrightText {
    text-align: right;
}

/*------------- Home - Our Services Section --------------*/
#ourServices {
    background: url(../img/our-services-bg-2200w.jpg) no-repeat top center;
    background-size: cover;
    height: 300px;
}

#ourServicesContent {
    margin-top: -300px;
}

.img-nav a {
    background-color: #1c75bb;
    border-radius: 0 0 20px 20px; /* rounded corner at the bottom*/
    display: block;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 1.125em; /* 18px */
    text-transform: uppercase;
    font-family: 'DIN-Medium';
}

.img-nav a:hover{
    background-color: #192840;
    transition: 1s;
}

.img-nav img {
    width: 100%;
}

/*--------- Classes for Training Page ----------*/
.icon-nav {
    border-radius: 18px;
    padding: 30px 20px;
}

.icon-nav a {
    text-transform: uppercase;
    font-size: 1.125em; /* 18px */
    font-family: 'DIN-Medium';
}

.icon-nav a:hover {
    color: #f06522; 
}

.icon-nav > div {
    height: 110px;
}

.icon-nav img {
    padding-bottom: 10px;
}

.icon-nav-blue {
    background-color: #192840;
}

.icon-nav-blue:hover {
    background-color: #000;
    transition: 1s;
}

.icon-nav-blue a {
    color: #FFF;
}

.icon-nav-white {
    border: 2px solid #afb1b4;
}

.icon-nav-white:hover {
    background: #f4f4f4;
}

.icon-nav-white a {
    color: #192840;
}


/*--------- Classes for Business Assurance Page ----------*/
.img-card {
    width: 100%;
    height: auto;
}

.img-card img {
    border-radius: 10%;
}

.img-card a {
    text-transform: uppercase;
    font-size: 1.125em; /* 18px */
    font-family: 'DIN-Medium';
    color: #192840;
}


/*------------- Classes for Diploma Course Page -------------*/
.side-panel {
    background: rgba(29,118,187,0.05);
}

.side-panel p {
    font-size: 0.875em;
    line-height: 1.1em;
}

.course-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

.course-content dt {
    font-family: 'DIN-Medium';
}


/*------------- Swiper CSS Classes -------------*/
.swiper-container {
    width: 100%;
    height: auto;
}


/*-----  Extra small devices (portrait phones, less than 576px) -----*/
@media (max-width: 767.98px) { 
    /*--------- Global -----------*/
    body {
        padding-bottom: 0;    
    }

    #navBar {
        position: relative;
        height: auto;
    }

    .navbar {
        border-radius: 0 0 0 0;
    }

    .nav-item a {
        text-align: left;
    }

    .nav-item a::after {
        content: none;
        padding-left: 0;
    }

    .sectionHeader {
        font-size: 3.75em; /* 60px */
        font-family: 'DIN-Bold';
        color: #f06522;
        line-height: 1em;
        text-transform: uppercase;
    }
    
    .sectionHeader::first-line {
        font-size: 0.6em; /* 48px over 72px */
        font-family: 'DIN-Light';
        color: #FFF;
    }

    #footerURL {
        text-align: center;
    }

    #copyrightText {
        text-align: center;
    }

    /*------------- Home - Our Services Section --------------*/
    .img-nav a {
        border-radius: 0 0 0 0;
    }

    #ourServices {
        background: url(../img/our-services-bg-780w.jpg) no-repeat top center;
        background-size: cover;
        height: 300px;
    }
    
 }

 