#grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:40px;
}

#grid .gridDiv {
  flex: 1 0 250px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 10px;
  padding:10px;
  margin:5px;
  font-weight:bold;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  width: auto;
  background-color:white;
  height: auto;
  margin: 10px;
}
.text-muted
{
	font-size:12px;
}
.commentDivBg:hover
{
	background-color:#bbd8e6a6;
	padding:5px;
}
#grid .gridDiv:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.gridImage
{
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.infoDivCls
{
	font-size:12px;
	color: #131313;
	font-weight: initial;
}
.zoom:hover {
  transform: scale(1.1);
}
.labelCls
{
color:#095899;
font-weight:510;
margin-top:5px;
margin-bottom:10px;
}
.junoColor
{
	color:#095899;
}
.titleCls
{
	font-size:20px;font-weight:bold;color:#095899;margin-bottom:20px;padding-left:15px;
}
.bootbox
{
	background-color:#000;
}
.clsHeading
{
font-size:13px;
color:#0b5897;
font-weight:bold;
font-family: 'Tahoma', 'Arial', 'Trebuchet MS', 'Verdana', sans-serif !important;
margin-bottom:2px;
}
.clsding
{
font-size:13px;
color:#0b5897;
font-weight:bold;
font-family: 'Tahoma', 'Arial', 'Trebuchet MS', 'Verdana', sans-serif !important;
}
.Profilecard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .25rem;
    background-color:white;
    margin-bottom: 1.50rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.borderCls {
	border-bottom: 2px solid #095899 !important;
	padding-bottom: 3px;
}
.card
{
	min-height: 255px;
	min-width:50%;
}
.alert,.rowCls
{
	margin-top:20px;
}
hr {
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 7px;
	margin-bottom: -15px;
}
.text-secondary
{
color:#2f3133 !important;
}
.spanTHcls
{
	font-weight:420;
}
#profileIMG:hover,.imgH:hover
{
  opacity: 0.3;
}
.hEffect:hover
{
	opacity: 0.3;
}
 
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-20px;
  transform: translate(-50%, -50%);
}
.dataCard {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin-bottom: 1.50rem;
	padding: 20px;
	cursor:pointer;
	background-color:white;
	
}
.jobCard {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin-bottom: 1.50rem;
	padding: 15px;
	background-color:white;
	box-shadow: 0 4px 8px 0 rgba(2, 0, 0, 0.37);
}
.dataCard,.infoCard:hover
{
	box-shadow:0 4px 8px 0 rgba(2, 0, 0, 0.37)
}
.userCard {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color:white;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin: 10px 15px 10px 5px;
	box-shadow: 0 4px 8px 0 rgba(2, 0, 0, 0.37);
}

.userCard:hover
{
	box-shadow:0 4px 8px 0 rgba(2, 0, 0, 0.85);
}
.actCls:hover
{
	background: #ece2e275;
	padding: 5px;
}
.chip {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	font-size: 13px;
	line-height: 31px;
	border-radius: 25px;
	background-color: #f1f1f1;
	border: 1px solid #6f6464;
	margin-bottom: 10px;
	margin-right:5px;
}
.chip i {
  border-radius: 50%;
  margin-right:5px;
}
.inputWithoutBorder
{
  border: 0;
  outline: 0;
  border-bottom: 1px solid #06060678;
  font-size: 14px;  
  margin-bottom:15px;
  margin-left:15px;
  color: #222;
}
.inputWithoutBorder:focus {
  border-color: green
}
.vcenter {
  display: flex;
  justify-content:center; 
  align-items:center; 
}
.mailTo a:hover
{
	color:blue;
	font-weight:bold;
}

div.input-block {
  position: relative;
}
div.input-block input {
  font-weight: 410;
  font-size: 14px;
  color: #495055;
  border-radius: 1rem;
  border: 1px solid  #D9D9D9;
  outline:none;
  margin-bottom:5px;
}
div.input-block span.placeholder {
  position: absolute;
  margin:3px ;
  padding: 0 4px;
  color:  #6c757d;
  display: flex;
  align-items: center;
  font-size: 13px;
  top: 0;
  left: 17px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  background: none;
  pointer-events: none;
}
div.input-block input:valid + span.placeholder,
div.input-block input:focus + span.placeholder {
  transform: scale(0.8) translateY(-15px);
  background: #fff;
}
div.input-block input:focus{
  color: #284B63;
  border-color: #284B63;
}
div.input-block input:focus + span.placeholder {
  color: #284B63;
}
@media only screen and (max-width: 600px) {
  .marginTopInput {
   margin-top:10px;
  }
  .smlBtncls
  {
  	width:100%;
  	margin-bottom:20px;
  	font-weight:bold;
  	color:white;
  	padding:10px;
  	background-color: #0069d9;
	border-color: #0062cc;
	text-align:center;
  }
  #grid .userListDiv
  {
    width:100%;
  }
  #filterSide
  {
    display:visible;
  }
  .related_blog_inner {
	display: grid;
	grid-template-columns: auto;
	gap: 30px;
  }
  .removePadding
  {
	padding-right:0px;
	padding-left:0px;
  }
}

@media (min-width: 768px) {
 .smlBtncls
  {
  	width:50%;
  	margin-bottom:20px;
  	font-weight:bold;
  	color:white;
  	padding:10px;
  	background-color: #0069d9;
	border-color: #0062cc;
	text-align:center;
  }
  .hideFilterBtn
  {
   display:none;
  }
  .hideSlideDiv
  {
   display:visible;
   cursor:pointer;
  }
  #filterSide,#sidebarCollapse
  {
    display:none;
  }
   .related_blog_inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
  }
}
.iHeart {
  cursor:pointer;
  background:#fff;
  border-radius:50%;
  display:inline-block;
  color:#aaa;
  transition:.2s;
}

.iHeart:hover {
  color:#666;
}


.span {
  position: absolute;
  bottom:70px;
  left:0;
  right:0;
  visibility: hidden;
  transition:.6s;
  z-index:-2;
  font-size:2px;
  color:transparent;
  font-weight:400;
}

.iHeart.press {
  animation: size .4s;
  color:#e23b3b;
}

.span.press {
  bottom:120px;
  font-size:14px;
  visibility:visible;
  animation: fade 1s;
}


@keyframes size {
  0% {padding:10px 12px 8px;}
  50% {padding:14px 16px 12px;  
    margin-top:-4px;}
  100% {padding:10px 12px 8px;}
}

.liked{
  animation: anim 0.5s ease-in-out;
  -webkit-animation: anim 0.5s ease-in-out;
}

@keyframes anim {
  100% {
    transform: rotate(-15deg) scale(1.3);
    -webkit-transform: rotate(-15deg) scale(1.3);
    -moz-transform: rotate(-15deg) scale(1.3);
    -ms-transform: rotate(-15deg) scale(1.3);
    -o-transform: rotate(-15deg) scale(1.3);
    filter: blur(0.5px);
    -webkit-filter: blur(0.5px);
  }
}
.ribbon {
 font-size: 16px !important;
 position: relative;
 background: #ba89b6;
 color: #fff;
 text-align: center;
 padding:7px; 
 margin: 1em auto 2em; 
 width:100%;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #986794;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #804f7c transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
.infoCard
{
	position: relative;
	flex-direction: column;
	min-width: 0;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin-bottom:0px;
	padding: 15px;
}
.alignCenter
{
	text-align:center;
}
.shineTxt {
  width: 100%;
  height: auto;
  background-color: #e6dfdf99;
  background-image: linear-gradient( to right, transparent 0%, rgba(255, 255, 255, 0.82) 50%, transparent 100%);
  background-repeat: no-repeat;
  background-position: -100vw;
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    background-position: -100vw;    
  }
  100% {
    background-position: 100vw;   
  }
}

::-webkit-input-placeholder { font-size: 10px; }
::-moz-placeholder { font-size: 10px; } 
:-ms-input-placeholder { font-size: 10px; } 
.smallFont :-moz-placeholder { font-size: 10px; }

.smallFont 
{
font-size:14px;
height:30px;
width:50%;
text-indent:10px;
}
.ribbonLine {
	background: no-repeat url('https://www.google.com/doodles/static/sprites/sprites_v4.png') 0 0;
	color: #fff;
	height: 36px;
	z-index: 10;
	cursor: pointer;
}
.groupImgList
{
	width:45px;
	height:45px;
	cursor:pointer;
	border-radius: 100%;
	margin:5px;
}
.btn-secondary {
    color: #4d5259 !important;
    background-color: #e4e7ea;
    border-color: #e4e7ea;
    color: #fff;
}

.btn-xs {
    font-size: 11px;
    padding: 2px 8px;
    line-height: 18px;
}
.btn-xs:hover{
    color:#fff !important;
}
.ps-container {
    position: relative;
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0;
}



.media .avatar {
    flex-shrink: 0;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
    text-transform: uppercase;
}

.media-chat .media-body p.meta {
    background-color: transparent !important;
    padding: 0;
    opacity: .8;
}

.media-meta-day {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
    color: #8b95a5;
    opacity: .8;
    font-weight: 400;
}
.media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb;
}

.media-meta-day::after {
    margin-left: 16px;
}

.media-chat.media-chat-reverse {
    padding-right: 12px;
    padding-left: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0;
}

.media {
    padding: 8px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.media-chat.media-chat-reverse .media-body p {
    float: right;
    clear: right;
    background-color: #48b0f7;
    color: #fff;
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
}
.media-body p
{
	color:black;
}

.border-light {
    border-color: #f1f2f3 !important;
}

.bt-1 {
    border-top: 1px solid #ebebeb !important;
}
.centeredText
{
	display: flex;justify-content: center;align-items: center;top:10%;position:relative;
}
.colorBlue:hover
{
	color:#3a79ad;
}

.imgDiv {
  position: relative;
 
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 94%;
  transition: .5s ease;
  opacity:1;
  color: white;
  font-size: 18px;
  padding: 20px;
  margin-bottom:33px;
  text-align: center;
}

.imgDiv:hover .overlay {
  opacity: 1;
}
.postOverlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: auto;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.postFeedsPic:hover .postOverlay {
  opacity: 1;
}

.gridPic{
  display: flex;
  flex-wrap: wrap;
  --height: 240; 
  --ratio: 1;
}

.item {
  flex: calc(var(--height) / var(--ratio));
  min-width: calc(var(--height) / var(--ratio) * 1px);
  margin: 2px;
  font-size: 0;
}

.item img {
  width: 100%;
}

.placeholder {
  flex-grow: 99999;
}
.item:hover {opacity: 0.6;}


.mygal .myitem {width:100%;height:100%;text-align:center;}
.mygal .myitem img {width:90%;position:absolute;left:-100%;right:-100%;top:10%;margin:auto;}


.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
  .overlay {
   opacity: 1;
  }
 .postOverlay 
 {
   opacity: 1;
   margin-left: 5px;
   margin-right: 20px;
   font-size:14px;
 }
.imageHieght
{
 height:200px;
}
.vidCls
{
  max-width:90%;
}
 .hideSlideDiv
 {
   display:none;
 }
}
@media(min-width: 768px) {
.imageHieght
{
 height:350px;
}
}
#snackbar {
  visibility: hidden; 
  min-width: 250px; 
  margin-left: -125px; 
  background-color: #333;
  color: #fff; 
  text-align: center; 
  border-radius: 2px; 
  padding: 16px; 
  position: fixed; 
  z-index: 1;
  left: 50%;
  bottom: 30px; 
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/* image zooming */

 .click-zoom input[type=checkbox] {
  display: none;
}

.click-zoom img {
  margin: 100px;
  transition: transform 0.25s ease;
  cursor: zoom-in;
}

.click-zoom input[type=checkbox]:checked~img {
  transform: scale(2);
  cursor: zoom-out;
} 
.zoomTest
{
  transform: scale(2);
}
#gridSlider {
  display: flex;
  margin-bottom:20px;
}
#gridSlider .gridSliderDiv {
  flex: 1 0 250px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 10px;
  padding:10px;
  margin:5px;
  font-weight:bold;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  width: 200px;
  height: auto;
  margin: 10px;
}
#gridSlider {
  display: flex;
  margin-bottom:20px;
}
#gridSlider .gridSliderDiv {
  flex: 1 0 250px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 10px;
  padding:10px;
  margin:5px;
  font-weight:bold;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  width: 200px;
  height: auto;
  margin: 10px;
}

.items.active {
  background: rgba(255,255,255,0.3);
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}
.items {
  width:100%;
  border:1px solid white;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s;
  transform: scale(0.98);
  will-change: transform;
  position: relative;
  background: rgba(255,255,255,0.1);
  font-size: 0;
  perspective: 500px;
}

.unselectable {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.divS1
{
	font-weight:bold;
	font-size:15px;
	text-align:center;
	margin-top:2px;
}
.divS2
{
	font-size:13px;
	text-align:center;
}
.divS3
{
	font-size:12px;
	text-align:center;
	color:#646161;
}
.linkCls:hover
{
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.show {display: block;}
h5
{
	font-weight:bold;
}
.testimonial-group > .row {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.testimonial-group > .row > .col-4 {
  display: inline-block;
}
.ulC:hover
{
	text-decoration:underline;
}
label.box
{
display: flex;margin-top: 10px;padding: 10px 12px;border-radius: 5px;
cursor: pointer;border: 1px solid #ddd;
}
#one:checked~label.first, #two:checked~label.second, #three:checked~label.third, #four:checked~label.forth
{
border-color: #8e498e;
}
.one:checked~label.first .circle,
.two:checked~label.second .circle,
.three:checked~label.third .circle,
.four:checked~label.forth .circle
{
	border: 6px solid #007bff;
	background-color: #fff;
	
}
label.box:hover
{
	background: #d5bbf7;
}
label.box .course
{
	display: flex;align-items: center;width: 100%;
}
label.box .circle
{
	height: 22px;width: 22px;border-radius: 50%;margin-right: 15px;border: 2px solid #ddd;display: inline-block;
}
input[type="radio"]
{
	display: none;
}

@media(max-width: 450px){.subject{font-size: 12px}}
.pollCard {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	margin-bottom: 10px;
	padding: 9px;
	border-radius: 25px;
	background-color:white;
	box-shadow: 0 4px 8px 0 rgba(2, 0, 0, 0.37);
}
.pollText{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	margin-bottom: 10px;
	padding: 9px;
	background-color:white;
	box-shadow: 0 4px 8px 0 rgba(2, 0, 0, 0.37);
}
.dropdown-item
{
	font-weight:bold;
	background-color:white;
}
.dropdown-item:hover
{
	background-color:#d3d7cf;
}
#grpUserCount:hover
{
	text-decoration:underline;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
  margin-top:10px;
}

.searchTerm {
  width: 100%;
  border: 3px solid #3a79ad;
  border-right: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
}
.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #3a79ad;
  background: #3a79ad;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
.myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px; 
  background-repeat: no-repeat; 
  font-size: 16px; 
  padding: 8px 10px 8px 10px; 
  border: 1px solid #ddd;
  margin-bottom: 12px; 
}
.myTable {
  border-collapse: collapse; 
  border: 1px solid #ddd;
  font-size: 14px; 
  width:100%;
}

.myTable th, .myTable td {
  text-align: left;
  padding: 12px; 
}

.myTable tr {
  border-bottom: 1px solid #ddd;
}
.myTable tr.header, .myTable tr:hover {
  background-color: #f1f1f1;
}
.tableHover:hover
{
	background-color:#bbd8e6a6;
}
.accordion
{
	position: relative;
	display: flex;
	width:99%;
	flex-direction: column;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin-bottom: 10px;
	padding: 8px;
	margin-top:5px;
	box-shadow: 0 4px 8px 0 rgba(2, 0, 0, 0.37);
	cursor:pointer;
}
.accordion span
{
	font-weight:bold;
}
.active, .accordion:hover {
  background-color:white;
}
.panel {
 	position: relative;
	display: none;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	padding: 5px;
}
.bgCard {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin-bottom: 10px;
	padding: 5px;
	box-shadow: 0 4px 8px 0 rgba(2, 0, 0, 0.37);
}

.stats{
      background: #f2f5f8 !important;
    color: #000 !important;
}
.articles{
  font-size:10px;
  color: #a1aab9;
}
.number1{
  font-weight:500;
}
.followers{
    font-size:10px;
  color: #a1aab9;

}
.span12px
{
  font-size:12px;
}
.number2{
  font-weight:500;
}
.rating{
    font-size:10px;
  color: #a1aab9;
}
.number3{
  font-weight:500;
}
#grid .userListDiv {
  flex: 1 0 250px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 10px;
  padding:10px;
  margin:10px;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  width: 320px;
  height: auto;
}

.userListDiv span {
    width: 100%;
   
}
.nameHover:hover
{
	color:#095899;
	cursor:pointer;
}
.longText {
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.webLinkLong {
    display: block;
    width: 300px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
#upArrow {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#upArrow i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 8px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#upArrow:hover {
    background: rgba(0, 0, 0, 0.9);
}
#upArrow:hover i {
    color: #fff;
    top: 5px;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	font-weight: bold;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	font-weight: bold;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	font-weight: bold;
}
.breadCrumbCls
{
	font-size:14px;
	margin-top:-5px;
	margin-bottom:5px;
	color:#0eb5a3;
	font-weight:bold;
}
.postFeedsPic{
  display: flex;
  flex-wrap: wrap;
  --height: 20; 
  --ratio: 1;
}
.postCenterText
{
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
}

.picItem {
  flex: calc(var(--height) / var(--ratio));
  min-width: calc(var(--height) / var(--ratio) * 3px);
  margin: 2px;
}

.picItem img {
  width: 100%;
  min-height:100px;
}
.highlight {
  background-color: yellow;
}
.maxHeightImg
{
	max-height:185px;
}
@media (max-width: 400px)
{
	#grid .approvalDiv {
	 width:300px;
	}
}
@media (min-width: 410px)
{
	#grid .approvalDiv {
	 width:200px;
	}
	
}
#grid .approvalDiv {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 10px;
  padding:10px;
  font-weight:bold;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  height: auto;
  margin: 10px;
}
.blocked-post
{
	margin: 5px 0px;
	background-color: #EFEFEF;
	padding: 9px 9px 4px 13px;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;	
	color: #914315;
}
.chosen-container 
{
	display: inline-block;
	position: relative;
	width: 100% !important;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
 color: #080809 !important;
}
.tagItem {
	font-size: 15px;
	font-weight: bold;
	color: #095899;
}
.smallBlog.blogBox {
	background-position: center center;
	box-shadow: 0 6px 15px #0000001a;
	border-radius: 10px;
	float: left;
	overflow: hidden;
}
.blog-content {
	padding: 25px 25px 20px 25px;
	position: relative;
}

.donationimg {
	vertical-align: middle;
	border-style: none;
	height: 200px;
	width:100%;
}
.donateBtn:hover
{
	font-weight:bold;
}
.boxLabel
{
	font-size:14px;
}
#welcomeMsg p,#associationTextDiv p,#honoreesMsgDiv p,#donationCampaginList p,#aboutFund p,#fundCampD p,#aboutUsDiv p
{
	font-size:14px;
	font-family: unset;
}
.albumHeader tr th
{
    background-color: #3a79ad;
    color: white;
}
@media only screen and (min-width:500px) 
{
	.hideText{
	  display:none;
	}
	.fontSizeC
	{
	  padding: 6px;
	  font-size: 18px;
	}
	
}
@media (max-width:514px) 
{
	.showText{
	  display:none;
	}
	
}
.notiCard {
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: .25rem;
	margin-bottom: 10px;
	padding: 10px;
	margin: 8px 3px 0px 3px;
	box-shadow: 0 4px 8px 0 rgba(2, 0, 0, 0.37);
}


.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
	display: inline-block;
	height: 90px;
	width: 90px;
	margin-bottom: 16px;
	z-index: 1;
	position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color:#3a79ad;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3a79ad;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #3a79ad;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 5px;
  font-size: 11px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-weight: 545;
}
.capitlize
{
	text-transform: capitalize;
}


/* .box{
  height: 60px;
  width:330px;
} */
img#myimage {
  height: 60px;
  width:70px;
}
.is-clipped {
    overflow: hidden!important;
    display: inline-block;
    position: absolute;
    word-wrap    : break-word;
   overflow-wrap: break-word;
}
div #mydescription {
  width: 400px;
  margin-left: 15px;
  font-size:10px;
}
div #mytitle {
  margin-left: 15px;
  font-weight:bold;
  font-size:11px;
}
div#myurl {
  margin-left: 15px;
  font-size:10px;
}

@media(max-width: 400px) {
	div #mydescription {
  font-size:9px;
  margin-left: 10px;
}
div #mytitle {
  margin-left: 10px;
  font-size:8px;
}
div#myurl {
  margin-left: 10px;
  font-size:9px;
}
.box{
  height: 60px;
  width:300px;
}

}





