*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;

}

body {
    background-color: #fdfdfd;
    color: #333;
    line-height: 1.6;
}

.header{
    background-color: #280892;
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(Images/banner1.png);
    background-position: left;
    background-size: cover;
  
    position: relative;

}


/* text of header alinement */
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

/* Logo Size */
nav img{
    width: 190px;
    
}
.nav-links{
    flex: 1;
    text-align: right;

}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
   

}
.nav-links ul li a{
    text-decoration: none;
    color: aliceblue;
    font-weight: 200;
    font-size: 13px;
    transition: color 0.3s ease;
}    
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #D3AF37;
    display: block;
    margin: auto;
    transition: 0.5s;

}
nav ul li a:hover {
    color: #D3AF37;
}
.nav-links ul li:hover::after{
    width: 100%;
}


/* ===== Hero Section ===== */

.text-box{
    background: url('Harder_background.png') center/cover no-repeat;
    width: 90%;
   
    color: aliceblue;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}
.text-box h1 {
    font-size: 47px;
    
}

.text-box p {
    font-size: 16px;
    margin: 10px 0 40px;
    color: #fff;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
    border: 1px solid #D3AF37;
    background: #D3AF37;
    transition: 0.3s;

}

.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: transparent;
    position: relative;
    cursor: pointer;
}
.btn:hover{
    border: 1px solid #D3AF37;
    background: #D3AF37;
    transition: 0.3s;

}
nav .fa{
    display: none;
}


/* =======Phone Li=====*/

@media(max-width: 700px){
    .text-box h1{
        font-size: 25px;
    }
    .nav-links ul li{ 
        display: block;
    }    
    nav img{
        width: 160px;
        
    }
 
    .nav-links{
        position:fixed;
        background: #D3AF37;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.6s ;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }    
   
    
}


/*------About us--------*/

.About_US{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;

}
.box {
    flex-basis: 31%;
    background: #f0f4ff;
    display: inline-block;
    margin-bottom: 5%;
    padding: 20px 12px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: 0.3s;
  }

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.box i {
    font-size: 48px;
    color: #007BFF;
    margin-bottom: 15px;
}

.box h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    
}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}
 


/*----Training & Programs----*/
.Training_Programs{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.Training-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.Training-col img{
    width: 100%;
}
.layer{
    text-align:center;
    padding-top: 5px;
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    transition: 0.1s;   

}
.layer:hover{
    background: rgb(211,175, 55,0.5)    ;

}
















/*-------Achievements & Impact-------*/

.Achievements_Impact{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;

}
.boxx {
    flex-basis: 31%;
    background: #f0f4ff;
    display: inline-block;
    margin-bottom: 5%;
    padding: 20px 12px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: 0.3s;
  }

.boxx:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.boxx i {
    font-size: 48px;
    color: #007BFF;
    margin-bottom: 10px;
}

.boxx h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    
}






/*------ Earn While You Learn ----*/

.EWYL{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    text-align: center;
    display: block;
    
}

.EWYL-col p {
    text-align: left;
    font-weight: 600;
    margin: 20px 20px 10px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 1.5;
    color: #007BFF;
    
}
.EWYL-col2 img {
    width: 450px;
    height: auto;
    margin-right: 70px;
    

    
    
}
@media(max-width: 700px){
    .EWYL-col p{
        font-size: 24px;
    }
    .EWYL-col2 img{
        
        margin-left: 0px;
        margin-right: 15px;
        width: 160px;
        
    }

}
.EWYL-btn{
    display: inline-block;
    text-decoration: none;
    color: #D3AF37;
    border: 1px solid #D3AF37;
    padding: 12px 50px;
    font-size: transparent;
    position: relative;
    cursor: pointer;
    
}

.EWYL-btn:hover{
    border: 1px solid #fff;
    background: #D3AF37;
    color: #fff;
    transition: 0.3s;

}






/*------ Seed Funding & Startup support----*/

.Business{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    text-align: center;
    display: block;
    
}

.Business-col p {
    text-align: left;
    font-weight: 600;
    margin: 20px 40px 10px;
    padding-top: 20px;
    font-size: 28px;
    line-height: 1.5;
    color: #060b49;
    
}
.Business-col2 img {
    width: 450px;
    height: auto;
    margin-right: 70px;
    

    
    
}
@media(max-width: 700px){
    .Business-col p{
        font-size: 18px;
    }
    .Business-col2 img{
        
        margin-left: 0px;
        margin-right: 15px;
        width: 160px;
        
    }

}

.Business-btn{
    display: inline-block;
    text-decoration: none;
    color: #D3AF37;
    border: 1px solid #D3AF37;
    padding: 12px 50px;
    font-size: transparent;
    position: relative;
    cursor: pointer;
    
}

.Business-btn:hover{
    border: 1px solid #fff;
    transition: 0.3s;
    color: #fff;
    background: #D3AF37;
    

}










/*------Industry_Partners----*/

.Industry_Partners{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    text-align: center;
    display: block;
}


.Industry-col{
    flex-basis: 25%;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(17, 18, 18, 0.1);
    
}
.Industry-col img{
    border-radius: 20px;
    width: 90%;
}











/*----Testimonials---*/

.Testimonials{
    width: 90%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.Testimonial-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 0%;
    text-align: left;
    background: #f0f4ff;
    padding: 25px;
    cursor: pointer;
    display: flex;
    
}
.Testimonial-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}  

.Testimonial-col p{
    padding: 0;

}
.Testimonial-col h3{
    margin-top: 15px;
    text-align: left;
}


.Testimonial-col1{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #f0f4ff;
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.Testimonial-col1 img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}
.Testimonial-col1 p{
    padding: 0;

}
.Testimonial-col1 h3{
    margin-top: 15px;
    text-align: left;
}    

@media(max-width: 700px){
    .Testimonial-col{
        margin-bottom: 5%;

    }     
    .Testimonial-col img{
        
        margin-left: 0px;
        margin-right: 15px;
    }
    .Testimonial-col1 img{
        margin-left: 0px;
        margin-right: 15px;
    }


}




/*--------call to action----*/

.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Images/banner2.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;

}
.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}

@media(max-width: 700px){
    .cta h1{
        font-size: 24px;
    }

}



/*-----footer----*/
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}








/*---------About us Page-------*/
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(Images/background.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 100px;
}


.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.about-col img{
    width: 100%;
    height: auto;
    
}
.about-col h1{
    padding-top: 0;
    
}
.about-col p{
    padding: 15px 0 25px;
}
.red-btn{
    border: 1px solid #D3AF37;
    background: transparent;
    color: #D3AF37;
}
.red-btn:hover{
    color: #fff;

}

.Our-Process{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;

}


/*-----placement & EWAL ------*/
@media(max-width: 700px){
    .placement-head h1 {
        font-size: 28px;
    }

}



/*-----contact us page------*/
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;

}
.location iframe{
    width: 100%;
}

.content-us{
    width: 80%;
    margin: auto;
}

.content-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.content-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.content-col div .fa{
    font-size: 28px;
    color: #D3AF37;
    margin: 10px;
    margin-right: 30px;
}
.content-col div p{
    padding: 0;
}
.content-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.content-col input, .content-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;

}

@media(max-width: 700px){
    .content-col div h5 {
        font-size: 18px;
    }

}



/*---Application Form --*/
.Application{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    
}



.Application-col{
    
    
    width: 80% !important;
    margin: 50px !important;
    padding-left: 50px !important;
    
    
}

.Application-col{
    flex-basis: 48%;
    margin-bottom: 30px;
    
}
.Application-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
   
}
.Application-col div .fa{
    font-size: 28px;
    color: #D3AF37;
    margin: 10px;
    margin-right: 30px;
    
    
}

.Application-col input, .content-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    
    

}
.Application-col2 img {
    width: 350px;
    height: auto;
    margin: auto;

}
@media(max-width: 700px){
    .Application-col div h5 {
        font-size: 18px;
    }

}