  *{
	margin:0;
	padding:0;
font-family: 'Montserrat', sans-serif;

}
.top
{
	min-height:100vh;
	width:100%;
	background-image:linear-gradient(rgba(4,9,30,0.7),
		rgba(4,9,30,0.7)),url('../images/main-image.jpg');
	background-size:cover;
	background-position:center;
	position:relative;
}
nav 
{
	display:flex!important;
	padding:2% 6%!important;
	justify-content: space-around!important;
	align-items:center!important;


}
nav img
{
	width:80px!important;

	
}
.nav-links
{
	flex:1!important;
	text-align: right!important;
	
	
}
.nav-links ul li
{
	list-style:none;
	display:inline-block;
	padding:8px 12px;
	position:relative;
}
.nav-links ul li a
{
	color:#fff!important;
	text-decoration:none!important;
	font-size:13px!important;
}
.nav-links ul li::after
{
	content:' ';
	width:0%;
	height:2px;
	background:#0353A4;
	display:block;
	margin:auto;
	transition:0.2s;
}
.nav-links ul li:hover::after
{
	width:100%;
}
.text-box
{
	width:90%;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
} 
.text-box h1
{
	
	font-size:62px;
	
}
.text-box p
{
	margin:10px 0 40px;
	font-size:14px;
	color:#fff;
}
.hero-btn
{
	display:inline-block;
	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 #0353A4;
	background-color:#0353A4;
	transition:1s;	
	color: #fff;
}
.btn-warning
{
	background:#0353A4!important;
	color:#fff!important;
}
nav .fas
{
	display:none;
}
@media (max-width:768px)
{
	.text-box h1
	{
		font-size:20px;
	}
	.nav-links ul li
	{
		display:block
	}
	.nav-links
	{
		position:absolute;
		background:#0353A4;
		height:100vh;
		width:200px;
		top:0;
		right:-200px;
		text-align:left;
		z-index:2;
		transition:2s;

	}
	nav .fas
	{
		display: block;
		color:#fff;
		margin:10px;
		font-size:22px;
		cursor:pointer;
	}
	.nav-links ul
	{
		padding:30px!important;
	}
}

/*------Service------------------------*/
.service
{
	width:80%;
	margin:auto;
	text-align:center;
	padding-top:100px;
	color: #0353A4}
.service h1
{
	font-size: 36px;
	font-weight:600;
}
p
{
	color:#333;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	padding:10px;
}
.service-row
{
	margin-top:5%;
	display:flex;
	justify-content:space-between;
}
.service-col
{
	flex-basis:31%;
	background-color:#0353A4;
	margin-bottom:5%;
	padding:20px 12px;
	box-sizing: border-box;
	transition: 0.5s;
}
.service-row h3
{
	text-align: center;
	font-weight:600;
	margin: 10px 0;
	color:#fff;
}
.service-col p
{
	color: #fff;
}
.service-col .fas
{
	color: #fff;
}
.service-col:hover
{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.view-btn
{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	border:1px solid #fff;
	padding:12px 34px;
	font-size:13px;
	background:transparent;
	position:relative;
	cursor:pointer;
}
.view-btn:hover
{
	border:1px solid #fff;
	background-color:#fff;
	transition:1s;	
	color: #0353A4;
}
@media(max-width: 768px)
{
	.service-row
	{
		flex-direction: column;
	}
}
/**our office section --**/
.office
{
	width: 80%;
	margin: auto;
	text-align:center;
	padding-top: 50px ;
}
.office-row
{
	margin-top:5%;
	display:flex;
	justify-content:space-between;
}
.office h1
{
	text-align: center;
	font-weight:600;
	margin: 10px 0;
	color:#0353A4}
.office-col
{
	flex-basis: 31%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.office-col img
{
	width: 100%;
	display:block;
}
.layer
{
	background:transparent;
	height: 100%;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	transition: 0.5s;
}
.layer:hover
{
	background:rgba(3,83,164,0.6);
}
.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;
}
@media(max-width: 768px)
{
	.office-row
	{
		flex-direction: column;
	}
}
/*---Facilities --*/
.facilities,.upcoming
{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
.facilities-row
{
	margin-top:5%;
	display:flex;
	justify-content:space-between;
}
.facilities h1
{
	text-align: center;
	font-weight:600;
	margin: 10px 0;
	color:#0353A4}
.facilities-col
{
	flex-basis: 31%;
	margin-bottom: 5%;
	text-align: center;
}
.facilities-col img
{
	width:100%;
		
}
.facilities-col p
{
	padding: 0;
}
.facilities-col h3
{
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: left;
}
.facilities-col h4
{
    color:#c00;
    margin-top:16px;
    margin-bottom:15px;
    text-align:center;
}
@media(max-width: 768px)
{
	.facilities-row
	{
		flex-direction: column;
	}
}
.enroll-btn
{ 
	display:inline-block;
	text-decoration:none;
	color:#fff;
	border:1px solid #fff;
	padding:12px 34px;
	font-size:13px;
	background:transparent;
	position:relative;
	cursor:pointer;
}
.enroll-btn:hover
{
	border:1px solid #0353A4;
	background-color:#fff;
	transition:1s;	
	color: #0353A4;
}

/*testimonials---*/
.testimonials
{
	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align:center;
}
.testimonials h1
{
	color:#0353A4}
.testimonial-row
{
	margin-top:5%;
	display:flex;
	justify-content:space-between;
}
.testimonial-col
{
	flex-basis:44%;
	margin-bottom:5%;
	text-align:left;
	background:#fff3f3;
	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-col .fas,.far
{
	color: #0353A4}

@media(max-width:640px)

{
		.testimonial-row
		{
			flex-direction:column ;
		}
	.testimonial-col img
	{
		margin-left: 0;
		margin-right:15px;
		width: 100%;
	}
}
/*upcoming*/
.upcoming
{
   	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align:center;
}
.upcoming h2
{
 	
	color:#0353A4
}


/*--call to action --- */
/*contact  */
.contact
{
	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align:center;
}
.contact h2
{
	color:#0353A4;
	text-transform:uppercase;
	text-align:center;
    
}
.contact-row
{
	margin-top:5%;
	display:flex;
	justify-content:space-between;
}
.contact-col
{
	flex-basis:44%;
	margin-bottom:5%;
	display:flex;
	padding:20px 12px;
}
.contact-col iframe
{
	 margin-left:5px;
	 margin-right:30px;
}

/*contact section */
.cta
{
	margin:100px auto;
	width: 100%;
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url("../images/lab-1.jpg");
  	background-position:center;
  	background-size: cover;
  	text-align:center;
  	padding: 100px 0;
}
.cta h1
{
	color:#fff;
	margin-bottom:40px;
	padding: 0;
	text-align: center;
}
@media(max-width: 640px)
{
	.cta h1
	{
		font-size: 24px;
	}
}
/*---footer---*/
footer
{
	background-color:#333;
	color:#ececec;
	padding:0  0  30px 0;
	width:100%;

}
footer .footer-top
{
	background:#000;
 	padding:60px 0 30px 0;
}
footer .footer-top .footer-info
{
	margin-bottom:30px;
}
footer .footer-top .footer-info h3
{
	font-size:34px;
	margin:0 0 20px 0;
	padding:2px 0 2px 0;
	line-height: 1;
	color:#fff;
	font-weight:400;
	text-transform: uppercase
}
footer .footer-top .footer-info p
{
	font-size:13px;
	line-height:24px;
	margin-bottom: 0;
	color:#fff;
}
footer .footer-top .social-links a
{
	font-size: 18px;
	display:inline-block;
	background:#0353A4;
	color:#fff;
	line-height: 1;
	padding:8px 0;
	margin-right:4px;
	border-radius:50%;
	text-align: center;
	width:36px;
	height:36px;

}

footer  .footer-top  h3
{
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	padding-bottom:10px;
}

footer .footer-top .footer-links
{
	margin-bottom:30px;
}
footer .footer-top .footer-links ul
{
	list-style:none;
	padding:0;
	margin:0;
}
footer .footer-top .footer-links ul li
{
	padding:8px 0;
}
footer .footer-top .footer-links ul a
{
	color:#fff;
}
footer .footer-top .footer-links ul a:hover
{
	color:#0353A4}
footer .footer-top .footer-contact
{
	margin-bottom:30px;
}
footer .footer-top .footer-contact p
{
	line-height:26px;
	color: #fff;
}
footer .footer-top .footer-newsletter
{
	margin-bottom:30px;
}
footer .footer-top .footer-newsletter input[type="email"]
{
	border:0;
	padding:6px 8px;
	width:65%;
}
footer .footer-top .footer-newsletter button
{
	 margin:4px;
	 padding:6px 8px;
	 transition:0.3s;
}
footer .copyright
{
	text-align: center;
	padding-top:30px;
}
footer  .credits 
{
	 text-align: center;
	padding-top:30px;
}
footer .credits  a
{
	 color:#0353A4}

/*---about us page------------*/
.sub-header
{
	height:100vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9.30,0.7),rgba(4,9,30,0.7)),url(../images/appsdevelop.png);
	background-position: center;
	background-size:cover;
	text-align: center;
	color: #fff;
}
.sub-header h1
{
	margin-top: 100px;
}
.about-row
{
	margin-top:5%;
	display:flex;
	justify-content:space-between;
}
.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%;
}
.about-col h1
{
	padding-top:0;
}
.about-col p
{
	padding:15px 0 25px;
}
.red-btn
{
	border:1px solid #0353A4;
	background:transparent;
	color: #0353A4}
.red-btn:hover
{
	color: #fff; 
}
@media(max-width:640px)

{
		.about-row
		{
			flex-direction:column ;
		}
	.testimonial-col img
	{
		margin-left: 0;
		margin-right:15px;
		width: 100%;
	}
}
.modal-body img
{
    width:100%;
}


.course
{
	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align:center;
}
.course h2
{
	color:#0353A4;
	text-transform:uppercase;
	text-align:center;
    
}
.course-row
{
	margin-top:5%;
	display:flex;
	justify-content:space-between;
}
.course-col
{
	flex-basis:48%;
	padding: 30px 2px;
}
.course-col h3
{
	text-align: center;
	font-weight:600;
	margin: 10px 0;
	color:#c00;

}
.course-col p
{
	color:#333;
	padding:15px 0 25px;
}
@media(max-width:640px)

{
		.course-row
		{
			flex-direction:column ;
		}
	
}