#prevBtn:before{
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  
}
#nextBtn:before{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  
}

#pauseBtn:before{
    content: '\f04c';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  
}

#ticker-container {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  background-color: #002753;
    color: #fff;
    font-size: 0.8rem;
}

#news-content {
  display: flex;
  align-items: center;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.news-item {
  width: 100%;
  text-align: center;
  display: none;
}
.news-item2:before{
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 5px;
}
.show {
  display: block;
}

#btn-container {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  gap: 5px;
}
.white-btn{
  color:#fff !important;
  margin:-13px;
}
.btn {
  padding: 5px 10px;
  background-color: #ccc;
  cursor: pointer;
}

.turn-logo{
  width:80%;
  max-width:300px;
  text-align:center;
  margin:0 auto;
  margin-bottom:20px;
}
.turning-ricet-logo{
  max-width:130px;
  margin:0 auto;
  animation: rotation 20s infinite linear
}
@keyframes rotation{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.glimpse-box {
  display: grid;
  align-content: space-evenly;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  grid-row-gap:20px;
  font-family:"Red Hat Display";
  
margin:10px 15px 20px 15px;
}
.glimpse-box > div {
  border-radius:5px;
  padding:5px;
  line-height:130%;
 
  
}
   @media only screen and (max-width: 960px) {
  .glimpse-box {
    display: flex;
    flex-direction: column-reverse;
    display: grid;
  align-content: space-evenly;
  grid-template-columns: auto;
  grid-gap: 2px;
  grid-row-gap:15px;
margin:10px 5px 50px 5px;
    
     }}
.gbb-img{
width:45px;
  
  }
  .g-b-b:hover{
    transform: translateY(-5px);
transition: all .5s;
  }
  .g-b-b{
    transition: all .5s;
  }
  .gbb-img-h{
    width:45px;
  }
  .gbb-h{
    font-weight:600;
 font-size:1rem;
    color:#000 !important;
    font-family:"Red Hat Display";
  }
  .gbb-t{
    color:#424242 !important;
    font-size:13px;
    font-family:var(--ricinics-font);
  }
  .gbb-l{
    text-decoration:none;
    width:20% !important;
  }
  .gbb-2 p{
    margin:-5px !important;
  }
  .gbb-tab td{
  padding:10px; 
vertical-align:top;
  }
  .gbb-head{
    font-size:18px;
    font-weight:bold;
    color:#002753;
    font-family:"Red Hat Display" !important;
  }
  .gbb-point{
    color:#636b8c !important;
    font-size:0.8rem;
    margin-top:0px;
    font-family:var(--ricinics-font);
  }
  .sp-gr{
    color:var(--ricinics-green) !important;
  }

  .cst-box{
    padding:20px 5px;
box-shadow: var(--ricinics-shadow);

margin:20px 0px;
border-radius:5px;
  }
 
 .azt-home-show {
  
  display: grid;
  align-content: space-evenly;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  grid-row-gap:20px;
margin:0px 15px 20px 15px;
}
.azt-home-show > div {
  border-radius:10px;
  padding:10px 20px 10px 20px;
  line-height:140%;
margin:10px;

text-align:center;
}
 
 @media only screen and (max-width: 960px) {
  .azt-home-show {
    display: flex;
    flex-direction: column-reverse;
    display: grid;
  align-content: space-evenly;
  grid-template-columns: auto;
  grid-gap: 2px;
  grid-row-gap:20px;
margin:10px 5px 50px 5px;
    
  }
   
   .azt-featured-img{
   width:98% !important; 
  }
}
  .azt-featured-img{
   max-width:400px; 
  }
  .azt-featured-1{
    font-size:12px;
    font-family:"Red Hat Display";
    color:#aaa;
    padding:0px;
    font-weight:bold;
  }
  .azt-featured-2{
    font-size:18px;
    font-family:"Red Hat Display";
    color:#002753;
    padding:0px;
    font-weight:bold;
  }
  .azt-featured-3{
  font-size:15px;
    font-family:var(--ricinics-font);
    color:#636b8c;
    padding:0px;
    font-weight:normal;
  }
  .ft-links, .ft-links:visited{
    background-color:#0068b5;
    color:#fff;
    font-size:13px;
    border-radius:8px 25px;
    padding:10px 20px;
    margin-top:15px;
    font-weight:bold;
  }
.ft-links:hover{
    color:#fff;
 background-color:#ff5722;
}

#aboutorg{
  font-size: 1.5rem;
  font-weight: bold;
  color:#002753;
  line-height:140%;
font-family:"Red Hat Display";
}
#aboutorg-small{
  font-size: 0.9rem;
  font-weight:normal;
  margin-bottom:25px;
  line-height:150%;

}
.welcomescreen-img{
max-width:600px;
width:80%;
margin:0 auto;
padding:0px !important;
}
.home-background{
  background-color:#fafafa;
  padding:50px 10px;
  background-size: cover;
  margin-bottom:30px;
  text-align:center;
  border-top:1px solid #efefef;
  border-bottom:1px solid #efefef;
}
.home-maintext{
  color:#222;
  font-size:1.2rem;
  font-family:"Red Hat Display";
  text-align:center;
  font-weight:600;
  line-height:1.5rem;
}
.home-subtext{
  color:#222;
  font-size:0.9rem;
  font-family:var(--ricinics-font);
  text-align:center;
  

}
.what-we-do{
  font-size:0.75rem;
  color:var(--ricinics-green-dark);
  font-weight:bold;
  
}
.intro-text, .home-intro, .smart-title{
  color:#222;
  font-family:"Red Hat Display";
  font-weight:600;
  font-size:1.2rem;
  margin:5px 0px;
  line-height:1.5em;
}
.intro-detailed, .home-universe{
  color:#222;
  font-family:var(--ricinics-font);
  font-size:0.9rem;
  margin:5px 0px;
  line-height:1.5rem;
}
.intro-about-ricinics{
  margin:0px 0px;
  text-align:center;
}
.intro-div{
  margin-bottom:15px;
}
.intro-div-detailed{
  margin-bottom:15px;
}
.home-img{
  width:90%;
  max-width:800px;
  margin:0 auto;
}
.img-home{
  margin:0 auto;
  text-align:center;
}
.smart-agri{
  width:60%;
  max-width:400px;
}
.smartagri{
  text-align:center;
  margin:30px 0px;

}
.ipf-title{
  font-family: "Red Hat Display";
  font-size:1.7rem;
  font-weight:bold;
}
.ipf-detail{
  font-size:1rem;
}
.index-page-first{
  text-align:center;
  background-color:#fafafa;
  padding:40px 10px 0px 10px;
  border-bottom:1px solid #efefef;
}
.intro-bg{
  padding:5px 0px 5px 0px;
}
.home-svg{
  width:65%;
margin-top: 22px;
max-width: 380px;
}
@media only screen and (max-width: 960px) {
  .ipf-title{
      font-size:1.3rem;
  }
  .ipf-detail{
      font-size:0.9rem;
  }
  
  }

  .insight-button-container{
    display:block !important;
  }


  .index-split-up {
    display: grid;
    align-content: space-evenly;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    grid-row-gap:20px;
  margin:0px 0px 0px 0px;
  }
  .index-split-up > div {
  
    line-height:140%;
  }
   
   @media only screen and (max-width: 960px) {
    .index-split-up {
      display: flex;
      flex-direction: column-reverse;
      display: grid;
    align-content: space-evenly;
    grid-template-columns:auto;
    grid-gap: 2px;
    grid-row-gap:20px;
  margin:10px 5px 50px 5px;
  font-family: var(--ricinics-font-main);
      
    }
  }

  #ticker-container2 {
    width: 100%;
    max-width:400px;
    height: 90%;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    padding:10px;
    font-size:0.87rem;
  }
  
  #news-content2 {
    animation: scroll-up 20s linear infinite; /* Slower speed */
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  
  .news-item2 {
    margin-bottom: 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#00152d;
    
  }


  #news-content2:hover {
    animation-play-state: paused;
    overflow: auto;
  }
  
  @keyframes scroll-up {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-100%);
    }
  }

  .header-ticker{
    background:#002753;
    color:#fff;
    font-weight: bold;
    padding:4px 7px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size:0.85rem;
  }
