#saicon1,#saicon2{
    color: #AE1010 !important;
  }
  
  .redsa a{
    color: #AE1010 !important;
    
  }
  .grsa a:hover{
    color: #AE1010 !important;
    
  }
  .redsa:hover{
    color: #004b37;
    box-shadow: 0 10px 15px rgba(0,0,0,0.09);
    
  }
  .redicosa{
    color: #004b37 !important;
  }

  .greensa{
    color: #004b37 !important;
  }

  /*Btn Style Three*/

.btn-style-three{
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 40px;
    font-weight: 600;
    background: #AE1010;
    overflow: hidden;
    min-width: 170px;
  }
  
.btn-style-three:hover{
    color: #AE1010;
    background-color: #004b37;
    box-shadow: 0 10px 15px rgba(0,0,0,0.09);
  }
  
.nevredsa{
    background-color: #AE1010 !important;
}

