.head-bg{
	background: url(../images/tile-header.jpg) repeat center;
}


div.animateglow{
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-color: #ccc;
   -webkit-animation: glow linear 7s infinite; 
    animation: glow linear 7s infinite;
}

@keyframes glow {
   10% {  box-shadow: 0 0 38px 5px #f83954; }
	50% { box-shadow: 0 0 38px 5px #f7a508;}
	80% { box-shadow: 0 0 38px 5px #4fa1fc;} 

}

div.animateglow2{
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-color: #ccc;
   -webkit-animation: gloww linear 7s infinite; 
    animation: gloww linear 7s infinite;
}

@keyframes gloww {
   10% {  box-shadow: 0 0 38px 5px #f7a508; }
   50% { box-shadow: 0 0 38px 5px #4fa1fc;} 
  80% { box-shadow: 0 0 38px 5px #f83954;}
	

}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.img-view-1{
	
	height: 510px;
	border-bottom: #4d4d4d 2px solid;
}
.cont-right-homemenu{
    margin-top: -8px;
}
.right-homemenu{
	position: relative;
	display: block;
	height: 424px;
	margin:0px;

}
.right-homemenu div ul{
	position: relative;
	display: block;
	top: 40px;
}
.right-homemenu div ul li{
	list-style: none;
}
.right-homemenu div ul li a{
	position: relative;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-family: Open Sans !important;
	background: url(../images/repeat-bg-black.png) repeat center;
	text-transform: uppercase;
}
.right-homemenu div ul li a:hover{
	background: #ffb813;
	text-decoration: none;
	border-left: 3px #e20237 solid;
}

.home-main-content-cont{
	border: 1px solid #b5b5b5;
	padding: 25px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background:#fff;
} 

.side-main-content-cont{
	border: 1px solid #b5b5b5;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background:#fff;
}

.mt-10{
	margin-top: 10px;
}

.whitebg{
	background: #fff;
}

.g-a{
	transition: transform .2s; /* Animation */
	height: 100%;
	
}
.g-abig{
	width: 140px !important;
}
.g-a:hover, .ads-cont-det:hover{
	transform: scale(1.1); 
}


.g-link{
	width: 60%;
    margin-left: 10px;
}

.g-aslinkmall{
	width: 40% !important;
	margin-top:14px !important;
}

.img-cont-feat{
	width: 100px;
	height: 90px;
	overflow: hidden;
	border: 3px solid #DBDBDB;
	float: left;
	border-radius: 3px;
	box-shadow: 0px 0px 10px -2px #333
}
.img-cont-feat-big{
	width: 140px;
	height: 90px;
	overflow: hidden;
	border: 3px solid #DBDBDB;
	float: left;
	border-radius: 3px;
	box-shadow: 0px 0px 10px -2px #333
}

.home-img-presnt{
	border: 3px solid #4f7cfc;
}

.upper-imagebanner{
	width: 100%;
	max-height: 350px;
	overflow: hidden;;
}
.body-normalcont{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px 25px; 
	margin-bottom: 15px;
}
.left-main-cont-home{
	width:60%;
	position: relative;
	display: inline-block;
}
.right-main-cont-home{
	width:37%;
	position:relative; 
	display: inline-block;
}
.inner-home-pg{
	position: relative;
	display: block;
	width: 100%;

}
.inner-home-pg-left{
	width: 65%;
}
.inner-home-pg-right{
	width: 33%;
}

.logos-cont{
	position: relative;
	display: block;
	width: 20%;

}

.logos-center-cont{
	position: relative;
	display: block;
	width: 60%;
}