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;
}
.call-us {
    display: none;
}
@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;
}

.pageHead{
	position: relative;
	margin-bottom: 30px;
}
.pageHead h2{
	font-size: 30px;
	color: #283582;
	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: 20px;
}
.centerHead.pageHead:after,
.centerHead.pageHead:before{
	left: 0;
	right: 0;
	margin: 0px auto;
}

/*To Header*/

.topSticky{
	position: sticky;
	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: 25px;
}

.buttonDivTop a{
	display: inline-block;
    padding: 10px 25px;
    font-weight: 700;
    color: #fff;
    background-color: #ff0000;
    border-radius: 8px;
    overflow: hidden;	
}
.buttonDivTop a:hover{
    color: #fff;
    text-decoration: none;	
}
.buttonDivTop a i{
	vertical-align: baseline;
}
.sub-head {
    margin: 0 auto;
    text-align: center;
    border-top: 1.5px solid #438cca;
    margin-bottom: 10px;
}
.sub-head h2{
	background-color: #438cca;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    margin-top: -1px;
    padding: 10px 30px;
}
.sub-para{
	background-image: url(images/top-course.jpg);
    color: #fff;
    padding: 10px 100px;
    text-align: center;
    font-size: 15px;
}
.sub-head2 {
    margin: 0 auto;
    text-align: center;
    border-top: 1.5px solid #fdce4e;
    margin-bottom: 30px;
    margin-top: -1px;
}
.sub-head2 h2 {
    background-color: #fdce4e;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 30px;
}
.sub-head3 {
    margin: 0 auto;
    text-align: center;
    border-top: 1.5px solid #f16521;
    margin-bottom: 30px;
    margin-top: -1px;
}
.sub-head3 h2 {
    background-color: #f16521;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 30px;
    margin-top: -1px;
}
/*Top Banner*/
.topStacDiv{
	position: relative;
	/* margin-top: -97px; */
	background-image: url(images/banner-top.jpg);
	background-size: cover;
	min-height: 480px;
	max-height: 80vh;
	padding: 60px 0px;
	background-position: center 0px;
}
@media(max-width: 991px){
	.topStacDiv{
		min-height: 630px;
	}
}

/*Top Banner Caption*/
.topCaptDiv{
	position: absolute;
	top: 50px;
	left: 5%;
	right: 50%;
}
.topCaptDiv h1{
	font-size: 30px;
	line-height: 45px;
	margin-top: 20px;
	color: #fff;
	margin-bottom: 15px;
}
.topCaptDiv h2 a{
	font-size: 18px;
    font-weight: 400;
    color: #fdce4e;
    padding: 5px 10px;
    width: fit-content;
    margin-bottom: 15px;
    border: 1px solid #fdce4e;
    line-height: 35px;
}
.topCaptDiv h2 a:hover{
    color: #fdce4e;
    text-decoration: none;
}
.topCaptDiv h3{
	font-size: 20px;
	padding: 5px 0px;
	position: relative;
	line-height: 20px;
	color: #fff;
}
.bul-Lineh{
	list-style: disc;
	margin-left: 20px;
}
.bul-Lineh > li{
	font-size: 16px;
    color: #fff;
    padding: 5px 0px;
    line-height: 20px;
}

@media(max-width: 991px){
	.topCaptDiv{
		right: 10%;
	}
	.topCaptDiv h1{
		font-size: 27px;
		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{
		display: none;
	}
	.allCourse{
		margin-top: 50px;
	}
}

/*Top Banner Form*/
.formTypoTop{
	position: absolute;
    right: 8%;
    left: 70%;
    text-align: center;
    padding: 20px 30px;
    top: 5%;
    background-color: #2e309263;
}
.formTypoTop h3{
	font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}
.formTypoTop h3:after{
	border-bottom: 1px solid;
    content: '';
    display: block;
    width: 115px;
    margin-top: 10px;
}
.formTypoTop h4{
	font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    background-color: #ff9e0c;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}
.formTypoTop p{
	font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #fff;
    text-align: left;
}
.formTypoTop p span{
	font-weight: 400;
    font-size: 18px;
}
.sendTopForm,
.sendTopForm:focus {
	text-align: center;
	width: 100%;
	padding: 15px 0px;
	font-size: 15px;
	background-color: #fdaa00;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
}
.btn_submit{
	cursor: pointer;
}
@media(max-width: 991px){
	.formTypoTop{
		right: 10%;
		left: 10%;
		top: 529px;
	}
}

/*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;
	height:450px;
}
.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: 22px;
	text-align: center;
	text-transform: uppercase;
}
.why-bottom{
	background-color: #fff568;
    text-align: center;
    padding: 15px 0px 1px;
}
.why-bottom p{
font-size: 18px;
    color: #000;
}
.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;
    color: #242424;
    padding-bottom: 10px;
}
.courseDtl a{
	display: inline-block;
    padding: 8px 20px;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    background-color: #fdc11f;
}
.courseDtl a:hover{

color: #fff;
text-decoration: none;
}
.courseImg.item-2{
	background-image: url(images/course-2.jpg);
}


.progHighLight{
	position: relative;
	background-color: #ed135a;
	padding: 50px 0px 25px;
}
.progHighLight .pageHead h2{
	color: #fff;
}
.progHighLight .pageHead:after,
.progHighLight .pageHead:before{
}
.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;
	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;
}
.ghlight-img{
 width: 70px;
}

/*All Course*/
.allCourse{
	position: relative;
	padding: 50px 0px;
}
.allContImg{
	position: relative;
}
.allCourse2 {
    position: relative;
    padding: 0px 0px 20px;
}
.allCont{
	position: relative;
	margin-bottom: 30px; 
}
.allContDtl{
	padding: 20px 10px;
    text-align: center;
    min-height: 250px;
    background-color: #ebebeb;
    box-shadow: 0px 0px 15px #ebebeb;
}
.allContImg{
	width: 100%;
}
.allContImg:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	right: 0px;
	z-index: 2;
	height: 23px;
	background-position: bottom center;
}
.allContDtl h4{
	font-size: 16px;
	margin-bottom: 10px;
}
.allContDtl p{
	font-size: 13px;
	line-height: 20px;
}
.allContDtl a{
	display: inline-block;
    padding: 8px 20px;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    background-color: #fdc11f;
}
.allContDtl a:hover{
	text-decoration: none;
	color: #fff;
}


.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: 99;
	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: 50%;
}
.modalInner h4{
	padding: 10px 15px;
	background-color: #2e3092;
	color: #fff;
	font-weight: normal;
	font-size: 25px;
	position: relative;
	text-align: left;
}
.modalDiv{
	padding: 20px 15px 0px; 
}
.btnSubmitModal{
	margin: 15px auto 0px;
	display: inline-block;
	text-align: center;
	padding: 10px 40px;
	background-color: #ff9e0c;
	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;
	}
	.footer h2 {
    text-align: center !important;
}
.allCourse {
    position: relative;
    padding: 0px 0px;
}
.sub-para {
    padding: 10px 5px;
    font-size: 13px;
}
.download-brochure-text {
    font-size: 18px !important;
    }
    .sub-head h2 {
    background-color: #438cca;
    display: inline-block;
    font-size: 18px;
}
.sub-head2 h2 {
    font-size: 18px;
    }
    .sub-head3 h2 {
    font-size: 18px;
}
.courseImg h3 {
    font-size: 18px;
    }
    .pageHead h2 {
    font-size: 24px;
}
.testimonial-mob{
	margin-top: 30px;
}
.why-bottom p {
    padding: 0 20px;
}
}
.fixBottom{
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 7px;
	color: #fff;
	background-color: #2e3092;
	z-index: 10;
	text-align: center;
}
.fixBottom a{
	display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
    background-color: #ff0000;
    font-weight: 400;
    font-size: 16px;
}
@media(max-width: 767px){
	.fixBottom{
		display: block;
	}
	.modalInner{
		min-width: 90%;
	}
	.testMonial {
    padding: 0px 0px !important;
}
.call-us {
    display: none;
}
.call-us a {
    text-indent: -999em;
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 70px;
    right: -20;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 3em 3em 0;
    border-radius: 50%;
    padding: .25em;
    width: 50px;
    height: 50px;
    z-index: 999999999;
    background: url(https://www.digication.in/images/icon-call.png) no-repeat center #008E34;
    background-size: 50% auto;
    margin-right: 40px;
    float: right;
    -webkit-background-size: 50% auto;
        -webkit-border-radius: 50%;
   -webkit-box-shadow: 0 2px 25px rgb(0, 142, 52);
}
}
.download-brochure-section {
  background: #2e3092;
  padding: 15px;
  display: flex;
  justify-content: center;
}
.download-brochure-text {
  font-size: 22px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-right: 15px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}
.download-brochure-button {
  padding: 12px 28px;
  border-radius: 30px;
  background: #f1970b;
  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: 30px 0px;
	background-color: #f2f2f2;
}
.textStu{
	position: relative;
	padding: 20px 20px;
	background-color: #fff;
	box-shadow: 0px 0px 15px #ddd;
	text-align: center;
	margin-bottom: 30px;
}
.textStu h2{
	text-align: left;
    font-size: 20px;
	}
/*.textStu img{
	border-radius: 50%;
}*/
.textStu h3{
	padding: 20px 0px;
	font-size: 20px;
  font-weight: 300;
  font-style: normal;
}
.textStu p{
	font-size: 15px;
	line-height: 26px;
	text-align: left;
}
footer{
	/*margin-bottom: 50px;*/

}
.logo-top{
	width: 230px !important;
}
.footer{
	background-color: #ff0000;
	padding: 15px;
}
.footer h2{
	font-size: 16px;
    color: #fff;
    padding-top: 10px;
    text-align: right;
}
.footer-para{
	padding: 20px 20px 0 20px;
	    text-align: center;
}
@media(max-width: 768px){
	.download-brochure-section{
		display: block;
	}
	.download-brochure-text{
		display: block;
		padding-bottom: 20px;
	}
	.download-brochure-button{
		margin-bottom: 30px;
	}
	footer{
	margin-bottom: 50px;

}
}