@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*background: #eee;*/
}

body{
	font-family: 'Poppins', sans-serif;
	color: #1f1f1f;
	background: #f5f5f5;
}



/*Navigation*/
nav{
	background: #f5f5f5;
	/*background: #ebf3ff;*/
	-webkit-box-shadow: 0 8px 6px -6px #aaa;
	-moz-box-shadow: 0 8px 6px -6px #aaa;
	box-shadow: 0 8px 6px -6px #aaa;
	/*border-top: 2px solid #cf1717;*/
}

.navbar-brand img{
	width: 170px;
}

.nav-item{
	padding: 0 8px;
}

.nav-link{
	color: rgb(9,9,9) !important;
	font-weight: 500;
	width: 70px;
	transition: border 0.5s;
	text-align: center;
	border-bottom: 1px solid transparent;
}

.nav-link:hover{
	/*color: rgba(0,0,0,1) !important;*/
	color: #cf1717 !important;
	font-weight: 500;
	/*border-bottom: 2px solid #cf1717;*/
}

.nav-link:active{
	background: rgba(207,23,23,0.8);
	border-radius: 5px;
	color: #f5f5f5 !important;
}

.inq_btn{
	background: rgba(207,23,23,1);
	border-radius: 5px;
	color: #f5f5f5 !important;
	width: 105px;
}
.inq_btn:hover{
	background: rgba(207,23,23,0.8);
	color: #eee !important;
}

.gotop{
	display: none;
	position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
    background: #2a36d3;
    color: #f5f5f5;
}

.gotop span{
	padding: 9px 12px;
    background: #2a36d3;
    color: #f5f5f5;
    border-radius: 50%;
    box-shadow: 2px 3px #aaaaaa;
}

/*slider*/
.slider_section{
	/*background-color: ;*/
	background: linear-gradient(rgba(0,0,0,.7), rgba(9,9,9,.7)),url('../../assets/img/slide1.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 120px 0;
	justify-content: center;
	align-items: center;
}

.sliderbackgound{
	/*background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;*/
}

.slider_caption{
	color: #f5f5f5;
	text-align: center;
	/*background: rgba(0,0,0,0.5);*/
	padding: 50px 12px;
	border-radius: 7px;
}

.slider_caption h3{
	text-align: center;
	text-shadow: 0 0 3px #000000;
	font-size: 3em !important;
	letter-spacing: 2px;
	color: #ffd043;
	font-weight: 800;
	margin-bottom: 24px;
	text-transform: capitalize;
}

.slider_caption p{
	text-shadow: 0 0 3px #000000;
	font-size: 1.5em !important;
	letter-spacing: 2px;
	margin-bottom: 46px;
}

.carousel-control-next, .carousel-control-prev {
	top: 50% !important;
	bottom: 80% !important;
	opacity: 1 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 30px !important;
	height: 30px !important;
	}


/*#slide2{padding: 0 50px;}*/


/*Hero Section*/
.hero_section{
	position: relative;
	display: flex;	
	background: url(../img/herobg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 76px 0px;
}


.hero_tagline{
	
	margin-top: 20px;
	padding: 160px 0; 
	width: 78%;

}

.hero_tagline h3{
	font-size: 1.75em;
	font-weight: 600;
	padding-bottom: 7px !important;
}

.hero_tagline p{
	font-size: 1.2em;
	font-weight: 400;
	margin: 14px 0px;
	border-left: 4px solid #cf1717;
	padding-left: 12px;
	padding-bottom: 7px !important;
}


.tag_img{
	margin-top: 10px;
	padding: 100px 0; 
	vertical-align: middle;
	height: 100%;
	text-align: right;
	width: 100%;
}

.tag_img img{
	width: 100%;
	/*text-align: center;*/
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
  	/*box-shadow: 5px 10px #aaaaaa;*/
}


.link1,.link2{
	font-size: 1em;
	padding: 7px 9px;
	color: #f9f9f9;
	border-radius: 5px;
	text-decoration: none !important;
	margin-right: 10px;
}
.link1{
	background: #cf1717;
}
.link1:hover{
	background: #dc3838;
	color: #f5f5f5;
}

.link2{
	background: #18609e;
}
.link2:hover{
	background: #3d82bd;
	color: #f5f5f5;
}


/*About Section*/
.about_section{
	position: relative;
	width: 100%;
	transition: all 5s;
	padding: 76px 0px;
	/*background: #eee;*/

}

.aboutrightmission, .aboutrightvision{
	padding: 0px 0px;
	margin: 19px 0px;
	/*background: #fff; 
	box-shadow: 10px 10px 5px #aaaaaa;
	border: 1px solid #eee;*/
	/*color: #f5f5f5;*/
    text-align: center;
    padding: 24px 15px;
    background: rgba(245,245,245,1 );
    border-radius: 7px;
}

.aboutrightmission:hover, .aboutrightvision:hover{
	background: rgba(245,245,245,0.8 );
}

.aboutrightmission h3, .aboutrightvision h3{
	font-size: 1.2em;
	padding: 10px 0px;
	margin: 12px 0px;
	text-align: center;
	/*text-decoration: underline;*/
}

.aboutrightmission p, .aboutrightvision p{
	font-size: 1.2em;
}

.aboutrightmission h3{
	color: #0027ff;
}

.aboutrightvision h3{
	color: #cf1717;
}

.aboutrightmission{
	/*background: #18609e;*/
}

.aboutrightvision{
	/*background: #cf1717;*/
}

.about_para{
	padding: 2px 20px;
	margin: 32px 10px;
	/*height: 250px;*/
	overflow: hidden;
	transition: 3s all linear;
	transition-delay: 1s;
}
.about_para p{
	font-size: 1.2em;
}

#about_banner{
	padding: 30px 20px;
	/*background: #000650;*/
	background: url(../../assets/img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

#about_banner h3{
	color: #f5f5f5;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 3em;
	text-decoration: none !important;
}

#about_banner h3::after{
	border: none;
}

.readmorebtn{
	margin: 34px;
	padding: 7px;
}

.readmorebtn a{
	color: #eee;
    background: #cf1717;
    border-radius: 3px;
    padding: 7px 7px;
    text-align: center;
    transition: 3s all linear;
    font-size: 0.8em;
}
.readmorebtn a:hover{
	background: #dc3838;
	color: #f9f9f9;
}

.section_heading{
	text-align: center;
	margin: 10px 0;
	padding: 10px 0;
	/*text-decoration: underline;*/
}

.section_heading::after{
	content: " ";
    position: absolute;
    display: block;
    width: 80px;
    margin: 15px 0;
    border: 1px solid #363636;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    left: calc(50% - 40px);
}

/*Contact*/
.contact_section{
	background: #07142f;
	/*background: #f5f5f5;*/
	color: #f5f5f5;
	padding: 76px 0px;
	align-items: center;
	justify-content: center;
	vertical-align: middle;

}
.contact_para{
	padding-top: 20px;

}
.contact_para img{
	width: 180px;
	text-align: center;
}

.contact_para p{
	font-size: 1.2em;
	width: 90%;
}

.contact_section .table th, .contact_section .table td{
	border-top: 0 !important;
}

/*Service*/
.service_section{
	position: relative;
	width: 100%;
	transition: all 5s;
	padding: 76px 0px;
	background: #f5f5f5;
}
.service_section .section_heading{
	/*padding-bottom: 35px;*/
}

.serviceshortdescription{
	padding: 20px 10px;
	font-size: 1.2em;
}

.services{
	/*padding-top: 40px;*/
}

.servicelist i{
	/*position: absolute;
    top: 7px;*/
    /* background: #212529; */
    border-radius: 50%;
    padding: 4px 10px;
    color: #cf1717;
     /*border: 1px dashed #212529;*/
}

.servicelist .card{
	border: none; 
	/*width: 18rem;*/
    /*width: 250px;*/
    word-wrap: break-word;
    /*height: 266px;*/
    /*-webkit-box-shadow: 0 8px 6px -6px #aaa;
	-moz-box-shadow: 0 8px 6px -6px #aaa;
	box-shadow: 0 8px 6px -6px #aaa;*/
	border-radius: 7px;
	/*border: 1px solid #aaa;*/
	margin: 20px 0;
	text-align: center;
	background: none !important;
	
}

.servicelist .card:hover{
	background: rgba(245,245,245,0.7);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;	
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.servicelist .card-head{
	position: relative;
}

.servicelist .card-img-top{
	width: 100%;
	height: 180px;
}

.servicelist .card-title{
	/*padding-left: 45px;*/
	/*font-size: 1em;*/
	position: absolute;
    top: 0%;
    /*left: 3%;*/
    padding: 0 10px;
    color: #f9f9f9;
    background: rgba(0, 0, 0, 0.5)
}

.servicelist .card-text{
	/*padding-left: 45px;*/
	padding: 0 !important;
}

.servicelist .card-link{
	display: none;
}

/*.servicelist li{
	color: #cf1717;
    font-weight: 500;
    list-style: none;
    padding-left: 55px;
    font-size: 1.2em;
}

.servicelist p{
	padding: 10px 55px;
	color: #555;
	font-size: 1.2em;
}*/

.servicebanner{
	position: relative;
	/*width: 220px;*/
	max-height: 300px;
	/*margin: 20px;*/
	-webkit-box-shadow: 0 8px 6px -6px #aaa;
	-moz-box-shadow: 0 8px 6px -6px #aaa;
	box-shadow: 0 8px 6px -6px #555;
	border-radius: 7px;
	/*float: right;*/
}

.servicebanner img{
	border-radius: 7px;
	/*width: 220px;*/
}

.servicebanner div{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	border-radius: 7px;
}

.servicebanner div span{
	/*position: absolute;
	top: 40%;
	left: 18%;*/
	font-size: 1.2em;
	font-weight: 600;
	color: #eee;
    text-align: center !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-top: 60px;
}

/*.services{
	padding: 10px 20px;
	margin: 32px 10px;
}*/

/*courses_banner*/
#courses_banner{
	padding: 30px 20px;
	/*background: #8a0000;*/
	background: url(../../assets/img/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#courses_banner h3{
	color: #f5f5f5;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 3em;
	text-decoration: none !important;
}

#courses_banner h3::after{
	border: none;
}

/*courses_section*/
.courses_section{
	padding: 76px 0px;
	
}

.course{
	position: relative;
}

/*Course List*/
.course img{
	/*border-radius: 10px;*/
	-webkit-box-shadow: 0 8px 6px -6px #aaa;
	-moz-box-shadow: 0 8px 6px -6px #aaa;
	box-shadow: 0 8px 6px -6px #aaa;
	width: 80%;
}

.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 0;
	border-radius: 7px;
}

.coursetitle{
	position: absolute;
	bottom: 0;
	padding-left: 10px;
	text-shadow: 0 0 3px #000000;
}

.coursetitlesmall{
	color: #eee;
    font-size: 1.5em;
    margin-bottom: 7px;
}

.coursetitlelarge{
	font-size: 1.7em;
	font-weight: 500;
    line-height: 1em;
    color: #eee;
}

.courseheading{
	font-size: 1.6em;
	font-weight: 600;
}

.coursetype{
	font-size: 1.2em;
	padding-left: 16px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.c_summary{
	    padding-right: 72px;
}

/*.coursetype span{
	border-radius: 7px;
    border: 1px solid #000;
    padding: 3px 6px;
    display: inline-block;
    margin-top: 15px;
    font-size: 0.7em;
    
}*/

.ceo{
	text-align: center;
	padding-top: 69px;

}

.ceo img{
	/*width: 150px;*/
	border-radius: 50%;

}

.ceoname{
	font-weight: 700;
	clear: both;
	text-align: center;
	margin: 0 10px;
	line-height: 2;
}

.ceodesignation{
	font-size: 0.8em;
	margin: 2px 0;
	line-height: 2;
}

.ceowork{
	font-size: 0.7em;
	color: #cf1717;
	margin: 2px 0;
	line-height: 1;
}

.ceo a{
	/*background: #cf1717;*/
	color: #f9f9f9;
	text-decoration: none;
	font-size: 0.8em;
	padding: 3px 6px;
	border-radius: 5px;
	text-decoration: none !important;
	line-height: 3;
}



.ceo a:hover{
	/*background: #dc3838;*/
	color: #f9f9f9;
}

.ceo p{
	    border-right: 2px solid #cf1717;
}

.leader_section{
	padding: 76px 0px;
	/*background: linear-gradient(to bottom,rgba(0,0,0,0.8), rgba(0,0,0,0.3));*/
	/*background: #ebf3ff;*/
	background: url(../../assets/img/bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.leaderintro{
	font-size: 1.2em;
	padding-left: 28px !important;
	padding-top: 28px;
}

.intropara{
	height: 250px;
	overflow: hidden;
	transition: 3s all linear;
	transition-delay: 1s;
}


/*courses.php*/

.courses{
	padding: 76px 0px;
}

.courses .card{
	margin: 20px 6px;
}

.course_banner{
	position: relative;
	/*padding-top: 72px;*/
}

.footer-bottom{color: #2e3092; padding: 10px 0px;}
.linked{display: inline-block;color: #002060;
font-weight: bold; font-size: 0.8em;
text-transform: uppercase;}

.linked:hover{color: #009688; text-decoration: none;}
.copyright{padding-top: 5px;}
.powered{text-align: right;}

/*register form*/
.register{
	padding: 45px 0;
	/*margin-top: 72px;*/
}


/*font awesome styleing for social media*/
.fa-facebook-square:hover{
	color: #3b5998; 
}

.fa-instagram:hover{
	color: #8a3ab9;
}

.fa-linkedin-square:hover{
	color: #0077b5;
}



/*Responsive Screen*/
@media screen and (max-width: 768px)
{

	.navbar-nav{
		margin-top: 12px; 
	}

	.nav-link{
		width: 100%;
    	padding: 11px 0 !important;
    	border-bottom: 1px solid #fff;
	}
	.hero_tagline{
		padding: 0 !important;
	}
	.tag_img{
		display: none;
	}

	.ceo p{
	    border-right: 0px solid #cf1717;
	}
	.leaderintro{
	padding-left: none !important;
	}
	.powered{text-align: center; padding: 5px 0px 0px 0px;} 
	  .copyright{text-align: center;}
	  .pilloncopy{text-align: center !important;float: center !important;}

	  .slider_section{
	  	/*background: linear-gradient(rgba(0,0,0,.7), rgba(9,9,9,.7)),url('../../assets/img/herobg1.jpg');*/
	  	background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed;
	  }
	  .slider_caption{
	  	width: 100% !important;
	  	padding: 7px 12px;
	  	height: 440px;
	  }
	  .slider_caption h3{
	  		font-size: 1.5em !important;
	  		text-align: left;
	  		/*text-transform: capitalize;*/
	  }
	  .slider_caption p{
	  		font-size: 1em !important;
	  		text-align: left;
	  		/*text-transform: capitalize;*/
	  }

	  .coursetype{
	  	padding-left: 0 !important;
	  }

	  .companytc{
			font-size: 0.8em;
			/*text-align: center;*/
			width: 100vw;
			padding-left: 0;
		}
		.implinklabel{
			/*display: none;*/
		}

	  /*#slide2{padding: 0 !important;}*/
}

.companytc{
	font-size: 0.8em;
	padding-left: 14px;
	width: 100vw;
}

.credit,.disclaimer{
	padding: 45px 0;
	font-size: 0.8em;
	text-align: center;
}
