.menucolor
{
	border-top: 2px solid #fff;
	background: transparent linear-gradient(to bottom, rgb(5, 171, 224) 0%, rgb(83, 203, 241) 60%, rgb(135, 224, 253) 100%) repeat scroll 0% 0%;
	background: -moz-linear-gradient(top, #05abe0 0%, #53cbf1 60%, #87e0fd 100%);
	background: -webkit-linear-gradient(top, #05abe0 0%,#53cbf1 60%,#87e0fd 100%);
	background: linear-gradient(to bottom, #05abe0 0%,#53cbf1 60%,#87e0fd 100%);
}
.welcomep
{
	font-size: 17px !important;    
    line-height:25px !important;

}
.pjustify
{
    text-align: justify;
}
.mzero
{
    margin: 0px;
}
.pzero
{
    padding: 0px;
}
.bzero
{
    margin:0px !important;
    padding:0px !important;
}
.imgleft
{
    width:40%;
    padding-right:5px;
}

.imgright
{
    
    padding-left:5px;
}

.aborder:hover
{
        box-shadow: inset 0 0 0 25px #53a7ea;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  /*background: #777;*/
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.galleryimg
{
    float:left;
    padding:14px;
    width:32%;
    
}
@media (max-width: 768px) {

    .footerlogo
    {
        display:block;
    }
     .footertxt
    {
        text-align:center;
    }
    .footer .copyright-info
    {
  padding-top:2px;
  text-align:center !important;
    }
}
