
.innerpage-top{
	padding: 18px 0;
    display: block;
    position: relative;
    background-color: rgba(0,0,0,.03);
    border-top: rgba(0,0,0,.04) 1px solid;
    border-bottom: rgba(0,0,0,.04) 1px solid;
}
.innerpage-top .container {
    position: relative;
}
.innerpage-top .container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    left: 4%;
    width: 10px;
    height: 10px;
    background: #f7f7f7;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
}

/*innerpage top end*/
.inner-page-cont{
	padding-bottom: 2%;
}
/*.inner-page-cont a{
	color: #000;
}*/
.inner-page-cont h2, .inner-page-cont h3, .inner-page-cont h4{
/*	clear: both;*/

}
.inner-banner{
	position: relative;
}
.inner-banner img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-page-cont{
	padding-top: 6%;
	padding-bottom: 6%;
}
.breadcrumb {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
    color: #6a6a6a;
	text-transform: uppercase;
}
/*network page start*/
.heading-w-bg{
	background-color: #F7F7F7;
	padding: 5px 8px;
	border: none;
}
.inner-page-cont{
	overflow: hidden;
}
@media only screen and (min-width:650px){

}

@media only screen and (min-width:768px){
	/*innerpage top start*/
	.innerpage-top .container::after {
		bottom: -34px;
		left: 4%;
		width: 30px;
		height: 30px;
	}
	/*innerpage top end*/
}

@media only screen and (min-width:921px){
}

@media only screen and (min-width:1025px){
	/*header start*/
	/*.main-menu-cont ul>li:hover a{
		color: #fff;
	}*/
	/*header end*/
	/*innerpage top start*/
	.inner-page-top .container::after {
		left: 0;
	}
	/*innerpage top end*/
	.inner-page-cont{
		padding-top: 4%;
		padding-bottom: 4%;
	}
	/*network page start*/
	/*network page end*/
	
	/*processing page start*/
	
	/*processing page end*/
}
@media only screen and (min-width:1300px){
}
@media only screen and (min-width:1500px){
	
	
}
