.recentNews {
    margin-top: 20px;  
}
.recentNews .news-title {
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    font-family: 'nimbus-sans-condensed', sans-serif;
    font-size:55px;
    font-weight:bold;
    color: #fff;
}
.recentNews .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.recentNews .ct-blog {
    margin-bottom: 30px;
}
.ct-blog .inner {
    background-color: #FFF;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 100%;
}

.ct-blog .fauxcrop {
    height: 180px;
    overflow: hidden;
}

.ct-blog-content {
    display: table;
    padding: 30px 0 28px;
}
.ct-blog-content .ct-blog-date {
    border-right: 1px solid #95A5A6;
    display: table-cell;
    font-family: "Lato", sans-serif;
    padding: 0px 18px 0px 15px;
    text-align: center;
}
.ct-blog-content .ct-blog-date span {
    font-size: 16px;
    color: rgb(20, 117, 175);  
    font-weight: 700;
    display: block;
    line-height: 1;
}
.ct-blog-content .ct-blog-date strong {
    font-size: 25px;
    color: rgb(20, 117, 175);  
}
.ct-blog-content .ct-blog-header {
    color: #000;
    display: table-cell;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding: 0 20px;
    vertical-align: top;
}
.btn-news {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}
.btn-news.btn-contests a {
    color: #fff;
    font-family: 'nimbus-sans-condensed', sans-serif;
    font-size: 24px;
    transition: all 0.2s ease-in-out 0s;
}
.btn-news.btn-contests a:hover {
    color: #000;
}
.ct-blog-header a{
  color:black;
}
html {
  scroll-behavior: smooth;
}
.h100{
  height:100px;
}
.inlineDisplay{
  display: inline-block;
}
#newspaper_carousel .carousel-item img {
  height: 750px;
}

form label {
  font-weight: bold;
  color: white;
}

.about-content {
  text-align: justify;
}

.text-color {
  color: palevioletred;
  font-weight: bold;
}

.prayas-heading {
  color: #48b1bf;
}

.btn-outline-light:hover {
  color: white;
}

.header-text {
  color: white !important;
}

.modal .modal-popout-bg {
  background: linear-gradient(to right, rgb(22, 191, 253), rgb(203, 48, 102));
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.modal .wish-modal{
   height: 450px !important;
   background: linear-gradient(to right, rgb(22, 191, 253), rgb(203, 48, 102));
  background-repeat: no-repeat;
  background-size: cover;
    
}

.modal .modal-popout-bg .close {
  opacity: 1;
  color: white;
  font-size: 32px;
}

.modal .modal-popout-bg .close:hover {
  opacity: 1;
  color: white;
}

.modal .customCard {
  background-color: #ebe0e066;
}

.modal .modal-body {
  color: white;
  font-weight: bold;
  background-color: #f5f5f566;
}

.rewards-title {
  color: firebrick;
  font-weight: 400;
}

.section-blueorrange h3 {
  color: #FFF !important;
  font-weight: 400;
}

.section-blueorrange p {
  color: #FFF !important;
  font-weight: 200;
}

.font-cursive {
  font-family: cursive;
}

#carousel1 {
  width: 100%;
  height: 250px;
}

#carousel1 .carousel-inner {
  height: 100%;
}

#carousel1 .carousel-item {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

#carousel1 .carousel-item img {
  visibility: hidden;
}

.section-header {
  background: linear-gradient(to right, rgb(0, 65, 106), rgb(121, 159, 12), rgb(255, 224, 0));
}
.youtube-link{
  color:white;
  text-decoration: underline;
}
.youtube-link:hover{
  color:white;
  text-decoration: underline;
}
.form-labels{
    text-align: left;
    line-height: unset;
    margin-bottom: 0px !important;
    font-size: 16px;

}
.mT5{
  margin-top: 5px !important;
}
@media only screen and (max-device-width: 480px) {
 
  #customNavbar .mobile-hidden {
    display: none !important;
  }
}

#goTopBtn {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(to right, rgb(80, 56, 138), rgb(55, 243, 243));
  opacity: 1;
}

#goTopBtn:hover {
  opacity: 1;
}

.iWishBtn {
  cursor: pointer;
  position: fixed;
  bottom: 50%;
  z-index: 10000;
  right: 3px;
  border-style: dashed;
  padding: 4px;
  background: linear-gradient(to right, rgb(221, 62, 84), rgb(107, 229, 133));
  border-radius: 10px;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}

.iWishBtn:hover {
  opacity: 1;
}