@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
body
{
	overflow-x: hidden;
}

.container{
	max-width: 1140px;
  	margin: auto;
  	padding: 40px;
  	display: flex;
  	flex-wrap: wrap;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
.text
{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
}
.section-title{
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom:40px; 
}
.section-title h1{
	display: inline-block;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
	margin: 0 0 10px;
	position: relative;
}
.section-title h1:before{
	content: '';
	left: 0;
	position: absolute;
	height: 2px;
	right: 30%;
	background-color: #3475ca;
	bottom: 0px;
}

.text-center{
	text-align: center!important;
}
.text-left{
	text-align: left!important;
}
.text-right{
	text-align: right!important;
}

/* Banner */
.banner
{
	position: relative;
	padding: 100px 0px 100px;
	/*width: 100%;
	height: 100vh;*/
	background: #3475ca;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.20;
}
.banner .content
{
	position: relative;
	max-width: 1000px;
	padding: 100px 0px 0px;
	text-align: center;
}
.banner .content h2
{
	color: #fff;
	font-size: 60px;
}
.banner .content p
{
	color: #fff;
	font-size: 18px;
	text-align: justify;
}
.banner header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
}
.banner header .logo
{
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.banner header .toggle
{
	position: relative;
	width: 36px;
	height: 28px;
	background: url(toggle.png);
	background-size: cover;
	cursor: pointer;
}




/* Packages */
.packages{
	background-color: #ffffff;
	padding: 100px 0px 70px;
}
.packages .section-title h1:before{
	left: 30%;
}
.pricing-table{
  background: #f1f1f1;
  flex: 1;
  margin: 10px;
  text-transform: uppercase;
}

.pricing-header{
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.price{
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.price span{
  font-size: 20px;
}

.title{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  width: 80%;
  max-width: 360px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}

.pricing-list{
  padding: 10px 20px;
}

.pricing-list li{
  margin: 8px 0;
  font-size: 14px;
  color: #344;
  text-align: center;
  list-style: none;
}

.border{
  width: 80px;
  height: 1px;
  background: #ddd;
  margin: auto;
}

.pricing-table a{
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  border: 1px solid;
  max-width: 360px;
  transition: .2s linear;
  text-decoration: none;
}
.pricing-table a:hover{
  border-radius: 30px;
}
.table1 .pricing-header{
  background: #2980b9;
}
.table2 .pricing-header{
  background: #2c3e50;
}
.table3 .pricing-header{
  background: #c0392b;
}

.table1 .title{
  background-image: linear-gradient(125deg,#3498db,#9b59b6);
}
.table2 .title{
  background-image: linear-gradient(125deg,#34495e,#95a5a6);
}
.table3 .title{
  background-image: linear-gradient(125deg,#e74c3c,#f39c12);
}

.table1 a{
  color: #2980b9;
}
.table2 a{
  color: #2c3e50;
}
.table3 a{
  color: #c0392b;
}

.table1 a:hover{
  background: #2980b9;
  color: #fff;
}
.table2 a:hover{
  background: #2c3e50;
  color: #fff;
}
.table3 a:hover{
  background: #c0392b;
  color: #fff;
}

.pop{
	background: #F6E012;
	color: #000;
	text-align: center;
	
}
.pop1{
	background: #F6E012;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

/* Faculties */
.faculties{
	padding: 100px 15px;
	background-color: #D2DEF2;
}

.faculties .section-title h1:before{
	left: 30%;
}



.team{
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;
}

.team .team_member{
  background: #fff;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  padding: 20px;
  line-height: 20px;
  color: #8e8b8b;  
  position: relative;
}

.team .team_member h3{
  /*color: #81c644;*/
  color: #3475ca;
  font-size: 26px;
  margin-top: 50px;
}

.team .team_member p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.team .team_member .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .team_member .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}

/* Packages-Details */

.package-header
{
	position: relative;
	padding: 100px 0px 10px;
	background: #3475ca;
	display: flex;
	justify-content: center;
	align-items: center;
}
.package-header header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
}
.package-header header .logo
{
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.packages-details{
	background-color: #ffffff;
	padding: 100px 0px 70px;
}
.packages-details .section-title h1:before{
	left: 30%;
}
.package-container{
	max-width: 1000px;
  	margin: auto;
  	padding: 40px;
  	display: flex;
  	flex-wrap: wrap;
}
.package-container1{
	max-width: 1000px;
  	margin: auto;
  	padding: 10px;
  	display: flex;
  	flex-wrap: wrap;
}
.package-table{
  background: #f1f1f1;
  flex: 1;
  margin: 10px;
  text-transform: uppercase;
}
.package-table1{
  background: #ffffff;
  flex: 1;
  margin: 10px;
  /*text-transform: uppercase;*/
}
.packaging-header{
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.packaging-header h4{
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.packaging{
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.packaging span{
  font-size: 20px;
}

.packaging-list{
  padding: 10px 20px;
}

.packaging-list li{
  margin: 8px 20px;
  font-size: 14px;
  color: #344;
  /*text-align: center;
  list-style: none;*/
}


.package-table a{
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  border: 1px solid;
  max-width: 360px;
  transition: .2s linear;
  text-decoration: none;
}
.package-table a:hover{
  border-radius: 30px;
}

.table1 .packaging-header{
  background: #2980b9;
}
.table2 .packaging-header{
  background: #2c3e50;
}
.table3 .packaging-header{
  background: #c0392b;
}

.note
{
	padding: 10px 20px;

}
.note li{
  margin: 8px 20px;
  font-size: 14px;
  color: #344;
  list-style: none;
}
/* FAQs */
.faq-details{
	background-color: #ffffff;
	padding: 100px 0px 70px;
}
.faq-container{
	max-width: 1000px;
  	margin: auto;
  	padding: 40px;
  	display: flex;
  	flex-wrap: wrap;
}
.faq-table{
  background: #ffffff;
  flex: 1;
  /*margin: 10px;*/
  /*text-transform: uppercase;*/
}
.accordion{
	width: 100%;
	padding: 0 5px;
	border: 2px solid #6db5ff;
	cursor: pointer;
	border-radius: 50px;
	display: flex;
	margin: 10px 0;
	align-items: center;
}

.accordion .icon{
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
	background: url(images/add.png) no-repeat 5px 5px #6db5ff;
	border-radius: 50%;
	float: left;
	transition: all .5s ease-in;
}

.accordion h5{
	font-size: 22px;
	margin: 0;
	padding: 3px 0 0 0;
	font-weight: normal;
	color: #1f5c9a;
	transition: all .5s ease-in;
}

.active .icon {
	background: url(images/add.png) no-repeat 5px 5px #fff;
}
.active {
	background-color: #6db5ff;
	color: #fff;
}
.active h5 {
	color: #fff;
}
.panel{
	padding: 0 15px;
	border-left: 1px solid #6db5ff;
	margin-left: 25px;
	font-size: 14px;
	text-align: justify;
	overflow: hidden;
	max-height: 0;
	transition: all .5s ease-in;
}
/* Footer */
.footer
{
	background: #162c3b;
	padding: 20px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer ul
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer ul li 
{
	list-style: none;
}
.footer ul li a
{
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
	color: #ffffff;
}
.footer ul li a img
{
	filter: invert(1);
	max-width: 20px;
}


blink{
			animation: blink 2s linear infinite;
			color: #FF0000;
		}
		@keyframes blink{
			0%{opacity: 0;}
			50%{opacity: 1;}
			100%{opacity: 2;}
		}

blink1{
			animation: blink 2s linear infinite;
			color: #000000;
		}
		@keyframes blink1{
			0%{opacity: 0;}
			50%{opacity: 1;}
			100%{opacity: 2;}
		}



/* Footer */
.footer
{
	background: #162c3b;
	padding: 20px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer ul
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer ul li 
{
	list-style: none;
}
.footer a
{
	text-decoration: none;
	color: #ffffff;
}
.footer ul li a
{
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
	color: #ffffff;
}
.footer ul li a img
{
	filter: invert(1);
	max-width: 20px;
}


@media screen and (max-width:780px) {
  .pricing-table{
    flex: 100%;
  }
}

@media screen and (max-width:780px) {
  .package-table{
    flex: 100%;
  }
}

@media (max-width: 991px)
{
	.banner 
	{
		padding: 50px;
	}
	.banner header
	{
		padding: 20px 50px;
	}
	.banner .content h2
	{
		font-size: 36px;
	}
	.banner .content p
	{
		font-size: 16px;
	}
	.package-header 
	{
		padding: 50px;
	}
	.package-header header
	{
		padding: 20px 50px;
	}
	.faq-container .accordion{
	width: 100%;
	margin-right:  0px;
	margin-left:  0px;
	padding: 0 5px;
	}
	.faq-container .accordion h5{
		font-size: 12px;
		margin-left: 0px;
	/*padding: 3px 0 0 0;*/
	}
	.faq-container .accordion .icon{
	width: 15px;
	height: 15px;
	background: url(images/add2.png) no-repeat 2px 2px #6db5ff;
	border-radius: 50%;
	}
	
	.faq-container .panel{
	padding: 0 5px;
	border-left: 1px solid #6db5ff;
	margin-left: 20px;
	font-size: 10px;
}
 .faq-container.panel p{
	/*padding: 0 5px;
	border-left: 10px solid #6db5ff;*/
	
	font-size: 10px;
}
	.footer
	{
		padding: 20px 50px;
		flex-direction: column-reverse;
		text-align: center;
	}
	.footer ul
	{
		margin-bottom: 20px;
	}
}	

