*{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}
.header{
	min-height: 110vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.4)),url(img_vid/B1.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	overflow-x: hidden;
}
/*------- Back to Top Button --------*/
html{
	scroll-behavior: smooth;
}
#progress{
	background-color: #ff3e3e;
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 60px;
	width: 60px;
	display: none;
	place-items: center;
	border-radius: 50%;
	z-index: 3;	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
#progress-value{
	display: block;
	height: calc(100% - 15px);
	width: calc(100% - 15px);
	background-color: #ffffff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 28px;
	color: #ff3e3e;
}

/*------- Main header css --------*/
.herom{
	width: 100%;
	height:100vh;
	background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
	position: relative;
	padding: 0 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
}
.back-video{
	position: absolute;
	right: 20;
	bottom: 0;
	z-index: -1;	
}

@media (min-aspect-ratio: 16/9){
	.back-video{
		width: 100%;
		height: auto;
	}
}
@media (max-aspect-ratio: 16/9){
	.back-video{
		width: auto;
		height: 100%;
	}
}

/*------- sound header css --------*/

.header2{
	min-height: 125vh;
	width: 100%;
	background-image: url(img_vid/pd7.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	overflow-x: hidden;
}

.contents{
	width: 100%;
	position: absolute;
	top: 10%;
}
.contents a{
	margin-left: -23%;
	margin-top: 40%;
}
.left-col{
	margin-left: 6%;
}
.left-col h1{
	font-size: 85px;
	color: #fff;
	margin-top: 20%;
	line-height: 100px;
	float: left;
}
.right-col{
	float: right;
	margin-right: 1%;
	margin-top: 25%;
	display: flex;
	align-items: center;
}
.right-col p{
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin-right: -35px;
}

#vector{
	width: 185px;
	cursor: pointer;
}

@media(max-width: 700px){
	.right-col{
		margin-top: 22%;
		margin-left: 20%;
	}
	.contents h1{
		font-size: 55px;
		line-height: 70px;
	}

	.contents{
		flex-direction: column;
		top: 28%;	
	}	

}

.logo{
	width: 150px;
	position: absolute;
	top: -1%;
	left: 0%;
}
nav{
	width: 100%;
	padding: 40px 0;
	display: flex;
	align-items: center;
}
#sideNav{
	width: 250px;
	height: 100vh;
	position: fixed;
	right: -250px;
	top: 0;
	background: #ff3e3e;
	z-index: 2;
	transition: 0.5s;
}
nav ul li{
	list-style: none;
	margin: 65px 20px;
}
nav ul li a{
	font-family: 'Open Sans';
	text-decoration: none;
	color: #fff;
}
nav ul li a:hover{
	color: #333;
}

#menuBtn{
	width: 40px;
	height: 40px;
	background: #ff00;
	text-align: center;
	position: fixed;
	right: 25px;
	top: 40px;
	border-radius: 0px;
	z-index: 3;
	cursor: pointer;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
#menuBtn img{
	width: 40px;
	margin-top: 5px;
}

/*-- nav{
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
}
nav img{
	margin-top: -50px;
	margin-left: -25px;
	width: 150px;
}
.nav-links{
	margin-top: -50px;
	margin-right: -25px;
	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{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #ff3e3e;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links ul li:hover::after{
	width: 100%;
} --*/


.text-box{
	width: 90%;
	color: #fff;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.text-box h1{
	font-size: 50px;
}
.text-box p{
	color: #fff;
	margin: 10px 0 40px;
	font-size: 18px;
	opacity: 0;
}
.links{
	margin-top: 30px;
	opacity: 0;
}
.links a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

.hero-btn{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border-radius: 23px;
	border: 1px solid #ff3e3e;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.hero-btn:hover{
	border: 1px solid #ff3e3e;
	background: #ff3e3e;
	transition: 1s;
}
.hero-btn2{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border-radius: 23px;
	border: 2px solid #ff3e3e;
	padding: 12px 34px;
	font-size: 16px;
	background: transparent;
	margin-top: 14%;
	position: relative;
	cursor: pointer;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.hero-btn2:hover{
	border: 2px solid #ff3e3e;
	background: #ff3e3e;
	transform: translateY(-7px);	
	transition: 1s;
}
.slide-left{
	animation: slideleft 1s linear forwards;
}
@keyframes slideleft{
	0%{
		transform: translate(100px);
		opacity: 0;
	}
	100%{
		transform: translate(0px);
		opacity: 1;
	}
}
p.slide-left{
	animation-delay: 1s;
}
.links.slide-left{
	animation-delay: 2s;
}


/*-- nav .fa{
	display: none;
	margin: 0px -5px 125px;
} --*/

@media(max-width: 700px){
	.text-box h1{
		font-size: 26px;
	}
	.text-box p{
		font-size: 16px;
	}
	.hero-btn, .hero-btn2, .red-btn{
		padding: 8px 16px;
	}


/*--	.nav-links ul li{
		display: block;
	}
	.nav-links{
		position: absolute;
		background: #ff3e3e;
		height: 118vh;
		width: 220px;
		top: 0;
		right: -220px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}
	.nav-links ul li a:hover{
	color: #000;
	}
	nav .fa{
		display: block;
		color: #000;
		margin-top: 65px;
		margin-left: 10px;
		font-size: 23px;
		cursor: pointer;
	}
	.nav-links ul{
		padding: 15px;
	} --*/
}

/*----- services -----*/

.services{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
h1{
	font-size: 36px;
	font-weight: 600;
}

p{
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
}

.row{
	margin-top: 9%;
	display: flex;
	justify-content: space-between;
}
.services-col{
	flex-basis: 31%;
	background: #fff3f3;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: 0.5s;
}
h3{
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
}
.services-col:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
	.row{
		flex-direction: column;
	}
}

/*----- new services design 

.wrapper{
	display: flex;
	width: 100%;
	height: 100vh;
	flex-wrap: wrap;
}
.left-col, .right-col{
	flex-basis: 50%;
	height: 100vh;
	position: absolute;
}
.context{
	max-width: 500px;
	position: relative;
	top: 50%;
	left: 45px;
	text-align: left;
	transform: translateY(-50%);
}
.context h3{
	color: #ff3e3e;
	font-size: 60px;
	line-height: 70px;
	margin: 25px 0;
}
.context p{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 50px;
}
.context a{
	margin-left: 1%;
}
.slider{
	width: 100%;
	height: 1%;
	display: inline-flex;
}
.slider img{
	width: 100%;
	float: right;
}
-----*/



/*-------- campus ---------*/
.campus{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}
.campus-col{
	flex-basis: 32%;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.campus-col img{
	width: 100%;
}
.layer{
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.layer:hover{
	background: rgba(226,0,0,0.7);
}
.layer h3{
	width: 100%;
	font-weight: 500;
	color: #fff;
	font-size: 26px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}
.layer:hover h3{
	bottom: 49%;
	opacity: 1;
}

/*----------------- facilities -------------------*/

.facilities{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
.facilities-col{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: center;
}
.facilities-col img{
	width: 100%;
	border-radius: 10px;
}
.facilities-col p{
	padding: 0;
}
.facilities-col h3{
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: center;
}

/*---------------- testimonials ------------------*/

.testimonials{
	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align: center;
}
.testimonials-col{
	flex-basis: 44%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
	background: #fff3f3;
	padding: 25px;
	cursor: pointer;
	display: flex;
	transition: .5s;
}
.testimonials-col:hover{
	transform: translateY(-7px);
}
.testimonials-col img{
	height: 40px;
	margin-left: 5px;
	margin-right: 30px;
	border-radius: 50%;
}
.testimonials-col p{
	padding: 0;
}
.testimonials-col h3{
	margin-top: 15px;
	text-align: right;
}
.testimonials-col .fa{
	color: #f44336;
}
@media(max-width: 700px){
	.testimonials-col img{
		margin-left: 0px;
		margin-right: 15px;
	}
}

/*------------- cta --------------*/

.cta{
	margin: 100px auto;
	width: 80%;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img_vid/U1.png);
	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;
}
.icons .fa{
	color: #f44336;
	font-size: 20px;
	margin: 0 14px;
	cursor: pointer;
	padding: 18px 0;
	transition: .5s;
}
.icons .fa:hover{
	transform: translateY(-7px);
}
.fa-heart-o{
	color: #f44336;
}


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

.sub-header{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.4)),url(img_vid/pd6.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow-x: hidden;	
}
.sub-header3{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.4)),url(img_vid/pd3.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow-x: hidden;	
}
.sub-header4{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.4)),url(img_vid/pd1.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow-x: hidden;
}
.sub-header5{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.4)),url(img_vid/pd5.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow-x: hidden;
}
.sub-header6{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.4)),url(img_vid/PP.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow-x: hidden;
}

.sub-header ul li a{
	color: #fff;
}
.sub-header h1{
	margin-top: 20px;
	color: #fff;
}
.sub-header2 h1{
	margin-top: 20px;
	color: #fff;
}
.sub-header3 h1{
	margin-top: 20px;
	color: #fff;
}
.sub-header4 h1{
	margin-top: 20px;
	color: #fff;
}
.sub-header5 h1{
	margin-top: 20px;
	color: #fff;
}
.about-us{
	width: 80%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 50px;
}
.about-col{
	flex-basis: 48%;
	padding: 30px 2px;
}
.about-col iframe{
	width: 100%;
	border-radius: 10px;
}
.about-col video{
	width: 100%;
	border-radius: 10px;
}
.about-col h1{
	padding-top: 0;
}
.about-col p{
	padding: 15px 0 25px;
}
.red-btn{
	border-radius: 23px;	
	border: 2px solid #f44336;
	padding: 10px 34px;	
	background: transparent;
	color: #f44336;
}
.red-btn:hover{
	color: #fff;
}

nav .fa{
	color: #fff
}

/*------ about page new section design -------*/

.row-about{
	display: flex;
	width: 100%;
	background: #fff3f3;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.col-1, .col-2{
	flex-basis: 50%;
	overflow: hidden;

}
.col-2 img{
	width: 100%;
}
.col-1{
	padding: 8% 5%;
}
.col-1 h1{
	font-size: 60px;
	line-height: 80px;
	letter-spacing: 1px;
}
.col-1 p{
	line-height: 22px;
	margin: 15px 0 30px;
}
.col-2 video{
	width: 100%;
	margin-top: 20px;
}

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

/*------------- portfolio(blog) --------------*/

.blog-content{
	width: 80%;
	margin: auto;
	padding: 60px 0;
}
.blog-left{
	flex-basis: 65%;
}
.blog-left img{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);	
}
.blog-left h2{
	color: #222;
	font-weight: 600;
	margin: 30px 0;
}
.blog-left p{
	color: 999;
	padding: 0;
}

.blog-right{
	flex-basis: 32%;
}
.blog-right h3{
	background: #f44336;
	color: #fff;
	padding: 7px 0;
	font-size: 16px;
	margin-bottom: 20px;
}
.blog-right div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #555;
	padding: 8px;
	box-sizing: border-box;
}

/*------------- contact page --------------*/

.location{
	width: 80%;
	margin: auto;
	padding: 80px 0;
}
.location iframe{
	width: 100%;
	border-radius: 10px;
}
.contact-us{
	width: 80%;
	margin: auto;
}
.contact-col{
	flex-basis: 48%;
	margin-bottom: 30px;
}
.contact-col div{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.contact-col div .fa{
	font-size: 30px;
	color: #f44336;
	margin: 10px;
	margin-right: 30px;
}
.contact-col div p{
	padding: 0;
}
.contact-col div h5{
	font-size: 20px;
	margin-bottom: 5px;
	color: #555;
	font-weight: 400;
}
.contact-col input, .contact-col textarea{
	width: 100%;
	padding: 15px;
	margin-bottom: 17px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 10px;
}

/*------------- grid folio --------------*/

.container{
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 8%;
}
.gallery{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}
.gallery img{
	width: 100%;
	transition: .4s
}
.gallery img:hover{
	transform: scale(0.8) rotate(-15deg);
	border-radius: 20px;
	box-shadow: 0 32px 75px rgba(68,77,136,0.2);

}

/*------------- grid folio 
.content-showcase
{
	list-style: none;
	width: 100%;
}

.content-showcase li
{
	display: block;
	width: 33.3%;
	float: right;
}

.content-photo
{
	width: 100%;
	margin: -2px;
	overflow: hidden;
}

.content-photo img
{
	width: 100%;
	height: auto;
	transform: scale(1.15);
	transition: all 0.3s;
}

.content-photo img:hover
{
	transform: scale(1.05);
}

.content
{
	margin-top: 60px;
}
.clearfix
{
	zoom:1;
}
.clearfix:after
{
	visibility: hidden;
	content: ".";
	height: 0;
	display: block;
	clear: both;
}	end --------------*/

/*------------- portfolio page videofolio --------------*/
.containers{
	width: 100%; 
	margin: 80px auto;
}
.rows{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cols{
	flex-basis: 50%;
	min-width: 250px;
}
.feature-img{
	width: 70%;
	margin: auto;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.small-img-row{
	display: flex;
	background: #efefef;
	margin: 20px 0;
	align-items: center;
	border-radius: 6px;
	overflow: hidden;
	width: 70%;
}
.small-img{
	position: relative;
}
.small-img img{
	width: 130px;
}
.small-img-row p{
	margin-left: 20px;
	color: #000;
	line-height: 22px;
	font-family: 'Arial'; 
	font-size: 24px;
}
.play-btn{
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.small-img .play-btn{
	width: 35px;
}	
.video-player{
	width: 80%;
	position: absolute;
	left: 50%;
	top: 290%;
	transform: translate(-50%,-50%);
	display: none;
}
video:focus{
	outline: none;
}
.close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	cursor: pointer;
}

@media(max-width: 700px){
	.rows{
		flex-direction: column;
		font-size: 14px;
	}
	.small-img-row{
		width: 100%;
	}
	.video-player{
	position: relative;	
	}	
}	


/*-------- POPUP FORM ----------*/
.popup{
	width: 400px;
	background: #fff3f3;
	border-radius: 6px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.1);
	text-align: center;
	padding: 0 30px 30px;
	color: #333;
	visibility: hidden;
	transition: transform 0.4s, top 0.4s; 
}
.open-popup{
	visibility: visible;
	top: 160%;
	transform: translate(-50%,-50%) scale(1);
}

.popup img{
	width: 100px;
	margin-top: -50px;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.popup h2{
	font-size: 38px;
	font-weight: 500;
	margin: 30px 0 10px;
}
.popup p{
	font-size: 17px;
}	
.popup button{
	width: 35%;
	margin-top: 25px;
	padding: 11px 0;
	border: 1px solid #f44336;	
	background: transparent;
	color: #f44336;
	outline: none;
	font-size: 15px;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	transition: .5s;

}
button:hover{
color: #fff;
background: #f44336;
}


