

.onhover{

  cursor:pointer;

}


.red_text{

  color: #a20000;
}

.black_text{

  color: black;
}

.gray_text{

  color: #737373;
}

.letterspacing{

  letter-spacing: 2px;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 100;
  font-style: normal;
}


.bg-banner {
    --bs-bg-opacity: 1;
    background-color: #a20000;
  }
  


  .main_banner{

    background-image: url('images/banner2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom:#fff;
    border-bottom-style:solid;
    border-bottom-width: 5px;
    width: 100%;
    
    
  }

  .link_unstyle {

    color: #fff;
    text-decoration : none ;
  }
  

  .link_unstyle:hover {

    color: #fff;
    text-decoration : none ;
  }


  .link_unstyle2 {

    color: #fff;
    text-decoration : underline ;
  }
  

  .link_unstyle2:hover {

    color: #fff;
    text-decoration : underline ;
  }



  .main_banner2{

    background-image: url('images/aboutbanner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
    
  }




  .blackbanner{

    background-image: url('images/blackbanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom:#fff;
    background-attachment: fixed;
    border-bottom-style:solid;
    border-bottom-width: 5px;
    width: 100%;
  }




  .column1red{

    background-color: #a20000;
      opacity: 1.0;
    transition: 0.3s;
  }
  .column1red:hover {
    background-color: #800707;
  }


  .column2red{

    background-color: #c40303;
  }
  .column2red:hover {
    background-color: #800707;
  }

  .column3red{

    background-color: #e00e0e;
  }
  .column3red:hover {
    background-color: #800707;
  }

  .column4red{

    background-color: #a52626;
  }
  .column4red:hover {
    background-color: #800707;
  }


  .bordertop{
    border-top: black;
    border-bottom: black;
    border-width: 8px;
    border-top-style: solid;

  }





  .btn-danger2 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a20000;
    --bs-btn-border-color: #a20000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}


.finance-gradient {
    background: linear-gradient(135deg, #dc3545, #990000);
}