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;
}
body {
	line-height: 1;
}
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*/

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333;
	overflow-x: hidden;
}
a,
a:hover,
a:focus{
	text-decoration: none;
	color: inherit;
}

h1,	h2{
	font-family: 'Varela Round', sans-serif;
	font-weight: 600;
	color: #727475;
}

.topbar{
	background-color: #444444;
	padding: 10px 0px; 
}
.link_top{
	position: relative;
	padding-left: 10px;
}
.link_top a, .link_top p{
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	line-height: 16px;
}
.link_top a{
	display: inline-block;
	margin-right: 0px;
	padding-left: 5px;
}
.link_top a i{
	vertical-align: top;
	margin-right: 5px;
}
.align_right{
	text-align: right; 
}
.align_right a{
	padding: 0px 0px;
}
.link_top .courseButton,
.link_top .courseButton:hover{
  color: #fdaa00;
  border-color: #fdaa00;
  background-color: #fff;
  padding: 7px;
}
.navbar{
	padding: 0px 1rem;
}
.call-us {
    display: none;
}
@media(max-width: 576px){
	.topbar .col-6{
		padding: 0px;
	}
	.align_right{
		text-align: left;
	}
}

.navbar-toggler{
	border: 1px solid #ddd;
}
.navbar-toggler-icon{
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #ddd;
  margin: 6px 2px;
}
.dropdown-menu{
	border-radius: 0px;
	background-color: #444444;
	transition: all 0.3s ease;
	padding: 0px;
	min-width: 220px;
}
.dropdown-item{
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
}
.dropdown-item:hover{
	background-color: #fff;
	color: #444444;
}
header{
	position: sticky;
	z-index: 6;
	background-color: #fff;
}
.navbar_section{
	position: relative;
	background-color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 15px 10px;
	color: #262626;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .active .nav-link{
	color: #444444;
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link{
		color: #034ea1;
		font-weight: 600;
	}
	.navbar-expand-lg .navbar-nav .nav-link:hover,
	.navbar-expand-lg .navbar-nav .active .nav-link{
		color: #054286;
	}
}
.dropdown.nav-item:hover .dropdown-menu{
	display: block;
	margin: 0px;
}


.navbar-brand img{
	max-width: 200px;
	padding: 10px 0px;
}



.advanceCourseHead{
	position: relative;
	margin-bottom: 80px;
}
.advanceCourseHead:after,
.advanceCourseHead:before{
	bottom: -10px;
	width: 80px;
	height: 2px;
	background-color: #fdaa00;
	content: '';
	position: absolute;
	left: 0px;
}
.advanceCourseHead:before{
	bottom: -25px;
	width: 140px;
}
.advanceCourseHead h2{
	font-size: 35px;
	color: #fdaa00;
	margin-bottom: 10px; 
}
.advanceCourseHead p{
	font-size: 16px;
	color: #444;
	line-height: 24px;
	margin-bottom: 10px;
	padding-right: 30px;
	width: 500px;
	max-width: 100%;
}

.advanceCourseSec{
	position: relative;
	padding: 80px 0px 50px;
}
.advanceCourseSec:after{
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/more-serv-light.png);
	background-position: center;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.advFeatCont{
	position: relative;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.075);
	margin-bottom: 30px;
	padding: 20px;
	transition: all 0.3s ease;
	text-align: center;
	border-radius: 10px;
}
.advFeatCont:hover{
	background-color: #fdaa00;
}
.advFeatCont i{
	font-size: 30px;
	color: #fdaa00;
}
.advFeatCont:hover i,
.advFeatCont:hover h4,
.advFeatCont:hover p{
	color: #fff;
}
.advFeatCont h4{
	font-size: 20px;
	margin: 10px 0px;
	color: #fdaa00;
}
.advFeatCont p{
	font-size: 15px;
	line-height: 26px;
	color: #555;
}


.clientTextSec{
	position: relative;
	padding: 50px 0px 0px;
}
.clientTextHead{
	position: relative;
	margin-bottom: 50px;
}
.clientTextHead:after,
.clientTextHead:before{
	bottom: -10px;
	width: 80px;
	height: 2px;
	background-color: #68b78c;
	content: '';
	position: absolute;
	left: 0;
}
.clientTextHead:before{
	bottom: -25px;
	width: 140px;
}
.clientTextHead h2{
	font-size: 35px;
	color: #68b78c;
	padding-bottom: 10px; 
}
.clientCaption{
	position: relative;
	transition: all 0.3s linear;
	padding: 30px 20px;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
}
.clientTextSec .carousel-item{
	padding: 2px;
}
.clientCaption:hover{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.clientCaption:before{
	content: "";
  right: -1px;
  top: -1px;
  bottom: 0;
  width: 85%;
  height: 3px;
  position: absolute;
  background-color: #68b78c;
}
.clientCaption p{
	font-size: 15px;
	line-height: 22px;
	color: #888;
	margin-bottom: 15px;
}
.clientCaption h3{
	font-size: 18px;
	color: #666;
}
.clientCaption h3 i{
	color: #68b78c;
	font-style: italic;
}
.carousel-indicators .active{
	background-color: #68b78c;
}
.carousel-indicators li{
	background-color: #68b78c88;
	height: 6px;
}
.carousel-indicators li:hover{
	background-color: #68b78c;
	cursor: pointer;
}
.carousel-indicators{
	bottom: 4px;
}

.socialContHead{
	margin-top: 30px;
	position: relative;
	margin-bottom: 20px;
}
.socialContHead h2{
	font-size: 30px;
	color: #888;
	padding-bottom: 10px;
}
.socialCont{
	position: relative;
}
.socialCont .row{
	margin: 0px;
}
.socialCont .col-4{
	padding: 0px;
}
.socialCont a{
	display: block;
	padding: 30px 20px;
	font-size: 16px;
	color: #fff;
}
.socialCont a i{
	transition: all 0.3s linear;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	font-size: 20px;
	text-align: center;
	padding: 9px 0px;
	transform: rotate(0deg);
	margin-right: 10px;
	background-color: #fff;
}
.socialCont a:hover i{
	transform: rotate(-360deg);
	border-radius: 5px;
}
.fbBtn{
	background-color: #3b5998;
}
.fbBtn i{
	color: #3b5998;
}
.goglBtn{
	background-color: #dd4d42;
}
.goglBtn i{
	color: #dd4d42;
}
.instBtn{
	background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.instBtn i{
	color: #d6249f;
}
.socialCont .col-15{
	padding: 0px;	
}
.linkBtn{
	background-color: #0077af;
}
.linkBtn i{
	color: #0077af;
}
.twtBtn{
	background-color: #27a5da;
}
.twtBtn i{
	color: #27a5da;
}
.ytbBtn{
	background-color: #f60000;
}
.ytbBtn i{
	color: #f60000;
}

@media (max-width: 767px){
	.thumbSocialImg{
		display: none;
	}
	.call-us {
    display: block;
}
.call-us a {
    text-indent: -999em;
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 20px;
    left: 10;
    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);
}
}
@media (max-width: 576px){
	.socialCont a{
		font-size: 18px;
		padding: 30px 15px;
		text-align: center;
	}
	.socialCont a i{
		height: 30px;
		width: 30px;
		padding: 6px 0px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.socialCont a span{
		display: block;
	}
}
@media (min-width: 577px) and (max-width: 1200px){
	.socialCont a{
		font-size: 18px;
		padding: 30px 15px;
		text-align: center;
	}
	.socialCont a i{
		height: 30px;
		width: 30px;
		padding: 6px 0px;
		font-size: 18px;
	}
	.socialCont a span{
		display: inline-block;
	}
}


.footerAddressSec{
	position: relative;
	bottom: -50px;
	z-index: 5;
}
.footerAddressSec .row{
	background-color: #222;
}
.footerAddDiv{
	position: relative;
	text-align: center;
	padding: 30px 20px;
	color: #fff;
	display: table;
	width: 100%;
	min-height: 250px;
	max-height: 250px;
}
.tabCellFooter{
	display: table-cell;
	vertical-align: middle;
}
.footerAddDiv i.fa{
	color: #fdaa00;
	font-size: 40px;
}
.footerAddDiv h3{
	font-size: 22px;
	margin: 15px 0px;
}
.footerAddDiv p{
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	text-align-last: center; 
}
.sideFooterImg:after{
	content: '';
	width: 1px;
	top: 30px;
	bottom: 30px;
	position: absolute;
	right: -20px;
	background-color: #fff;
}
.sideFooterImg:before{
	content: '';
	width: 1px;
	top: 50px;
	bottom: 50px;
	position: absolute;
	right: -10px;
	background-color: #fff;
}
.lastSideFooterImg .tabCellFooter:before{
	content: '';
	width: 1px;
	top: 50px;
	bottom: 50px;
	position: absolute;
	left: 0px;
	background-color: #fff;
}
.lastSideFooterImg .tabCellFooter:after{
	content: '';
	width: 1px;
	top: 50px;
	bottom: 50px;
	position: absolute;
	right: -30px;
	background-color: #fff;
}

@media(max-width: 767px){
	.lastSideFooterImg .tabCellFooter:after{
		height: 1px;
    left: 50px;
    right: 50px;
    width: unset;
    bottom: -15px;
    top: unset;
	}
	.sideFooterImg:after{
		height: 1px;
    left: 30px;
    right: 30px;
    width: unset;
    top: unset;
    bottom: -5px;
	}
	.sideFooterImg:before{
		width: unset;
		height: 1px;
    left: 50px;
    top: unset;
    right: 50px;
    bottom: 5px;
	}
	.lastSideFooterImg .tabCellFooter:before{
    height: 1px;
    left: 50px;
    right: 50px;
    top: unset;
    top: 15px;
    width: unset;
	}
}
.hideFooterExtra{
	display: none;
}
@media (min-width: 768px) and (max-width: 991px){
	.hideFooterExtra{
		display: block;
	}
	.sideFooterImg.lastSideFooterImg:before{
		height: 1px;
		width: unset;
		top: unset;
		bottom: -25px;
		left: -40%;
		right: 60%;
	}
	.sideFooterImg.lastSideFooterImg:after{
		height: 1px;
		width: unset;
		top: unset;
		bottom: -5px;
		left: -40%;
		right: 60%;
	}
	.lastSideFooterImg .tabCellFooter:after{
		height: 1px;
		width: unset;
		top: unset;
		bottom: -15px;
		left: -50%;
		right: 50%;
	}
}

.pageFooter{
	position: relative;
	padding: 50px 0px 0px;
	background-image: url(../images/footer-bg.png);
	background-size: 100% 100%;
	margin: 0px;
}
.footerAddressSec + footer{
	margin-top: -50px;
	padding-top: 140px;
}
.footer_link_div{
	position: relative;
	margin-bottom: 20px;
}
.footer_link_div h3{
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 20px;
}
.footer_link_div ul{
	margin: 0px;
}
.footer_link_div ul li a{
	padding: 5px 0px 10px;
	color: #8d8d8d;
	display: block;  
}
.footer_link_div ul li a:hover{
	text-decoration: none;
	color: #fff;
}
.footer_link_div p{
	position: relative;
	line-height: 26px;
	font-size: 16px;
	color: #8d8d8d;
	margin-bottom: 20px;
}
.footer_link_div p i.fa{
	display: inline-block;
	margin-right: 5px;
	font-size: 25px;
}
.copy_right_div{
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #fff;
}
.copy_right_div p{
	padding: 10px 0px;
	color: #fff;
}
.copy_right_div p a{
	color: #fdaa00;
	vertical-align: baseline;
}

@media (max-width: 768px){
	.footer_div{
    background-size: cover;
    background-attachment: fixed;
    background-position: -525px 0px;
	}
}


.form_lable label{
  font-size: 16px;
  padding: 5px 0px;
  line-height: 30px;
  display: block;
}
.form_lable input[type="text"],
.form_lable input[type="email"],
.form_lable input[type="number"],
.form_lable input[type="date"],
.form_lable select{
  width: 100%;
  padding: 5px 15px;
  height: 40px;
  border: 1px solid #dadada;
  font-size: 16px;
}
.form_lable textarea{
  width: 100%;
  height: 100px;
  padding: 5px 15px;
  border: 1px solid #dadada;
  font-size: 16px;
}
.btn_submit{
  margin-top: 20px;
  display: inline-block;
  position: relative;
  padding: 8px 15px;
  font-size: 14px;
  text-align: center;
  background-color: #fdaa00;
  color: #fff;
  border: none;
  cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
  display: none;
}
.modal-header{
  text-align: center;
  background-color: #fdaa00;
  color: #fff;
}
.modal-header button{
  color: #fff;
  opacity: 1;
}
.addColorImage{
	display: none;
}
@media (min-width: 992px){
	#formModal .modal-dialog{
		background-color: #fff;
		max-width: 50%;
	}
	.modal-content{
		padding: 0px 15px 20px;
		background-color: #fff;
		border: none; 
	}
	.modal-header{
		padding-bottom: 40px;
		margin: 0px -15px; 
		border-radius: 0px;
	}
	.modal-body{
		margin-top: -20px;
		box-shadow: 0px 0px 15px #b1a2a2aa;
		background-color: #fff;
	}
	.addColorImage{
		display: initial;
	}
}
.addColorImage{
	background-color: #fff;
}
#formModal .close{
  position: absolute;
  right: 10px;
  top: 20px;
}
#formModal h4.modal-title{
  font-size: 20px;
  text-transform: unset;
}

.col-15{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0px;
}


.brdCrumbSec{
	background-image: url(../images/course-slide-1.png);
	padding: 50px 0px 0px;
}
.brdNav{
	position: relative;
	text-align: right;
}
.brdNav ul{
	position: relative;
	display: inline-block;
}
.brdNav ul:after{
	clear: both;
	display: table;
	content: '';
}
.brdNav ul li{
	float: left;
	display: inline-block;
	position: relative;
	color: #fff;
}
.brdNav ul li + li:before{
	content: '/';
	position: absolute;
	left: -5px;
	top: 10px;
	font-size: 16px;
}
.brdUrlProp{
	display: block;
	padding: 10px 15px;
	font-size: 16px;
}
.brdUrlProp.active{
	color: #fdaa00;
	text-transform: uppercase;
}
.centerDivBrd{
	position: relative;
	text-align: center;
}
.centerDivBrd h2{
	display: inline-block;
	font-size: 32px;
	color: #fdaa00;
	background-color: #000000aa;
	padding: 15px 20px;
	text-transform: uppercase;
}

.topCourseReq{
	position: relative;
	top: -50px;
}
.topCourseReq .row{
	background-color: #333;
	padding: 50px 15px 30px;
}
@media(max-width: 576px){
	.topCourseReq .container{
		max-width: 80%;
	}
}

.formLabel{
	position: relative;
	margin-bottom: 10px;
}
.formLabel input,
.formLabel input:focus,
.formLabel select,
.formLabel textarea,
.formLabel textarea:focus{
	display: block;
	width: 100%;
	font-size: 15px;
	padding: 10px;
	outline: none;
}
.topCoureSubmit{
	display: block;
	border: none;
	background-color: #fdaa00;
	color: #fff;
	text-align: center;
	padding: 14px 10px;
	font-size: 15px;
	width: 100%;
}
.thanksText{
	font-size: 30px;
	color: #fdaa00;
	padding-top: 50%;
	line-height: 45px;
}
.onSmallContactForm,
.onSmallContactForm:hover,
.onSmallContactForm:focus {
  text-decoration: none;
  display: inline-block;
  padding: 12px 16px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: #fdaa00;
  color: #fff;
  font-size: 16px;
  z-index: 999;
}
.topHeadWhatsApp {
    bottom: 80px;
    right: 10px;
    top: auto !important;
    display: block !important;
    position: fixed;
    z-index: 9999999999999;
}
.topHeadWhatsApp img {
    height: 50px;
    width: 50px;
    margin-top: -4px;
    position: relative;
    -webkit-background-size: 50% auto;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px rgb(0, 142, 52);
}
.topHeadWhatsAppspan {
    padding: 14px 10px 11px 25px;
    margin-left: -25px;
    color: #fff;
    border-radius: 10px;
}
.g-img{
    width:100%;
        margin: 15px 0;
}

@media (min-width: 768px){
	.onSmallContactForm {
    display: none;
	}
	.topHeadWhatsApp {
    bottom: 80px;
    right: 10px;
    top: auto !important;
    display: block !important;
    position: fixed;
    z-index: 9999999999999;
}
.topHeadWhatsApp img {
    height: 50px;
    width: 50px;
    margin-top: -4px;
    position: relative;
    -webkit-background-size: 50% auto;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px rgb(0, 142, 52);
}
.topHeadWhatsAppspan {
    padding: 14px 10px 11px 25px;
    margin-left: -25px;
    color: #fff;
    border-radius: 10px;
}
}