*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

.sub-header{
	min-height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(images/banner1.jpeg);
	background-position: center;
	background-size: cover;
	color: white;
	margin-bottom: 10%;
}

.sub-header h1{
	margin-top: 10px;
	font-size: 42px;
	text-align: center;
}


.sub-header h1 span{
	color: #f2bb07;
}

   				/*------------------------------------course content-----------------------------------------------*/

.course p span{
	font-weight: 700;
	font-size: 17px;
}


   				/*------------------------------------------about us content-----------------------------------------*/


.about-intro{
	width: 90%;
	margin: auto;
}

.about-intro p{
	font-size: 18px;
	color: #717073;
	font-weight: 400;
	font-family:  "Whitney A","Whitney B",sans-serif;
	line-height: 30px;
}

.about-intro p span{
	font-weight: 700;
}

.about-picture{
	min-height: 50vh;
	width: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 3.5%;
}

.about-paragraph{
	width: 90%;
	margin: auto;
	margin-top: 2%;	
	color: #717073;
	font-family:  "Whitney A","Whitney B",sans-serif;
	text-align: center;
	margin-bottom: 3%;
}

.about-paragraph h2{
	font-size: 40px;
	font-weight: 700;
}

.about-paragraph p{
	font-size: 17px;
	font-weight: 400;
}

.about-paragraph a button{
	margin-top: 2%;
	border-radius: 10px;
}

.about-plan{
	width: 100%;
	height: 95vh;
	background: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/banner4.jpeg);
	background-size: cover;
	background-position: top;
	position: relative;
	font-family:  "Whitney A","Whitney B",sans-serif;
	color: white;
	text-align: left;
}

.about-plan div{
	position: absolute;
	top: 24%;
	left: 7%;
}

.about-plan div span, .about-plan div p{
	font-size: 20px;
	font-weight: 400;
}

.about-plan div h3{
	font-size: 62px;
	line-height: 100%;
}

.about-plan div .sub-topic{
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 1%;
}

.about-facility{
	width: 95%;
	margin: auto;
}

.ab-fac-col{
	flex-basis: 31%;
}

.ab-fac-col img{
	width: 100%;
	cursor: pointer;
	transition: 0.5s ease;
}

.ab-fac-col img:hover{
	opacity: 0.8;
}

.ab-fac-col h3{
	color: #f26722;
	cursor: pointer;
	font-size: 25px;
}

.ab-fac-col p{
	color: #717073;
	font-size: 14px;
}

.ab-fac-col span{
	color: #f26722;
}

.about-history{
	width: 100%;
	height: 65vh;
	position: relative;
	background: linear-gradient(rgba(133, 129, 129, 0.7), rgba(133, 129, 129, 0.7)) ,url(images/banner6.jpeg);
	background-size: cover;
	background-position: center;
	margin-top: 3%;
  margin-bottom: 5%;
}

.about-history div{
	width: 89%;
	margin: auto;
	color: white;
	text-align: center;
	padding-top: 8%;
}

.about-history div h2{
	font-size: 4em;
}

.about-history div p{
	font-size: 17.7px;
}

button{
	text-align: center;
	padding: 10px 50px 10px 50px;
	color: #b34a04;
	cursor: pointer;
	background: transparent;
	border: solid 1px #b34a04;
	transition:all 0.5s ease;
}

button:hover{
	color: white;
	background-color: #b34a04;
	border:1px solid #b34a04;
}



/*------------------------------------blog page content-----------------------------------------------*/

.blog-content{
	width: 80%;
	margin: auto;
	text-align: left;
	padding: 60px 0;
}

.blog-left{
	flex-basis: 65%;
}	

.blog-left img{
	width: 100%;
}
					
.blog-left h2{
	color: #222;
	font-weight: 600;
	margin: 30px 0;
}

.blog-left p{
	font-size: 14px;
	color: rgb(96, 96, 96);
}	

.blog-right{
	flex-basis: 32%;
}

.blog-right h3{
	font-size: 15px;
	font-weight: 600;
	color: white;
	background-color: #f73f11;
	width: 100%;
	padding:5px 100px 5px 100px;
	margin-bottom: 20px;
}

.blog-right div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	color: rgb(64, 63, 62);
	padding: 10px;
}

.comment-box{
	border: 1px solid rgba(161, 149, 138,0.7);
	margin: 50px 0;
	padding: 10px 20px;
}

.comment-box h3{
	padding-bottom: 15px;
}

.comment-box input, .comment-box textarea{
	background: #f0f0f0;
	border: none;
	color: black;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
}

.comment-box form{
	padding: 10px;
}

.comment-box button{
	margin-top: 15px;
}

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

.location iframe{
	width: 100%;
}

.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: 28px;
	color: #f44336;
	margin: 10px;
	margin-right: 30px;
}

.contact-col div h5{
	font-size: 20px;
	margin-bottom: 5px;
	color: #555;
	font-weight: 400;
}

.contact-col div .email{
	font-size: 16px;
}

.contact-col input, .contact-col textarea{
	color: black;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid rgb(96, 96, 96);
}

