*{
    margin: 0;
    padding: 0;
    font-family: 'Questrial', sans-serif;   
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.7)),url(IMAGAS/banner.png);
    background-position: center;
    background-size: cover;
    background: block;
    position: relative;
    transform: 10s;
    background-position: center;
    text-align: center;
    
}
/*-------Slider---------*/
body {
  padding: 0%;
  text-align: center;
 
    
}

#slideshow {
  overflow: hidden;
  height: 1080px;
  width: 1920px;
  margin: 0 auto;
    
}

.slide-wrapper {
 
  width:9600px;
  -webkit-animation: slide 20s ease infinite;
    
}

.slide {
  float: left;
  height: 1080px;
  width: 1920px;
     
  
}


@-webkit-keyframes slide {
  20% {margin-left: 0px;}
  30% {margin-left: -1920px;}
  50% {margin-left: -3840px;}
  60% {margin-left: -5760px;}
  80% {margin-left: -7680px;}
  
}


/*-------Slider---------*/
nav{
    display:flex;
    padding:1% 1%;
    justify-content: space-between;
    align-items: flex-start;
    
    
}
nav img{
    width: 220px;
    
}
.nav-links{
    flex: 1;
    text-align: right;
    padding:2% 1%;
  
}
.nav-links ul li{
    list-style: none;
    display: inline-table;
    padding: 8px 16px;
    position: relative;
    

}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    color: ;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}




/*------nav-links2------*/




.nav-links2{
    flex: 1;
    text-align: right;
    padding:2% 1%;
}
.nav-links2 ul li{
    list-style: none;
    display: inline-table;
    padding: 8px 16px;
    position: relative;
}
.nav-links2 ul li a{
    color: #3e3e3e;
    text-decoration: none;
    font-size: 13px;
    color: ;
}
.nav-links2 ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links2 ul li:hover:after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    
}
.hero-btn{
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    
}
.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transform: 1s;
    
}
.hero-btn2{
    display: inline-block;
    text-decoration: none;
    color: gray;
    border: 1px solid gray;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn2:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transform: 1s;
}
nav .fa{
    display: none;
}

@media(max-width: 940px){
    
    nav img{
        width: 190px;
        padding:200% 1%;
        transform: translate(48%,0%);
        transition: margin-top 1s, background-color 10s; 
    }
    
    .nav{
       align-items: flex-start;
    } 
    .text-box{
        transform: translate(-50%,500%);
    }
    nav-links ul li{
    display: block;
    margin-left: -25px
  
    }
    .nav-links {
        position: absolute;
        background: #f44336;
        height: 50vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2; 
        transition: 1s;
        
        
    }
    /*------------*/
    .nav-links {
        height: 100vh;
        top: 80px;
        left: -100%;
        background: #111;
        width: 100%;
        display: block;
        position: fixed;
        text-align: center;
        transition: all 0.3s ease;
    }
    
    .nav-links ul li{
        display: block;
        margin: 20px 0;
  
    }
    .nav-links ul li a:hover;
    .nav-links ul li a.active{
        color: #f44336;
        background: none;
    }
    /*------------*/
    .nav-links2 {
        height: 100vh;
        top: 80px;
        left: -100%;
        background: #111;
        width: 100%;
        display: block;
        position: fixed;
        text-align: center;
        transition: all 0.3s ease;
    }
    .nav-links2 ul li::after{
        filter: opacity;
    }
        
    .nav-links2 ul li{
        display: block;
    }
    .nav-links2{
        position: absolute;
        background: #f44336;
        height: 50vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2; 
        transition: 1s;
    }
    /*------------*/
    .nav-links2 {
        height: 100vh;
        top: 80px;
        left: -100%;
        background: #111;
        width: 100%;
        display: block;
        position: fixed;
        text-align: center;
        transition: all 0.3s ease;
    }
    
    .nav-links2 ul li{
        display: block;
        margin: 20px 0;
  
    }
    .nav-links2 ul li a:hover;
    .nav-links2 ul li a.active{
        color: #f44336;
        background: none;
    }
     /*------------*/
    
    
    nav .fa{
        display:  block;
        color: #fff;
        margin: 15px;
        font-size: 22px
        cursor: pointer; 
    }
    .nav-links ul{
        padding: 30px;
    }
    .contact-us{
        margin-left: -970px;
        width: 210%; 
    }
    .footer2{
        list-style: none;
        display: inline-table;
        padding: 0px 0px;
        position: relative;
    
    }
    footer2 p1{
    margin-top: 40px;
    padding:0% 0%;
    }
    .contact-col textarea{
        margin-right: auto;
    }
    .sub-header img{
        margin-left: -150px;
        margin-top: 15px;
            
    }
     /*------------*/
    .header img{
        margin-left: -150px;
        margin-top: 15px;
    }
    
    
    /*------------*/
    
    
    .sub-header3{
        margin-top: -20px;

    }
    .sub-header2 img{
        margin-left: -150px;
        margin-top: 15px;
    }
    .sub-header2{
    }
            
    .sub-header3 h1{
        font-size: 25px;
        margin-top: 100%
    }    
    .course-col2 video{
        width: 100%;
    }   
    .nav-links{
    padding:0;
  
}
    .nav-links2{
    padding:0;
  
}
    .footer2 {
        padding: 5% 0%;
    }
    

}

/*-----Footer------>*/

.footer{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #BBBBBB;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600px;
}
.footer p{
    text-shadow: 15px;
    line-height: 1.4;
    padding:1% 5%;
    text-align: center;
}

.icon .fa{
    color: #f44336;
    margin-top: px;
    cursor: pointer;
    padding: 18px;
}
.fa-heart{
    color: ;
}
.footer2{
    width: 100%;
    text-align: center;
}
.footer2 p{
    padding:0% 17%;
    font-weight: 600px;
}
.footer2 p1{
    margin-bottom: 5px;
    margin-top: 40px;
    padding:0% 2.5%;
    font-weight: 600px;
    color: gray;
    text-align: right;
    line-height: 1.4;
    
}
.footer2 p3{
    text-shadow: 15px;
    line-height: 1.4;
    padding:0.1% 5%;
    text-align: center;
    color: gray;
    margin-bottom: 200px;

}
.footer2 p{
    flex: 1;
    text-align: center;
}
.footer2 p{
    list-style: none;
    display: inline-table;
    padding: 40px 50px;
    position: relative;
    color: gray;
}
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.3),rgba(4,9,30,0.9)),url(IMAGAS/banner2.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    
}
.sub-header2{
    height: 10vh;
    width: 100%;
    color: gray;
    background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.0));
    
}
.sub-header3{
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    background-position: center;
    background-size: cover;
    color: gray;
    margin-top: 130px;
    margin-bottom: 40px
    
}  
.footer3 { 
    width: 100%;
    list-style: none;
    padding: 32px 0px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 25px;
    font-weight: 600px;
    color: gray;
    
}

.footer4{
    width: 100%;
    text-align: center;  
}
.footer4 p{
    flex: 1;
    text-align: center;
}
.footer4 p{
    list-style: none;
    display: inline-table;
    padding: 0px 20px;
    position: relative;
    color: gray;
    
}
.footer3 h2{
    text-align: center;
    font-size: 45px;
    color: #3e3e3e;
        
}
.about-us{
    width: 100%;
    text-align: left;
    padding: 80px 0;
    
}
.about-us p{
    margin-bottom: 25px;
    font-weight: 600px;
    padding:0.1% 30%;
    color: gray;
    text-align-last: left;
    line-height: 1.4;
    
}
.about-us big{
    font-size: 16px;
}
/*------contact us page -----*/

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.about-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px; 
    display: inline-table;
    padding: 0px 0px;
    margin-right: 0px;
    margin-left: 20px;
    text-align: left
        
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div h5{
    font-size: 50px;
    margin-bottom: 5px;
    font-weight: 1;
    color: #3e3e3e;
}
.contact-col div a{
    color: gray;
    text-decoration: none;
        
}
.contact-col div p{
    margin-bottom: 15px;
    color: gray;
    text-align: left
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 17px;
    margin-left: 0px;
    outline: none; 
    border: 1px solid #ccc;
    margin-right: 50p;
    margin-left: auto;  
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    text-align: center;

    
}

.course-col{
    flex-basis: 31%;
    background: #EDEDED;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transform: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600px;
    margin: 10px 0;
    color: #BBBBBB;  
}
p{
    color: #BBBBBB;
}
.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 940px){
    .row{
        flex-direction: column;
        margin-top: 10%
     }
    body {
  overflow-y: hidden;
    }
    .row2{
        flex-direction: column;
        margin-top: 10%
        
     }
    .contact-col2 h5{
    font-size: 30px;
    margin-left: 10px; 
    color: gray
}
    .layer:hover h3{
        bottom: none;
        opacity: none;
    
    }
   .layer:hover{
   background: none;
    }

}
.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    
    
    
}
.campus-col img{
        width: 100%;
        display: block;
    }    

.layer{
        background: transparent;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    transform:  0.5s;
    }
.layer:hover{
   background: rgba(226,0,0,0.3); 
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    position: absolute;
    transform: 0.1s;   
} 
.layer:hover h3{
    bottom: 40%;
    opacity: 1;
}
/*-----*/

.row2{
    margin-top: ;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.course-col2{
    flex-basis: 33%;
    background: #EDEDED;
    border-radius: 10px;
    margin-bottom: 1.4%;
    margin-left: 1.0%;
    margin-right: 1.0%;
    padding: 8px 8px;
    box-sizing: border-box;
    transform: 0.5s;
    
} 
.campus-col2 img{
        width: 100%;
        display: block;
}
.course-col2:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    transform: scale(1.1);
    transition: all 1.1s;
    
}
.campus-col2{
    flex-basis: 32%;
    border-radius: 0px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;   
}
.contact-col2{
    font-size: 50px;
    margin-left: 10px;
    margin-top: 200px;
    color: gray
}   
#preloader{
    background: #000 url(IMAGAS/loader.gif) no-repeat center center;
    background-size: 10%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    