/*
 * 
 * 
 */

@font-face {
    font-family: 'db_ozone_xbold';
    src: url('../fonts/DB Ozone X Bd-webfont.eot');
    src: url('../fonts/DB Ozone X Bd-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/DB Ozone X Bd-webfont.woff2') format('woff2'), url('../fonts/DB Ozone X Bd-webfont.woff') format('woff'), url('../fonts/DB Ozone X Bd-webfont.ttf') format('truetype'), url('../fonts/DB Ozone X Bd-webfont.svg#db_ozone_xbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_ozone_xregular';
    src: url('../fonts/DB Ozone X-webfont.eot');
    src: url('../fonts/DB Ozone X-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/DB Ozone X-webfont.woff2') format('woff2'), url('../fonts/DB Ozone X-webfont.woff') format('woff'), url('../fonts/DB Ozone X-webfont.ttf') format('truetype'), url('../fonts/DB Ozone X-webfont.svg#db_ozone_xregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DBManoptica';
    src: url('../fonts/DBManoptica.eot?#iefix') format('embedded-opentype'), url('../fonts/DBManoptica.woff') format('woff'), url('../fonts/DBManoptica.ttf') format('truetype'), url('../fonts/DBManoptica.svg#DBManoptica') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

html {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: 'db_ozone_xregular';
    width: 100%;
    height: 100%;
    font-size: 26px;
    line-height: 28px;
}

a {
    color: #fed136;
}

a.active,
a:active,
a:focus,
a:hover {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DBManoptica-Med';
    text-transform: uppercase;
}

section {
    padding: 70px 0;
}

section h2.section-heading {
    font-size: 40px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 0px;
}

section h3.section-subheading {
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 35px;
    text-transform: none;
}

::-moz-selection {
    background: #fed136;
    text-shadow: none;
}

::selection {
    background: #fed136;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color:transparent;
}

.font-satisfy{
    font-family: 'Satisfy-Regular'!important;
}
.font-poppins{
    font-family: 'Poppins-ExtraBold'!important;
}


#mainNav {
    background-color: #222222;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #fed136;
    text-transform: uppercase;
}

#mainNav .navbar-brand {
    color: #fed136;
}

#mainNav .navbar-brand img {
    max-height: 40px;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'db_ozone_xbold';
    font-size: 20px;
    text-align: center;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fed136;
}

#mainNav .navbar-nav .nav-item .nav-link.btn.active,
#mainNav .navbar-nav .nav-item .nav-link.btn:hover {
    color: #241e20;
}

.intro {
    display: table;
    width: 100%;
    height: 100vh;
    /*height: 100%;*/
    /*padding: 100px 0 50px;*/
    text-align: center;
    color: #fff;
    background: url(../img/masthead.jpg) no-repeat center bottom;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.intro:before {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: bottom;
}

.intro .intro-body .brand-heading {
    font-size: 50px;
    text-shadow: 0 0 5px #1b1e21;
}

.intro .intro-body .intro-text {
    font-size: 55px;
    line-height: 44px;
    margin: 35px 0;
    color: #fed136;
    font-family: 'db_ozone_xbold';
    /* text-decoration: underline; */
}

.intro .intro-body button {
    margin: 20px 0 0;
    text-transform: uppercase;
    width: auto;
    padding: 20px 40px;
    font-size: 22px;
    background: transparent;
    border-color: #ffffff!important;
    border-width: 2px;
}

.intro .intro-body button:hover {
    background-color: #ffffff;
    color: #000000;
}

.intro .intro-body .text-time {
    font-size: 29px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 100px;
}

.intro-text {
    font-size: 40px;
    line-height: 44px;
    color: #fff !important;
    background: #ffc107;
    padding: 20px;
    border-radius: 5px;
}

.scholarship{
    font-size: 50px;
    text-transform: uppercase;
}
.scholarship .m1{
    background: #1f2935;
    color: #ffc107;
    font-size: 50px;
    padding: 20px;
    display: inline-block;
    margin-top: 30px;
}
.scholarship .m1 span{
    position: absolute;
    background: #ffc107;
    color: #1e2935;
    padding: 5px 20px;
    margin-top: -50px;
    left: 10px;
    font-size: 30px;
}
.scholarship-test{
    background: #035aa0;
    color: #fff;
    padding-top: 48px;
    font-size: 25px;
    border-radius: 5px;
    padding: 50px 0px;
}

p.intake{
    color: #258fce;
    font-size: 55px;
    font-style: italic;
    line-height: 40px;
    padding: 40px 0;
    margin: 50px 0;
    animation-duration: 3s!important;
}

.content-about .special p {
    font-size: 28px;
    margin-bottom: 10px;
}

.content-about .special em {
    font-size: 24px;
}

.content-about .special h4 {
    font-size: 30px;
}

.content-about ul.date-location {
    list-style: none;
    padding-left: 0;
}

.content-about ul.date-location li {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 30px;
}

.content-about ul.date-location li:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    /* padding-right: 20px; */
    vertical-align: text-top;
    color: #ffc107;
    margin-left: 0;
    position: absolute;
    left: -40px;
    background: #eee;
    font-size: 11px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.content-form{
    animation-duration: 3s!important;
}

.content-table .table {
    /*max-width: 1000px;*/
    margin: 0 auto;
}

.content-table .table-bordered>thead {
    background: #e8e6e6;
    color: #000000;
    font-weight: bold;
}

.content-table .table-bordered {
    border: 5px solid #fff;
}

.content-table .table-bordered>tbody>tr>td,
.content-table .table-bordered>tbody>tr>th,
.content-table .table-bordered>tfoot>tr>td,
.content-table .table-bordered>tfoot>tr>th,
.content-table .table-bordered>thead>tr>td,
.content-table .table-bordered>thead>tr>th {
    border: 3px solid #fff;
}

.content-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d9f0fd;
}

.content-table .table-striped>tbody>tr:nth-of-type(even) {
    background: #bee5fb
}

.copyright {
    margin-top: 15px;
    margin-bottom: 0;
}

.bg-primary {
    background-color: #15304e!important;
}

.text-primary {
    color: #fed136 !important;
}

.btn-primary {
    font-weight: 700;
    color: #000000;
    border-color: #fed136;
    background-color: #fed136;
    text-transform: uppercase;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #000000;
    border-color: #15304e;
    background-color: #fec503;
}

.btn-primary:hover {
    color: #000000;
    border-color: #f6bf01;
    background-color: #fec503;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #000000;
    border-color: #f6bf01;
    background-color: #fec503;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: white;
    border-color: #b48b01;
    background-color: #dcab01;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: white;
}

.btn-success {
    color: #fff;
    background-color: #258fce;
    border-color: #258fce;
}

.btn-success:hover {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-xl {
    font-size: 30px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 3px;
    text-transform: uppercase;
}

.btn-outline-light:hover {
    color: #fed136;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.active,
.btn-outline-light:active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fed136;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, .5);
    color: #fed136;
}

.form-group {
    width: 100%;
}

.form-control {
    font-size: 20px;
    width: 100%;
}

.help-block ul {
    font-size: 16px;
    margin: 5px 0;
    padding-left: 20px;
}
.time > u{
    min-width: 140px;
    display: inline-block;
}

/*
 * Custom Responsive
 * -------------------------------------------------------------*/

@media (min-width: 1200px) {}

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

    p.intake{
        font-size: 44px;
    }
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #222222;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .table>caption+thead>tr:first-child>td,
    .table>caption+thead>tr:first-child>th,
    .table>colgroup+thead>tr:first-child>td,
    .table>colgroup+thead>tr:first-child>th,
    .table>thead:first-child>tr:first-child>td,
    .table>thead:first-child>tr:first-child>th {
        width: 127PX;
    }
    .intro{
        background-position: 75% 0%;
    }
    
}

@media (max-width: 767px) {
    body{
        font-size: 20px;
        line-height: 20px;
    }
    #mainNav .navbar-nav .nav-item .nav-link{
        padding: 10px;
    }
    section {
        padding: 50px 0;
    }
    footer {
        padding-bottom: 50px;
    }
    footer .copyright {
        font-size: 16px;
    }
    footer.pb-5 {
        padding-bottom: 5rem!important;
    }

    .btn-xl {
        font-size: 24px;
        font-weight: 700;
        padding: 10px 40px;
    }
    .btn-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 2222;
    }
    .btn-mobile .btn {
        width: 100%;
        border-radius: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 24px;
    }
    .table {
        padding: 50px 0;
        font-size: 20px;
    }
    .table>caption+thead>tr:first-child>td,
    .table>caption+thead>tr:first-child>th,
    .table>colgroup+thead>tr:first-child>td,
    .table>colgroup+thead>tr:first-child>th,
    .table>thead:first-child>tr:first-child>td,
    .table>thead:first-child>tr:first-child>th {
        width: 110px;
    }
  
    .intro-text {
        font-size: 32px;
        line-height: 32px;
    }
    
    .scholarship{
        font-size: 36px;
        text-transform: uppercase;
    }
    .fa-2x {
        font-size: 1.5em;
    }
    .content-about{
        text-align: center;
    }
    .intro .intro-body .brand-heading {
        font-size: 28px;
    }
    p.intake {
        font-size: 40px;
        line-height: 40px;
        padding: 40px 0 0;
        margin: 0;
    }
      
}

@media (max-width: 480px) {
    .intro {
        height: 95vh;
    }
 
    .intro-text {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }
    .scholarship {
        font-size: 30px;
        text-transform: uppercase;
        line-height: 30px;
        text-align: center;
    }
    .scholarship .m1 {
        font-size: 44px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .display-4 {
        font-size: 2rem;
        text-align: center
    }
    .fa-2x {
        font-size: 1.5em;
    }
    .fa-3x {
        font-size: 2em;
    }
    .special{
        text-align: center
    }
    .time > u{
        display: block
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {
    .intro {
        height: 90vh;
    }
 
    .copyright {
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 14px;
    }
}