.vidz
{
	width:80%;
	margin:2em auto 2em auto;
	text-align:center;
}
.vidz h2
{
	margin:5px auto 15px auto;
	font-size:1.5em;
	line-height:1.4em;
	font-weight:600;
	text-align:center;
	color:#373736;
}
.vidz h3{
color: #0591ed;
margin: 2em auto 0em auto;
font-size: 2em;
font-weight: bold;
text-align: center;
margin-bottom: 0.3em;
}
.vidz p{
	margin: 5px auto 10px auto;
	font-size: 18px;
	text-height: 22px;
	font-weight: normal;
	text-align: center;
	color: #373736;
	}
.vcontent{
	background:#f9b234;
	padding:20px 0px;
}
.vcontent h2
{
	margin:5px auto 15px auto;
	font-size:30px;
	font-weight:600;
	text-align:left;
	color:#373736;
}
.vcontent h3
{
	margin:15px auto;
	font-size:26px;
	font-weight:600;
	text-align:left;
	line-height:36px;
	color:#fff;
}
.vcontent p
{
	margin:5px auto;
	font-size:18px;
	font-weight:500;
	text-align:left;
	color:#373736;
}
.bcontent{
	background:none;
	padding:20px 10px;
}
.bcontent p
{
	margin:10px auto;
	font-size:18px;
	font-weight:500;
	text-align:left;
	color:#373736;
}
.bcontent h2
{
	margin:5px auto 15px auto;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	color:#373736;
	font-style:italic;
}
.vcontent_right{
	margin:5px auto 15px auto;
	color:#373736;
}
.vcontent_left {
	margin:0px auto 0px auto;
	text-align:center;
}
.vcontent_left img{
	width:100%;
	margin:20px auto 0px auto;
	color:#373736;
}
.banner{
	width:100%; 
	text-align:center; 
	display: block;
	}

.banner img {
	max-width:100%; 
	max-height:100%;
	}
.banner-bottom{
	margin:0px auto 0px auto;
	padding:5em 0;
	/**background:#f4f2f3;**/
}
.heading-agileinfo {
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 2em;
	margin: 1em 0em 0.2em 0em;
    text-align: center;
    color:#0591ed;
    position: relative;
}
.heading-agileinfo span {
	padding:0.5em 0em;
    display: block;
	font-size:22px;
    margin-top: 1em 0em;
    text-transform: capitalize;
    color: #373736;
    font-weight: bold;
	text-align:center;
}
.heading-agileinfo h3 {
	padding:0.5em 0em;
    display: block;
	font-size:22px;
    margin-top: 1em 0em;
    text-transform: capitalize;
    color: #373736;
    font-weight: bold;
	text-align:center;
}
.agileits_services_grid  {
	margin:15px auto;
}
.agileits_services_grid h3 {
	margin:10px auto;
    font-size: 14px;
    font-weight: 500;
    color: #373737;
	text-align:center;
    text-transform: capitalize;
}
.agileits_services_grid p{
	color:#999;
	line-height:2em;
	margin:1em 0;
}
.download {
	font-size: 18px;
	font-weight:bold;
	color:#fff;
	width:300px;
	height:55px;
	padding:15px 0px 0px 0px;
	margin:-19px auto 0px auto;
	text-align:center;
	background:url(../images/download.png) no-repeat;
	border-radius: 5px;
	text-decoration:none;
}
/*--footer start here--*/
.footer {
  margin:2em auto 0em auto;
  background: #252e38;
  padding: 1em 0em 1em 0em;
}
.copyright {
	text-align:center;
	color:#FFF;
}
.copyright a {
	text-align:center;
	color:#17a2fd;
}

/*---- responsive-design -----*/
@media(max-width:1440px){

}
@media(max-width:1366px){

}
@media(max-width:1280px){

}
@media(max-width:1080px){

.vcontent_left img{
	width:100%;
	margin:60px 0px 0px 0px;
}
}
@media(max-width:1024px){

}
@media(max-width:900px){
.vcontent_left img{
	width:50%;
	margin:10px auto;
	color:#373736;
}
}
@media(max-width:800px){
.vcontent_left {
	margin:0px auto 0px auto;
	text-align:center;
}
.vcontent_left img{
	width:50%;
	margin:10px auto;
	color:#373736;
}
}
@media(max-width:768px){
}
@media(max-width:640px){
.vcontent h2{
	margin:5px auto 15px auto;
	line-height:40px;
}
.vidz
{
	width:90%;
	margin:2em auto 2em auto;
}
}
@media(max-width:480px){
.vcontent_left img{
	width:75%;
}
	.banner-bottom {
    margin: 0px auto 0px auto;
    padding: 1em 0;
}
}
@media(max-width:414px){
}
@media(max-width:375px){
}
@media(max-width:320px){
}
/*--//responsive-design---*/