@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{outline: 0;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}

body{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.navigation{
width: 100%;
height: 50px;
}

/*************ANIMATION CSS*******************/

.anm-LHS{
transition: 0.7s all ease-in;
opacity: 0;
transform: translateX(-60px);
}

.anm-LHS-show{
opacity: 1;
transform: translateX(0px);
}
/***ANIMATION***/
.anm-RHS{
transition: 0.7s all ease-in;
opacity: 0;
transform: translateX(60px);
}

.anm-RHS-show{
opacity: 1;
transform: translateX(0px);
}

.about-anm{
transition: 0.9s all ease-in;
opacity: 0;
transform: translateX(-60px);
}

.about-anm-show{
opacity: 1;
transform: translateX(0px);
}


.footer-anm{
transition: 0.9s all ease-in;
opacity: 0;
transform: translateY(60px);
}

.footer-anm-show{
opacity: 1;
transform: translateY(0px);
}

/***************ANIMATION CSS END***linear-gradient(200deg, #2376ae 20%, #c16ecf 90%);***************/
.navigaiton{
z-index: 1111;
 position: fixed; background: transparent;
}
/*Here navbar is using for desktop view and navbar-mob for mobile view*/
.navbar, .navbar-mob {
    background: #fff;
    width: 100%;
   
}

.brand-logo{
position: absolute;
top: 2px;
left: 0;
margin-left: 100px;
width: 180px;
height: 60px;
line-height: 40px;
}

.navbar > ul{
    float: right;
    list-style: none;
    right: 0;
    position: absolute;
    margin-right: 20px; line-height: 50px;
}

.navbar-mob > ul{
    list-style: none;
    background: #fff;
    position: absolute;
    z-index: 2;
    width: 100%;
    
}

.navbar > ul > li{
    display: inline-block;
    line-height: 60px;
    padding: 0px 20px 0px 10px;
   
}

.navbar > ul:last-child{
    padding-right: 60px;
}

.navbar-mob > ul > li{
    line-height: 60px;
    padding: 0px 20px;
   
}

.navbar > ul > li > a,
.navbar-mob > ul > li >a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
    width: 100%;
    position: relative;
}
.navbar ul li a::after, 
.navbar-mob ul li a::after{
content: '';
position: absolute;
bottom: -5px;
right: 50%;
background-color: #007bff;
height: 3px;
width: 0%;
transition: 0.4s all;
}

    .navbar ul li a:hover::after,
    .navbar-mob ul li a:hover::after {
        width: 100%;
        right: 0%;
        transition: 0.2s all;
    }

    .navbar:after {
        content: "";
        display: block;
        clear: both;
    }

.navbar-mob,
.humburger-btn{
    display: none;
}

/*Media query apply here*/

@media screen and (max-width: 800px) {

    .navbar-mob,
    .humburger-btn {
        display: block;
    }

    .bar,
    .times {
        position: absolute;
        right: 20px;
        font-size: 30px;
        cursor: pointer;
    }

    .bar {
        z-index: 1;
        top: 5px;
        right: 30px;
    }

    .times {
        z-index: 2;
        font-size: 50px;
        top: -10px;
    }

    .humburger-btn > .times {
        display: none;
    }

    #mob-menu {
        display: none;
    }

    .navbar > ul {
        display: none;
    }

    .brand-logo{
	margin-left: 40px;
    }

   
}



/*****************Green= #2e6e37 || Red = #e43628*(228, 54, 40, 0.6)****************************************/

.header{
    display: flex;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(rgba(11, 99, 160, 0.5), rgba(11, 99, 160, 0.9)),url('images/header-bg.jpg')no-repeat fixed; 
    background-size: cover;
}

.header-content{
width: 500px;
height: 300px;
background: rgba(0, 0, 0, 0.6);
margin: 0 auto;
padding: 20px;
align-items: center;
justify-content: center;
top: 30%;
position: relative;
}

.header-content h1{
color: #fff;
font-size:60px;

}

.header-content h6{
color: #B8860B;
font-size:25px;
margin-bottom: 20px;
}

.enroll-btn{
background: #007bff;
color: #fff;
font-size: 15px;
padding: 15px 50px;
text-decoration: none;
bottom: -10px;
border-radius: 10px;
outline: 0;
text-decoration: none;
}

.enroll-btn:hover,
.enroll-btn:visited{
color: #fff;
text-decoration: none;
}

.close span{
font-size: 36px;
}

.md-form .grey-text{
color: #333;
}

.btn-unique{
color: #fff;
background: #007bff;
padding: 10px 20px;
border: 1px solid #007bff;
}

.btn-unique:hover,
.btn-unique:visited{
color: #007bff;
background: #fff;
}
/*****************************************************/

.about{
position: relative;
display: flex;
width: 100%;
height: auto;
}

.about-content{
position: relative;
}

.about-content p{
font-size: 16px;
line-height: 2.0;
text-align: justify;
}

.about-content h2{
font-size: 30px;
color: #007bff;
line-height: 2.0;
}

.target-btn{
display: flex;
padding: 20px;
margin: 0 auto;
list-style: none;
position: absolute;
}

#btn-ins, #btn-goal{
 cursor: pointer;
 color: #000;
 font-size: 40px;
 position: relative;
list-style: none;
}

.data-hide{
display: none;
}


.fa-angle-double-left{
position: relative;
left: 0;
bottom: 0;
}

.fa-angle-double-right{
position: relative;
right: 0;
bottom: 0;
}

#institute, #goal{
height: auto;
padding-bottom: 20px; 
}

.institute-image,
.goal-image{
font-size: 55px;
text-align: center;
color: #007bff;
}

.fa-university,
.fa-graduation-cap {
  padding: 20px;
}

/***********Student Modal******************************/

/***********Student Modal******************************/

/***********Student Works******************************/
.student{
display: flex;
width: 100%;
height: auto;
background: #007bff;
}

.student-area{
width: 100%;
height: auto;
margin: 0 auto;
padding: 50px 0; 
display: grid;
grid-template-columns: 25% 25% 25% 25%;
grid-gap: 1px;
}

.student-works{
position: relative;
flex: 1;
margin: 0 auto;
padding: 30px 10px;
align-items: center;
justify-content: center;
}

/*********Caraousel*******************************/
.feedback{
	width: 100%;
	height: 600px;
	padding: 40px 0px;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)),url('images/bg_3.jpg')no-repeat fixed; 
    background-size: cover;
    background-position: center;
}

.circle{
	overflow: hidden; position: relative;
	width: 150px;
	height: 150px;
	background: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	border: 2px solid #333;
	border-radius: 100px;
}

.item h2{color: #fff; text-align: center;}
.item h4 
{
	font-size: 19px;
	line-height: 1.37em;
	font-weight: 400;
	font-style: italic;
	margin: 10px 0 50px 0;
	text-align: center;
	color: #B8860B; z-index: 2;
}

/*********************************************************/

.footer-area{
width: 100%;
height: auto;
display: grid;
grid-template-columns: 30% 50% 20%;
grid-gap: 10px;
margin: 0 auto;
padding: 80px;
background: #EAEAEB;
position: relative;
}

.address table{margin-top: 20px;}
.address td{
color: #555;
text-align: left;
font-size: 21px;
padding: 0px 15px;
}
.address p {
color: #555;
text-align: left;
font-size: 18px;
}

.address i{
font-size: 18px;
color: #555;
margin-left: 15px;
}

.info p,
.footer-menu{
padding: 10px;
color: #555;
text-align: left;
font-size: 18px;
margin-left: 15px;
}

.info h5{color: #B8860B; font-size: 21px; margin-left: 10px;}
.footer-menu li,
.footer-menu a{
 list-style: none;
 color: #000;
 text-decoration: none;
transition: 0.5s;
line-height: 2.2; 
}

.footer-menu a:hover{
color: #2e6e37;
text-decoration: none;
transition: 0.5s; 
}

/************515251************#B8860B;*********************************/

.social-icons{
width: 100%;
display: flex;
background: #000;
padding: 30px 0px;
text-align: center;
margin: 0 auto;
align-items: center;
justify-content: center;
}

.social-icons p{text-align: center; color: #555; font-size: 14px;}
.social-icons .fa{
color: #B8860B;
font-size: 30px;
padding: 20px;
margin: 10px;
}


/************515251************#B8860B;*********************************/
 @media screen and (max-width: 1050px){
.footer-area{
	display: inline-block;
    }

    .footer-area{
	padding: 0;
    }

    .social-icons .fa{
	font-size: 20px;
	padding: 10px;
    }
}

@media screen and (max-width: 800px){
.header-content{
	width: 80%;
    }

    .header-content h1{
	font-size: 40px;
    }

    .header-content h6{
	font-size: 15px;
    }

    .about-content{
	padding: 0px 15px;
   }

   
  

}


/*******************************************************/

.coursesbanner{
    display: flex;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(rgba(11, 99, 160, 0.5), rgba(11, 99, 160, 0.9)),url('images/coursebg.jpg')no-repeat fixed; 
    background-size: cover;
    background-position: center center;
 
}

.course-header{padding: 20px;}
.course-header h2{
font-size: 25px;
color: #007bff;
text-align: center;
padding: 10px 0px;
}

.course-header hr{
width: 80px;
background: #007bff;
margin: 0 auto;
padding: 1.5px 0px;
}

/*
.card{
position: relative;
width: 300px;
height: 400px;
margin: 0 auto;
padding-bottom: 10px;
overflow: hidden;
align-items: center;
border: 3px solid rgb(7, 7, 70);
border-radius: 40px;
justify-content: center;
transition: 0.5s ease-in all;
background-color: #fff;
 background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(assets/images/course-img/graphic-design.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat; 
}


input,
.toggle{
position: absolute;
width: 50px;
height: 50px;
bottom: 20px;
right: 20px;
outline: none;
border: 1px solid #969696;
z-index: 10;
cursor: pointer;
}

input{opacity: 0;}

.toggle{
pointer-events: none;
border-radius: 100%;
background: #fff;
transition: 0.5s;
text-align: center;
line-height: 50px;
font-size: 40px;
}

.card:hover {box-shadow: 3px 1px 5px 2px #007bff4e; transition: 0.3s ease-in all;}

input:checked ~ .card-content{
text-align: left;
left: 20px;
z-index: 2;	
}

input:checked ~ .toggle{
 z-index: 1;
 box-shadow: 0 0 0 500px #007bff;
 transform: rotate(225deg);

}

.iconBx{
    width: 300px;
    height: 400px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 30px;
    margin-bottom: 30px;
    
}
.iconBx h2{
    font-size: 32px;
    font-family: poppins;
    font-weight: 700;
    color:  rgb(7, 7, 70);
    text-wrap:wrap;
    margin: auto;
}

.align_img{
top: 30px;
}

span{
position: relative;
top: 10%;
margin: 0 auto;
text-align: center;
}

span h2{
margin-top: 0px;
font-size: 30px;
text-align: center;
}

span h5{
font-size: 21px;
text-transform: italic;
}

.card-content{
position: absolute;
top: 0px;
z-index: -1;
}

.card-content h2{
color: #EAEAEB;
text-align: left;
font-size: 25px;
}

.card-content li{
color: #fff;
text-align: left;
text-align: justify;
list-style: square;
line-height: 1.5;
}

.card-content a{
 color: #007bff;
 background: #fff;
 text-decoration: none;
 padding: 5px;
font-size: 15px;
position: relative;
bottom: -10px;
left: 10px;
border: 1px solid #fff;

}

.card-content a:hover{
background: #007bff;
color: #fff;
text-decoration: none;
}

@media screen and (max-width: 1200px){
	.courses-area{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 50% 50%;
	justify-content: center;
	align-items: cetner;
	margin: 0 auto;
	padding: 0px;
   }

	.student-area{
	display: grid;
	grid-template-columns: 50% 50%;
	justify-content: center;
	align-items: cetner;
	margin: 0 auto;
    }

}

@media screen and (max-width: 800px){
	.courses-area{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-items: cetner;
	margin: 0 auto;
   }

	.student-area{
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-items: cetner;
	margin: 0 auto;
    }
}

*/
/**********************/

