@import url(common.css);

.topStacDiv{
	position: relative;
	/* margin-top: -97px; */
	background-image: url(https://www.digication.in/images/topBanner1.png);
	background-size: cover;
	min-height: 600px;
	max-height: 80vh;
	padding: 60px 0px;
	background-position: center -60px;
}
.typed_wrap{
	position: absolute;
	bottom: 40px;
	width: 700px;
	left: 10%;
	max-width: 100%; 
}
.typed_wrap h1{
	color: #fff;
	font-size: 40px;
	display: block;
	line-height: 50px;
}
.typed_wrap h1 span{
	font-size: 30px;
	display: block;
}
@media(max-width: 767px){
	.typed_wrap{
		width: 80%;
		right: 10%;
		left: 10%;
		bottom: 90px;
	}
	.typed_wrap h1{
		font-size: 25px;
		line-height: 40px;
	}
	.typed_wrap h1 span{
		font-size: 25px;
	}
}

.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.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-left: 25px;
	position: relative;
	line-height: 20px;
	color: #fff;
}
.bul-Lineh{
	list-style: disc;
	margin-left: 20px;
}
.bul-Lineh > li{
	font-size: 18px;
	padding: 5px 0px;
	line-height: 24px; 
}
.topCaptDiv h3:before{
	position: absolute;
	/*content:"\f140";
	font:normal normal normal 14px/1 FontAwesome;*/
	left: 5px;
	top: 7px;
}
@media(max-width: 991px){
	.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;
	}
	.typed_wrap{
		max-height: 130px;
		min-height: 130px;
		line-height: 35px;
		text-overflow: ellipsis;
	}

}

.formTypoTop{
	position: absolute;
    right: 5%;
    left: 70%;
    text-align: center;
    padding: 20px 15px;
    top: 230px;
    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: #ff9e0c;
    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: #fdaa00;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
}
@media(max-width: 991px){
	.formTypoTop{
		right: 10%;
		left: 10%;
		top: 590px;
	}
	.topCaptDiv{
		right: 10%;
	}
	.typed_wrap{
		display: none;
	}
	.topStacDiv{
		min-height: 910px;
	}
	
}


.courseSec{
	position: relative;
	padding: 50px 0px;
}
.courseHead{
	position: relative;
	padding-bottom: 20px;
}
.courseHead h2{
	font-size: 45px;
	color: #034ea1;
}
.courseHead h3{
	font-size: 20px;
	color: #034ea1;
	margin-top: 10px;
}
.courseCont{
	position: relative;
	border: 1px solid #f1f1f1; 
	margin-bottom: 30px;
}
.courseCont figure{
	position: relative;
	overflow: hidden; 
}
.courseCont figure figcaption{
	position: absolute;
	display: block;
	padding: 60px 15px 10px;
	color: #fff;
	background: -webkit-linear-gradient(to bottom, #ffffff00, #000000ff);
  background: -o-linear-gradient(to bottom, #ffffff00, #000000ff);
  background: -moz-linear-gradient(to bottom, #ffffff00, #000000ff);
  background: linear-gradient(to bottom, #ffffff00, #000000ff);
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.courseCont figure figcaption a{
	display: block;
}
.courseCont figure figcaption h4{
	font-size: 25px;
	margin-bottom: 10px;
}
.smallcourseCont figure figcaption h4{
	font-size: 18px;	
}
.courseCont figure figcaption p{
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
}
.smallcourseCont figure figcaption p{
	margin-bottom: 10px;
	font-size: 13px;
}

.courseCont figure figcaption i{
	vertical-align: top;
	margin-right: 8px;
}

.courseDtl{
	position: relative;
	padding: 20px 15px 0px;
}
.courseDtl h3{
	color: #034ea1;
	font-size: 20px;
	margin-bottom: 20px;
}
.courseDtl p{
	font-size: 16px;
	color: #a3a3a3;
	line-height: 30px;
}

.seatButtonDiv{
	padding: 15px;
	background-color: #f9f9f9;
	border-top: 1px solid #f1f1f1;
	margin: 10px -15px 0px;
}
.seatButton{
	display: inline-block;
	font-size: 15px;
	color: #a3a3a3;
	padding: 8px 0px;
}
.seatButton i{
	vertical-align: top;
	margin-right: 8px;
}

.courseButton{
	display: inline-block;
	margin-left: auto;
	padding: 5px 8px;
	background-color: #68b78c;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #68b78c;
	transition: all 0.2s linear;
}
.courseButton:hover{
	background-color: transparent;
	color: #68b78c;
}
.setRightButton{
	text-align: right;
}

@media (min-width: 576px) and (max-width: 767px){
	.setRightButton{
		margin-top: 10px;
		text-align: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.setRightButton{
		margin-top: 10px;
		text-align: left;
	}
}


.counterSec{
	position: relative;
	padding: 30px 0px;
	background-image: url(../images/counter-bg.png);
	background-size: 100%;
}

.counterCont{
	position: relative;
	color: #fff;
	text-align: center;
	padding: 30px 0px;
	border-right: 1px solid rgba(255, 255, 255, 0.31);
	margin-bottom: 30px;
}
@media (max-width: 991px){
	.smallRemoveBor{
		border-right: none;
	}
}
.counterSec .col-sm-6{
	padding: 0px;
}
.removeBorRight{
	border-right: none;
}
.counterCont i{
	font-size: 55px;
	display: block;
}
.counterCont span{
	padding: 10px 0px;
	font-size: 40px;
	display: block;
}
.counterCont h3{
	font-size: 20px;
}






.registerSec{
	position: relative;
	padding: 60px 0px;
	background-image: url(../images/register-bg.png);
	background-size: cover;
	overflow: hidden; 
}
@media (max-width: 767px){
	.registerSec{
		padding-top: 0px;
	}
}
.sideImgReg{
	position: relative;
	bottom: -80px;
}
.registerFormDiv{
	background-color: #fff;
	position: relative;
	overflow: hidden; 
}
.registerFormDiv h2{
	font-size: 35px;
	padding: 25px;
	text-align: center;
	background-color: #f9f9f9;
	color: #727475;
	border-bottom: 1px solid #f1f1f1;
}
.registerFormDiv form{
	padding: 30px 20px;
}
.registerFormDiv form input,
.registerFormDiv form input:focus,
.registerFormDiv form select,
.registerFormDiv form textarea{
	display: block;
	width: 100%;
	border: 2px solid transparent;
	border-bottom-color: #f1f1f1;
	padding: 10px 10px 10px 0px;
	color: #a3a3a3;
	margin-bottom: 30px;
	outline: none;
}
.registerFormDiv form textarea{
	min-height: 150px;
}
.btnRegForm{
	position: relative;
	padding: 10px 15px;
	font-size: 20px;
	background-color: #68b78c;
	color: #fff;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
}
@media (min-width: 767px) and (max-width: 991px){
	.sideImgReg{
		bottom: 0px;
	}
	.registerSec{
		padding-bottom: 0px;
	}
	.registerFormDiv h2{
		padding: 15px 15px;
		font-size: 20px;
	}	
	.registerFormDiv form{
		padding: 10px 20px;
	}
	.registerFormDiv form input,
	.registerFormDiv form input:focus,
	.registerFormDiv form select,
	.registerFormDiv form textarea{
		padding: 5px;
		padding-left: 0px;
		margin-bottom: 15px;
	}
	.registerFormDiv form textarea{
		min-height: 100px;
	}
}


.whySec{
	position: relative;
	padding: 50px 0px;
	background-color: #f3f2f2;
}
.whyHead{
	position: relative;
	margin-bottom: 80px;
}
.whyHead:after,
.whyHead:before{
	bottom: -10px;
	width: 80px;
	height: 2px;
	background-color: #68b78c;
	content: '';
	position: absolute;
	left: 0px;
}
.whyHead:before{
	bottom: -25px;
	width: 140px;
}
.whyHead h2{
	font-size: 35px;
	color: #68b78c;
	margin-bottom: 10px; 
}
.whyHead p{
	font-size: 16px;
	color: #444;
	line-height: 24px;
	margin-bottom: 10px;
	padding-right: 30px;
}
.whyCont{
	position: relative;
	padding: 20px 15px;
	padding-left: 90px;
	transition: all 0.5s linear;
	background-color: #fff;
	top: 0px;
	margin-bottom: 30px;
	min-height: 250px;
}
.bul-Line{
	list-style: disc;
	margin-left: 20px;
}
.bul-Line > li{
	font-size: 15px;
	padding: 5px 0px;
	line-height: 24px; 
}
.firstCont{
	border-right: 2px solid #10c45c;
}
.secondCont{
	border-right: 2px solid #fc5f42;
}
.thirdCont{
	border-right: 2px solid #24ccc0;
}
.fourthCont{
	border-right: 2px solid #45aef4;
}
.whyCont i{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60px;
}
.firstCont i{
	color: #10c45c;
}
.secondCont i{
	color: #fc5f42;
}
.thirdCont i{
	color: #24ccc0;
}
.fourthCont i{
	color: #45aef4;
}

.whyCont h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.whyCont p{
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
}
.firstCont:hover{
	background-color: #10c45c;
	border-right-color: #038239;
	box-shadow: 0px 0px 10px #03823933;
}
.secondCont:hover{
	background-color: #fc5f42;
	border-right-color: #b32005;
	box-shadow: 0px 0px 10px #b3200533;
}
.thirdCont:hover{
	background-color: #24ccc0;
	border-right-color: #037c73;
	box-shadow: 0px 0px 10px #037c7333;
}
.fourthCont:hover{
	background-color: #45aef4;
	border-right-color: #024c7e;
	box-shadow: 0px 0px 10px #024c7e33;
}
.whyCont:hover{
	top: -10px;
}
.whyCont:hover *{
	color: #fff;
}

.nextCourse{
	position: relative;
	padding: 20px 30px;
	color: #fff;
	background-color: #ceb28d;
}
@media (min-width: 992px){
	.nextCourse{
		margin-top: 45px;
	}
}
.nextCourse h3{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}
.nextCourse p{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}
.nextCourse a{
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px; 
}
.openHours{
	padding: 25px 30px;
	color: #fff;
	position: relative;
	background-color: #68b78c;
}
.openHours h3{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}
.openHours table{
	width: 100%;
}
.openHours tr{
	border-bottom: 1px solid #64ab84;
}
.openHours .marginTr{
	height: 15px;
	border-bottom: none;
}
.openHours td{
	padding: 5px 0px;
	margin-bottom: 10px;
	width: 50%;
}
.moreInqCall{
	position: relative;
	padding: 20px 30px;
	text-align: center;
	background-color: #64ab84;
	color: #fff;
}
.moreInqCall h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.moreInqCall a,
.moreInqCall a:hover{
	display: inline-block;
	padding: 12px 12px;
	background-color: #fff;
	color: #64ab84;
	border-radius: 10px;
}

.moreCourse{
	position: relative;
	padding: 50px 0px;
	background-color: #f3f2f2;
}

.moreCourseHead{
	position: relative;
}
.moreCourseHead h2:after,
.moreCourseHead h2:before{
	bottom: -10px;
	width: 80px;
	height: 2px;
	background-color: #68b78c;
	content: '';
	position: absolute;
	left: 0px;
}
.moreCourseHead h2:before{
	bottom: -25px;
	width: 140px;
}
.moreCourseHead h2{
	position: relative;
	font-size: 35px;
	color: #68b78c;
	margin-bottom: 55px;
	padding-bottom: 10px; 
}
.moreCourseHead p{
	font-size: 16px;
	line-height: 26px;
}
.moreCourseCont{
	position: relative;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 15px #dadada;
	margin-bottom: 30px;
	min-height: 330px;
	background-color: #fff;
}
.moreCourseCont h3{
	padding: 10px 15px;
	color: #fff;
	font-size: 25px;
	background-color: #68b78c;
}
.moreCourseCont ul{
	padding: 20px;
}
@media(max-width: 767px){
	.moreCourseCont{
		min-height: unset;
	}
	.moreCourseHead p{
		margin-bottom: 20px;
	}
	.buttonDivCareer {
    text-align: center !important;
}
}

.moreCourseCont li a{
	display: block;
	padding: 5px 0px;
	transition: all 0.3s linear;
	font-size: 15px;
}
.moreCourseCont li a:hover{
	padding-left: 20px;
}
.moreCourseCont li{
	margin-bottom: 10px;
}
.courseMoreButton{
	position: relative;
	text-align: center;
	margin: 20px 0px;
}
.courseMoreButton a{
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	background-color: #68b78c;
}

.newLetter{
	position: relative;
	padding: 10px 0px 0px;
	background-color: #fff;
}

.newsLetterDiv{
	min-height: 600px;
	background-image: url(../images/bg-news-letter.png);
	background-size: 100% 100%;
}
.newsFormDiv{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.newsFormDiv h2{
	font-size: 35px;
	color: #68b78c;
	line-height: 45px;
	margin-bottom: 10px;
}
.newsFormDiv p{
	font-size: 15px;
	line-height: 22px;
	color: #666;
	margin-bottom: 20px;
}
.newsFormDiv form:after{
	content: '';
	display: table;
	clear: both;
}
.newsFormDiv form input{
	width: 80%;
	float: left;
	display: block;
	font-size: 15px;
	height: 50px;
	margin-bottom: 0px;
	padding: 0px 20px;
}
.newsFormDiv form button{
	width: 20%;
	float: left;
	display: block;
	height: 50px;
	font-size: 15px;
	border: none;
	background-color: #68b78c;
	color: #fff;
	cursor: pointer;
}
@media (max-width: 992px){
	.newLetter .container{
		max-width: 100%;
	}
	.newsLetterDiv{
		min-height: 300px;
		max-height: 468px;
	}
	.newsFormDiv{
		width: 60%;
		height: 35%;
	}
	.newsFormDiv h2{
		font-size: 20px;
		line-height: 30px;
	}
	.newsFormDiv form{
		font-size: 20px;
		line-height: 30px;
	}
	.newsFormDiv p{
		display: none;
	}
	.newsFormDiv form input,
	.newsFormDiv form button{
		margin: 0px;
		width: 100%;
	}
}


.blogSec{
	position: relative;
	padding: 50px 0px;
	background-color: #f3f2f2;
}
.blogHead{
	position: relative;
	margin-bottom: 55px;
}
.blogHead:after,
.blogHead:before{
	bottom: -10px;
	width: 80px;
	height: 2px;
	background-color: #68b78c;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.blogHead:before{
	bottom: -25px;
	width: 140px;
}
.blogHead h2{
	font-size: 35px;
	color: #68b78c;
	padding-bottom: 10px; 
	text-align: center;
}
.blogDtl{
	position: relative;
	margin-bottom: 20px;
}
.blogDtl h4{
	color: #68b78c;
	font-size: 22px;
	font-weight: 600;
}
.blogDtl h4 span{
	font-size: 60px;
	color: #aaa;
}
.blogDtl p{
	margin: 10px 0px;
	font-size: 15px;
	line-height: 20px;
}
.blogDtl a{
	display: inline-block;
	padding: 10px 0px;
	color: #68b78c;
}
.blogDtl a i{
	transition: all 0.3s ease;
}
.blogDtl a:hover i{
	margin-left: 8px;
}
.alignBlogRight{
	text-align: right;
}
.blogMoreButton{
	position: relative;
	text-align: center;
	margin: 20px 0px;
}
.blogMoreButton a{
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	background-color: #68b78c;
}
#colophon{
	display: none;
}

.buttonDivCareer {
    position: relative;
    text-align: left;
    padding-top: 40px;
}
.buttonDivCareer a {
    display: inline-block;
    padding: 12px;
    color: #fff;
    background-color: #e38309;
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 5px;
}

.career-form-inp {
    padding: 15px 10px;
}
.career-form-inp2 {
    padding-bottom: 15px;
}
.mod-head{
    font-size: 18px;
}