html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End of reset CSS*/
*{
	box-sizing: border-box;
}
body{
	font-size: 16px;
  font-family: 'Open Sans', sans-serif;
	color: #414042;
	overflow-x: hidden;
	line-height: 1.2;
	position: relative;
}
a,
a:hover,
a:focus{
	text-decoration: none;
	color: inherit;
}

h1,	h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: inherit;
}
.stopScroll{
	overflow: hidden;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px){
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.container {
		max-width: 720px;
	}
}
@media (min-width: 1200px){
	.container {
		max-width: 1140px;
	}
}
.row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
[class^="col-"]{
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-35{
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}
.col-65{
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
}
.col-6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
@media (min-width: 576px){
	.col-sm-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-3{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-9{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
}
@media (min-width: 767px){
	.col-md-3{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-8{
		-ms-flex: 0 0 66.66666%;
		flex: 0 0 66.66666%;
		max-width: 66.66666%;
	}
}
@media (min-width: 992px){
	.col-lg-4{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
.text-center{
	text-align: center;
}
.img-fluid, amp-img img{
	max-width: 100%;
	height: auto;
}
.formLabel{
	position: relative;
	margin-bottom: 15px;
}
.formLabel select,
.formLabel input,
.formLabel input:hover,
.formLabel input:focus,
.formLabel textarea,
.formLabel textarea:hover,
.formLabel textarea:focus{
	display: block;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	outline: none;
	padding: 12px 12px;
	border-radius: 5px;
	font-size: 16px;
}
.formLabel textarea{
	min-height: 200px;
}
.learning_path{
    background-image: url(images/lp2.jpg);
    background-size: cover;
    min-height: 449px;
    max-height: 80vh;
    padding: 60px 0px;
    background-position: center 0px;
    color: black;
    margin-bottom: 56px;
}

@media (max-width: 447px)
{
    .learning_path{
    background-image: url(images/lp1.jpg);
    background-size: cover;
    min-height: 1000px;
    max-height: 80vh;
    padding: 60px 0px;
    background-position: center 0px;
    color: black;
    margin-bottom: 56px;
}
}



.pageHead{
	position: relative;
	margin-bottom: 30px;
}
.pageHead:after,
.pageHead:before{
	bottom: -10px;
	width: 80px;
	height: 2px;
	background-color: #ff9e0c;
	content: '';
	position: absolute;
	left: 0px;
}
.pageHead:before{
	bottom: -25px;
	width: 140px;
}
.pageHead h2{
	font-size: 35px;
	color: #ff9e0c;
	margin-bottom: 10px; 
}
.pageHead p{
	font-size: 16px;
	color: #444;
	line-height: 24px;
	margin-bottom: 10px;
	padding-right: 30px;
}
.centerHead.pageHead h2{
	text-align: center;
	margin-bottom: 80px;
}
.centerHead.pageHead:after,
.centerHead.pageHead:before{
	left: 0;
	right: 0;
	margin: 0px auto;
}

/*To Header*/

.topSticky{
	position: unset;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	z-index: 9;
	padding: 10px 0px;
}
@media(max-width: 360px){
    .topSticky{
    position: unset;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	z-index: 9;
	padding: 10px 0px;
}
}

.buttonDivTop{
	position: relative;
	text-align: right; 
	padding-top: 2px;
}

.buttonDivTop a{
	display: inline-block;
	padding: 12px 13px;
	color: #fff;
	background-color: #FFC505;
	border-radius: 13px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #dadada;
}
.buttonDivTop a i{
	vertical-align: baseline;
}

/*Top Banner*/
.topStacDiv{
	position: relative;
	/* margin-top: -97px; 
	background-image: url(http://digilabs.info/aim-ladder/images/banner-1.jpg);*/
	background-image:url(images/npp4.jpg);
	
	background-size: cover;
	min-height: 600px;
	max-height: 80vh;
	padding: 60px 0px;
	background-position: center 0px;
}
 
@media(max-width: 991px){
	.topStacDiv{
		min-height: 850px;
	}
}

/*Top Banner Caption*/
.topCaptDiv{
	position: absolute;
	top: 50px;
	left: 10%;
	right: 50%;
}
.topCaptDiv h1{
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 15px;
}
.topCaptDiv h2{
	font-size: 26px;
	color: #fff;
	margin-bottom: 15px;
	line-height: 35px;
}
.topCaptDiv h3{
	font-size: 20px;
	padding: 5px 0px;
	position: relative;
	line-height: 20px;
}
.bul-Lineh{
	list-style: disc;
	margin-left: 20px;
	color:white;
}
.bul-Lineh > li{
	font-size: 18px;
	padding: 5px 0px;
	line-height: 24px; 
}

.callme{
    background:#FFC505;
}

@media(max-width: 991px){
	.topCaptDiv{
		right: 10%;
	}
	.topCaptDiv h1{
		font-size: 30px;
		line-height: 35px;
	}
	.topCaptDiv h2{
		font-size: 22px;
	}
	.topCaptDiv h3{
		font-size: 18px;
	}
}
@media(max-width: 576px){
	.topCaptDiv h1{
		font-size: 20px;
		line-height: 25px;
	}
	.topCaptDiv h2{
		font-size: 16px;
		line-height: 18px;
	}
	.topCaptDiv h3{
		font-size: 14px;
		line-height: 18px;
	}
	.buttonDivTop{
	font-weight: 600;
    text-align: center;
    font-size: 20px;
	}
	.logowidthsmallview {
    width: 50%;
}
	.allCourse{
		margin-top: 50px;
	}
}

/*Top Banner Form*/
.formTypoTop{
	position: absolute;
    right: 5%;
    left: 70%;
    text-align: center;
    padding: 20px 15px;
    top: 130px;
    background-color: #fff;
}
.formTypoTop h3{
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.formTypoTop h4{
	font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    background-color: #FFC505;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}
.formTypoTop p{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 25px;
}
.sendTopForm,
.sendTopForm:focus {
	text-align: center;
	width: 100%;
	padding: 15px 0px;
	font-size: 15px;
	background-color: #FFC505;
	color: #fff;
	border: none;
	outline: none;
}
@media(max-width: 991px){
	.formTypoTop{
		right: 10%;
		left: 10%;
		top: 450px;
	}
}

/*Course Intro*/
.courseIntroSec{
	position: relative;
	padding: 50px 0px;
	background-color: #f2f2f2;
}
.courseIntroDiv{
	background: #ffffff;
	box-shadow: 10px 2px 20px 4px rgba(0,0,0,0.2);
	border-radius: 5px;
	overflow: hidden;
}
.courseImg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 100px;
	display: table;
	width: 100%;
}
.courseImg h3{
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
}
.courseImg.item-1{
	background-image: url(images/course-1.jpg);
}
.courseDtl{
	padding: 20px 15px;
	text-align: center;
}
.courseDtl li{
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
}
.courseDtl a{
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	background-color: #FFC505;
}
.courseImg.item-2{
	background-image: url(images/course-2.jpg);
}


.progHighLight{
	position: relative;
	background:  linear-gradient(to bottom, #00B8D9 25%, #6554C0 100%);
	padding: 50px 0px;
}
.progHighLight .pageHead h2{
	color: #fff;
}
.progHighLight .pageHead:after,
.progHighLight .pageHead:before{
	background-color: #fff;
}
.progHighLightDtl{
	position: relative;
	padding-left: 90px;
	color: #fff;
	margin-bottom: 30px;
	text-align: left;
}
.rightSide{
	padding-left: 0px;
	padding-right: 90px;
	text-align: right;
}
.progHighLightDtl img{
	position: absolute;
	top: 5px;
	left: 0px;
}
.rightSide img{
	left: unset;
	right: 0px;
}
.progHighLightDtl h4{
	font-size: 20px;
	padding-bottom: 5px;
	line-height: 30px;
}
.progHighLightDtl p{
	font-size: 16px;
	line-height: 26px;
}

/*All Course*/
.allCourse{
	position: relative;
	padding: 50px 0px;
}
.allContImg{
	position: relative;
}
.allCont{
	border: 1px solid #dadada;
	position: relative;
	margin-bottom: 30px; 
}
.allContDtl{
	padding: 20px 15px;
	text-align: center;
	background-color: #fbfbfb;
	box-shadow: 0px 0px 15px #dadada;
}
.allContImg{
	width: 100%;
}
.allContImg:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	right: 0px;
	z-index: 2;
	height: 23px;
	background-image: url(images/course-img-arrow.png);
	background-position: bottom center;
}
.allContDtl h4{
	font-size: 20px;
	margin-bottom: 10px;
}
.allContDtl p{
	font-size: 16px;
	line-height: 24px;
}
.allContDtl a{
	display: inline-block;
	background-color: #FFC505;
	padding: 12px 30px;
	border-radius: 20px;
	color: #fff;
	margin-top: 20px;
	transition: all 0.3s ease;
	border: 1px solid #FFC505;
}
.allContDtl a:hover{
	background-color: transparent;
	color: #ff9e0c;
}


.placeDiv{
	position: relative;
	padding: 50px 0px;
}
.placementHigh{
	position: relative;
	padding: 20px 15px;
	text-align: center;
	border: 1px solid #dadada;
	box-shadow: 0px 0px 20px #eee;
	margin-bottom: 30px;
}
.placementHigh img{
	max-width: 70px;
}
.placementHigh h4{
	font-size: 20px;
	margin: 15px 0px;
}
.placementHigh h5{
	font-size: 16px;
}
.learningPath{
	position: relative;
	padding-bottom: 30px;
}
.onSmall{
	display: none;
}
@media(max-width: 768px){
	.onLarge{
		display: none;
	}
	.onSmall{
		display: block;
	}
}
.learningPath a{
	margin-top: 30px;
	display: inline-block;
	padding: 12px 30px;
	background-color: #ff9e0c;
	border-radius: 10px;
	color: #fff;
}
.modalWrapper{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
.modalWrapper.active{
	opacity: 1;
	visibility: visible;
}
.modalInner{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 400px;
	background-color: #fff;
	padding-bottom: 0px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.4s ease;
	text-align: center;
}
.modalWrapper.active .modalInner{
	top: 46%;
}
.modalInner h4{
	padding: 10px 15px;
	background-color: #FFC505;
	color: #fff;
	font-weight: normal;
	font-size: 25px;
	position: relative;
	text-align: left;
}
.modalDiv{
	padding: 20px 15px 0px; 
}
.btnSubmitModal .callme{
	margin: 15px auto 0px;
	display: inline-block;
	text-align: center;
	padding: 10px 40px;
	background-color: #1476bd;
	color: #fff;
	border: none;
	border-radius: 5px;
	outline: none;
}
.modalInner h4 span{
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 50px;
	cursor: pointer;
	line-height: 23px;
}
@media(max-width: 767px){
	.modalInner h4{
		font-size: 17px;
	}
	.modalInner h4 span{
		top: 5px;
		font-size: 30px;
	}
}
.fixBottom{
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 7px;
	color: #fff;
	background-color: #FFC505;
	z-index: 10;
	text-align: center;
}
.fixBottom a{
	display: inline-block;
	padding: 8px 20px;
	border-radius: 5px;
	background-color: #fff;
	color: #1476bd;
	font-size: 16px;
}
@media(max-width: 767px){
	.fixBottom{
		display: block;
	}
	.modalInner{
		min-width: 90%;
	}
}
.download-brochure-section {
  background: #1a68be;
  background: linear-gradient(to right, #1a68be 0%, #371ebe 100%);
  padding: 15px;
  display: flex;
  justify-content: center;
}
.download-brochure-text {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-right: 15px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.download-brochure-button {
  padding: 12px 28px;
  border-radius: 30px;
  background: #FFC505;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all .5s ease 0s;
  font-weight: 700;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}
.testMonial{
	position: relative;
	padding: 50px 0px;
	background-color: #f2f2f2;
}
.textStu{
	position: relative;
	padding: 20px 15px;
	background-color: #fff;
	box-shadow: 0px 0px 15px #ddd;
	text-align: center;
	min-height: 400px;
	margin-bottom: 30px;
}
.textStu img{
	border-radius: 50%;
}
.textStu h3{
	padding: 20px 0px;
	font-size: 20px;
  font-weight: 300;
  font-style: normal;
}
.textStu p{
	font-size: 16px;
	line-height: 26px;
}
footer{
	
	bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 9;
}
@media(max-width: 768px){
	.download-brochure-section{
		display: none;
	}
	.download-brochure-text{
		display: block;
		padding-bottom: 20px;
	}
	.download-brochure-button{
		margin-bottom: 30px;
	}
}