/*blink new*/
.spanblink{font-weight:800;
color:red;
		font-size: 13px;
		font-family: cursive;
		animation: blink 1s linear infinite;
      text-shadow: 0 0 3px #ffeb00, 0 0 5px #04ff00;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .8;}
100%{opacity: 2;}
}


.grid {
		position: relative;margin: 0 auto;list-style: none;text-align: center;
	}
.grid figure {
	position: relative;float: left;overflow: hidden;height: 37vh;width: 100%;text-align: center;cursor: pointer;
}
.grid figure figcaption {
	padding: 0.5em;color: #fff;text-transform: uppercase;font-size: 1.25em;-webkit-backface-visibility: hidden;backface-visibility: hidden;
}
.grid figure figcaption::before,.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,.grid figure figcaption > a {
	position: absolute;top: 0;left: 0;width: 100%;height: 40vh;
}
.grid figure h3 {
	word-spacing: -0.15em;font-weight: 300;
}
.grid figure h3,.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;font-size: 90%;
}
figure.effect-lily figcaption {
	text-align: left;
}
figure.effect-lily figcaption > div {
	position: absolute;left: 0;padding: 1em;width: 100%;height: 30vh;
    bottom:0px;
}
figure.effect-lily h3,figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);transform: translate3d(0,40px,0);
}
figure.effect-lily h3 {
	-webkit-transition: -webkit-transform 0.35s;transition: transform 0.35s;
}
figure.effect-lily p {
	color: rgba(255,255,255,0.8);opacity: 0;-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img,figure.effect-lily:hover p {
	//opacity: 0.7;
}
figure.effect-lily:hover img,figure.effect-lily:hover h3,figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);
}
figure.effect-lily:hover p {

	-webkit-transition-delay: 0.05s;transition-delay: 0.05s;-webkit-transition-duration: 0.35s;transition-duration: 0.35s;
}
body #cdawrap {
	background: none;top: 50px;border: none;
}
body #cdawrap a {
	color: #fff !important;
}
body #cda-remove {
	color: #fff;
}

.btnn{
	background: 0 0;border: 1px solid#fff;color:#fff;margin-top:20px;border-radius:5px;font-size:14px;font-weight:700;letter-spacing:0px; line-height: 1.7;padding: .6em 2.5em;font-family: 'Open Sans',sans-serif;text-transform: uppercase;
}

.we-are-proudcol1, .we-are-proudcol2, .we-are-proudcol3, .we-are-proudcol4,.we-are-proudcol5,.we-are-proudcol6,.we-are-proudcol7,.we-are-proudcol8 {
    max-height:40vh;-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;float: left;width: 25%;position: relative;height:40vh
    z-index: 2;background: rgba(0,0,0,.3);border-right: 1px solid rgba(256,256,256,.5);transition-duration: .5s;overflow: hidden;border-bottom:1px solid white;
}
.we-are-proudcol1:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Student03.JPG);background-size: cover;background-repeat: no-repeat;
}
.we-are-proudcol2:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Faculty02.JPG);background-size: cover;background-repeat: no-repeat;
}
.we-are-proudcol3:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(	http://gsfcuniversity.in/upload/file/Programs01.JPG);background-size: cover;background-repeat: no-repeat;
}
.we-are-proudcol4:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(../images/06-eventgallery-img.jpg);background-size: cover;background-repeat: no-repeat;
}
.we-are-proudcol5:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Placement01.JPG);background-size: cover;background-repeat: no-repeat;
}
.we-are-proudcol6:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/publications01.jpg);background-size: cover;background-repeat: no-repeat;
}
.we-are-proudcol7:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(
http://gsfcuniversity.in/upload/file/Alumni.jpg);background-size: cover;background-repeat: no-repeat;
}
.we-are-proudcol8:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Research.jpg);background-size: cover;background-repeat: no-repeat;
}
.back{
	background:linear-gradient( rgba(20,20,20, .33), rgba(20,20,20, .3)), url(../images/background.jpg);background-size: cover;background-repeat: no-repeat;background-position: center center;
}
.fon{
	font-size:2.3vw;
	font-weight:bold;
}
@media only screen and (max-width: 768px)
{
	.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.content{
	width:200%;
}
.fon{
	font-size:5.1vw;
}
.figure.effect-lily figcaption > div{
	position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    height: 25vh;
    bottom: 0px;
}
.figure{
	margin:0px;
}
.we-are-proudcol1:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Student03.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol2:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Faculty02.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol3:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(	http://gsfcuniversity.in/upload/file/Programs01.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol4:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(../images/06-eventgallery-img.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol5:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Placement01.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol6:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/publications01.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol7:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(
http://gsfcuniversity.in/upload/file/Alumni.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol8:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Research.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
}
@media only screen and (max-width: 600px)
{
	.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.content{
	width:200%;
}
.fon{
	font-size:5vw;
}
.figure.effect-lily figcaption > div{
	position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    height: 25vh;
    bottom: 0px;
}
.figure{
	margin:0px;
}
.we-are-proudcol1:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Student03.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol2:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Faculty02.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol3:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(	http://gsfcuniversity.in/upload/file/Programs01.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol4:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(../images/06-eventgallery-img.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol5:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Placement01.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol6:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/publications01.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol7:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(
http://gsfcuniversity.in/upload/file/Alumni.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol8:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Research.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
}
@media only screen and (max-width: 992px)
{
	.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.content{
	width:200%;
}
.fon{
	font-size:5vw;
}
.figure.effect-lily figcaption > div{
	position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    height: 25vh;
    bottom: 0px;
}
.figure{
	margin:0px;
}
@media only screen and (max-width: 1080px)
{
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.content{
	width:200%;
}
.fon{
	font-size:5vw;
}
.figure.effect-lily figcaption > div{
	position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    height: 25vh;
    bottom: 0px;
}
.figure{
	margin:0px;
}
}
.we-are-proudcol1:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Student03.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol2:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Faculty02.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol3:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(	http://gsfcuniversity.in/upload/file/Programs01.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol4:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(../images/06-eventgallery-img.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol5:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Placement01.JPG);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol6:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/publications01.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol7:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(
http://gsfcuniversity.in/upload/file/Alumni.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
.we-are-proudcol8:hover {
background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .3)) ,url(http://gsfcuniversity.in/upload/file/Research.jpg);background-size: 183px 252px;background-repeat: no-repeat;
}
}