/* nav bar */


#menu{
 



  background-color: #f8f8f8;
  padding-left: 75px;
  z-index: 2;
  
  

}
@media
(prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.base{
  color: #DEDEDE !important;

}





#menu .navbad{

  display: block;
  float: none;
  margin: 0px 0px;
 

  
}
#menu .navbad li{

  margin: 0px 15px;
  border: none;
}

#menu .navbad li a{

 color: #ffffff;
 font-size: 15px;
  border: none;
}
#menu .navbad li a:hover{

  color: #ffffff;
  font-size: 15px;
   border: none;
 }
.notice
{
    background:linear-gradient(#2ab57d,#19c07d);
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    max-height: 400px;
    overflow: hidden;
  
}
.notice a{
    color: white;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s ease;
}
.notice h3{
    color: white;
    border-bottom: 2px solid black;
    padding:2px;


}
.notice a:hover{
    color: white;
    font-weight: 500;
    transition: all 0.2s ease-in;
}



.marquee-list {
    overflow: hidden;
    white-space: nowrap;
    background-color: #EE9B4D;
    color: white;
  }


  .marquee-list a {
   
    font-size: 20px;
    color: white;
  }
  .marquee-list a:hover{
   
    font-weight: bold;
    color: white;
  }

  
  .marquee-item {
    display: inline-block;
    padding: 0 220px; /* Add padding to create space between items */
    animation: marquee 10s linear infinite;
  }
  .marquee-list:hover .marquee-item {
    animation-play-state: paused; /* Pauses animation on hover */
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  

  .ne {
    
    border: 2px solid #17C3B2;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #EE9B4D;
   }
   .ne::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #EE9B4D;
    transition: .5s ease;
    display: block;
    z-index: -1;
   }
   .ne:hover::before {
    width: 105%;
   }
   
   .ne:hover {
    color: #fffbfb;
   }



   .viw {
    position: relative;
    font-size: 0.7em;
    padding: 0.7em 0.4em;
    background-color: #BF0426;
    text-decoration: none;
    border: none;
    border-radius: 0.5em;
    color: #DEDEDE;
    box-shadow: 0.5em 0.5em 0.5em rgba(255, 255, 255, 0.3);
  }
  .viw::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(150,4,31,1) 50%, rgba(191,4,38,1) 60%);
    border-radius: 0 0 0.5em 0;
    box-shadow: 0.2em 0.2em 0.2em rgba(255, 255, 255, 0.3);
    transition: 0.3s;
  }
  .viw:hover::before {
    width: 1.6em;
    height: 1.6em;
  }
  
  .viw:active {
    box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
    transform: translate(0.1em, 0.1em);
  }



  .our-team .team-row .single-usr .det-o h6{
    color: #FFF;
    margin-bottom: 0px;
    font-size: 1.0rem;
    font-weight: 600;
}

.heading1{
    text-align: center;
    margin: 5px;
}
.carousel-inner{
    background-color: white;
}





/* footer css */


.footer{
  color:#fff;
  background-color: #199c68 !important;
}
.copy{
  background-color: #0bb672 !important;
}
footer p{
  text-indent: -3px !important;
}

.list-style{
  list-style-type:none!important;
  cursor:pointer;
  font-size:.75rem;
  opacity:.8;
}
.copy-right{
  font-size:.75rem;
  opacity:.8;
}
.Analyst {
  width: 87.7px;
  height: 23.7px;
  margin: 10.7px 0 5.2px 10.2px;
  color: #fff;
}