/* 
COLOURS
yellow #f8f264
blue #0e2a70
Red #eb0410

*/



/* -----------------------------*/
/* BASIC SETUP*/
/* -----------------------------*/

*{
    margin: 0;
    padding:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body{
    background-color: #fff;
    color: #555;
    font-family: 'Signika', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-rendering:optimizeLegibility;
    overflow-x: hidden;
}


/* -----------------------------*/
/* REUSABLE COMPONENTS*/
/* -----------------------------*/

.row{
    max-width: 1140px;
    margin: 0 auto;
    
}

section{
    padding: 60px 0;
    
}

.contact,
.home-about{margin-bottom:30px}

/* -----------------------------*/
/* HEADINGS*/
/* -----------------------------*/

h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
    
    
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 3px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing:2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #0e2a70;

    
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;

}

h4{
    word-spacing: 2px;
    line-height: 2em; 
    font-size: 20px;
}

/* -----------------------------*/
/* PARAGRAPHS*/
/* -----------------------------*/

.About h2 {
    text-align: left;
    display: inline-block;
    color:#0e2a70;
}
.About p{ 
    text-align: justify;
}



/* SLIDER */

.slider{
    overflow:hidden;
    height: 500px;
}
.slide{
    float:left;
    width:33.33%;
}

.slider figure img{
    width: 100%;
    float: left;
}

.slider figure{
    position: relative;
    width:300%;
    margin:0px;
    left:0;
    -webkit-animation:15s ravi infinite;
    animation:15s ravi infinite;
}

@-webkit-keyframes ravi{
    0%{
        left: 0%;
    }
    10%{
        left: 0%;
    }
    15%{
        left: -100%;
    }
    25%{
        left: -100%;
    }
    30%{
        left: -200%;
    }
    40%{
        left: -200%;
    }
    45%{
        left: -300%;
    }
    50%{
       left: -300%; 
    }
    60%{
        left: -200%;
    }
    65%{
        left: -200%;
    }
    75%{
        left: -100%;
    }
    80%{
        left: -100%;
    }
    90%{
        left: 0%;
    }

    95%{
        left: 0%;
    }
}

@keyframes ravi{
    0%{
        left: 0%;
    }
    10%{
        left: 0%;
    }
    15%{
        left: -100%;
    }
    25%{
        left: -100%;
    }
    30%{
        left: -200%;
    }
    40%{
        left: -200%;
    }
    45%{
        left: -300%;
    }
    50%{
       left: -300%; 
    }
    60%{
        left: -200%;
    }
    65%{
        left: -200%;
    }
    75%{
        left: -100%;
    }
    80%{
        left: -100%;
    }
    90%{
        left: 0%;
    }

    95%{
        left: 0%;
    }
}


/* -----------------------------*/
/* SLIDER OVERLAY*/
/* -----------------------------*/
.overlay {
    margin-top: -300px;
    height: 40px;
}


  
/* -----------------------------*/
/* SECTIONS HOMEPAGE*/
/* -----------------------------*/  

.About{
    width:60%;
    float: left;
    margin-right: 10%;
}

.widgets{
    width: 30%;
    float: left;
 
}
.widgets img{
    height:250px;
    width:250px;
    float: right;
    padding-bottom: 40px;

}

.widgets h2{
    float: right;
    display: inline-block;
    color:#0e2a70;
    display: none;
}


/* -----------------------------*/
/*  SECTION TRAINING*/
/* -----------------------------*/

.training-box{
    background-color: #fff;
    border-radius: 20px;
    width:95%;
    margin-left:2.5%;   
    -webkit-box-shadow: 0 2px 2px #f8f264;   
    box-shadow: 0 2px 2px #f8f264;
    overflow-x:hidden;
    margin-bottom: 30px;
}

.training-box h3{
    color:#0e2a70;
    text-align: left;
}

.training-box p{
    line-height: 1.5em;
    text-align: justify;
}

.section-training{
    background-color: ;
}

.training-box div{
    padding: 10px;
    border-bottom: 2px solid #fcfcfc;
    background-color: #f8f264;
    
}

.training-box div:first-child{
    background-color: #0e2a70;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.training-box div:last-child{
    text-align: center;
    border: 0;
}
.training-subject span{
    font-weight: 500;
    color:#0e2a70;
}


.training-box ul{
    list-style: none;
    line-height: 1.5em;
    font-size:95%;
    
}

.training-box img{
    overflow-x:hidden;
    
}

.training-details-for-phone{
    display: none;
}

.get-a-quote { 
height:2400px;
}



/* TRAINING SLIDER */

.tslider{
    overflow:hidden;
    height: 500px;
}
.tslide{
    float:left;
    width:20%;
}

.tslider figure img{
    width: 100%;
    float: left;
}

.tslider figure{
    position: relative;
    width:500%;
    margin:0px;
    left:0;
    -webkit-animation:15s ravi infinite;
    animation:15s ravi infinite;
}


/* -----------------------------*/
/*  SECTION PLANS*/
/* -----------------------------*/


.section-plans{
    background-color: #f4f4f4;
}
.section-plans h3{
    color: #0e2a70;
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width:90%;
    margin-left:5%;   
    -webkit-box-shadow: 0 2px 2px #efefef;   
    box-shadow: 0 2px 2px #efefef;
}

.plan-box div{
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    
}

.plan-box div:first-child{
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.plan-box div:last-child{
    text-align: center;
    border: 0;
}
.plan-price{
    font-size: 200%;
    margin-bottom: 10px;
    font-weight: 200;
    color: #eb0410;
}

.plan-price-meal{
    font-size: 80%;
    
}

.plan-price span{
    font-size: 30%;
    font-weight:300;
    
}

.plan-box ul{
    list-style: none;
    line-height: 1.5em;
    font-size:90%;
    
}


/* -----------------------------*/
/*  SECTION TESTIMONIALS*/
/* -----------------------------*/


.section-testimonials{
    background-color: #f8f264;
    background-size: cover;
    color: #0e2a70;
    background-attachment: fixed;
}

blockquote{
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
    
}

blockquote:before{
    content:"\201C";
    
/*..THE ABOVE IS THE SIGN FOR PUTTING QUOTATION MARKS..*/
    
    font-size: 400%;
    display: block;
    position: absolute;
    top: -5px;
    left:-5px;
     
}

cite{
    font-size: 90%;
    margin-top: 25px;
    display:block;
}
cite img{
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    
}



/* -----------------------------*/
/*  SECTION Posts*/
/* -----------------------------*/

.posts {
    margin-bottom: 40px;
  
}

.posts h3 {
    color: #0e2a70;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
}

.posts p{
    color: black;
    text-align: justify;
    word-spacing: 2px;
    line-height: 1.6em;  
}

.posts h4{
    word-spacing: 2px;
    line-height: 2em; 
    font-size: 30px;
}

.posts .inline{
    width: 50%;
    float:right;
    margin: 1px 0 1px 30px;
    min-width:150px;
    max-width:100%;
}


/* -----------------------------*/
/*  SECTION Blog*/
/* -----------------------------*/


.blog .inline{
    width: 25%;
    float:left;
    margin: 1px 30px 1px 0;
    min-width:150px;
    max-width:100%;
    -ms-flex-line-pack: left;
    align-content: left;
}

.blog h2{
    text-align: left;
}

.blog h3{
    text-align: left;
    color:#0e2a70;
}
.blog p{
    color: black;
    text-align: justify;
    word-spacing: 2px;
    line-height: 1.6em;  
}

.blog{
    max-height: 300px;
    overflow-x:auto;
    background-color: #fff;
    
}


/* -----------------------------*/
/*  SECTION Training room*/
/* -----------------------------*/

.lefttrp {
    float:left;
    width: 65%;
    overflow:hidden;
    margin-right: 10px;
}

.righttrp{
    float: left;
     width: 30%;
    overflow:hidden;
    
}

.righttrp {
   padding-bottom: 5px;
}

.training-room li{
    list-style-type: square;
   list-style-position: inside;
    background-color: #f5eded;
}

.training-room .description{
    background-color: #f5eded;
    margin-bottom: 20px;
}

.training-room h3{
    color:#0e2a70;
    text-align: left;
}
.training-room h4{
   Font-size: 110%;
    letter-spacing: 1px;
    margin-bottom: 20px;
    word-spacing: 2px;
    text-align: justify;
}
.capacity li{
    list-style: none;
}
.section-trainingroom {
    line-height: 1.7em;
    word-spacing: 2px;
}

.training-room .contact-info{
    text-align:left;
}


/* -----------------------------*/
/* ICONS*/
/* -----------------------------*/

.icon-big{
    font-size: 350%;
    display: block;
    color: #eb0410;
    margin-bottom: 10px;
    text-align: center;
}

.icon-small{
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #0e2a70;
    font-size: 120%;
    margin-right: 10px;
    
    /* secrets to align text and icons*/
    
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    
}

/* MAIN NAVI */

.main-nav {
    float: right;
    list-style: none;
     margin-top: 25px;
    padding-bottom: 30px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
    font-weight: 600;
}

.main-nav li a:link, 
.main-nav li a:visited{
    padding: 8px 0;
    color:#0e2a70;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
    
}
.main-nav li a:hover,
.main-nav li a:active{
    border-bottom: 2px solid #e67e22;
}




/* MOBILE NAVI */

.mobile-nav-icon{
    float: right;
    margin-top: 10px;
    cursor:pointer;
    display: none;
    
}

.mobile-nav-icon i{
    font-size: 200%;
    color:#0e2a70;
}



/* LOGO */

.logo{
    height: 50px;
    width: auto;
    float: left;
    margin-top: 5px;
}

/* -----------------------------*/
/* CONTACT*/
/* -----------------------------*/


.contact-page{
    
    float:left;
    width:70%;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(22, 18, 123, 0.72)),to(rgba(22, 18, 123, 0.72))), url(img/Slide3.png);
    background-position:center;
    height:700px;
    background-size:cover;
}

.contact-title h2{
    text-transform:inherit;
    margin-top: 100px;
    margin-bottom: 30px;
}

.contact-title h2,h3{
    color:white;
    text-align: center;
    font-weight:400;
}

form{
    text-align: center;
    margin-top:20px;
    
}
.form-content{
    margin-top:20px;
    width:70%;
    height:40px;
}

form .submit{
    background:#eb0410;
    color:#fff;
    font-weight: bold;
}

form .submit:hover{
    background:#ff2631;
    cursor: pointer;
}

form .textarea{
    height:120px;
}


.contact-widgets{
    width: 25%;
    float: left;
}

.contact-widgets img{
    -o-object-position: center;
    object-position: center;
   
}

.contact-info{
   text-align:left;
   
}
.contact-info span{
    text-transform: uppercase;
    font-weight: bold;
}

/* -----------------------------*/
/* JOB*/
/* -----------------------------*/

.job a{
    
}

.job p{
    word-spacing: 1px;
    line-height: 1.5em; 
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: justify;  
}

.job p span{
    font-weight: bold;
    color:#0e2a70
}

.job-post{ 
    padding:5px 10px
    
}

.job-post{
    border-style: solid;
    border-color: black;
}



/* -----------------------------*/
/* CGPA*/
/* -----------------------------*/

.cgpa img{
    width:100%;
    overflow:hidden;
}

.cgpa li{
   list-style:none;
}

.cgpa .outline{
    word-spacing: 2px;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-align: justify;
    width:90%;
    Border: 5px 5% 0 0;
}

.cgpa .introduction{
    word-spacing: 2px;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 20px;
}

.cgpa .title{
    word-spacing: 2px;
    font-size:1.2em;
    padding:10px;
    color:#fff;
    background-color: #0e2a70;
    display:inline-block;
    line-height:1.5em;
    border-radius: 50px;
    margin-bottom: 20px;
}

.cgpa span{
   color:#0e2a70;
    font-weight: bold;
}


/* -----------------------------*/
/* SECTIONS LINKS (Social links)*/
/* -----------------------------*/  

.social-link{
    text-transform: uppercase;
    background:#fff;
   `color: #0e2a70;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration:none;
    margin-right: 20%;
    margin-left: 20%;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 22px;
    padding: 5% 5% 5% 5%;

}

.social-link a{ 
    text-decoration: none; 
}

.social-link h3{
    color:#0e2a70;
}

.social-link hover{
    background:#ff2631;
    cursor: pointer;
}

.link-title{
    background: #f8f264;
}

.link-title h3{
   color:#0e2a70;
}

/* -----------------------------*/
/* SECTIONS WAITLIST-CONFIRMATION*/
/* -----------------------------*/  

.waitlist-confirmation{
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.7)),to(rgba(0, 0, 0, 0.7))), url(img/overlay.png);
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(img/overlay.png);
    background-size: cover;
    background-position: center;
    height: 700px;
    background-attachment: fixed;
        
}

.waitlist-confirmation h4{
    margin: 10%;
    background-color:#fff;
    padding: 10px;
    text-align: justify;
}




/* -----------------------------*/
/* BUTTONS*/
/* -----------------------------*/
.btn:link,
.btn:visited, 
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 110%;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
   
}
.btn-full:link,
.btn-full:visited, 
input[type=submit] {
    background-color: #eb0410;
    border: 1px solid #eb0410;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #eb0410;
    color: #eb0410;
}
    
.btn:hover,
.btn:active,
input[type=submit]:hover, 
input[type=submit]:active {
    background-color: #0e2a70;
}

.btn-full:hover,
.btn-full:active {   
    border: 1px solid #eb0410;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #e67e22;
    color: #fff;
}

/* -----------------------------*/
/* HOME HEADER*/ 
/* -----------------------------*/


.home-header{
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.7)),to(rgba(0, 0, 0, 0.7))), url(img/overlay.png);
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(img/overlay.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
    
}

.home-header-awards{
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.7)),to(rgba(0, 0, 0, 0.7))), url(img/awards-overlay.png));
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(img/awards-overlay.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
    
}




.employer-header{
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(1, 3, 51, 0.87)),to(rgba(0, 0, 0, 0.7))), url(img/Slide3.png);
    background-image:linear-gradient(rgba(1, 3, 51, 0.87),rgba(0, 0, 0, 0.7)), url(img/Slide3.png);
    height: 90vh;
    width:100%;
}


.hero-text-box{
    position:absolute;
    width: 1140px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top:90px;
}




.home h3{
    color:#0e2a70;
    text-transform: inherit;
    word-spacing: 2px;
    line-height: 1.5em; 
    font-size: 18px;
    letter-spacing: 1px;
}

.home p{
    text-transform: inherit;
    word-spacing: 1.5px;
    line-height: 1.5em; 
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    
}


/* -----------------------------*/
/* FOOTER*/ 
/* -----------------------------*/



footer {
    background-color: #0e2a70;
    padding: 50px;
    font-size: 80%;
    
}

.footer-nav{
    list-style: none;
    float: left;
    
}

.social-links{
    list-style: none;
    float:right;
   
}

.footer-nav li,
.social-links li{
    display:inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links:last-child{
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{
    text-decoration: none;
    border:0;
    color: white;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active{
   color: #ddd;
    
}

.social-links li a:link,
.social-links li a:visited{
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-instagram{
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover{
    color: #3b5998;
}

.ion-social-twitter:hover{
    color: #00aced;
}

.ion-social-instagram:hover{
    color: #517fa4;
}
footer p{
    color: white;
    text-align: center;
    margin-top: 20px;
}


/* -----------------------------*/
/* ANIMATIONS*/
/* -----------------------------*/

.js--wp-1 {
    
    opacity:0;
     -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 2;
   
}

.js--wp-1.animated {
    opacity:1;
}