body
{
	font-family: 'Raleway', sans-serif;
}
.copyrights
{
	padding:5px 0px;
}
font
{
	text-align: justify;
	letter-spacing: 0.8px;
	font-size: 14px;
}
.cont-icon
{
	margin:auto;
	text-align: center;
}

.nav
{
	float: right;
}
/*EXCEPT MOBILE*/
@media only screen and (max-width: 641px)
{
	.copyrights
	{
		text-align: center !important;
	}
	.footer-common
	{
		padding:0px 10px !important;
	}

.inner_Page h1
{
	font-size:27px;
}


	.phase-cycle
	{
		/*min-height:1600px;*/
	}
.phase1
	{
		position:relative;
		background: #375f90;
		color:#fff;
		text-align: center;
		margin:auto;
		padding: 10px;
	}
.phase2
	{
		position:relative;
		background: #ff6e2b;
		color:#fff;
		text-align: center;
		margin:auto;
		padding: 10px;
		/*top:3%;*/
	}
	.phase3
	{
		position:relative;
		background: #666;
		color:#fff;
		text-align: center;
		margin:auto;
		padding: 10px;
		top:22%;
	}
	.phase4
	{
		position:relative;
		background: #2db0fe;
		color:#fff;
		text-align: center;
		margin:auto;
		padding: 10px;
		top:32%;
	}
	.phase-content
	{
		display: none;
	}
	.phase1-p-content
	{
		position: relative;
		top:3%;
		padding:30px 10px; 
		text-align: justify;
	}
	.phase2-p-content
	{
		position: relative;
		top:9%;
		padding: 30px 10px;
		text-align: justify;
	}
	.phase3-p-content
	{
		position: relative;
		top:25%;
		padding: 30px 10px;
		text-align: justify;
		/*border:1px solid #aaa;*/
	}
	.phase4-p-content
	{
		position: relative;
		top:35%;
		padding: 30px 10px;
		text-align: justify;
		/*box-shadow: 0px 3px 8px #aaa;*/
	}
}


/*EXCEPT DESKTOP*/
@media only screen and (min-width: 641px)
{



	.phase-cycle
	{
		height:550px;
	}
	.phase1
	{
		position:absolute;
		background: #375f90;
		color:#fff;
		border-radius: 77px;
		text-align: center;
		margin:auto;
		padding: 30px;
		width: 119px; 
		/*margin:5px;*/
		top:4%;

	}
	.phase2
	{
		position:absolute;
		background: #ff6e2b;
		color:#fff;
		border-radius: 77px;
		text-align: center;
		margin:auto;
		padding: 30px;
		width: 119px; 
		/*margin:5px;*/
		top:26%;
		left:11%;
	}
	.phase3
	{
		position:absolute;
		background: #666;
		color:#fff;
		border-radius: 77px;
		text-align: center;
		margin:auto;
		padding: 30px;
		width: 119px; 
		/*margin:5px;*/
		top:53%;
		left:11%;
	}
	.phase4
	{
		position:absolute;
		background: #2db0fe;
		color:#fff;
		border-radius: 77px;
		text-align: center;
		margin:auto;
		padding: 30px;
		width: 119px; 
		margin:5px;
		top:77%;
	}
	.phase-content
	{
		font-weight: 700;
		font-size: 22px;
		position: absolute;
		top:250px;
	}
	.phase1-p-content
	{
		position: absolute;
		top:5%;
		width: 80%;
		left:15%;
		padding: 20px;
		box-shadow: 0px 3px 8px #aaa;
	}
	.phase2-p-content
	{
		position: absolute;
		top:27%;
		width: 80%;
		left:25%;
		padding: 20px;
		box-shadow: 0px 3px 8px #aaa;
	}
	.phase3-p-content
	{
		position: absolute;
		top:54%;
		width: 80%;
		left:25%;
		padding: 20px;
		box-shadow: 0px 3px 8px #aaa;
	}
	.phase4-p-content
	{
		position: absolute;
		top:80%;
		width: 80%;
		left:15%;
		padding: 20px;
		box-shadow: 0px 3px 8px #aaa;
	}
}

.about-box-p
{
	line-height: 22px !important;
}
.about-box
{
	padding: 30px 35px;
	box-shadow: -3px 3px 11px #bdb1b1;
	margin: 2%;
}
.about-image
{
	margin:5%;
	width: 100%;
}

.phase
{
	text-align: justify;
	transition: 0.3s !important;
	-webkit-transition: 0.3s !important;
}
.offer-section:hover .phase
{
	/*padding:7px;*/
}
.salient-features
{
	color: #414141;
	font-weight: bold;
	padding:50px 35px;
	margin: 0 0 5% 0;
	background: #fbfbfb;
	box-shadow:0px 0px 6px rgba(0, 0, 0, 0.25);
	transition: 0.2s !important;
	-webkit-transition: 0.2s !important;
}
.salient-features:hover
{
	box-shadow:0px 0px 8px rgba(0, 0, 0, 0.35);
}
.regular
{
	line-height: 28px;
}
.blocks
{
	border:1px solid #dbdbdb;
	background: #fbfbfb;
	/*box-shadow:0px 0px 6px rgba(0, 0, 0, 0.25);*/
	transition: 0.2s !important;
	-webkit-transition: 0.2s !important;
}
.blocks:hover
{
	/*box-shadow:0px 0px 8px rgba(0, 0, 0, 0.35);*/
}
.block
{
	margin:3% 0 0 0;
	line-height: 30px;
	padding:20px 20px;
}
.space
{
	width:100%;
	height:50px;
	position: absolute;
}
.add
{
	color:#fff !important;
	text-align: justify !important;
	letter-spacing: 0.8px !important;
	font-size: 15px !important;
	line-height: 23px;
}



/* fixed social*/
#fixed-social {
	z-index: 10 !important;
	position: fixed;
	overflow: visible;
	top: 300px;
	float:right;
}

#fixed-social a {
	color: #fff;
	display: block;
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
	width: 40px;
	margin-bottom: 1px;
	z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
	left: 41px;
	opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
	left: 50px;
	position: absolute;
	text-align: center;
	width: 120px;
	visibility: hidden;
	transition-duration: 0.5s;
	z-index: 1;
	opacity: 0;
}

.fixed-facebook{
	background-color: #3B5998;
}
.fixed-facebook span{
	background-color: #3B5998;
}
.fixed-eds{
	background-color: #8D7B7B;
}
.fixed-eds span{
	background-color: #8D7B7B;
}
.fixed-twitter{
	background-color: #1dcaff;

}
.fixed-twitter span{
	background-color: #1dcaff;
}
.fixed-gplus{
	background-color: #DD4B39;

}
.fixed-gplus span{
	background-color: #DD4B39;
}
.fixed-linkedin{
	background-color: #0077B5;

}
.fixed-linkedin span{
	background-color: #0077B5;
}
.fixed-instagrem{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

}
.fixed-instagrem span{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.carousel	
{
	z-index: 11;
}
.title
{
	text-align: center;
	margin:auto;
	margin-top: 50px;
	padding: 0px 0px 80px 0px; 
}
.about-p
{
	letter-spacing: 0.5px;
	line-height: 25px !important;
}

.about-img
{
	width: 100%;
	max-width: 399px;
}
/*.border*/
/*{*/
	/*border-bottom: 3px solid #414141;*/
	/*text-align: center;*/
	/*margin: auto;*/
	/*width: 200px;*/
	/*top:200;*/
	/*}*/
	.course
	{
		min-height:425px;
	}
	.counter
	{
		font-family: 'Montserrat', sans-serif !important;
	}

	.blog-list-view .blog-inner
	{
		width: 85%;
	}
	.our_gallary
	{
		margin-bottom: 30px;
	
	}
	
	.blog-grid {
    /*margin-bottom: 100px;*/
    margin: 8% 0%;
	}