/** Min Screen Size Overlay Styles **/
.minScreenSizeOverlay{
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999;
	box-shadow:inset 0px 0px 100px 1px #6B6B6B;
	background:#ECF0F1;
}
.minScreenSizeOverlay .contentContainer{
	position:relative;
	width:100%;
}
.minScreenSizeOverlay .content{
	text-align:center;
	position: fixed;
	top: 50%;
	margin-top: -100px;
	width:100%;
	font-size: 20px;
}
@media all and (min-width:300px){
	.minScreenSizeOverlay{
		display:none;
	}
}
/** PreLoader **/
.preloader{
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:99999;
	background:#000;
}
.preloader .content{
	position:relative;
	width:100%;height:100%;
}
.preloader .preloader-content{
	position:absolute;
	width:180px;
	height:190px;
	text-align:center;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
	color:rgba(255,255,255,0.9);
	font-size:40px;
	animation-name:blinking-text;
	animation-duration:1s;
	animation-timing-function:linear;
	animation-direction:alternate;
	animation-iteration-count:infinite;
}
.preloader .preloader-content .loading-text{
	color:rgba(255,255,255,0.6);
	font-size: 25px;
}
/**FlashBox**/
.flashbox{
	display:none;
	position:fixed;
	top:0;left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999;
	text-align:center;
}
.flashbox .content{
	position:absolute;
	width:95%;
	max-height:95%;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
	overflow:hidden;
}
.flashbox .content .closeBtn{
	position:absolute;
	top:0;right:2px;
	cursor:pointer;
	color:#FFF;
	font-size:25px;
	z-index:3;
}
.flashbox .flashBox-content{
	position:relative;
	width:100%;
	height:100%;
}
.flashbox .content .flashBox-content img{
	position:absolute;
	margin:auto;
	top:0;bottom:0;
	left:0;right:0;
	height:auto;
	max-height:100%;
	max-width:100%;
	width:auto;
}
/** FlashBox Styles end **/
/** Slick Slider Custom Styles **/
.slidesContainer{
    width: 100%;
    height: 600px;
    text-align: center;
}
.slide{
    text-align: center;
    height: inherit;
}
.slick-initialized .slick-slide{
    display: inline-block;
}
.slide img{
    margin: auto;
    left: 0;
    right: 0;
    height: 700px;
    width: 100%;
}
.slick-dark .slick-dots li button{
	box-shadow: 0 0 0;
}
.slick-dark .slick-dots li button::before{
	color:#FFF;
}
/** Slick Slider Custom Styles End **/
/** Page Styles Start **/
#contentWrap{
    width: 100%;
}
@media all and (max-width:768px){
    #contentWrap{
        width: 100%;
    }
}
.container{
    max-width: 100%;
}

img.logo-med{
    width:auto;
    height: auto;
    max-height: 100px;
    max-width: 160px;
    margin:0px 0px 5px 0px;
}


img.logo-sm{
    width: auto;
    height: auto;
    max-height:50px;
    max-width: 100px;
}
img.logo-lg{
	width: 300px;
	height: auto;
}
@media all and (min-width:768px){
	img.logo-lg{
		width: 400px;
	}
	#alumni .alumniDescription p{
		padding-left: 60px;
		padding-right: 60px;
	}
}
.iconMed{
    font-size:24px;
}
.animated-pulse{
	animation-name: animated-pulse;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
/** Header : Default Layout**/
#mainHeader{
	position: fixed;
	top: 0;
	left: 0;
    background: #FFF;
    text-align: left;
    font-size: 16px;
	padding:0px 10px;
    box-shadow: 0px 0px 5px #000;
	width: inherit;
	z-index: 9998;
	transition: 0.3s;
}
#mainHeader .navbar>.container{
	width: 100%;
}
/** Custom Styles for Bootstrap Navigation **/
#mainHeader .navbar-toggle{
	position: absolute;
	top:4px;right: 0;
	border: none;
	box-shadow: 0 0 0;
	background: rgba(255,255,255,0.5);
	color: rgba(0,0,0,0.7);
	font-size: 20px;
	padding:4px 9px;
}
#mainHeader .navbar{
    width: 100%;
    min-height: 30px;
    overflow: hidden;
    margin: 7px auto;
    box-shadow: none;
    padding: 0;
    border: none;
    background: transparent;
}
#mainHeader .navbar li{
    padding:5px;
    float: none;
    list-style-type: none;
    display: block;
    width:auto;
    text-align: center;
    margin:0;
	background: transparent;
}
#mainHeader .navbar li a{
    padding: 0;
	background: transparent;
	transition: 0.5s;
}
#mainHeader .navbar li a:hover{
	color: #000;
}
#mainHeader .navbar-default .navbar-nav>li>a.active{
	color:#000;
	padding-bottom: 5px;
    border-bottom: 3px solid #000;
}
@media all and (min-width:300px){
	#mainHeader .navbar-nav{
		padding-top: 0.8%;
		margin: 0;
	}
	#mainHeader .navbar li{
		width: 100%;
	}
	#mainHeader .navbar li>a{
		color: #000;
	}
}
@media all and (min-width:768px){
    #mainHeader .navbar-toggle{
        display: none;
    }
    #mainHeader .navbar li{
        width: auto;
        display: inline;
		padding:2px 0px;
    }
	#mainHeader a{
		color: #FFF;
	}
	.mobile{
		display:none;
	}
	.controlh:hover img.alumini_dp{
		opacity:0.7;
		}
    .controlh:hover a.desktop{
     opacity: 1;
    }
    .desktop{
      bottom:87px;
      opacity:0;

    }
}
@media all and (min-width: 992px){
	#mainHeader .navbar li{
		padding:5px;
	}
}
@media all and (min-width:1200px){
	#mainHeader .navbar li{
		padding-top:15px;
	}
}
/** End Custom Styles for Bootstrap Navgation **/
.logo{
    width: 200px;
    height: auto;
}
@media all and (max-width:400px){
    #mainHeader .logo{
        width: 130px;
    }
}
/** End Header: Default Layout **/
/** Header: Sticky Layout **/
#mainHeader.mainHeaderLayout1{
    position:fixed;
    top:0;
    z-index:4;
    width:inherit;

}
#mainHeader #mainNav>div>.row{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#mainHeader .navbar li{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
#mainHeader .logo{
    width: 130px;
    height: auto;
    margin:7px 0px;
    padding: 1px;
    box-sizing: content-box;
}
@media all and (min-width:1200px){
	#mainHeader .logo{
		width:150px;
	}
}
#mainHeader .navigationContainer{
    float: right;
}
/** Header Styles End **/
#mainHeader.mainHeaderLayout1{
	position: fixed;
	background: transparent;
	top:0;left:0;
	width: inherit;
	box-shadow: none;
	color: #FFF;
	padding-top: 10px;
}
#mainHeader.mainHeaderLayout1 .navbar li{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
#mainHeader.mainHeaderLayout1 .navbar li>a{
	color: rgba(255,255,255,0.8);
}
#mainHeader.mainHeaderLayout1 .navbar li>a:hover{
	color: #FFF;
}
@media all and (max-width:767px){
	#mainHeader.mainHeaderLayout1 .navbar-collapse{
		background: rgba(255,255,255,0.9);
	}
	#mainHeader.mainHeaderLayout1 .navbar li>a{
		color: rgba(0,0,0,0.8);
	}
	#mainHeader.mainHeaderLayout1 .navbar li>a:hover{
		color: #000;
	}

}
/** Section Default Styles **/
section{
	width: 100%;
	margin: 0;
    padding-bottom: 10px;
}
section .container{
    width: inherit;
}
section .headerContainer{
    width: 55%;
    clear: inherit;
	margin:20px 0px 20px 0px;
}
@media all and (max-width:768px){
    section .headerContainer{
        width: 100%;
    }
}
section .section-header{
    background: transparent;
    color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    font-size: 30px;
	padding:0px 20px;
	left:0;right:0;
    box-shadow: 0 0 0;
}
/** Section Styles End **/

/** Home Styles **/
#home{
    width: inherit;
	height: 100vh;
    overflow: hidden;
	margin-top:0;
}
#home .container{
    padding: 0;
	height: inherit;
}
#home .slide{
	color: #FFF;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
}
#home .slide .container::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
#home .slide .slideContent{
	position: absolute;
	width: 100%;
}
#home .slide .slideHeader h1{
	font-size: 50px;
}
#home .slide button{
	width:30%;
	min-width: 100px;
	height: 60px;
	padding: 5px;
	margin:20px 0 0 0;
}
#home .slide p.description{
	font-size: 1.4em;
}
@media all and (max-width:768px){
	#home .slide .slideHeader h1{
		font-size: 45px;
	}
}
@media all and (min-width:1200px){
	#home .slide .slideHeader h1{
		font-size: 60px;
	}
}
/** End Home Styles **/

/** Intro Section **/
#intro{
    background: #2f2f2f;
    color: #FFF;
    background-attachment: fixed;
    background-size: cover;
}
#intro .headerContainer{
	width: 100%;
}
#intro .section-header{
    color: #FFF;
    font-size: 45px;
    background: transparent;
    box-shadow: 0 0 0;
    margin-top:20px;
	text-transform: none;
}
#intro p.description{
	color: #a2a2a2;
}
#intro .servicesList li{
    position: relative;
    color: #a2a2a2;
    font-size: 16px;
	padding-left:18px;
}
#intro .servicesList li .fa{
    position: absolute;
    left:0;
    top:3px;
}
#intro .subheader{
	padding:0px 0px 15px 0px;
	margin:10px 0;
}
#intro .subheader>span{
    padding:1px 0px 5px 0px;
    margin:2px;
    box-sizing: content-box;
}
#intro .heading{
    font-size: 26px;
    padding: 0;
}
@media screen and (max-width:768px){
	/** Mobile devices **/
	#intro .section-header{
		text-align: center;
	}
	#intro .siteAboutContainer{
		font-size:30px;
	}
    #intro .heading{
        font-size: 26px;
        padding: 0;
        text-align: center;
    }
}
@media screen and (max-width:400px){
	#intro .heading{
		font-size:22px;
	}
}
/** Intro Section End **/

/** Events Section **/
#events{
    background: url("../images/bg-1080p-2.jpg");
    background-attachment: fixed;
    background-size: cover;
    color: #000;
    /** width: inherit;**/
    overflow: hidden;
    padding-bottom: 50px;
}
#upcomingEventsHeader{
    padding: 5px 0;
    color: inherit;
}
#events .eventsList{
	min-width:220px;
	margin:auto;
	left:0;right:0;
}
.eventBox,
.youtubeBox,
.projectBox{
	width: 340px;
	max-width: 340px;	/** fix for Slick Slide CSS **/
	margin:10px 20px;
	padding:0 0 8px 0;
	background:#F2F1EF;
	box-shadow:2px 2px 15px #979696;
	box-sizing:border-box;
	color:#000;
	text-align:center;
	top:0;bottom: 0;
}
/** Event Box Styles **/
.eventBox>div,
.projectBox>div{
	margin:auto;
	left:0;right:0;
}
.eventBox .eventThumb,
.projectBox .projectThumb{
	position: relative;
	width: 100%;
	height: 191px;
	overflow: hidden;
}
.eventBox .eventThumb img,
.projectBox .projectThumb img{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 100%;
	height: auto;
}
.eventTitle,
.projectTitle{
	max-height:98px;
	width:100%;
	overflow:hidden;
	margin-bottom: 1px;
}

.eventBox .eventDesc,
.eventBox .eventDescInfo,
.projectBox .projectDesc,
.projectBox .projectDescInfo{
	padding:0;
	text-align:left;
	max-height: 137px;
}
.eventBox .eventDescInfo .eventDescInfoContainer{
	max-height:100px;
	text-align:left;
	overflow-x:hidden;
}
.eventBox .eventDesc{
	overflow-y:hidden;
}
.eventBox .eventDesc:hover,
.eventBox .eventDesc:focus,
.eventBox .eventDesc:active{
	overflow-y: scroll;
}
.eventBox .eventDescInfo .eventDescInfoContainer:hover{
	overflow-y:auto;
	overflow-x:auto;
}
.eventBox .eventTiming>div{
	position: relative;
	padding-left: 1em;
}
.eventBox .eventTiming>div>i.icon{
	position: absolute;
	left:0;
	top: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	text-align: center;
}
.eventBox .eventCTA{
	position: absolute;
	bottom:0;
	width:100%;
}
.eventBox .eventCTA div{
	float:left;
	margin:0;
	padding: 0px;
}
.eventBox .eventCTA button{
	width:100%;
	font-size:1em;
	margin:0;
	color:#FFF;
}
.eventBox .event-buttons{
	margin-right: 15px;
	box-shadow:2px 3px 3px #000;
	font-weight: 600;
	font-size: 16px;
	padding: 20px;
	margin-top:20px;
	color:#FFF;
}
@media all and (min-width:1024px){
	.eventBox .eventCTA button{
		font-size:1.2em;
}
}
/** End Event Box Styles **/
/** Youtube Box Styles **/
.youtubeBox{
	padding:0px;
	height:380px;
}
.youtubeBox>div>div{
	padding:0;
}
.youtubeBox .youtubeVideoContainer{
	position: relative;
	height:191px;	/** it should be calculated as (width of parent)*9/16 **/
}
.youtubeBox .youtubeVideoContainer img{
	width:100%;
	height: 100%;
}
.youtubeBox .youtubeVideoContainer .video-overlay{
	width:100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	cursor: pointer;
}
.youtubeBox .youtubeVideoContainer .video-overlay .play-icon{
	height: 1em;
}
.youtubeBox .youtubeInfoContainer{
	height:188px;
	overflow:hidden;
}
.youtubeBox .youtubeVideoTitleContainer{
	height:60px;
	overflow:hidden;
}
.youtubeBox .youtubeVideoDescContainer{
	width:100%;
	height:130px;
	overflow:hidden;
}
.youtubeBox .youtubeVideoDescContainer:hover{
	overflow-y:scroll;
	overflow-x:scroll;
}
/** End Youtube Box Styles **/
@media all and (max-width:299px){
	.eventBox,
	.youtubeBox,
	.projectBox{
		display:none;
	}
}
@media all and (min-width:300px) and (max-width:768px){
	.eventBox, .youtubeBox,
	.projectBox{
		width:250px;
		margin:10px 5px;
	}
	.youtubeBox>div>div{
		height:140px;
	}
}
/** Common Styles End **/
/** Webinars Section **/
#webinars{
    background: url("../images/bg-1080p-4.jpg");
    background-attachment: fixed;
    background-size: cover;
}
/** Webinars Section Custom Slick Slider Styles
#webinars .slick-dots li button:before,
#team .slick-dots li button:before,{
    color: #FFF;
}
#webinars .slick-dots li.slick-active button:before,
#team .slick-dots li.slick-active button:before{
    color:#FFF;
}
#webinars .slick-arrow::before,
#team .slick-arrow::before{
    color:#000;
}
/** End Custom Slick Slider Styles **/
/** End Webinar Section **/

/** Alumni Section **/
#alumni{
	padding:10px 5px;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(242, 242, 242,1);
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
}
.row-low{
	height: 30% !important;
}
#aluminiHeader{
	color:#1a1a1a !important;
	padding: 0px !important;
}
@media all and (max-width:1100px){
  .alumini_columns{
    margin:40px;
  }
  }
  @media all and (min-width:1101px){
  .alumini_columns{
    margin:20px;
  }

  }
   .alumini_columns{
	position: relative;

}

 .iconlinkedin{
	position: relative;
	z-index:50;
	background-color: #0077B5;
	border-radius: 40%;
	padding:5px;
	transition: all 0.5s;
	color:white !important;

	box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.3);
}
.alumini_card_divider{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: auto;
    padding: 0;
    width:75%;
}

.alumini_dp{
	position: relative;
	border-radius:50%;
	margin-left: auto;
	margin-right: auto;
	width:60%;
	height:auto;
	transition: opacity 0.5s;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
	vertical-align: middle;

}
.controlh{

	position: relative;
	border-radius: 50%;

}
.alumininames{
	font-size: 1.4em;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
	color:#404040;
}
.workplacename{
	font-size: 1.0em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    color:#404040;

}


#alumni .container{
	height: 100%;
}
#alumni .alumniDescription{
	position:relative;
	margin: 0;
	text-align:center;
	color:#737373;
	background: transparent;
}
#alumni .alumniDescription p{
	font-size:23px;
	color: #737373;
	border-radius: 6px;

}
/** BlockQuote **/
#alumni .alumniDescription:before{
	content:'\f10d';
	position:absolute;
	top:0;
	left:0;
	color: #fff;
	opacity: 0.1;
	font-size:45px;
}
#alumni .alumniDescription:after{
	content:'\f10e';
	position:absolute;
	bottom:0;
	right:0;
	color: #fff;
	opacity: 0.1;
	font-size:45px;
}
/** BlockQuotes End **/
/** Showcase Styles **/
#masthead{
    width: inherit;
	height: 70vh;
    overflow: hidden;
	margin-top:0;
    background: url("../images/bgrnd.jpeg") 0 -900px;
    transform: translate3d(0,0,-1px);
}
#masthead .content{
    height: 40%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*font: 900 6em 'Dosis', sans-serif;*/
    color: #fff;
    background: transparent;
}

#project-card-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content:center;
}

.projectBox .projectThumb .img-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.5s linear all;
}
.projectBox .projectThumb .img-overlay>div{
	position: absolute;
	width: 100%;
	height: 4em;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.projectBox:hover .img-overlay{
	background: rgba(31, 164, 234, 0.8);
	opacity: 1;
}
.projectBox .projectThumb .img-overlay>div>a{
	transition: 0.3s all linear;
}
.projectBox .projectThumb .img-overlay>div>a:hover{
	color: #FFF;
}

.projectBox .projectDescInfo{
	height: 85px;
	overflow:hidden;
}
.projectBox .projectDescInfo:hover,
.projectBox .projectDescInfo:active,
.projectBox .projectDescInfo:focus{
	overflow: auto;
}
.projectBox .projectDescInfoContainer{
	height: inherit;
}
@media all and (max-width:768px){

	.projectBox .projectThumb .img-overlay{
		position: absolute;
		width: 100%;
		height: 4em;
		opacity: 1;
		top:auto;
		bottom: 0;
		background: rgba(255,255,255, 0.2);
	}
	.projectBox .projectThumb:hover .img-overlay{
		background: rgba(255,255,255, 0.2);
		opacity: 1;
	}
	.projectBox .projectThumb .img-overlay>div>a{
		transition: 0.3s all linear;
	}
	.projectBox .projectThumb .img-overlay>div>a:hover > div,
	.projectBox .projectThumb .img-overlay>div>a:active > div,
	.projectBox .projectThumb .img-overlay>div>a:focus > div{
		background: rgba(31, 164, 234, 0.4) ;
	}
	.projectBox .projectInfo{
		height: 131px;
	}
	.projectBox .projectDesc,
	.projectBox .projectAuthor{
		height: inherit;
	}
}
/** Showcase Styles End **/
/** Alumni Section End **/

/** Team Section **/
#team{
	background: url("../images/IMG_20170308_142700_01.jpg");
	padding-bottom:50px;
    padding-top: 10px;
	background-size: cover;
	background-position: center;
}
/** Teambox Styles **/
.teamBox{
	position:relative;
	width:250px!important;
	height:390px;
	padding:10px 2px;
	text-align:center;
	margin:30px;
	color:#FFF;
}
.teamBox .teamPhotoContainer{
	border-radius:5px;
	overflow:hidden;
	height:250px;
	width:250px;
}
.teamBox .teamPhotoContainer img{
	position: relative;
	width: 100%;
	height: 100%;
}
.teamBox .teamInfoContainer{
	padding:10px 2px;
	width: 100%;
}
.teamBox .teamName{
	margin: 5px 0;
}
.teamBox .teamDesignation{
	margin:5px 0;
	text-transform: uppercase;
}
.teamBox .teamSocial{
	margin: 5px 0;
}
/** End Teambox Styles **/
/** End Team Section **/

/** Open Source and Events Participate Section Combined **/
#openSource{
    background: url("../images/repeat-1.jpg");
    background-attachment: fixed;
    background-size: cover;
}
#openSourceListContainer{
    display: table;
    margin:5px auto;
    left:0;right: 0;
}
#openSource .logoContainer,
#eventsParticipate .logoContainer{
    vertical-align: middle;
    width: auto;
    height: 100%;
    box-sizing: content-box;
}
#openSource .section-header{
    color: #000;
}
#eventsParticipate{
    background: url("../images/bg-1080p-2.jpg");
    background-attachment: fixed;
    background-size: cover;
}
#eventsParticipate .section-header{
    color: #000;
}
/** End Open Source and Events Participate **/

/** Footer Styles **/
#footer{
	background: #FFF;
	margin-bottom:0px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#footer>.container>div.row{
	padding-top:5px;
}
#footer .attribution{
    vertical-align: middle;
}
#footer .widgetTitle{
	border-bottom:3px solid #000;
}
#footer .widgetContent{
	width: 100%;
	overflow:hidden;
	margin: 8px 0px;
}
#footer div.divider-top{
	border-top:2px solid #979696;
}
/** End Footer Styles **/

/** Contact Links Style**/
.contactLinksContainer{
	list-style-type: none;
	padding:5px;
}
.contactLinksContainer li{
	font-size: 18px;
	position: relative;
	padding-left:23px;
	margin:5px 0px;
}
.contactLinksContainer li i.fa{
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: 0;
	margin-top:0.2em;
}
.contactLinksContainer li a{
	font-size:16px;
}
.contactLinksContainer li a:hover,
.contactLinksContainer li a:active,
.contactLinksContainer li a:focus{
	text-decoration: underline;
}
/** Communities Page Styles **/
#content {
  width: 100%;
}

.communitiesContentWrap {
  background: url("../images/bg-1080p-2.jpg");
  padding: 50px 0;
}

.gridWrap {
  width: 95%;
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 1em;
	margin: auto;
}

.grid-heading {
	grid-column-start: 1;
	grid-column-end: -1;
	padding-bottom: 1em;
}

.card {
  padding: 2em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.619);
  display: grid;
  grid-template-rows: 130px 1fr auto;
  grid-gap: 1em;
  justify-items: center;
  align-items: center;
}

.cardFooter > a {
  font-size: 20px;
  color: #72a1d0;
  margin: 5px;
}

.cardFooter > a:hover {
  color: #717981;
}

.cardBody {
  text-align: left;
  align-self: start;
}
/** End Communities Page Styles **/
/** Up button styles **/
#up{
     display: none;
     position: fixed;
     bottom: 4vh;
     right: 2vw;
     height: 50px;
     width: 50px;
     border-radius: 25px;
     z-index: 10;
     cursor: pointer;
     background-color: #1a8cff;
     padding: 15px;
     box-shadow: 0 0 5px 0 #ccccff;
	 transition: all 0.2s linear;
}
#up:hover,#up:active{
     background-color: #1a8cff;
}
#up span{
     color: #fff;
}
@media all and (min-width: 300px) and (max-width: 768px){
	.desktop{
       display: none;
	}
	.mobile{
        top:10px;
	}
	.alumini_dp{
		opacity:1;
	}
	#up{
         width: 40px;
         height: 40px;
         padding: 14px;
         font-size: 1rem;
    }


}
/** End Up button styles **/
/** Animations **/
@keyframes color-changing-background{
	0%{
		background:#2C3E50;
	}
	25%{
		background:#674172;
	}
	50%{
		background:#96281B;
	}
	75%{
		background:#336E7B;
	}
	100%{
		background:#2C3E50;
	}
}
@keyframes animated-pulse{
	from{
		opacity: 1;
		transform: scale(1.0);
	}
	to{
		opacity: 0.6;
		transform: scale(1.2);
	}
}
