
.blueColor	{
	color: #00adef !important;
}

.active	{
	color: #00adef !important;
}

.btn-main {
	height: 54px; 
	border: none; 
	background: #036c94; 
	color: #fff; 
	padding: 0 30px; 
	font-size: 13px; 
	font-weight: 600;
	text-transform: uppercase;
}

.errorMessage	{
	color: red;
}

.facts	{
	margin-top: 5px !important;
}

.italicFont	{
	font-style: italic;
}

.serviceBoxHeading	{
	height: 200px;
    overflow: hidden;
}

.servicesTitle	{
	font-weight: bold;
	color: #2196f3;
}

.servicesIcon	{
	width: 100px;
}

.jestification	{
	text-align: justify !important;
}

.paddingTop100	{
	padding-top: 100px;
}

.journeyExcellence li	{
	width: 100%;
}

.journeyExcellence li a	{
	width: 100%;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	letter-spacing: 1px;
}

.whyUsTrainingSpan	{
	color: #ccc;
}

.bottomStickyIcons	{
	position: fixed;
    bottom: 6%;
    left: 3%;
    z-index: 1000;	
}


@media (min-width: 768px) { 
	
	.deskTop {
		display:inline !important;
	}
	
	.mobile {
		display:none !important;
	}
	
}

@media (max-width: 768px) { 
	
	.deskTop {
		display:none !important;
	}
	
	.mobile {
		display:inline-table;
	}
	
}

